868cde90dd8c305dce31a37c4b3b4f59d422e0ea
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
4 (Connecting) <Remote Packet>: Add "startup-with-shell"
5 and "QStartupWithShell" to the table.
6 (Remote Protocol) <QStartupWithShell>: New item, explaining the
7 packet.
8
9 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
12
13 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
14
15 * python.texi (Recording in Python): Factor out the documentation of
16 gdb.RecordInstruction's super class.
17
18 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
19
20 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
21 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
22 prev and next.
23
24 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
25
26 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
27 gdb.RecordInstruction
28
29 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
30
31 * python.texi (Recording in Python): Add documentation for
32 gdb.RecordGap and remove documentation of special cases for
33 gdb.BtraceInstruction.
34
35 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
36
37 * python.texi (Recording in Python): Remove Record.ptid defvar.
38
39 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
40
41 * gdb.texinfo (GDB/MI Thread Information): Add missing
42 fields, re-word some things.
43 (GDB/MI Thread Commands): Describe fields found in the output of
44 -thread-info, remove description of fields in the
45 thread output tuple, replace with a cross-reference to "GDB/MI
46 Thread Information".
47
48 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
49
50 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
51 from -thread-info output.
52
53 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
54
55 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
56
57 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
58
59 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
60
61 2017-03-22 Yao Qi <yao.qi@linaro.org>
62
63 * python.texi (Inferiors In Python): Remove @code from Python.
64
65 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
66
67 * python.texi (Recordings In Python): Document return type of
68 gdb.BtraceInstruction.data.
69
70 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
71
72 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
73 command file-list-shared-libraries
74 (GDB/MI Async Records): Update documentation of library-loaded with new
75 field.
76
77 2017-03-16 Doug Evans <dje@google.com>
78
79 * guile.texi (Lazy Strings In Guile): Mention arrays.
80 * python.texi (Lazy Strings In Python): Ditto.
81
82 2017-03-08 Jiong Wang <jiong.wang@arm.com>
83
84 * gdb.texinfo (Memory Protection Extensions): Add missing escape
85 character "@".
86
87 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
88
89 * Memory Protection Extensions: Add information about inferior
90 calls.
91
92 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
95 DW_TAG_GNU_* and DW_AT_GNU_*.
96
97 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
98
99 * python.texi (Recordings In Python): New section.
100
101 2017-02-14 Tom Tromey <tom@tromey.com>
102
103 PR python/13598:
104 * python.texi (Events In Python): Document events.before_prompt.
105
106 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
107
108 * gdb.texinfo (Target Commands): Document the optional offset
109 argument for the load command.
110
111 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
112
113 PR gdb/21122
114 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
115 space-separated breakpoint lists. Also add a missing @table command
116 and @cindex for breakpoint lists.
117
118 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
119
120 PR tdep/20936
121 * gdb.texinfo: (Standard Target Features): Document SPARC features.
122 (Sparc Features): New node.
123
124 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
125
126 * gdb.texinfo (i386 Features): Add system segment registers
127 as feature.
128
129 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
130
131 * python.texi (Events In Python): Fix typo.
132
133 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
134 Luis Machado <lgustavo@codesourcery.com>
135
136 * gdb.texinfo (-target-flash-erase): New MI command description.
137 (flash-erase): New CLI command description.
138
139 2017-01-04 John Baldwin <jhb@FreeBSD.org>
140
141 * gdb.texinfo (Contributors): Add SRI International and University
142 of Cambridge for FreeBSD/mips.
143
144 2016-12-22 Doug Evans <xdje42@gmail.com>
145
146 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
147 commands.
148
149 2016-12-02 Pedro Alves <palves@redhat.com>
150
151 * gdb.texinfo (User-defined Commands): Limit on number of
152 arguments passed to user-defined commands removed; update.
153
154 2016-12-02 Pedro Alves <palves@redhat.com>
155
156 PR cli/20559
157 * gdb.texinfo (Define): Add example of using "eval" to process a
158 variable number of arguments.
159 (Output) <eval>: Add anchor.
160
161 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
162
163 * Makefile.in: Likewise.
164
165 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
166
167 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
168 xref.
169
170 2016-10-29 Pedro Alves <palves@redhat.com>
171
172 * gdb.texinfo (Packets) <vCont>: Remove mention of default
173 actions.
174
175 2016-10-26 Pedro Alves <palves@redhat.com>
176
177 * gdb.texinfo (Packets): Clarify vCont packets with multiple
178 actions that match a thread, and what happens when an action
179 matches a thread that is already running.
180
181 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
182
183 * gdb.texinfo (Using Trace Files): Fix typo.
184 (GDB/MI Tracepoint Commands): Likewise.
185
186 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
187
188 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
189 of -trace-save.
190
191 2016-10-06 Tom Tromey <tom@tromey.com>
192
193 * guile.texi (Types In Guile): Remove Java mentions.
194 * python.texi (Types In Python): Remove Java mentions.
195 * gdb.texinfo (Address Locations, Supported Languages)
196 (Index Section Format): Remove Java mentions.
197
198 2016-08-15 Doug Evans <dje@google.com>
199
200 * gdb.texinfo (Target Description Format): Update docs on "end"
201 field spec and field default type.
202
203 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
204 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
205
206 PR gdb/20487
207 * gdb.texinfo (Context management): Update mention of frame
208 change notifications.
209 (gdb/mi Async Records): Document frame field in
210 =thread-select event.
211 * observer.texi (GDB Observers): New user_selected_context_changed
212 observer.
213
214 2016-09-28 Tom Tromey <tom@tromey.com>
215
216 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
217 than "memory breakpoint". Further document "kind". Move
218 protocol-details link earlier.
219 <z1>: Document the cmd_list argument. Fix typo.
220 <g>: Remove incorrect sentence.
221 (Stop Reply Packets): Document "OK" response to requests when in
222 non-stop mode.
223 <swbreak>: Use "software breakpoint" rather than "memory
224 breakpoint".
225 <create>: Document that "R" is ignored.
226 <W, X, w>: Document formatting of "AA".
227 (Notification Packets): Use "%Stop", not "%%Stop".
228
229 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
230
231 * gdb.texinfo (Embedded Processors): Document ARC.
232 (Synopsys ARC): New section.
233 (Standard Target Features): Document ARC features.
234 (ARC Features): New section.
235
236 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
237
238 * .gitignore: New file.
239
240 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
241
242 * gdb.texinfo (Input/Output): Mention possibility to unset
243 inferior-tty.
244
245 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
246
247 * gdb.texinfo: Resume btrace on reconnect.
248
249 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
250
251 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
252 syscall.
253
254 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
255
256 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
257 command.
258
259 2016-07-13 Tom Tromey <tom@tromey.com>
260
261 PR python/15620, PR python/18620:
262 * python.texi (Events In Python): Document new breakpoint events.
263
264 2016-07-13 Tom Tromey <tom@tromey.com>
265
266 PR python/17698:
267 * python.texi (Breakpoints In Python): Document
268 Breakpoint.pending.
269
270 2016-07-13 Tom Tromey <tom@tromey.com>
271
272 * python.texi (Breakpoints In Python): Move table of types and
273 table of watchpoint types earlier in node.
274
275 2016-07-12 Tom Tromey <tom@tromey.com>
276
277 PR python/19293:
278 * python.texi (Frames In Python): Document
279 gdb.invalidate_cached_frames.
280
281 2016-06-21 Pedro Alves <palves@redhat.com>
282
283 * gdb.texinfo (Interpreters): Update intepreter-exec section,
284 document new-ui and explain use case.
285
286 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
287
288 * gdb.texinfo (Standard Target Features): Document NDS32 features.
289 (NDS32 Features): New Section.
290
291 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
292
293 * gdb.texinfo (Examining Memory): Document negative repeat
294 count in the 'x' command.
295
296 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
297
298 * gdb.texinfo (GDB/MI Async Records): Document method and
299 format fields in =record-started.
300 * observer.texi (record_changed): Add method and format
301 parameters.
302
303 2016-05-27 Eli Zaretskii <eliz@gnu.org>
304
305 * gdb.texinfo (General Query Packets): Move the description of the
306 response before the long list of the specific 'read' and 'write'
307 requests.
308
309 2016-05-23 Tom Tromey <tom@tromey.com>
310
311 * python.texi (Basic Python): Document gdb.breakpoints return.
312
313 2016-05-24 Tom Tromey <tom@tromey.com>
314
315 PR gdb/19194:
316 * gdb.texinfo (gdb man): Fix typo.
317
318 2016-05-17 Tom Tromey <tom@tromey.com>
319
320 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
321 (Rust): New node.
322
323 2016-05-17 Tom Tromey <tom@tromey.com>
324
325 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
326
327 2016-04-27 Yao Qi <yao.qi@linaro.org>
328
329 * gdb.texinfo (tfind): Complete doc about tfind without
330 argument.
331
332 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
333
334 * agentexpr.texi (byte): Fix zero_ext description.
335
336 2016-03-31 Pedro Alves <palves@redhat.com>
337
338 * gdb.texinfo (M32R/SDI): Delete node.
339 (MIPS Embedded): Remove references to the MIPS remote debugging
340 protocol, PMON and variants, and the associated commands.
341
342 2016-03-15 Doug Evans <dje@google.com>
343
344 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
345 (Target Description Format): Mention enum types. Update docs on
346 flags types.
347 (Predefined Target Types): Add "bool".
348 (Enum Target Types): New node.
349
350 2016-03-15 Pedro Alves <palves@redhat.com>
351
352 * gdb.texinfo (Tracepoint Actions): Fix typo.
353
354 2016-03-15 Pedro Alves <palves@redhat.com>
355 Andreas Arnez <arnez@linux.vnet.ibm.com>
356 Marcin Kościelnicki <koriakin@0x04.net>
357
358 * gdb.texinfo (Tracepoint Actions): Document possible
359 unreliability of '$_ret'.
360
361 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.texinfo (Symbols): Document new 'maint info line-table'
364 command.
365
366 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
367
368 * gdb.texinfo (Convenience Functions): Document $_as_string.
369
370 2016-02-23 Doug Evans <dje@google.com>
371
372 * gdb.texinfo (Skipping Over Functions and Files): Document new
373 options to "skip" command. Update docs of output of "info skip".
374
375 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
376
377 * gdb.texinfo (Signals): Add bound violation display hints for
378 a SIGSEGV.
379
380 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
381
382 * gdb.texinfo (Trace File Format): Add documentation for description
383 section lines.
384
385 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
386
387 * gdb.texinfo (Trace File Format): Remove misleading information
388 about register block ordering.
389
390 2016-02-01 Doug Evans <dje@google.com>
391
392 * gdb.texinfo (Value Sizes): Fix typo.
393
394 2016-02-01 Doug Evans <dje@google.com>
395
396 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
397
398 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.texinfo (Value Sizes): New section.
401 (Data): Add the 'Value Sizes' node to the menu.
402
403 2016-01-26 John Baldwin <jhb@FreeBSD.org>
404
405 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
406
407 2016-01-19 John Baldwin <jhb@FreeBSD.org>
408
409 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
410
411 2016-01-18 Pedro Alves <palves@redhat.com>
412
413 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
414 of the thread that hit a breakpoint or received a signal.
415
416 2016-01-15 Pedro Alves <palves@redhat.com>
417
418 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
419
420 2016-01-13 Pedro Alves <palves@redhat.com>
421
422 * gdb.texinfo (Threads): Document the $_gthread convenience
423 variable.
424 (Convenience Vars): Likewise.
425
426 2016-01-13 Pedro Alves <palves@redhat.com>
427
428 * gdb.texinfo (Threads): Document "info threads -gid".
429
430 2016-01-13 Pedro Alves <palves@redhat.com>
431
432 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
433 anchor.
434 (Threads In Python): Document new InferiorThread.global_num
435 attribute.
436
437 2016-01-07 Pedro Alves <palves@redhat.com>
438
439 * gdb.texinfo (Threads): Document per-inferior thread IDs,
440 qualified thread IDs, global thread IDs and thread ID lists.
441 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
442 thread IDs.
443 (Convenience Vars): Document the $_thread convenience variable.
444 (Ada Tasks): Adjust to refer to thread IDs.
445 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
446 Commands, GDB/MI Variable Objects): Update to mention global
447 thread IDs.
448 * guile.texi (Breakpoints In Guile)
449 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
450 global thread IDs instead of thread IDs.
451 * python.texi (Threads In Python): Adjust documentation of
452 InferiorThread.num.
453 (Breakpoint.thread): Mention global thread IDs instead of thread
454 IDs.
455
456 2016-01-13 Pedro Alves <palves@redhat.com>
457
458 * python.texi (Threads In Python): Document
459 InferiorThread.inferior.
460
461 2016-01-13 Pedro Alves <palves@redhat.com>
462
463 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
464 convenience variable.
465 (Convenience Vars): Likewise.
466
467 2016-01-12 Josh Stone <jistone@redhat.com>
468 Philippe Waroquiers <philippe.waroquiers@skynet.be>
469
470 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
471 (Stop Reply Packets): List the syscall entry and return stop reasons.
472 (General Query Packets): Describe QCatchSyscalls, and add it to the
473 table and the detailed list of stub features.
474
475 2016-01-12 Pedro Alves <palves@redhat.com>
476
477 Remove use of the registered trademark symbol throughout.
478
479 2016-01-12 Yao Qi <yao.qi@linaro.org>
480
481 * gdb.texinfo (Interrupts): Update the document on handling
482 interrupt when program is stopped.
483
484 2015-12-11 Don Breazeal <donb@codesourcery.com>
485
486 * gdb.texinfo (Forks): Correct Linux kernel version where
487 fork and exec events are supported, add notes about support
488 of these events in target remote mode.
489 (Connecting): Reorganize and clarify distinctions between
490 target remote, extended-remote, and multiprocess.
491 Reorganize related text from separate sections into new
492 sections.
493 (Server): Note effects of target extended-remote mode.
494 Delete section on Multi-Process Mode for gdbserver.
495 Move some text to "Connecting" node.
496
497 2015-12-10 Pedro Alves <palves@redhat.com>
498
499 * gdb.texinfo (Threads): Replace warning with explanation
500 about single-threaded programs.
501
502 2015-12-10 Pedro Alves <palves@redhat.com>
503
504 * gdb.texinfo (Threads): Remove mention of SGI.
505 (Forks): Remove mention of HP-UX.
506 (Breakpoints): Remove mention of HP-UX.
507 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
508 Reword in terms of architectures.
509 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
510 mention supported systems.
511 (Convenience Vars): Don't mention HP-UX.
512 (Jumping): Remove mention of HP-UX in comment.
513 (Files) <shared libraries>: Update supported shared library types
514 list. Remove mention of HP-UX.
515 (Native): Remove HP-UX subsection.
516 (SVR4 Process Information): Remove mention of HP-UX.
517
518 2015-12-10 Pedro Alves <palves@redhat.com>
519
520 * gdb.texinfo (Stack): Reorder menu.
521
522 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
523
524 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
525 -var-set-format's new zero-hexadecimal format.
526
527 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
528
529 * gdb.texinfo (Ada Mode Into): Move overloading support
530 description to its own node.
531 (Overloading support for Ada): New node.
532
533 2015-11-30 Pedro Alves <palves@redhat.com>
534
535 PR 14618
536 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
537 (Remote Configuration): Add the "set/show remote
538 no-resumed-stop-reply" to the available settings table.
539 (General Query Packets): Document the "no-resumed" qSupported
540 feature.
541
542 2015-11-30 Pedro Alves <palves@redhat.com>
543
544 * gdb.texinfo (Remote Configuration): List "set/show remote
545 thread-events" command in configuration table.
546 (Stop Reply Packets): Document "T05 create" stop
547 reason and 'w' stop reply.
548 (General Query Packets): Document QThreadEvents packet. Document
549 QThreadEvents qSupported feature.
550
551 2015-11-30 Pedro Alves <palves@redhat.com>
552
553 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
554 anchor.
555 (Packets): Document vCtrlC.
556
557 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
558
559 * gdb.texinfo (Thread List Format): Mention thread names.
560
561 2015-11-24 Pedro Alves <palves@redhat.com>
562
563 PR 17539
564 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
565 program-spaces" example to ascending order listing.
566 (Threads): Adjust "info threads" example to ascending order
567 listing.
568 (Forks): Adjust "info inferiors" example to ascending order
569 listing.
570
571 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
572
573 * gdb.texinfo (Process Record and Replay): Document "record
574 instruction-history" modifiers.
575
576 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
579 description.
580 (Frame Filter Management): Move to later in the 'Examining the
581 Stack' chapter.
582 (Selection): Add entry for 'select-frame'.
583
584 2015-09-25 Doug Evans <dje@google.com>
585
586 * gdb.texinfo (Process Record and Replay): Fix syntax of
587 "record instruction-history begin, end" and
588 "record function-call-history begin, end".
589
590 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
591
592 * gdb.texinfo (Specifying Source Directories): Fix
593 substitute-path example.
594
595 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
596
597 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
598
599 2015-09-15 Pedro Alves <palves@redhat.com>
600
601 PR remote/18965
602 * gdb.texinfo (Stop Reply Packets): Revert previous change to
603 the vforkdone description.
604
605 2015-09-15 Pedro Alves <palves@redhat.com>
606
607 PR remote/18965
608 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
609 part indicates the thread ID of the parent process.
610
611 2015-09-15 Yao Qi <yao.qi@linaro.org>
612
613 * gdb.texinfo (General Query Packets): Add vContSupported to
614 tables of 'gdbfeatures' and 'stub features' supported in the
615 qSupported packet, as well as to the list containing stub
616 feature details.
617
618 2015-09-11 Don Breazeal <donb@codesourcery.com>
619
620 * gdb.texinfo (Remote Configuration): Add exec event
621 feature to table of packet settings.
622 (Stop Reply Packets): Add exec events to the list of stop
623 reasons.
624 (General Query Packets): Add exec events to tables of
625 'gdbfeatures' and 'stub features' supported in the qSupported
626 packet, as well as to the list containing stub feature
627 details.
628
629 2015-08-24 Pedro Alves <palves@redhat.com>
630
631 * gdb.texinfo (Remote Configuration): Document the "set/show
632 remote multiprocess-extensions-packet" commands.
633
634 2015-08-24 Pedro Alves <palves@redhat.com>
635
636 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
637 <M32R>: Remove references to M32R/D.
638 <M68K>: Remove references to target dbug.
639 <MIPS Embedded>: Remove references to target r3900 and target
640 array.
641 <PowerPC Embedded>: Remove references to target dink32 and target
642 ppcbug, target sds
643 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
644
645 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
648
649 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
652
653 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.texinfo (Maintenance Commands): Move documentation of "main
656 info bfds" to...
657 (File Caching): A New section. Outline bfd caching, and add new
658 description for "main set/show bfd-sharing".
659
660 2015-08-14 Doug Evans <xdje42@gmail.com>
661
662 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
663 disassembly.
664 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
665
666 2015-08-11 Keith Seitz <keiths@redhat.com>
667
668 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
669 Use "location(s)"instead of "linespec(s)".
670 (Specifying a Location): Rewrite.
671 Add subsections describing linespec, address, and explicit locations.
672 Add node/menu for each subsection.
673 (Source and Machine Code, C Preprocessor Macros)
674 (Create and Delete Trace points)
675 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
676 (Continuing at a Different Address): Remove "linespec" examples.
677 Add reference to "Specify a Location"
678 (The -break-insert Command): Rewrite. Add anchor.
679 Add reference to appropriate manual section discussing locations.
680 (The -dprintf-insert Command): Refer to -break-insert for
681 specification of 'location'.
682
683 2015-08-07 Pedro Alves <palves@redhat.com>
684
685 * gdb.texinfo (Maintenance Commands): Document "maint set/show
686 target-non-stop".
687
688 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
689
690 * gdb.texinfo (Process Record and Replay): Document prefixing of
691 speculatively executed instructions in the "record instruction-history"
692 command.
693
694 2015-07-20 Doug Evans <dje@google.com>
695
696 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
697
698 2015-07-16 Doug Evans <dje@google.com>
699
700 * stabs.texinfo: @include gdb-cfg.texi.
701
702 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 Revert the previous 2 commits:
705 gdbserver build-id attribute generator
706 Validate symbol file using build-id
707
708 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 * gdb.texinfo (Files): Add 'set validate-build-id'
711 and 'show validate-build-id'.
712
713 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
714 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 gdbserver build-id attribute generator.
717 * gdb.texinfo (Library List Format for SVR4 Targets): Add
718 'build-id' in description, example, new attribute in dtd.
719
720 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.texinfo (Selection): Update documentation for 'frame'
723 command.
724
725 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
726
727 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
728 commands.
729
730 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
731
732 * gdb.texinfo (Process Record and Replay): Spell out that variables
733 and registers are not available during btrace replay.
734 Describe the new "record btrace pt" command.
735 Describe the new "set|show record btrace pt buffer-size" options.
736 (General Query Packets): Describe the new Qbtrace:pt and
737 Qbtrace-conf:pt:size packets.
738 Expand "bts" to "Branch Trace Store".
739 Update the branch trace DTD.
740
741 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
742
743 * gdb.texinfo (Command History): Document the new option
744 "history remove-duplicates".
745
746 2015-06-19 Doug Evans <dje@google.com>
747
748 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
749 longer supported.
750
751 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
752
753 * gdb.texinfo (Command History): Mention that setting
754 GDBHISTSIZE to the empty string disables history truncation.
755
756 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
757
758 PR gdb/16999
759 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
760 behavior.
761
762 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
763
764 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
765 with GDBHISTSIZE.
766
767 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
768
769 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
770 bytes and memory units for -data-{read,write}-memory-bytes.
771 (Packets): Same for m, M and X packets.
772 * python.texi (Inferiors In Python): Same for read_memory and
773 write_memory.
774
775 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
776
777 * gdb.texinfo (Separate Debug Files): Document that PE is also
778 supported.
779
780 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
783 single table entry.
784
785 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
786
787 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
788
789
790 2015-06-10 Gary Benson <gbenson@redhat.com>
791
792 * gdb.texinfo (Remote Configuration): Document the
793 "set/show remote hostio-setfs-packet" command.
794 (Host I/O Packets): Document the vFile:setfs packet.
795
796 2015-06-10 Gary Benson <gbenson@redhat.com>
797
798 * gdb.texinfo (Debugging Output): Document the "set/show debug
799 linux-namespaces" command.
800
801 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
802 Mircea Gherzan <mircea.gherzan@intel.com>
803
804 * gdb.texinfo (i386): Add documentation about "show mpx bound"
805 and "set mpx bound".
806
807 2015-05-27 Doug Evans <dje@google.com>
808
809 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
810
811 2015-05-26 Doug Evans <dje@google.com>
812
813 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
814 command renamings.
815 (Maintenance Commands): Update for DWARF "set debug" command renamings.
816
817 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
820
821 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
824 (TUI Commands): Add 'tui enable' and 'tui disable' details.
825
826 2015-05-16 Doug Evans <xdje42@gmail.com>
827
828 * guile.texi (Memory Ports in Guile): Document support for unbuffered
829 memory ports.
830
831 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
832
833 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
834
835 2015-05-12 Don Breazeal <donb@codesourcery.com>
836
837 * gdb.texinfo (Forks): Note that fork debugging is
838 supported in extended mode.
839 (Remote Configuration): Add fork event features to table
840 of packet settings.
841 (Stop Reply Packets): Add fork events to list of stop reasons.
842 (General Query Packets): Add fork events to tables of
843 'gdbfeatures' and 'stub features' supported in the qSupported
844 packet, as well as to the list containing stub feature
845 details.
846
847 2015-05-12 Gary Benson <gbenson@redhat.com>
848
849 * gdb.texinfo (General Query Packets): Document
850 qXfer:exec-file:read with empty annex.
851
852 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
853
854 * python.texi (Values From Inferior): Add descriptions of new
855 methods gdb.Value.reference_value and gdb.Value.const_value.
856
857 2015-05-06 Joel Brobecker <brobecker@adacore.com>
858
859 * gdb.texinfo (Files): Add "info dll" documentation.
860 (Cygwin Native): Remove "info dll" documentation.
861
862 2015-04-29 Doug Evans <dje@google.com>
863
864 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
865 Document.
866 (Writing an Xmethod): Add get_result_type to example.
867
868 2015-04-28 Sasha Smundak <asmundak@google.com>
869
870 * python.texi: New method documented.
871
872 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
875 format.
876
877 2015-04-24 Doug Evans <dje@google.com>
878
879 * python.texi (Xmethods In Python): Fix name of method to call the
880 xmethod.
881
882 2015-04-17 Gary Benson <gbenson@redhat.com>
883
884 * gdb.texinfo (Connecting to a Remote Target): Mention that
885 GDB can access program files from remote targets that support
886 qXfer:exec-file:read and Host I/O packets.
887
888 2015-04-17 Gary Benson <gbenson@redhat.com>
889
890 * gdb.texinfo (Remote Configuration): Document the "set/show
891 remote pid-to-exec-file-packet" command.
892 (General Query Packets): Document the qXfer:exec-file:read
893 qSupported features. Document the qXfer:exec-file:read packet.
894
895 2015-04-17 Gary Benson <gbenson@redhat.com>
896
897 * gdb.texinfo (set sysroot): Document that "set sysroot" also
898 applies to executable paths if supplied to GDB as absolute.
899
900 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 * gdb.texinfo (Mode Options): Remove -xdb.
903
904 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
905 Eli Zaretskii <eliz@gnu.org>
906
907 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
908 compile, show debug compile. New subsection Compilation options for
909 the compile command. New subsection Compiler search for the compile
910 command.
911
912 2015-04-09 Andy Wingo <wingo@igalia.com>
913
914 * guile.texi (Frames In Guile): Describe frame-read-register.
915
916 2015-04-02 Gary Benson <gbenson@redhat.com>
917
918 * gdb.texinfo (set sysroot): Document "target:".
919
920 2015-04-01 Sasha Smundak <asmundak@google.com>
921
922 * doc/python.texi (Writing a Frame Unwinder in Python): Add
923 section.
924
925 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
926
927 PR corefiles/16092
928 * gdb.texinfo (gcore): Mention new command 'set
929 use-coredump-filter'.
930 (set use-coredump-filter): Document new command.
931
932 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
933
934 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
935 documentation, reorder the info os entries in alphabetical order.
936
937 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
938
939 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
940 -data-write-memory-bytes.
941
942 2015-03-24 Pedro Alves <palves@redhat.com>
943
944 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
945 mention that threads may sometimes run unlocked.
946
947 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
948
949 * gdb.texinfo (Remote configuration): Document "set/show
950 serial parity" command.
951
952 2015-03-18 Gary Benson <gbenson@redhat.com>
953
954 * gdb.texinfo (General Query Packets): Remove documentation
955 for now-removed vFile:fstat qSupported features.
956
957 2015-03-11 Gary Benson <gbenson@redhat.com>
958
959 * gdb.texinfo (Remote Configuration): Document the
960 "set/show remote hostio-fstat-packet" command.
961 (General Query Packets): Document the vFile:fstat
962 qSupported features.
963 (Host I/O Packets): Document the vFile:fstat packet.
964
965 2015-03-11 Andy Wingo <wingo@igalia.com>
966
967 * guile.texi (Objfiles In Guile): Document objfile-progspace.
968
969 2015-03-04 Pedro Alves <palves@redhat.com>
970
971 * gdb.texinfo (Remote Configuration): Document the "set/show
972 remote swbreak-feature-packet" and "set/show remote
973 hwbreak-feature-packet" commands.
974 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
975 decription.
976 (Stop Reply Packets): Document the swbreak and hwbreak stop
977 reasons.
978 (General Query Packets): Document the swbreak and hwbreak
979 qSupported features.
980 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
981
982 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
983
984 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
985 under *stopped.
986
987 2015-03-02 Doug Evans <xdje42@gmail.com>
988
989 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
990
991 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
992
993 * gdb.texinfo (S/390 and System z Features): Describe new feature
994 "org.gnu.gdb.s390.vx".
995
996 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
997
998 PR gdb/18008
999 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1000 demangler-warning): Fix typo ("problam").
1001
1002 2015-02-19 David Taylor <dtaylor@emc.com>
1003
1004 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1005
1006 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1007
1008 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1009 point, DTrace'.
1010 (Static Probe Points): Modified to cover DTrace probes in addition
1011 to SystemTap probes. Also modified to cover the `enable probe'
1012 and `disable probe' commands.
1013
1014 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1015
1016 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1017 `disable probe' commands.
1018
1019 2015-02-12 David Taylor <dtaylor@emc.com>
1020
1021 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1022 fields of the QTDV packet.
1023
1024 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1025
1026 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1027 (Process Record and Replay): Describe new set|show commands.
1028 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1029
1030 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1031
1032 * gdb.texinfo (Process Record and Replay): Describe the "record
1033 btrace bts" command.
1034 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1035 (Branch Trace Configuration Format): New.
1036
1037 2015-01-31 Gary Benson <gbenson@redhat.com>
1038 Doug Evans <dje@google.com>
1039
1040 * gdb.texinfo (Command Completion): Document new
1041 "set/show max-completions" option.
1042
1043 2015-01-31 Doug Evans <xdje42@gmail.com>
1044
1045 * gdb.texinfo (Symbols): Document new commands
1046 "maint print symbol-cache", "maint print symbol-cache-statistics",
1047 "maint flush-symbol-cache". Document new option
1048 "maint set symbol-cache-size".
1049
1050 2015-01-31 Doug Evans <xdje42@gmail.com>
1051
1052 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1053 distinguish script files vs inlined scripts.
1054 * python.texi (Python Auto-loading): Ditto.
1055
1056 2015-01-30 Doug Evans <dje@google.com>
1057
1058 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1059 string if present.
1060
1061 2015-01-27 Doug Evans <dje@google.com>
1062
1063 * python.texi (Objfiles In Python): Document Objfile.username.
1064
1065 2015-01-27 Doug Evans <dje@google.com>
1066
1067 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1068 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1069
1070 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1071
1072 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1073
1074 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1075
1076 * doc/gdb.texinfo (TUI Commands): Document the possible
1077 values of NAME argument to 'winheight' command. Explain the
1078 effect of 'tabset' setting better.
1079
1080 2015-01-11 Doug Evans <xdje42@gmail.com>
1081
1082 PR gdb/15830
1083 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1084 (Symbols): Ditto.
1085 (Maintenance Commands): Delete docs for "maint demangle".
1086
1087 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1088
1089 * gdb.texinfo (Files): Remove documentation of the
1090 "add-shared-symbol-files" and "assf" commands.
1091 (Cygwin Native): Remove documentation of the "dll-symbols"
1092 command.
1093
1094 2014-12-17 Doug Evans <xdje42@gmail.com>
1095
1096 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1097
1098 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1099 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 * gdb.texinfo (Altering): Update.
1102 (Compiling and Injecting Code): New node.
1103
1104 2014-12-12 Doug Evans <dje@google.com>
1105
1106 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1107
1108 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1109
1110 * gdb.texinfo: Document "maint print user-registers".
1111
1112 2014-12-08 Doug Evans <dje@google.com>
1113
1114 * python.texi (Objfiles In Python): Document Objfile.owner.
1115
1116 2014-12-04 Doug Evans <dje@google.com>
1117
1118 * python.texi (Objfiles In Python): Document
1119 Objfile.add_separate_debug_file.
1120
1121 2014-12-04 Doug Evans <dje@google.com>
1122
1123 * python.texi (Objfiles In Python): Document Objfile.build_id.
1124
1125 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1126
1127 * python.texi (Events In Python): Document new events
1128 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1129 and RegisterChangedEvent.
1130
1131 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1132
1133 Add add-auto-load-scripts-directory.
1134 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1135 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1136
1137 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1138
1139 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1140 description typo.
1141
1142 2014-10-30 Doug Evans <dje@google.com>
1143
1144 * python.texi (Progspaces In Python): Document ability to add
1145 random attributes to gdb.Progspace objects.
1146 (Objfiles In Python): Document ability to add random attributes to
1147 gdb.objfile objects.
1148
1149 2014-10-27 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1152 info on stepping and signal handlers.
1153 (Signals): Explain stepping and signal handlers. Add context
1154 index entry, and cross references.
1155
1156 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1157
1158 * python.texi (Breakpoints In Python): Add parenthesis after
1159 Breakpoint.delete. Clarify Breakpoint.enabled description so
1160 that it contains "disable".
1161
1162 2014-10-17 Doug Evans <dje@google.com>
1163
1164 * python.texi (Events In Python): Document clear_objfiles event.
1165
1166 2014-10-17 Doug Evans <dje@google.com>
1167
1168 * python.texi (Objfiles In Python): Document new progspace attribute.
1169
1170 2014-10-17 Pedro Alves <palves@redhat.com>
1171
1172 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1173 (SVR4 Process Information): Delete mention of OSF/1.
1174
1175 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1176
1177 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1178 exit-code field in -list-thread-groups output.
1179
1180 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1181
1182 * gdb.texinfo (Set Breaks): Add missing "@end table".
1183
1184 2014-09-22 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1187 always-inserted off" is the default mode now. Delete
1188 documentation of "set breakpoint always-inserted auto".
1189
1190 2014-09-18 Doug Evans <dje@google.com>
1191
1192 * python.texi (Symbol Tables In Python): Document "producer"
1193 attribute of gdb.Symtab objects.
1194
1195 2014-09-16 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1198 (Embedded OS): Remove VxWorks menu entry.
1199 (VxWorks): Remove node.
1200
1201 2014-09-13 Doug Evans <xdje42@gmail.com>
1202
1203 * gdb.texinfo (Signaling): Document new queue-signal command.
1204
1205 2014-09-06 Doug Evans <xdje42@gmail.com>
1206
1207 PR 15276
1208 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1209 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1210
1211 2014-09-03 Justin Lebar <jlebar@google.com>
1212
1213 * python.texi (Types In Python): Type.template_argument(n) returns a
1214 gdb.Value or a gdb.Type and throws an exception if n is out of
1215 range.
1216
1217 2014-09-03 Sasha Smundak <asmundak@google.com>
1218
1219 * python.texi (Frames in Python): Add read_register description.
1220
1221 2014-08-04 Tom Tromey <tromey@redhat.com>
1222
1223 * gdb.texinfo (Debugging Output): Update for change to "set debug
1224 target".
1225
1226 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1227
1228 Pushed by Joel Brobecker <brobecker@adacore.com>.
1229 * Makefile.in (transform): New variable.
1230 (install-man1, install-man5): Apply $(transform) to man file names.
1231
1232 2014-07-26 Doug Evans <xdje42@gmail.com>
1233
1234 PR guile/17177
1235 * guile.texi (Guile Pretty Printing API): Fix typo.
1236 Document set-pretty-printers!, pretty-printers.
1237 (Selecting Guile Pretty-Printers): Update.
1238 Mention program-space based pretty-printers.
1239
1240 2014-07-25 Pedro Alves <palves@redhat.com>
1241 Eli Zaretskii <eliz@gnu.org>
1242
1243 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1244 with multi-threaded programs.
1245
1246 2014-06-27 Yao Qi <yao@codesourcery.com>
1247
1248 * gdb.texinfo (Maintenance Commands): Update the output of
1249 'maint print dummy-frames' command.
1250
1251 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1252
1253 * gdb.texinfo (Screen Size): Improve indexing.
1254
1255 2014-06-19 Gary Benson <gbenson@redhat.com>
1256
1257 * gdb.texinfo (Maintenance Commands): Document new
1258 "maint set/show catch-demangler-crashes" option.
1259
1260 2014-06-19 Gary Benson <gbenson@redhat.com>
1261
1262 * gdb.texinfo (Maintenance Commands): Document new
1263 "maint demangler-warning" command and new
1264 "maint set/show demangler-warning" option.
1265
1266 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1267
1268 * python.texi (Xmethod API): Add space before the opening
1269 parenthesis in function descriptions.
1270
1271 2014-06-06 Doug Evans <xdje42@gmail.com>
1272
1273 * guile.texi (Guile Configuration): Document guile-data-directory.
1274
1275 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1276
1277 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1278
1279 2014-06-04 Doug Evans <xdje42@gmail.com>
1280
1281 * guile.texi (Breakpoints In Guile): Update.
1282
1283 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1284
1285 * python.texi (Xmethod API): Fix reference to "Progspaces In
1286 Python".
1287
1288 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1289
1290 * python.texi (Xmethods In Python, XMethod API)
1291 (Writing an Xmethod): New nodes.
1292 (Python API): New menu entries "Xmethods In Python",
1293 "Xmethod API", "Writing an Xmethod".
1294
1295 2014-06-02 Doug Evans <xdje42@gmail.com>
1296
1297 * guile.texi (Guile API): Add entry for Parameters In Guile.
1298 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1299 (Parameters In Guile): New node.
1300
1301 2014-06-02 Doug Evans <xdje42@gmail.com>
1302
1303 * guile.texi (Guile API): Add entry for Commands In Guile.
1304 (Basic Guile) <parse-and-eval>: Add reference.
1305 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1306 (GDB Scheme Data Types): Mention <gdb:command> object.
1307 (Commands In Guile): New node.
1308
1309 2014-06-02 Doug Evans <xdje42@gmail.com>
1310
1311 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1312 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1313 (Progspaces In Guile): New node.
1314
1315 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1316
1317 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1318 * python.texi (Frames In Python): Mention
1319 gdb.FRAME_UNWIND_MEMORY_ERROR.
1320
1321 2014-05-29 Pedro Alves <palves@redhat.com>
1322 Tom Tromey <tromey@redhat.com>
1323
1324 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1325 from example.
1326 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1327 Mention that target-async is now deprecated.
1328 (Maintenance Commands): Document maint set/show target-async.
1329
1330 2014-05-29 Pedro Alves <palves@redhat.com>
1331
1332 * observer.texi (sync_execution_done, command_error): New
1333 subjects.
1334
1335 2014-05-29 Pedro Alves <palves@redhat.com>
1336
1337 PR gdb/13860
1338 * observer.texi (signal_received, end_stepping_range)
1339 (signal_exited, exited, no_history): New observer subjects.
1340
1341 2014-05-26 Andy Wingo <wingo@igalia.com>
1342
1343 * guile.texi (GDB Scheme Data Types): Remove documentation for
1344 removed interfaces. Update spelling of gdb-object-kind.
1345
1346 2014-05-26 Andy Wingo <wingo@igalia.com>
1347
1348 * guile.texi (Basic Guile): Fix some typos.
1349
1350 2014-05-26 Andy Wingo <wingo@igalia.com>
1351
1352 * guile.texi (Writing a Guile Pretty-Printer)
1353 (Guile Types Module): Fix excess parentheses in use-modules forms.
1354
1355 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1356
1357 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1358 (Breakpoints In Guile, Guile Printing Module)
1359 (Guile Exception Handling, Values From Inferior In Guile)
1360 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1361 Don't use @var at the beginning of a sentence.
1362
1363 * gdb.texinfo (Frame Filter Management, Trace Files)
1364 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1365 (PowerPC Embedded, Define, Annotations for Running)
1366 (IPA Protocol Commands, Packets, General Query Packets)
1367 (Tracepoint Packets, Notification Packets, Environment)
1368 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1369 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1370 (Frames, Backtrace, Selection, Expressions, Registers)
1371 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1372 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1373 (Source Annotations, Using JIT Debug Info Readers, Packets)
1374 (Stop Reply Packets, Host I/O Packets)
1375 (Target Description Format): Don't use @var at the beginning of a
1376 sentence.
1377
1378 * python.texi (Basic Python, Types In Python)
1379 (Commands In Python, Frames In Python, Line Tables In Python)
1380 (Breakpoints In Python, gdb.printing, gdb.types)
1381 (Type Printing API): Don't use @var at the beginning of a
1382 sentence.
1383
1384 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1385
1386 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1387 replay-memory-access".
1388
1389 2014-05-21 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.texinfo (Starting): Document "set/show
1392 auto-connect-native-target".
1393 (Target Commands): Document "target native".
1394
1395 2014-05-20 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1398 not be remote specific. Add cross reference to the qCRC packet.
1399 (Separate Debug Files): Update cross reference to the qCRC packet.
1400 (General Query Packets) <qCRC packet>: Add anchor.
1401
1402 2014-05-17 Doug Evans <xdje42@gmail.com>
1403
1404 Copy over changes from guile.texi.
1405 * python.texi (Basic Python) <gdb.execute>: Add text.
1406 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1407 (Values From Inferior) <Python string>: Add text.
1408 (Values From Inferior) <Value.string>: Clarify string length handling.
1409 (Pretty Printing API): Add cindex.
1410 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1411 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1412 @vindex.
1413 (Commands In Python) <COMPLETE_*>: Similarly.
1414 (Symbols In Python) <SYMBOL_*>: Similarly.
1415 (Breakpoints In Python) <WP_*>: Similarly.
1416 (Breakpoints In Python) <BP_*>: Similarly.
1417
1418 2014-05-17 David Taylor <dtaylor@emc.com>
1419
1420 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1421 mentioned in the qfThreadInfo reply.
1422
1423 2014-05-16 Doug Evans <dje@google.com>
1424
1425 * gdb.texinfo (Mode Options): Add -D.
1426
1427 2014-05-09 Samuel Bronson <naesten@gmail.com>
1428
1429 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1430 "make -C".
1431
1432 2014-04-29 Tom Tromey <tromey@redhat.com>
1433
1434 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1435 "show debug varobj".
1436
1437 2014-05-01 David Taylor <dtaylor@emc.com>
1438
1439 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1440 option.
1441
1442 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1443 Walfred Tedeschi <walfred.tedeschi@intel.com>
1444
1445 * gdb.texinfo (i386 Features): Add description of AVX512
1446 registers.
1447
1448 2014-03-31 Doug Evans <dje@google.com>
1449
1450 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1451
1452 2014-03-30 Doug Evans <dje@google.com>
1453
1454 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1455 (Background Execution): Ditto.
1456
1457 2014-03-21 Pedro Alves <palves@redhat.com>
1458 Stan Shebs <stan@codesourcery.com>
1459 Hui Zhu <hui@codesourcery.com>
1460
1461 * gdb.texinfo (Packets): Add anchor to "? packet".
1462 Remove fixme and update introduction of "k packet".
1463 Add anchor to "vKill packet".
1464
1465 2014-03-12 Stan Shebs <stan@codesourcery.com>
1466
1467 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1468
1469 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1470
1471 * guile.texi (Basic Guile): Document 'history-append!'.
1472
1473 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1476 and "assf" as being deprecated.
1477 (Cygwin Native): Likewise for "dll-symbols".
1478 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1479 as a way to force the loading of symbols from a DLL.
1480
1481 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1482
1483 * python.texi (Values From Inferior): Add description about the
1484 new feature.
1485
1486 2014-02-17 Doug Evans <xdje42@gmail.com>
1487
1488 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1489 * gdb.texinfo (Python): Moved to ...
1490 * python.texi: ... here. New file.
1491
1492 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1493
1494 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1495 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1496 parameter to 'str-lookup-function' procedure. Look for
1497 the "std::string<" prefix.
1498 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1499 Adjust description.
1500
1501 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1502
1503 * guile.texi (Values From Inferior In Guile): Remove stray
1504 parantheses for deffn.
1505 (Disassembly In Guile): Ditto.
1506
1507 2014-02-10 Stan Shebs <stan@codesourcery.com>
1508
1509 Add Doxygen support.
1510 * Makefile.in (doxy): New action, generates Doxygen files.
1511 (DOXYGEN): New.
1512 (doxyedit): New.
1513 * Doxyfile-base.in: New file.
1514 * Doxyfile-gdb-api.in: New file.
1515 * Doxyfile-gdb-xref.in: New file.
1516 * Doxyfile-gdbserver.in: New file.
1517 * doxy-index.in: New file.
1518 * filter-for-doxygen: New file.
1519 * filter-params.pl: New file.
1520
1521 2014-02-10 Doug Evans <xdje42@gmail.com>
1522
1523 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1524 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1525 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1526 (Guile docs): Include guile.texi.
1527 (objfile-gdbdotext file): Add objfile-gdb.scm.
1528 (dotdebug_gdb_scripts section): Mention Guile scripts.
1529 (Multiple Extension Languages): New node.
1530 * guile.texi: New file.
1531
1532 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1533
1534 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1535 ignore-descriptive-types". commands.
1536
1537 2014-01-22 Doug Evans <dje@google.com>
1538
1539 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1540 (gdbserver man): Ditto.
1541
1542 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1543
1544 * gdb.texinfo: Document limited reverse/replay support
1545 for target record-btrace.
1546
1547 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1548
1549 * gdb.texinfo (Process Record and Replay): Update documentation.
1550
1551 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1552
1553 * gdb.texinfo (Process Record and Replay): Document new /c
1554 modifier accepted by "record function-call-history".
1555 Add /i modifier to "record function-call-history" example.
1556
1557 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1558 Joel Brobecker <brobecker@adacore.com>
1559
1560 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1561 markers. Remove one that was misplaced.
1562
1563 2014-01-10 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.texinfo (Your Program's Environment) <set environment>:
1566 Mention the shell, and point at 'set exec-wrapper'.
1567
1568 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1569
1570 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1571
1572 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1573
1574 * gdb.texinfo (Types In Python): Clarify the documentation
1575 of attribute gdb.Field.bitpos.
1576
1577 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1578
1579 * gdb.texinfo (Types In Python): Fix the documentation of
1580 attribute "bitpos" in class gdb.Field for enum types. Add
1581 documentation for attribute "enumval" in that same class.
1582
1583 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1584
1585 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1586 @ftable.
1587
1588 2013-12-23 Doug Evans <xdje42@gmail.com>
1589
1590 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1591 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1592 corresponding section in Extending GDB.
1593 (Extending GDB): Move menu up. New menu item "Auto-loading
1594 extensions".
1595 (Sequences): New menu item "Auto-loading sequences".
1596 (Auto-loading sequences): New node.
1597 (Python): Rename section from Scripting GDB to Extending GDB.
1598 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1599 Move docs on ways to auto-load extensions to ...
1600 (Auto-loading extensions): ... here. New node.
1601
1602 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1603
1604 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1605 in menu.
1606 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1607 command, now in a new node.
1608 (GDB/MI Support Commands): New node, with its contents being
1609 extracted from the "GDB/MI Miscellaneous Commands" node.
1610 A small paragraph introducing the section is also added at
1611 the start.
1612 (GDB/MI Miscellaneous Commands): Delete the description of the
1613 -info-gdb-mi-command, -list-features and -list-target-features
1614 commands, now hosted in the "GDB/MI Support Commands" node.
1615
1616 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1617
1618 PR python/16113
1619 * gdb.texinfo (Values From Inferior): Add a note about using
1620 gdb.Field objects as subscripts on gdb.Value objects.
1621 (Types In Python): Add description about the new attribute
1622 "parent_type" of gdb.Field objects.
1623
1624 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1625
1626 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1627 entry for section docuumenting the -list-features GDB/MI command.
1628
1629 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1630
1631 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1632 "exec-run-start-option" entry in the output of the "-list-features"
1633 command.
1634
1635 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1636
1637 * gdb.texinfo (i386): Fix yesterday's commit.
1638
1639 2013-12-03 Tom Tromey <tromey@redhat.com>
1640
1641 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1642 documented here.
1643
1644 2013-12-03 Tom Tromey <tromey@redhat.com>
1645
1646 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1647
1648 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1649
1650 * gdb.texinfo (i386 Features): Add MPX feature registers.
1651 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1652 a subsubsection for MPX and describes the display of the
1653 boundary registers.
1654
1655 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1656
1657 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1658 documentation of the "ada-exceptions" entry.
1659
1660 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1661
1662 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1663 "^error" result record concerning the error message. Document
1664 the error code that may also be part of that result record.
1665 (GDB/MI Miscellaneous Commands): Document the
1666 "undefined-command-error-code" element in the output of
1667 the "-list-features" GDB/MI command.
1668
1669 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1670
1671 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1672 the new -info-gdb-mi-command GDB/MI command. Document
1673 the meaning of "-info-gdb-mi-command" in the output of
1674 -list-features.
1675
1676 2013-11-29 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1679 Update comment.
1680
1681 2013-11-24 Yao Qi <yao@codesourcery.com>
1682
1683 * gdb.texinfo (Caching Remote Data): Document new
1684 "set/show stack-cache" option.
1685
1686 2013-11-24 Yao Qi <yao@codesourcery.com>
1687
1688 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1689 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1690 "off" respectively.
1691
1692 2013-11-23 Yao Qi <yao@codesourcery.com>
1693
1694 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1695 of "displayhint" to the table about child results.
1696
1697 2013-11-21 Yao Qi <yao@codesourcery.com>
1698
1699 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1700 'dynamic' for the output of command -var-list-children.
1701
1702 2013-11-21 Yao Qi <yao@codesourcery.com>
1703
1704 * gdb.texinfo (Caching Target Data): Remove "see" before
1705 @pxref.
1706
1707 2013-11-20 Yao Qi <yao@codesourcery.com>
1708
1709 * gdb.texinfo (Caching Target Data): Update doc for
1710 per-address-space dcache.
1711
1712 2013-11-20 Yao Qi <yao@codesourcery.com>
1713
1714 * gdb.texinfo (Data): Rename menu item.
1715 (Caching Remote Data): Rename to ...
1716 (Caching Target Data): ... it. Update.
1717
1718 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1721 "language-option" entry in the output of the "-list-features"
1722 command.
1723
1724 2013-11-15 Tom Tromey <tromey@redhat.com>
1725
1726 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1727 Add example.
1728
1729 2013-11-14 Tom Tromey <tromey@redhat.com>
1730
1731 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1732
1733 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1734
1735 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1736 (Context management): Place current subsection text into its own
1737 subsubsection. Add new subsubsection describing the "--language"
1738 command option.
1739
1740 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1741
1742 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1743 the documentation of "info-ada-exceptions" in the output
1744 of the "-list-features" command. Add the documentation
1745 of the "ada-exception" entry instead.
1746
1747 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1748
1749
1750 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1751 word of a couple of sentences to start with a capital letter.
1752
1753 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1754
1755 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1756 (Ada Exceptions): New node.
1757 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1758 Commands" node.
1759 (GDB/MI Ada Exceptions Commands): New node.
1760 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1761 field in the output of the "-list-features" command.
1762 * NEWS: Add entry for the new "info exceptions" CLI command,
1763 and for the new "-info-ada-exceptions" GDB/MI command.
1764
1765 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1766
1767 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1768 (Line Tables In Python): New node.
1769
1770 2013-11-08 Doug Evans <dje@google.com>
1771
1772 * gdb.texinfo (Debugging Output): Update text for
1773 "set debug dwarf2-read".
1774
1775 2013-11-08 Doug Evans <dje@google.com>
1776
1777 * gdb.texinfo (Debugging Output): Update text for
1778 "set debug symtab-create".
1779
1780 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1781
1782 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1783 constant.
1784
1785 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1786
1787 * gdb.texinfo (Breakpoints In Python): Document temporary
1788 option in breakpoint constructor, and add documentation to the
1789 temporary attribute.
1790
1791 2013-11-07 Yao Qi <yao@codesourcery.com>
1792
1793 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1794 output of "-var-info-expression".
1795
1796 2013-11-06 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1799 non-interactive mode.
1800 (Environment) <shell startup files warning>: Mention
1801 non-interactive mode. Mention .zshenv for Z shell, and talk about
1802 BASH_ENV instead of .bashrc for BASH.
1803
1804 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1805
1806 * gdb.texinfo (Commands to Specify Files): Add description
1807 of the remove-symbol-file command.
1808 * observer.texi: New free_objfile event
1809
1810 2013-10-24 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1813
1814 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1815
1816 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1817 New subsection inside which the "-catch-load" and "-catch-unload"
1818 commands documentation is now placed.
1819 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1820 documenting the "-catch-assert" and "-catch-exception" new
1821 GDB/MI commands.
1822
1823 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1824
1825 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1826
1827 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1828
1829 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1830 serial baud".
1831 (Remote Configuration): Replace "set remotebaud" by "set serial
1832 baud". Replace "show remotebaud" by "show serial baud".
1833
1834 2013-10-07 Pedro Alves <palves@redhat.com>
1835
1836 PR breakpoints/11568
1837 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1838 when the thread is removed from the thread list.
1839
1840 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1841
1842 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1843 Update entry for $_exitcode.
1844
1845 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1848 new "--start" option.
1849
1850 2013-10-02 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.texinfo (Registers): Expand description of saved registers
1853 in frames. Explain <not saved>.
1854
1855 2013-09-25 Doug Evans <dje@google.com>
1856
1857 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1858
1859 2013-09-16 Stan Shebs <stan@codesourcery.com>
1860
1861 Remove the internals manual gdbint.texinfo.
1862 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1863 (PDFFILES): Remove gdbint.pdf.
1864 (HTMLFILES): Remove gdbint/index.html.
1865 (HTMLFILES_INSTALL): Remove gdbint.
1866 (GDBINT_DOC_FILES): Remove.
1867 (dvi): Remove gdbint.dvi.
1868 (ps): Remove gdbint.ps.
1869 * gdbint.texinfo: Remove file.
1870 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1871
1872 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1873
1874 * gdb.texinfo (Convenience Functions): Mention new convenience
1875 function $_isvoid.
1876
1877 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1878
1879 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1880 (Standard Target Features): Add new node to menu.
1881 (S/390 and System z Features): New node.
1882
1883 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1884
1885 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1886 -list-target-features in the example.
1887
1888 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1889
1890 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1891 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1892
1893 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1894
1895 Sync documentation with gdb.base/gnu-debugdata.exp.
1896 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1897
1898 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1899
1900 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1901
1902 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1903 Yao Qi <yao@codesourcery.com>
1904
1905 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1906 Document new --skip-unavailable option.
1907 <-stack-list-variables>: Document new --skip-unavailable option.
1908
1909 2013-08-26 Doug Evans <dje@google.com>
1910
1911 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1912 an optional regexp.
1913
1914 2013-08-13 Tom Tromey <tromey@redhat.com>
1915
1916 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1917 Document GDB_PARALLEL and GDB_INOTIFY.
1918
1919 2013-08-09 Stan Shebs <stan@codesourcery.com>
1920
1921 * LRS: Remove file, describes a long-abandoned live-range
1922 splitting extension to stabs.
1923
1924 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1925
1926 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1927
1928 2013-07-17 Doug Evans <dje@google.com>
1929
1930 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1931
1932 2013-07-02 Tom Tromey <tromey@redhat.com>
1933
1934 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1935
1936 2013-06-28 Tom Tromey <tromey@redhat.com>
1937
1938 * Makefile.in (version.subst): Use version.in, not
1939 common/version.in.
1940 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1941 Likewise.
1942
1943 2013-06-27 Pedro Alves <palves@redhat.com>
1944
1945 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1946 dynamic symbol resolution code>: New section, based on infrun.c
1947 comment.
1948
1949 2013-06-26 Tom Tromey <tromey@redhat.com>
1950
1951 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1952 Update.
1953 (Releasing GDB): Likewise.
1954
1955 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1956 Yao Qi <yao@codesourcery.com>
1957
1958 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1959 -trace-frame-collected.
1960
1961 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1962
1963 * gdb.texinfo (Traceframe Info Format): Document tvar element
1964 and its attributes.
1965
1966 2013-06-25 Yao Qi <yao@codesourcery.com>
1967
1968 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1969
1970 2013-06-24 Tom Tromey <tromey@redhat.com>
1971
1972 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1973 (GDBvn.texi): Use version.subst.
1974 (version.subst): New target.
1975 (mostlyclean): Remove version.subst.
1976
1977 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1978
1979 * gdb.texinfo (GDB/MI Data Manipulation)
1980 <-data-list-register-values>: Document the --skip-unavailable
1981 option.
1982
1983 2013-06-07 Yao Qi <yao@codesourcery.com>
1984
1985 * gdb.texinfo (Symbols): Add kindex and cindex for
1986 'maint print msymbols'.
1987
1988 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1989
1990 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1991 response field name (thread-group to inferior).
1992
1993 2013-06-04 Gary Benson <gbenson@redhat.com>
1994
1995 * gdb.texinfo (General Query Packets/qSupported): Added
1996 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1997 to the table of currently defined stub features.
1998 Added a more detailed entry for "augmented-libraries-svr4-read".
1999 (General Query Packets/qXfer:libraries-svr4:read): Documented
2000 the augmented form of this packet.
2001
2002 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2003
2004 * gdb.texinfo (System-wide Configuration Scripts): Renames
2005 "Installed System-wide Configuration Scripts". Add associated
2006 @menu block.
2007
2008 2013-05-23 Yao Qi <yao@codesourcery.com>
2009 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.texinfo (Packets): Document 'vCont;r'.
2012 (Continuing and Stepping): Document target-assisted range
2013 stepping, and the 'set range-stepping' and 'show range-stepping'
2014 commands.
2015
2016 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2017
2018 * gdb.texinfo (Installed System-wide Configuration Scripts):
2019 Add subsection describing the scripts now available under
2020 the data-dir's system-gdbbinit subdirectory.
2021 * NEWS: Add entry announcing the availability of system-wide
2022 configuration scripts for ElinOS and Wind River Linux.
2023
2024 2013-05-21 Hui Zhu <hui@codesourcery.com>
2025
2026 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2027 "-dprintf-insert" command.
2028
2029 2013-05-17 Doug Evans <dje@google.com>
2030
2031 * gdb.texinfo (Maintenance Commands): Update doc for
2032 "maint check-psymtabs". Add doc for "maint check-symtabs",
2033 "maint expand-symtabs".
2034
2035 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2036
2037 * gdb.texinfo (Process Record and Replay): Document the
2038 "record goto" command and its sub-commands.
2039
2040 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2041
2042 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2043 (Python API): Add Frame Filters API, Frame Wrapper API,
2044 Writing a Frame Filter/Wrapper, Managing Management of Frame
2045 Filters chapter entries.
2046 (Frame Filters API): New Node.
2047 (Frame Wrapper API): New Node.
2048 (Writing a Frame Filter): New Node.
2049 (Managing Frame Filters): New Node.
2050 (Progspaces In Python): Add note about frame_filters attribute.
2051 (Objfiles in Python): Ditto.
2052 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2053 @anchors and --no-frame-filters option to -stack-list-variables,
2054 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2055 commands.
2056
2057 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2058
2059 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2060 Support" subsection documenting the XML format used to transfer
2061 shared library info on AIX.
2062
2063 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2064
2065 * gdb.texinfo (Debugging Output): Add documentation of
2066 "set debug aix-solib" and "show debug aix-solib" commands.
2067
2068 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2069
2070 * gdb.texinfo (Nios II): New section.
2071 (Nios II Features): New section.
2072
2073 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2074
2075 * gdbint.texinfo (Algorithms): Remove entries documenting
2076 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2077 SOLIB_CREATE_INFERIOR_HOOK.
2078
2079 2013-04-29 Tom Tromey <tromey@redhat.com>
2080
2081 PR python/14204:
2082 * gdb.texinfo (Python API): Fix menu entry.
2083 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2084 Define global and static block. Add example. Clarify
2085 block relationship for inline functions.
2086
2087 2013-04-29 Tom Tromey <tromey@redhat.com>
2088
2089 * gdb.texinfo (Python API): Mention Python help and keyword
2090 arguments. Move pagination text to Basic Python.
2091 (Basic Python): Put pagination text here. Document
2092 close-on-exec, SIGCHLD, and SIGINT.
2093
2094 2013-04-19 Pedro Alves <palves@redhat.com>
2095
2096 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2097 "signedness" instead of "signness".
2098
2099 2013-04-19 Pedro Alves <palves@redhat.com>
2100
2101 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2102 -Wno-pointer-sign text with text on -Wpointer-sign.
2103
2104 2013-04-16 Tom Tromey <tromey@redhat.com>
2105
2106 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2107 GCC that has the SDT probe points.
2108
2109 2013-04-15 Tom Tromey <tromey@redhat.com>
2110
2111 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2112 exception catchpoints.
2113
2114 2013-04-15 Tom Tromey <tromey@redhat.com>
2115
2116 * gdb.texinfo (Set Catchpoints): Document $_exception.
2117 (Convenience Vars): Mention $_exception.
2118
2119 2013-04-15 Tom Tromey <tromey@redhat.com>
2120
2121 * gdb.texinfo (Set Catchpoints): Reorganize exception
2122 catchpoints. Document "catch rethrow".
2123 (Debugging C Plus Plus): Mention "catch rethrow".
2124
2125 2013-04-15 Tom Tromey <tromey@redhat.com>
2126
2127 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2128
2129 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2130 Eli Zaretskii <eliz@gnu.org>
2131
2132 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2133 line below the sample output.
2134
2135 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2136
2137 * gdb.texinfo (Mode Options): Document '-configuration'.
2138 (Help): Document "show configuration".
2139 (Bug Reporting): Add requirements to include the configuration
2140 details in bug reports.
2141
2142 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 * Makefile.in (MAN1S): Add gcore.1.
2145 Remove "Host, target, and site specific Makefile fragments" comment.
2146 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2147 (install-man1, uninstall-man1): Conditionalize gcore.1.
2148 (gcore.1): New.
2149 * gdb.texinfo (Man Pages): Add gcore man.
2150 (gcore man): New node.
2151
2152 2013-04-10 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.texinfo (Process Record and Replay): Document that "set
2155 record full insn-number-max", "set record
2156 instruction-history-size" and "set record
2157 function-call-history-size" accept "unlimited".
2158 (Backtrace): Document that "set backtrace limit" accepts
2159 "unlimited".
2160 (List): Document that "set listsize" accepts "unlimited".
2161 (Print Settings)" Document that "set print max-symbolic-offset",
2162 "set print elements" and "set print repeats" accept "unlimited".
2163 (Starting and Stopping Trace Experiments): Document that "set
2164 trace-buffer-size" accepts "unlimited".
2165 (Remote Configuration): Document that "set tcp connect-timeout"
2166 accepts "unlimited".
2167 (Command History): Document that "set history size" accepts
2168 "unlimited".
2169 (Screen Size): Document that "set height" and "set width" accepts
2170 "unlimited". Adjust "set pagination"'s description to suggest
2171 "set height unlimited" instead of "set height 0".
2172
2173 2013-04-10 Yao Qi <yao@codesourcery.com>
2174
2175 * gdb.texinfo (Trace Files): Add "target ctf".
2176
2177 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2178
2179 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2180
2181 * Makefile.in (install-man1, install-man5, uninstall-man1)
2182 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2183
2184 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2185
2186 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2187 Eli Zaretskii <eliz@gnu.org>
2188
2189 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2190 parameters order. Remove "On some targets" for --attach. Document the
2191 --multi parameter and extended-remote command. Document all the
2192 options.
2193
2194 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2197 the list of supported languages.
2198
2199 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2202 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2203 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2204 (diststuff): Add man.
2205 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2206 (uninstall-man5): New.
2207 (STAGESTUFF): Add *.1 and *.5.
2208 (GDBvn.texi): Add SYSTEM_GDBINIT.
2209 (gdb.1, gdbserver.1, gdbinit.5): New.
2210 (maintainer-clean realclean): Add $(MANS).
2211 (install): Add install-man.
2212 (uninstall): Add uninstall-man.
2213 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2214 (@copying): Wrap it by @c man begin COPYRIGHT.
2215 (Top): Add Man Pages.
2216 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2217
2218 2013-04-02 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.texinfo (Debugging Output): Document "set/show debug
2221 aarch64", "set/show debug coff-pe-read" and "set/show debug
2222 mach-o".
2223
2224 2013-04-02 Pedro Alves <palves@redhat.com>
2225
2226 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2227 table>: Add entry for "trace-buffer-size".
2228
2229 2013-03-28 Pedro Alves <palves@redhat.com>
2230
2231 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2232 table>: Add entry for "trace-status".
2233
2234 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2235
2236 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2237 @bullet", which is invalid (makeinfo 5.1 barfs).
2238
2239 2013-03-28 Pedro Alves <palves@redhat.com>
2240
2241 PR gdb/15294
2242
2243 * gdb.texinfo (List) <set listsize>: Adjust to document that
2244 listsize 0 means no limit, and remove mention of -1.
2245
2246 2013-03-22 Yao Qi <yao@codesourcery.com>
2247
2248 * gdb.texinfo (Embedded Processors): Remove menu item
2249 "OpenRISC 1000".
2250 (OpenRISC 1000): Remove.
2251
2252 2013-03-21 Doug Evans <dje@google.com>
2253
2254 * gdb.texinfo (Maintenance Commands): Add docs for
2255 "mt set per-command {space,time,symtab} {on,off}".
2256
2257 2013-03-14 Hui Zhu <hui@codesourcery.com>
2258 Yao Qi <yao@codesourcery.com>
2259
2260 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2261
2262 2013-03-13 Keith Seitz <keiths@redhat.com>
2263
2264 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2265 "maint agent" reference to Dynamic printf.
2266
2267 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2268
2269 * gdb.texinfo (General Query Packets): Don't use colon in index
2270 entries visible to Info format.
2271
2272 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2273
2274 * gdb.texinfo (Process Record and Replay): Document record
2275 changes.
2276
2277 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2278
2279 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2280 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2281 qXfer:btrace:read.
2282
2283 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2284
2285 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2286 use colons in @anchor and @cindex entries.
2287
2288 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2289
2290 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2291
2292 2013-03-08 Stan Shebs <stan@codesourcery.com>
2293 Hafiz Abid Qadeer <abidh@codesourcery.com>
2294
2295 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2296 trace-buffer-size set and show commands.
2297 (Tracepoint Packets): Document QTBuffer:size.
2298 (General Query Packets): Document QTBuffer:size.
2299
2300 2013-02-21 Tom Tromey <tromey@redhat.com>
2301
2302 * gdb.texinfo: Remove bad @syncodeindex.
2303 (Values From Inferior, Types In Python, Inferiors In Python)
2304 (Events In Python, Threads In Python, Frames In Python, Blocks In
2305 Python, Symbols In Python, Symbol Tables In Python): Remove
2306 @tables.
2307 (Packets, General Query Packets, Tracepoint Packets)
2308 (Host I/O Packets): Use @w{} for empty @item.
2309
2310 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2311
2312 * gdb.texinfo (Architectures In Python): Add description about
2313 the new method gdb.Architecture.disassemble.
2314
2315 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2316 Hafiz Abid Qadeer <abidh@codesourcery.com>
2317
2318 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2319 Document the "trace-file" field.
2320
2321 2013-02-07 Doug Evans <dje@google.com>
2322
2323 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2324 command.
2325
2326 2013-02-06 Yao Qi <yao@codesourcery.com>
2327
2328 * gdb.texinfo (GDB/MI Async Records): Document new MI
2329 notification "=tsv-modified". Update the document of MI
2330 notification "=tsv-created".
2331 * observer.texi (GDB Observers): New observer tsv_modified.
2332 Update observer tsv_created and tsv_delete.
2333
2334 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2335
2336 * gdb.texinfo (AArch64 Features): New section; document
2337 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2338 (Architectures): Add new AArch64 section to document AArch64
2339 architecture specific commands.
2340 (ABI): Add description of the new OS ABI "Newlib" and its influence
2341 on the longjmp handling.
2342
2343 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2344 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2347 variable in 'set/show backtrace' section.
2348
2349 2013-01-31 Tom Tromey <tromey@redhat.com>
2350
2351 * gdb.texinfo (Target Commands): Fix typo.
2352
2353 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2354
2355 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2356 describing the gdb.Architecture class.
2357 (Frames In Python): Add description about the new method
2358 gdb.Frame.architecture().
2359
2360 2013-01-23 Doug Evans <dje@google.com>
2361
2362 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2363
2364 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2365
2366 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2367 'thread-groups' field when printing a breakpoint in MI.
2368
2369 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2370 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2371 to reflect that jit-reader-load now supports absolute file-names.
2372
2373 2013-01-16 Tom Tromey <tromey@redhat.com>
2374
2375 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2376 (Signals): Likewise.
2377
2378 2013-01-16 Tom Tromey <tromey@redhat.com>
2379
2380 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2381 "catch-type" field.
2382 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2383
2384 2013-01-07 Tom Tromey <tromey@redhat.com>
2385
2386 * gdb.texinfo (Mode Options): Don't mention -epoch.
2387 (Data, Emacs): Remove obsolete comments.
2388
2389 2013-01-02 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.texinfo (GDB/MI Output Records): Update menu.
2392 (GDB/MI Breakpoint Information): New node.
2393 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2394 <-break-insert>: Likewise.
2395
2396 2012-12-31 Yao Qi <yao@codesourcery.com>
2397
2398 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2399 (Packets): Move "vStopped" packet to ...
2400 (Notification Packets): ... here. Describe the components
2401 of notification. Add a table of supported notifications.
2402 Add an example on the process of he async notification.
2403
2404 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2407 present.
2408 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2409 fullname output always present.
2410
2411 2012-12-23 Pierre Muller <muller@sourceware.org>
2412
2413 * gdbint.texinfo (Function prototypes): Require use of "extern"
2414 modifier for function prototypes in headers.
2415
2416 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2417
2418 * refcard.tex: Update copyright notice to GPL v3 or later.
2419 Update contact info.
2420
2421 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2422
2423 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2424
2425 2012-12-15 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.texinfo (Debugging Output): Document 'set debug
2428 notification' and 'show debug notification'.
2429
2430 2012-12-15 Yao Qi <yao@codesourcery.com>
2431
2432 * gdb.texinfo (Listing Tracepoints): New item and example about
2433 'installed on target' output.
2434 Add more in the example about 'installed on target'.
2435 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2436
2437 2012-12-14 Tom Tromey <tromey@redhat.com>
2438
2439 * gdb.texinfo (SVR4 Process Information): Mention core files.
2440
2441 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2442
2443 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2444
2445 2012-12-11 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.texinfo: Remove all mentions of Unixware throughout.
2448
2449 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2452
2453 2012-11-29 Tom Tromey <tromey@redhat.com>
2454
2455 * gdb.texinfo (SVR4 Process Information): Document missing
2456 "info proc" subcommands.
2457
2458 2012-11-29 Yao Qi <yao@codesourcery.com>
2459
2460 PR gdb/1477.
2461 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2462 to 'auto' instead of 'gnu'.
2463
2464 2012-11-26 Tom Tromey <tromey@redhat.com>
2465
2466 * gdb.texinfo (MiniDebugInfo): New node.
2467 (GDB Files): Update.
2468
2469 2012-11-16 Doug Evans <dje@google.com>
2470
2471 * gdb.texinfo (System-wide configuration): If the system-wide init
2472 file lives in the data-directory, and --data-directory is provided,
2473 look for it there.
2474
2475 2012-11-15 Tom Tromey <tromey@redhat.com>
2476
2477 * gdb.texinfo (Signaling): Fix typo.
2478
2479 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2480
2481 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2482 parameter "count" of -data-write-memory-bytes, and add an example.
2483
2484 2012-11-12 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.texinfo (Symbols): Document "info type-printers",
2487 "enable type-printer" and "disable type-printer".
2488 (Python API): Add new node to menu.
2489 (Type Printing API): New node.
2490 (Progspaces In Python): Document type_printers field.
2491 (Objfiles In Python): Likewise.
2492 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2493 register_type_printer, TypePrinter>: Document.
2494
2495 2012-11-12 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.texinfo (Symbols): Document "set print type methods",
2498 "set print type typedefs", and flags to ptype and whatis.
2499
2500 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2501
2502 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2503 the example -data-disassemble output. Extend the description of
2504 the -data-disassemble results to document all fields. Document
2505 the cli disassemble command as being related to -data-disassemble.
2506
2507 2012-11-09 Yao Qi <yao@codesourcery.com>
2508
2509 PR gdb/14777.
2510 * gdb.texinfo (OS Information): Remove doc on command
2511 'info udot'.
2512
2513 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2516 gdb.ini warning for Windows port.
2517
2518 2012-11-08 Yao Qi <yao@codesourcery.com>
2519
2520 * gdb.texinfo (Search): Add kindex for 'fo'.
2521
2522 2012-11-05 Tom Tromey <tromey@redhat.com>
2523
2524 PR python/14802:
2525 * gdb.texinfo (Functions In Python): Add example.
2526
2527 2012-11-03 Yao Qi <yao@codesourcery.com>
2528
2529 * observer.texi (GDB Observers): Remove observer
2530 'tracepoint_modified', 'tracepoint_created' and
2531 'tracepoint_deleted'.
2532
2533 2012-10-26 Tom Tromey <tromey@redhat.com>
2534
2535 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2536
2537 2012-10-25 Tom Tromey <tromey@redhat.com>
2538
2539 * gdb.texinfo (General Query Packets): Use @itemx.
2540
2541 2012-10-17 Yao Qi <yao@codesourcery.com>
2542
2543 * observer.texi (GDB Observers): Update observer
2544 'memory_changed'.
2545 * gdb.texinfo (GDB/MI Async Records): Document for
2546 "memory-changed" notification.
2547
2548 2012-10-15 Doug Evans <dje@google.com>
2549
2550 * gdb.texinfo (Mode Options): Document -nh.
2551 Elaborate on docs for -nx.
2552
2553 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2554
2555 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2556
2557 2012-09-21 Yao Qi <yao@codesourcery.com>
2558 Pedro Alves <palves@redhat.com>
2559
2560 * gdb.texinfo (GDB/MI Async Records): Document notification
2561 'record-started' and 'record-stopped'.
2562 * observer.texi (GDB Observers): New observer 'record-changed'.
2563
2564 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2565
2566 * gdb.texinfo: Document the removal of SH's 'regs' command.
2567
2568 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2569
2570 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2571
2572 2012-09-18 Yao Qi <yao@codesourcery.com>
2573
2574 * gdb.texinfo (GDB/MI Async Records): Document new MI
2575 notifications '=tsv-created' and '=tsv-deleted'.
2576 * observer.texi (GDB Observers): New observer tsv_created and
2577 tsv_deleted.
2578
2579 2012-09-18 Yao Qi <yao@codesourcery.com>
2580
2581 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2582 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2583 '=traceframe-changed'.
2584
2585 2012-09-17 Yao Qi <yao@codesourcery.com>
2586
2587 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2588 'set listsize'.
2589
2590 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2591 Eli Zaretskii <eliz@gnu.org>
2592
2593 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2594 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2595 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2596
2597 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2600
2601 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2602
2603 Document how to return from "python-interactive" to GDB.
2604 * gdb.texinfo (Python Commands): Update documentation.
2605
2606 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2607
2608 Add a new "python-interactive" command that starts a standard
2609 Python interactive prompt with "pi" as alias, and add "py" as
2610 an alias to "python".
2611 * gdb.texinfo (Python Commands): Document the new commands.
2612
2613 2012-08-22 Tom Tromey <tromey@redhat.com>
2614
2615 * gdbint.texinfo (Host Definition): Remove documentation for
2616 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2617
2618 2012-08-17 Keith Seitz <keiths@redhat.com>
2619
2620 PR c++/13356
2621 * gdb.texinfo (Type and Range Checking): Remove warning.
2622 Remove spurious commas.
2623 Update text and examples for re-implementation of set/show
2624 check type.
2625 (C and C++ Type and Range Checks): Likewise.
2626
2627 2012-08-16 Yao Qi <yao@codesourcery.com>
2628
2629 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2630 is deprecated.
2631
2632 2012-08-13 Doug Evans <dje@google.com>
2633
2634 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2635 to include functions.
2636
2637 2012-08-10 Doug Evans <dje@google.com>
2638
2639 * gdb.texinfo (Convenience Funs): New node.
2640 (Types In Python): Document Type.vector.
2641
2642 2012-08-09 Yao Qi <yao@codesourcery.com>
2643
2644 * observer.texi: New observer command_param_changed.
2645 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2646
2647 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2648
2649 * gdbint.texinfo (Debugging GDB): In section
2650 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2651 Mention also gdb-gdb.py.
2652
2653 2012-08-07 Yao Qi <yao@codesourcery.com>
2654
2655 Revert the folloing patch:
2656 2012-08-06 Yao Qi <yao@codesourcery.com>
2657 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2658 remote hardware-watchpoint-limit' and 'set
2659 remote hardware-breakpoint-limit'.
2660
2661 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2662
2663 * gdb.texinfo (Working Directory): Added information about new
2664 default argument for 'cd' command.
2665
2666 2012-08-06 Yao Qi <yao@codesourcery.com>
2667
2668 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2669 remote hardware-watchpoint-limit' and 'set
2670 remote hardware-breakpoint-limit'.
2671
2672 2012-08-06 Yao Qi <yao@codesourcery.com>
2673
2674 Fix PR14371.
2675
2676 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2677 '=breakpoint-deleted'.
2678
2679 2012-08-02 Yao Qi <yao@codesourcery.com>
2680
2681 * gdb.texinfo (Native): Remove node Neutrino.
2682
2683 2012-07-27 Yao Qi <yao@codesourcery.com>
2684
2685 * gdb.texinfo (IPA Protocol Commands): Document new command
2686 'close'.
2687
2688 2012-07-25 Tom Tromey <tromey@redhat.com>
2689
2690 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2691
2692 2012-07-20 Doug Evans <dje@google.com>
2693
2694 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2695 (Index Files): Document how to control the use of deprecated index
2696 sections.
2697 (Index Section Format): Replace --use-deprecated-index-sections with
2698 "set use-deprecated-index-sections on".
2699
2700 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2701
2702 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2703 indices into a single node "Index". Instead, join function and
2704 variable indices into a single index, separate from the concept
2705 index. Requested in
2706 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2707 (Top): Update the top-level menu: instead of one "Index" there are
2708 now separate entries "Concept Index" and "Function and Variable
2709 Index".
2710 (Concept Index, Function and Variable Index): New nodes.
2711 (Index): Node deleted.
2712
2713 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2714
2715 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2716 and "maint agent-eval".
2717
2718 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2719
2720 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2721 avoid file-name clashes between Index.html and index.html on
2722 case-insensitive filesystems. See the discussion starting in
2723 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2724 details of the problem.
2725 (Top): Update the master menu for the above.
2726 (Concept Index, Command and Variable Index): New nodes, instead of
2727 the old "Index" node that was deleted. All cross-references
2728 updated.
2729
2730 2012-07-02 Stan Shebs <stan@codesourcery.com>
2731
2732 * gdb.texinfo (Dynamic Printf): Mention agent style and
2733 disconnected dprintf.
2734 (Maintenance Commands): Describe maint agent-printf.
2735 (General Query Packets): Mention BreakpointCommands feature.
2736 (Packets): Document commands extension to Z0 packet.
2737 * agentexpr.texi (Bytecode Descriptions): Document printf
2738 bytecode.
2739
2740 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2741
2742 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2743 only after gdbinit files.
2744 (Startup): Move -iex and -iex commands down after gdbinit files.
2745
2746 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2747
2748 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2749 possibility.
2750
2751 2012-06-29 Tom Tromey <tromey@redhat.com>
2752
2753 * gdb.texinfo (Index Section Format): Update for version 7.
2754
2755 2012-06-28 Stan Shebs <stan@codesourcery.com>
2756
2757 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2758 example, add note about title column.
2759
2760 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2761
2762 * gdb.texinfo (Symbol Tables In Python): Add description about
2763 the new 'last' attribute of gdb.Symtab_and line.
2764
2765 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2766
2767 * gdb.texinfo (Symbol Tables In Python): Correct the description
2768 of the 'pc' attribute of gdb.Symtab_and_line.
2769
2770 2012-06-26 Doug Evans <dje@google.com>
2771
2772 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2773 and symtab-create.
2774
2775 2012-06-25 Keith Seitz <keiths@redhat.com>
2776
2777 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2778 from example. Remove "rbreak" from list of corresponding
2779 gdb commands.
2780
2781 2012-06-23 Doug Evans <dje@google.com>
2782
2783 * gdb.texinfo (Index Section Format): Document version 7 format.
2784
2785 2012-06-22 Yao Qi <yao@codesourcery.com>
2786
2787 * gdb.texinfo: Add missing cindex for some packets.
2788
2789 2012-06-20 Keith Seitz <keiths@redhat.com>
2790
2791 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2792 for -break-insert and document -p.
2793
2794 2012-06-20 Yao Qi <yao@codesourcery.com>
2795
2796 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2797 and "gdb.write_memory" with "Inferior.read_memory" and
2798 "Inferior.write_memory".
2799
2800 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2801
2802 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2803 (Free Documentation): Add @node line.
2804 (Continuing and Stepping) <advance location>: Use @item instead of
2805 @itemx.
2806 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2807 @itemx.
2808 (Embedded Processors): Put the link to "PA" to its correct place,
2809 according to document structure.
2810 (Python API): Put the link to "Lazy Strings In Python" to its
2811 correct place.
2812 (Index): Use @@ in @tex block to get a literal @.
2813
2814 * gdbint.texinfo: Fix the @subtitle line.
2815
2816 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2817 correct place.
2818
2819 2012-06-08 Yao Qi <yao@codesourcery.com>
2820
2821 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2822 Protocol'.
2823 (In-Process Agent Protocol, IPA Protocol Objects)
2824 (IPA Protocol Commands): New nodes.
2825 (Tracepoint Packets): Add anchors.
2826
2827 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2828
2829 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2830
2831 2012-06-06 Yao Qi <yao@codesourcery.com>
2832
2833 * gdb.texinfo: Update copyright year.
2834
2835 2012-05-23 Stan Shebs <stan@codesourcery.com>
2836 Kwok Cheung Yeung <kcy@codesourcery.com>
2837
2838 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2839
2840 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2843 Mention also --with-separate-debug-dir.
2844 (Auto-loading): Prepend $debugdir in the sample output.
2845 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2846 auto-load safe-path variable.
2847 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2848 Mention also $debugdir for 'set auto-load scripts-directory'.
2849
2850 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2851
2852 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2853 (MIPS Embedded, MIPS, MIPS Register packet Format)
2854 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2855 appropriate.
2856
2857 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2858 Maciej W. Rozycki <macro@codesourcery.com>
2859
2860 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2861 mips compression".
2862 (MIPS Breakpoint Kinds): New subsubsection.
2863
2864 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2865
2866 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2867 nodes for subsections. Add @acronym mark-ups and adjust
2868 formatting.
2869
2870 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2871
2872 Rename $ddir to $datadir.
2873 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2874 (objfile-gdb.py file): Rename $ddir to $datadir.
2875
2876 2012-05-18 Tom Tromey <tromey@redhat.com>
2877
2878 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2879
2880 2012-05-14 Stan Shebs <stan@codesourcery.com>
2881
2882 * gdb.texinfo (Dynamic Printf): New subsection.
2883
2884 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2885
2886 * gdb.texinfo (Basic Python): Add description about the function
2887 gdb.find_pc_line
2888
2889 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2890 Eli Zaretskii <eliz@gnu.org>
2891
2892 * gdb.texinfo (Separate Debug Files): Use plural form for global
2893 debugging information directory.
2894
2895 2012-05-11 Stan Shebs <stan@codesourcery.com>
2896 Kwok Cheung Yeung <kcy@codesourcery.com>
2897
2898 * gdb.texinfo (Operating System Auxiliary Information): Document new
2899 'info os' subcommands.
2900
2901 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2904 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2905 (dotdebug_gdb_scripts section): Add reference
2906 to 'Auto-loading safe path'.
2907
2908 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 Implement multi-component --with-auto-load-dir.
2911 * gdb.texinfo (Auto-loading): New references
2912 for 'set auto-load scripts-directory'
2913 and 'show auto-load scripts-directory'.
2914 (Auto-loading safe path): Describe the new default. Move $ddir
2915 substituation reference to 'objfile-gdb.py file'.
2916 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2917 script-name. Describe new 'set auto-load scripts-directory'
2918 and 'show auto-load scripts-directory'.
2919
2920 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2921
2922 Provide $ddir substitution for --with-auto-load-safe-path.
2923 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2924 (Auto-loading safe path): Likewise. Mention the default value,
2925 $ddir substitution, --with-auto-load-safe-path and
2926 --without-auto-load-safe-path.
2927 * observer.texi (gdb_datadir_changed): New.
2928
2929 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2932 Twice.
2933
2934 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2935 directory separator by path separator.
2936
2937 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2940 for 'set auto-load safe-path' optional. Mention if it is omitted.
2941 Change disabling security protection condition to "/", twice.
2942
2943 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2944
2945 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2946 the new methods global_block and static_block on gdb.Symtab
2947 objects.
2948
2949 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2950
2951 * gdb.texinfo (Blocks In Python): Add a note saying that future
2952 improvements to GDB and its infrastructure can move symbols
2953 across blocks within a symbol table.
2954
2955 2012-04-29 Yao Qi <yao@codesourcery.com>
2956
2957 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2958 (A29K): Remove.
2959
2960 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2961 Tom Tromey <tromey@redhat.com>
2962
2963 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2964 and generic static probe support on GDB.
2965
2966 2012-04-25 Doug Evans <dje@google.com>
2967
2968 * gdb.texinfo (Go): Fix thinko.
2969
2970 * gdb.texinfo (Supported Languages): Add Go.
2971 (Go): New node.
2972
2973 2012-04-25 Yao Qi <yao@codesourcery.com>
2974
2975 * gdbint.texinfo (Testsuite): New section `Board settings'.
2976
2977 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2980 Three times.
2981
2982 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2983 Three times.
2984
2985 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2986
2987 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2988 by @table @asis. Fix formatting of one item.
2989
2990 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2993
2994 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 New option "set debug auto-load".
2997 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2998 (auto-load verbose mode): New node.
2999
3000 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3001
3002 New option "set auto-load safe-path".
3003 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3004 and "info auto-load" examples for safe-path. Put there also references
3005 for "set auto-load safe-path" and "show auto-load safe-path".
3006 New menu item for Auto-loading safe path.
3007 (Auto-loading safe path): New node.
3008 (Python Auto-loading): Update the expected output from "Missing"
3009 to "No".
3010
3011 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3012
3013 auto-load: Implementation.
3014 * gdb.texinfo (Mode Options): New anchor for -nx.
3015 (Startup): New anchors for Option -init-eval-command,
3016 Home Directory Init File
3017 and Init File in the Current Directory during Startup.
3018 Mention set auto-load local-gdbinit with a reference.
3019 Change the sample code to "set auto-load python-scripts".
3020 (Threads): New anchor set libthread-db-search-path.
3021 Provide references to libthread_db.so.1 file.
3022 (Controlling GDB): New menu item for Auto-loading.
3023 (Auto-loading, Init File in the Current Directory)
3024 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3025 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3026 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3027 reference.
3028 (Auto-loading): Rename to ...
3029 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3030 "set auto-load python-scripts", new anchor for it. Change
3031 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3032 for it. Change "info auto-load-scripts"
3033 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3034 to "Python scripts".
3035
3036 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3037
3038 PR mi/13393
3039 * gdb.texinfo (Print Settings): Extend the description for "set print
3040 object".
3041 (GDB/MI Variable Objects): Extend the description for -var-create and
3042 -var-list-children.
3043
3044 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3045
3046 * gdb.texinfo (Examining Data): Document the 'explore' command.
3047
3048 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3049
3050 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3051 to the children of a varobj and its update range when -var-update
3052 returns that the varobj's type changed.
3053
3054 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3057 Create two new links fir 'objfile-gdb.py file'
3058 and 'dotdebug_gdb_scripts section'.
3059
3060 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * gdb.texinfo (Auto-loading): Rename node reference
3063 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3064 Twice.
3065 (.debug_gdb_scripts section): Rename the node ...
3066 (dotdebug_gdb_scripts section): ... here.
3067 (Maintenance Commands): Also rename this node reference.
3068
3069 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3070
3071 * gdb.texinfo (Python API/Values From Inferior): Add description
3072 about the new method Value.referenced_value. Add description on
3073 how Value.dereference is different (and similar) to
3074 Value.referenced_value.
3075
3076 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3079 --init-eval-command=COMMAND, -iex.
3080 (Startup): Describe -iex and -ix. Simplify the example
3081 for "set auto-load-scripts off".
3082
3083 2012-03-16 Gary Benson <gbenson@redhat.com>
3084
3085 PR breakpoints/10738
3086 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3087 stating that GDB cannot set breakpoints on inlined functions.
3088 (Mode Options): Document --use-deprecated-index-sections.
3089 (Index Section Format): Document new index section version format.
3090
3091 2012-03-15 Tom Tromey <tromey@redhat.com>
3092
3093 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3094
3095 2012-03-13 Doug Evans <dje@google.com>
3096
3097 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3098 of "reload".
3099 (Symbols): Delete docs for set/show symbol-reloading.
3100 * gdbint.texinfo (Defining Other Architecture Features): Delete
3101 SYMBOL_RELOADING_DEFAULT.
3102 * refcard.tex: Delete reference to symbol-reloading.
3103
3104 2012-03-07 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.texinfo (General Query Packets): Document new
3107 QProgramSignals packet.
3108 * gdb.texinfo (Remote configuration): Mention
3109 "program-signals-packet".
3110
3111 2012-03-05 Tristan Gingold <gingold@adacore.com>
3112
3113 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3114
3115 2012-03-03 Yao Qi <yao@codesourcery.com>
3116
3117 * gdb.texinfo (In-Process Agent): New node.
3118 Document new commands.
3119 (General Query Packets): Add packet `QAgent'.
3120
3121 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3122
3123 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3124
3125 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3126
3127 * gdb.texinfo (Commands In Python): Put example python macro in
3128 COMMAND_USER category rather than COMMAND_OBSCURE.
3129 Document gdb.COMMAND_USER.
3130 (User-defined Commands): Update documentation to clarify
3131 "set/show max-user-call-depth" and "show user" don't apply to python
3132 commands. Update documentation to clarify "help user-defined" may
3133 also include python commands defined as COMMAND_USER.
3134
3135 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * gdb.texinfo (Startup): Add option -ex description to the option -x
3138 description.
3139
3140 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3141
3142 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3143 condition-evaluation breakpoint parameter.
3144 Mention condition-evaluation mode being shown in "info break".
3145 (Break Conditions): Add description for target-side
3146 conditional breakpoints.
3147 (Remote Configuration): Mention conditional-breakpoints-packet.
3148 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3149 cond-expr.
3150 (General Query Packets): Mention new ConditionalBreakpoint feature.
3151
3152 2012-02-22 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3155
3156 2012-02-17 Tom Tromey <tromey@redhat.com>
3157
3158 PR python/10753:
3159 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3160 directory.
3161
3162 2012-02-14 Stan Shebs <stan@codesourcery.com>
3163
3164 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3165
3166 2012-02-13 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3169 mips-idt-ecoff.
3170
3171 2012-02-09 Yao Qi <yao@codesourcery.com>
3172
3173 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3174
3175 2012-02-07 Tom Tromey <tromey@redhat.com>
3176
3177 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3178 Symbol.value.
3179
3180 2012-02-07 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3183
3184 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3185
3186 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3187
3188 2012-01-24 Tom Tromey <tromey@redhat.com>
3189
3190 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3191 unload".
3192 (Files): Mention new catch commands.
3193 (GDB/MI Async Records): Likewise.
3194
3195 2012-01-24 Gary Benson <gbenson@redhat.com>
3196
3197 Delete #if 0'd out code.
3198 * gdb.texinfo (Frame Info): Remove "info catch".
3199
3200 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3201
3202 * gdb.texinfo (Remote Configuration): Document
3203 "set remote hostio-readlink-packet" command.
3204 (General Query Packets): Document vFile:readlink packet.
3205
3206 2012-01-16 Tom Tromey <tromey@redhat.com>
3207
3208 * gdb.texinfo (Specify Location): Document relative file name
3209 handling.
3210
3211 2012-01-16 Tom Tromey <tromey@redhat.com>
3212
3213 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3214
3215 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3216 Eli Zaretskii <eliz@gnu.org>
3217
3218 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3219 code.
3220
3221 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3222
3223 * gdb.texinfo (Variables): Document use of :: for non-static
3224 variables.
3225
3226 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdbint.texinfo (Start of New Year Procedure): Update
3229 to replace use of copyright.sh by use of copyright.py.
3230
3231 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 Remove the gdbtui binary.
3234 * all-cfg.texi (GDBTUI): Remove.
3235 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3236 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3237 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3238
3239 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3240
3241 Introduce gdb.FinishBreakpoint in Python.
3242 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3243 (Python API): Add menu entry for Finish Breakpoints.
3244
3245 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3246
3247 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3248 tests.
3249
3250 2011-12-16 Doug Evans <dje@google.com>
3251
3252 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3253
3254 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3255
3256 * gdb.texinfo (Python Commands): Remove "maint set/show print
3257 stack". Add documentation for "set/show python print-stack".
3258
3259 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3260
3261 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3262 should transfer control to the stub in the startup code instead of
3263 in main. Mention the need to get past the initial breakpoint.
3264
3265 2011-12-06 Tom Tromey <tromey@redhat.com>
3266
3267 * gdb.texinfo (Set Breaks): Update for new behavior.
3268
3269 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3270
3271 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3272 List Format for SVR4 Targets'.
3273 (General Query Packets): New item qXfer:libraries-svr4:read.
3274 (Library List Format for SVR4 Targets): New node.
3275
3276 2011-12-01 Tom Tromey <tromey@redhat.com>
3277
3278 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3279 add.
3280
3281 2011-11-22 Tom Tromey <tromey@redhat.com>
3282
3283 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3284 reasons.
3285
3286 2011-11-20 Stan Shebs <stan@codesourcery.com>
3287
3288 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3289 note-related options and variables.
3290 (Tracepoint Packets): Document packet changes.
3291
3292 2011-11-20 Sanjoy Das <sdas@igalia.com>
3293
3294 * gdb.texinfo (JIT Interface): Add documentation on writing and
3295 usind JIT debug info readers.
3296 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3297 Debug Info Readers): New nodes.
3298
3299 2011-11-18 Yao Qi <yao@codesourcery.com>
3300
3301 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3302 tracepoint.
3303
3304 2011-11-15 Doug Evans <dje@google.com>
3305
3306 * gdb.texinfo (Files): Document basenames-may-differ.
3307
3308 2011-11-14 Doug Evans <dje@google.com>
3309
3310 * gdb.texinfo (Shell Commands): Document "!".
3311
3312 2011-11-14 Stan Shebs <stan@codesourcery.com>
3313 Kwok Cheung Yeung <kcy@codesourcery.com>
3314
3315 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3316 needed to get shorter fast tracepoints.
3317 (Tracepoint Packets): Document new qTMinFTPILen packet.
3318
3319 2011-11-14 Yao Qi <yao@codesourcery.com>
3320
3321 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3322 behavior of tracepoint.
3323 (General Query Packets): New feature InstallInTrace.
3324 (Remote Configuration): Document "set remote
3325 install-in-trace-packet".
3326
3327 2011-11-12 Matt Rice <ratmice@gmail.com>
3328
3329 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3330 Add arguments to info macro.
3331
3332 2011-11-10 Tom Tromey <tromey@redhat.com>
3333
3334 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3335 manual.
3336 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3337 (Macros): Add a footnote.
3338 (C): Remove paragraph about compiler options.
3339 (C Constants): Mention wide character and string constants.
3340 (C Plus Plus Expressions): Update compiler option advice. Mention
3341 using declarations. Mention ADL. Remove old HP compiler
3342 information.
3343
3344 2011-11-10 Tom Tromey <tromey@redhat.com>
3345
3346 PR c++/9257:
3347 * gdb.texinfo (Print Settings): Add an extra note about the need
3348 for a vtable.
3349
3350 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3351
3352 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3353 "set mips abi" documentation.
3354
3355 2011-11-04 Doug Evans <dje@google.com>
3356
3357 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3358
3359 2011-11-03 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.texinfo (Stopping): Add menu entry.
3362 (Continuing and Stepping): Restore @node. Use @section, not
3363 @subsection.
3364
3365 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3366
3367 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3368 designation. Fix "Specify Location" cross-reference.
3369
3370 2011-11-02 Stan Shebs <stan@codesourcery.com>
3371
3372 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3373 (General Query Packets): Describe tracenz feature.
3374 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3375
3376 2011-10-28 Paul Koning <paul_koning@dell.com>
3377
3378 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3379
3380 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3381
3382 * gdb.texinfo ((Frames In Python): Document
3383 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3384
3385 2011-10-26 Paul Koning <paul_koning@dell.com>
3386
3387 * gdb.texinfo (gdb.types): Document new deepitems function.
3388
3389 2011-10-25 Paul Koning <paul_koning@dell.com>
3390
3391 PR python/13327
3392
3393 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3394 fetch_lazy method.
3395
3396 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3397
3398 PR python/12656
3399
3400 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3401 global_block, static_block function.
3402
3403 2011-10-19 Tom Tromey <tromey@redhat.com>
3404
3405 * gdb.texinfo (Commands In Python): Add missing "@"s.
3406
3407 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3408
3409 PR python/13285 Document named constants for frame unwind stop reasons
3410 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3411 constants.
3412
3413 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3414
3415 Fix compatibility with texinfo versions older than 4.12.
3416 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3417 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3418 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3419 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3420 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3421 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3422 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3423
3424 2011-10-09 Doug Evans <dje@google.com>
3425
3426 * gdb.texinfo (Extending GDB): Document alias command.
3427
3428 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3429
3430 Support @entry in input expressions.
3431 * gdb.texinfo (Variables): Describe @entry names suffix.
3432 (Print Settings): Add anchor for `set print entry-values'.
3433
3434 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3435 Eli Zaretskii <eliz@gnu.org>
3436
3437 Display @entry parameter values (without references).
3438 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3439 example.
3440 (Print Settings): New description of set print entry-values and show
3441 print entry-values.
3442
3443 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3444 Eli Zaretskii <eliz@gnu.org>
3445
3446 Recognize virtual tail call frames.
3447 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3448 (Tail Call Frames): New node.
3449 (Frames In Python): Add gdb.TAILCALL_FRAME.
3450
3451 2011-10-07 Doug Evans <dje@google.com>
3452
3453 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3454 register_pretty_printer.
3455
3456 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3457
3458 PR python/12930
3459 PR python/12802
3460
3461 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3462 stop method.
3463
3464 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3465
3466 * gdb.texinfo (Starting your Program): "set disable-randomization"
3467 is no longer Linux-specific.
3468 (Remote Configuration): Document "set remote
3469 disable-randomization-packet".
3470 (General Query Packets): Document "QDisableRandomization" packet
3471 and add it to "qSupported" list.
3472
3473 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3474
3475 Allow Python notification of new object-file loadings.
3476 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3477 event type.
3478
3479 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3480
3481 PR python/12691: Add the inferior to Python exited event
3482 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3483
3484 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3485
3486 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3487 rephasing.
3488
3489 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3490
3491 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3492 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3493 as possible feature returned by the `-list-features'
3494 command.
3495
3496 2011-09-28 Paul Koning <paul_koning@dell.com>
3497
3498 * gdb.texinfo (gdb.Type): Document field access by dictionary
3499 key syntax.
3500
3501 2011-09-28 Yao Qi <yao@codesourcery.com>
3502
3503 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3504 Add one space after option `-s'. Remove @r{} markup.
3505
3506 2011-09-27 Stan Shebs <stan@codesourcery.com>
3507
3508 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3509
3510 2011-09-16 Hui Zhu <teawater@gmail.com>
3511
3512 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3513 to *(unsigned char *)$esp@300.
3514
3515 2011-09-15 Paul Koning <paul_koning@dell.com>
3516
3517 * gdb.texinfo: Make style of Python functions and methods match
3518 the syntax of Python. Also put class and module names explicitly
3519 on function, member, and variable names, matching Python
3520 documentation conventions.
3521
3522 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3523
3524 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3525 * gdb.texinfo (Inferiors In Python): Describe new
3526 gdb.selected_inferior() function.
3527
3528 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3529
3530 Handle multiple breakpoint hits in Python interface:
3531 * gdb.texinfo (Events In Python): New function documentation:
3532 gdb.BreakpointEvent.breakpoints. Indicate that
3533 gdb.BreakpointEvent.breakpoint is now deprecated.
3534
3535 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3536
3537 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3538
3539 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3540
3541 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3542
3543 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3544
3545 * gdb.texinfo (Prompt): Add set/show extended-prompt
3546 documentation
3547 (Basic Python): Add prompt_hook anchor.
3548 (Python modules): Reword module text to reflect multiple modules.
3549 (gdb.prompt): Document gdb.prompt module.
3550
3551 2011-08-14 Yao Qi <yao@codesourcery.com>
3552
3553 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3554
3555 2011-08-14 Yao Qi <yao@codesourcery.com>
3556
3557 * gdb.texinfo (Standard Target Features): Document C6x features.
3558 (TIC6x Features): New node.
3559
3560 2011-08-12 Doug Evans <dje@google.com>
3561
3562 * gdb.texinfo (Symbols In Python): Document symbol.type.
3563
3564 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3565
3566 * gdb.texinfo (Python): Document command and function
3567 auto-loading.
3568
3569 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3570 Eli Zaretskii <eliz@gnu.org>
3571
3572 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3573 typedefs unrolling. Extend the sample code by an inner typedef and
3574 outer typedefs unrolling.
3575
3576 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3577
3578 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3579 size and line-size.
3580
3581 2011-07-21 Matt Rice <ratmice@gmail.com>
3582
3583 PR macros/12999
3584 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3585 Update text and cindex entries for info macro command.
3586
3587 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3588
3589 * observer.texi (GDB Observers): Add before_prompt observer.
3590 * gdb.texinfo (Basic Python): Add documentation for prompt
3591 substitution.
3592
3593 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3594
3595 PR python/12438
3596 * gdb.texinfo (Python Commands): Add deprecate note to maint
3597 set/show python print-stack. Document set/show python
3598 print-backtrace.
3599
3600 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3601
3602 * gdb.texinfo: Fix typos.
3603
3604 2011-07-01 Tom Tromey <tromey@redhat.com>
3605
3606 * gdb.texinfo (Debugging Output): Document set debug
3607 check-physname.
3608
3609 2011-06-29 Tom Tromey <tromey@redhat.com>
3610
3611 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3612 breakpoint-notifications feature.
3613
3614 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3615
3616 * gdb.texinfo (Target Description): Remove warning about
3617 possibly unstable format.
3618
3619 2011-06-03 Tom Tromey <tromey@redhat.com>
3620
3621 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3622 (Events In Python): Note that exit_code is optional.
3623
3624 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3625
3626 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3627 required for multi-threading support.
3628 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3629 Hc are deprecated for multi-threading debugging. Point readers at
3630 the vCont packet.
3631
3632 2011-05-15 Doug Evans <dje@google.com>
3633
3634 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3635
3636 2011-05-13 Doug Evans <dje@google.com>
3637
3638 * gdb.texinfo (Threads): Document $sdir,$pdir.
3639 (Server): Document $pdir exception.
3640
3641 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3642
3643 * gdb.texinfo (Threads): Clarify default value for
3644 libthread-db-search-path.
3645
3646 * gdb.texinfo (Completion): Update example.
3647 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3648
3649 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3650
3651 * gdb.texinfo: Document change in the behaviour of the enable and
3652 disable GDB commands when applied to tracepoints.
3653 Document the EnableDisableTracepoints remote stub feature.
3654 Document QTEnable and QTDisable in the list of tracepoint packets.
3655
3656 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3659 hsuser.texi.
3660 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3661 comment to hsuser.texi. Change rluser.texi name in the comment.
3662
3663 2011-05-10 Doug Evans <dje@google.com>
3664
3665 * gdb.texinfo (Threads): If an empty path is provided for
3666 libthread-db-search-path it is reset to its default value.
3667 (Server): Ditto.
3668
3669 2011-05-09 Doug Evans <dje@google.com>
3670
3671 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3672
3673 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3674 Thiago Jung Bauermann <bauerman@br.ibm.com>
3675
3676 Implement support for PowerPC BookE masked watchpoints.
3677 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3678 (PowerPC Embedded): Mention support of masked watchpoints.
3679
3680 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3683 `@value{GDBN}'.
3684
3685 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3686
3687 * gdb.texinfo (titlepage): Remove dedication.
3688 (In Memoriam): New appendix.
3689
3690 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3691 Eli Zaretskii <eliz@gnu.org>
3692
3693 * gdb.texinfo (Index Section Format): Change the version to 5.
3694 Describe the different formula.
3695
3696 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3697 Eli Zaretskii <eliz@gnu.org>
3698
3699 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3700 for disconnected tracing.
3701 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3702 extended-remote relationship. Mention --once.
3703 (TCP port allocation lifecycle of @code{gdbserver}): New.
3704
3705 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3706
3707 * gdb.texinfo (Server): Improve indexing. Index all optional
3708 switches to gdbserver.
3709
3710 2011-04-20 Tom Tromey <tromey@redhat.com>
3711
3712 * gdb.texinfo (Index Section Format): New node.
3713 (Top): Add new node to menu.
3714
3715 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3716
3717 * gdb.texinfo (Maintenance Commands): Document `maint print
3718 remote-registers'.
3719
3720 2011-04-20 Tom Tromey <tromey@redhat.com>
3721
3722 * gdb.texinfo (Trace File Format): Move node later.
3723
3724 2011-04-19 Tom Tromey <tromey@redhat.com>
3725
3726 * gdbint.texinfo (Register Information Functions): Remove
3727 duplicate "the".
3728 * gdb.texinfo (Emacs): Remove duplicate "to".
3729 (GDB/MI Variable Objects): Remove duplicate "the".
3730 (General Query Packets): Likewise.
3731
3732 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3733
3734 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3735 "GDB/MI Ada Exception Information" node.
3736
3737 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3738
3739 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3740 the "exception-name" field in the *stopped async record.
3741
3742 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3743 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3744
3745 Implement support for PowerPC BookE ranged breakpoints.
3746 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3747
3748 2011-03-28 Tom Tromey <tromey@redhat.com>
3749
3750 * gdb.texinfo (Set Tracepoints): Fix typo.
3751
3752 2011-03-24 Tom Tromey <tromey@redhat.com>
3753
3754 * gdb.texinfo (Specify Location): Document `function:label'
3755 linespec.
3756
3757 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3758
3759 PR python/12149
3760
3761 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3762
3763 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3764
3765 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3766 (Inferiors In Python): Likewise.
3767 (Threads In Python): Likewise.
3768 (Symbols In Python): Likewise.
3769 (Objfiles In Python): Likewise.
3770 (Symbol Tables In Python): Likewise.
3771
3772 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3773
3774 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3775 display>: Explain that the commands accept number ranges.
3776
3777 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3778
3779 * gdb.texinfo (Breakpoints In Python): Add description and example
3780 of Python stop function operation.
3781
3782 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3783
3784 * gdb.texinfo (Parameters In Python): Document get_set_string and
3785 get_show_string methods.
3786
3787 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3790
3791 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3792 circular-trace-buffer name.
3793
3794 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3795
3796 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3797 in the previous change.
3798
3799 2011-02-27 Michael Snyder <msnyder@vmware.com>
3800
3801 * gdb.texinfo (Inferiors and Programs): Update commands to show
3802 that they can accept multiple arguments.
3803
3804 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3805
3806 Revert the following patch (code patch was not approved):
3807 2011-02-21 Hui Zhu <teawater@gmail.com>
3808 * agentexpr.texi (bytecode descriptions): add printf.
3809 * gdb.texinfo (tracepoint action lists): add printf.
3810
3811 2011-02-23 Doug Evans <dje@google.com>
3812
3813 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3814
3815 2011-02-23 Michael Snyder <msnyder@vmware.com>
3816
3817 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3818 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3819 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3820
3821 2011-02-22 Doug Evans <dje@google.com>
3822
3823 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3824 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3825 add description of result, fix @defun formatting.
3826
3827 2011-02-21 Hui Zhu <teawater@gmail.com>
3828
3829 * agentexpr.texi (Bytecode Descriptions): Add printf.
3830 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3831
3832 2011-02-18 Tom Tromey <tromey@redhat.com>
3833
3834 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3835
3836 2011-02-14 Michael Snyder <msnyder@vmware.com>
3837
3838 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3839 Document new command "thread find".
3840
3841 2011-02-14 Michael Snyder <msnyder@vmware.com>
3842
3843 * gdb.texinfo (Threads): Update example of new thread message.
3844
3845 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3846
3847 * gdb.texinfo (Remote Configuration): Mention set/show remote
3848 traceframe-info.
3849 (Tools/Packages Optional for Building GDB): Mention that expat is
3850 used for traceframe info.
3851 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3852 (General Query Packets) <qSupported>: Describe the
3853 qXfer:traceframe-info:read feature.
3854 (qXfer::read): Describe qXfer:traceframe-info:read.
3855 (Traceframe Info Format): New section.
3856
3857 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3858
3859 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3860 for casts and unary operators.
3861
3862 2011-02-04 Tom Tromey <tromey@redhat.com>
3863
3864 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3865 is not useful.
3866
3867 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3868
3869 * gdb.texinfo: s/value optimized out/optimized out/g
3870
3871 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3872
3873 * gdb.texinfo (Other Misc Settings): Rework part of the
3874 documentation of the "set interactive mode" command.
3875
3876 2011-01-19 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb.texinfo (Threads): Document thread name output and `thread
3879 name' command.
3880 (Threads In Python): Document Thread.name attribute.
3881 (GDB/MI Thread Commands): Document thread attributes.
3882
3883 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3884
3885 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3886 changes in mi/mi-cmd-disas.c
3887
3888 2011-01-12 Tom Tromey <tromey@redhat.com>
3889
3890 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3891 Fix "thread apply" text.
3892
3893 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3894 Thiago Jung Bauermann <bauerman@br.ibm.com>
3895
3896 Implement support for PowerPC BookE ranged watchpoints.
3897 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3898 the "set powerpc exact-watchpoints" flag.
3899
3900 2011-01-07 Tom Tromey <tromey@redhat.com>
3901
3902 * gdb.texinfo (Python API): Add descriptions to @menu items.
3903
3904 2011-01-06 Tom Tromey <tromey@redhat.com>
3905
3906 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3907
3908 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3909
3910 * gdb.texinfo (Debugging Output): Document "set debug jit".
3911
3912 2011-01-06 Tom Tromey <tromey@redhat.com>
3913
3914 PR python/12133:
3915 * gdb.texinfo (Frames In Python): Document various frame
3916 constants.
3917
3918 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3919
3920 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3921 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3922 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3923
3924 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3925
3926 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3927 (clean): Add GDBvn.texi.
3928
3929 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3930
3931 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3932 occasional case where the debugger prints an array address
3933 instead of the array itself.
3934
3935 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3936
3937 * gdb.texinfo (Packets) <read registers packet>: Document support
3938 for registers that were not collected.
3939
3940 2010-12-15 Doug Evans <dje@google.com>
3941
3942 * gdb.texinfo (Startup): Document auto-loading of scripts during
3943 startup.
3944 (Auto-loading): Delete "maint set python auto-load on|off".
3945 Add "set auto-load-scripts on|off".
3946
3947 2010-12-07 Doug Evans <dje@google.com>
3948
3949 * gdb.texinfo (Mode Options): Document -data-directory.
3950 (Data Files): Add reference to -data-directory.
3951
3952 2010-11-29 Doug Evans <dje@google.com>
3953
3954 * gdb.texinfo (Pretty-Printer Introduction): Change
3955 printer-name:subprinter-name to printer-name;subprinter-name.
3956
3957 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3958
3959 PR python/12199
3960
3961 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3962
3963 2010-11-23 Tom Tromey <tromey@redhat.com>
3964
3965 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3966 (Editing): Likewise.
3967 (Command History): Likewise.
3968 (TUI Keys): Likewise.
3969 (Bug Reporting): Conditionally include rluser.texi and
3970 inc-history.texinfo.
3971 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3972 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3973 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3974 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3975 (gdb.pdf): Likewise.
3976 (gdb.info): Likewise.
3977 (gdb/index.html): Likewise.
3978
3979 2010-11-23 Tom Tromey <tromey@redhat.com>
3980
3981 * Makefile.in (Makefile): Run ../config.status.
3982 (distclean): Update.
3983 * configure: Remove.
3984 * configure.ac: Remove.
3985
3986 2010-11-12 Tom Tromey <tromey@redhat.com>
3987
3988 * gdb.texinfo (Basic Python): Update. Add xref.
3989 (Exception Handling): Document new exception classes.
3990 (Types In Python): Update.
3991 (Frames In Python): Update.
3992
3993 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3994
3995 * gdb.texinfo (Breakpoints In Python): Document "internal"
3996 parameter, and visible attribute.
3997
3998 2010-11-05 Doug Evans <dje@google.com>
3999
4000 * gdb.texinfo (Source Path): Document "set directories".
4001
4002 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4003
4004 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4005 (OpenCL C): New node.
4006
4007 2010-11-02 Doug Evans <dje@google.com>
4008
4009 * gdb.texinfo (Pretty Printing): Expand into three sections,
4010 introduction, example, and commands.
4011 (Python API): Delete section Disabling Pretty-Printers, merge into
4012 Selecting Pretty-Printers.
4013 (Writing a Pretty-Printer): New section. Move the pretty-printer
4014 example here, and reformat to match python coding style. Add a second
4015 example using the gdb.printing module.
4016 (Python modules): Add gdb.printing.
4017
4018 2010-10-29 Doug Evans <dje@google.com>
4019
4020 * gdb.texinfo (Python): Fix long line.
4021
4022 2010-10-20 Doug Evans <dje@google.com>
4023
4024 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4025 All references updated. Correct sections marked as subsections.
4026 (Coding Standards): New chapter. Move the coding standard related
4027 subsections here. Add section on Python coding standards.
4028
4029 2010-10-13 Doug Evans <dje@google.com>
4030
4031 * gdb.texinfo (Python): Add "Python modules".
4032 (Types in Python): Add reference to gdb.types section.
4033 (Python modules): New node.
4034
4035 2010-10-11 Doug Evans <dje@google.com>
4036
4037 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4038 Python" from gdb.Value.type description.
4039
4040 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4041
4042 * gdb.texinfo (Ravenscar Profile): New node.
4043
4044 2010-09-22 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4047
4048 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4049
4050 * gdb.texinfo (Values From Inferior): Clarify that
4051 value.dynamic_type works only in C++ programs with RTTI.
4052
4053 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4054
4055 * gdb.texinfo (Character Sets): Correctly reference host-charset
4056 in example.
4057
4058 2010-09-13 Tom Tromey <tromey@redhat.com>
4059
4060 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4061 Document "fullname" and "from".
4062
4063 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4064
4065 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4066 feature `reverse' output by -list-target-features.
4067
4068 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4069
4070 * gdb.texinfo (i386 Features): Remove an extra "@item".
4071
4072 2010-08-30 Tom Tromey <tromey@redhat.com>
4073
4074 PR python/11792:
4075 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4076
4077 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4078
4079 * gdb.texinfo (ARM Features): Document
4080 org.gnu.gdb.arm.m-profile.
4081
4082 2010-08-23 Tom Tromey <tromey@redhat.com>
4083
4084 PR python/11145:
4085 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4086 reinterpret_cast methods.
4087
4088 2010-08-23 Tom Tromey <tromey@redhat.com>
4089
4090 PR python/11915:
4091 * gdb.texinfo (Types In Python): Document array method.
4092
4093 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4094
4095 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4096
4097 2010-08-16 Tom Tromey <tromey@redhat.com>
4098
4099 * gdb.texinfo (Set Watchpoints): Document -location option.
4100
4101 2010-08-13 Doug Evans <dje@google.com>
4102
4103 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4104
4105 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4106
4107 * gdb.texinfo (GDB/MI Data Manipulation): Document
4108 -data-read-memory-raw and -data-write-memory-raw.
4109
4110 2010-08-11 Tom Tromey <tromey@redhat.com>
4111 Phil Muldoon <pmuldoon@redhat.com>
4112
4113 * gdb.texinfo (Basic Python): Describe post_event API.
4114
4115 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4116
4117 * gdb.texinfo (Basic Python): Describe solib_address and
4118 decode_line Python APIs
4119
4120 2010-08-10 Tom Tromey <tromey@redhat.com>
4121
4122 * gdb.texinfo (Pretty Printing API): Document
4123 gdb.default_visualizer.
4124
4125 2010-08-10 Tom Tromey <tromey@redhat.com>
4126
4127 Revert gdb-add-index addition:
4128 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4129
4130 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4131 Eli Zaretskii <eliz@gnu.org>
4132
4133 * gdb.texinfo (Mode Options) <-batch>
4134 (Basic Python) <gdb.execute>: Describe setting width and height.
4135
4136 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4137
4138 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4139
4140 2010-07-30 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Index Files): Mention gdb-add-index.
4143
4144 2010-07-30 Hui Zhu <teawater@gmail.com>
4145
4146 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4147 "detach inferior" and "kill inferior".
4148
4149 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4150
4151 * gdb.texinfo (Machine Code): Update description of two forms of
4152 arguments, and add new example to demonstrate the new form.
4153
4154 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4155
4156 * gdb.texinfo (Values From Inferior): Add value inferior function
4157 call description.
4158
4159 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4162
4163 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4164 Eli Zaretskii <eliz@gnu.org>
4165
4166 Make core files the process_stratum.
4167 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4168 record_stratum example.
4169
4170 2010-07-13 Tom Tromey <tromey@redhat.com>
4171
4172 * gdb.texinfo (Index Files): New node.
4173
4174 2010-07-13 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4177
4178 2010-07-13 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.texinfo (Specify Location): Document labels.
4181
4182 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4183
4184 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4185 entries for fast tracepoints and static tracepoints.
4186
4187 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4188
4189 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4190 qsThreadInfo>: Spell out `l' as ell.
4191
4192 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4193
4194 * gdb.texinfo (Convenience Variables): Document $_sdata.
4195 (Commands to Set Tracepoints): Describe static tracepoints. Add
4196 `Listing Static Tracepoint Markers' menu entry. Document
4197 "strace".
4198 (Tracepoint Action Lists): Document collecting $_sdata.
4199 (Listing Static Tracepoint Markers): New subsection.
4200 (Tracepoints support in gdbserver): Mention static tracepoints.
4201 (remote packets, enabling and disabling): Mention
4202 read-sdata-object.
4203 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4204 and StaticTracepoint.
4205 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4206 Document qXfer:sdata:read.
4207 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4208
4209 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4210
4211 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4212
4213 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4214 Tom Tromey <tromey@redhat.com>
4215 Thiago Jung Bauermann <bauerman@br.ibm.com>
4216
4217 * gdb.texinfo (Inferiors In Python): New node.
4218 * gdb.texinfo (Threads In Python): New node.
4219
4220 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4221
4222 * gdb.texinfo (Python): Document what the python directory is
4223 and what its location is.
4224 (Basic Python): Document the gdb.PYTHONDIR constant.
4225
4226 2010-06-25 Tom Tromey <tromey@redhat.com>
4227
4228 PR python/10808:
4229 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4230
4231 2010-06-24 Hui Zhu <teawater@gmail.com>
4232
4233 * gdb.texinfo: (Commands for Controlled Output): Add
4234 documentation for command "eval".
4235
4236 2010-06-21 Stan Shebs <stan@codesourcery.com>
4237
4238 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4239 * annotate.texinfo: Ditto.
4240 * gdbint.texinfo: Ditto.
4241 * stabs.texinfo: Ditto.
4242
4243 2010-06-22 Hui Zhu <teawater@gmail.com>
4244
4245 * gdb.texinfo: (Process Record and Replay): Add documentation
4246 for command "set record memory-query".
4247
4248 2010-06-21 Stan Shebs <stan@codesourcery.com>
4249
4250 * gdb.texinfo: Relicense under GFDL version 1.3.
4251 * annotate.texinfo: Relicense under GFDL version 1.3.
4252 * gdbint.texinfo: Relicense under GFDL version 1.3.
4253 * stabs.texinfo: Relicense under GFDL version 1.3.
4254 * fdl.texi: Update to version 1.3.
4255
4256 2010-06-18 Stan Shebs <stan@codesourcery.com>
4257
4258 * gdb.texinfo (Operating System Auxiliary Information): Describe
4259 "info os" when no arguments given.
4260
4261 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4262 $_thread.
4263
4264 2010-06-18 Hui Zhu <teawater@gmail.com>
4265
4266 * gdb.texinfo: (Process Record and Replay): Add documentation
4267 for commands "record save" and "record restore".
4268
4269 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 * gdb.texinfo: Include information about the correct use
4272 of addresses in the `watch' command.
4273
4274 2010-06-11 Stan Shebs <stan@codesourcery.com>
4275
4276 * gdb.texinfo (Observer Mode): New section.
4277 (General Query Packets): Document QAllow.
4278
4279 2010-06-04 Doug Evans <dje@google.com>
4280
4281 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4282
4283 2010-06-03 Doug Evans <dje@google.com>
4284
4285 * gdbint.texinfo (Coding): Add subsection on command names.
4286
4287 2010-06-02 Tom Tromey <tromey@redhat.com>
4288
4289 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4290 always-disassemble.
4291
4292 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4293
4294 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4295 gdbserver, and add cross reference.
4296 (Tracepoints support in gdbserver): New subsection.
4297
4298 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4299
4300 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4301 `qRelocInsn' feature.
4302 (Relocate instruction reply packet): New subsection
4303 of `Tracepoint Packets'.
4304 (Tracepoint Packets): Mention that packets QTDP and QTStart
4305 support the qRelocInsn request, and add cross reference to new
4306 subsection.
4307
4308 2010-05-25 Doug Evans <dje@google.com>
4309
4310 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4311 (Commands In Python): Document gdb.string_to_argv.
4312
4313 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4314
4315 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4316 ATTR_NORETURN.
4317
4318 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4319 Tom Tromey <tromey@redhat.com>
4320 Thiago Jung Bauermann <bauerman@br.ibm.com>
4321
4322 * gdb.texinfo (Parameters In Python): New Node.
4323
4324 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4325
4326 * gdb.texinfo: (Summary) Add mention about D language support.
4327 (Filenames): Add D suffixes.
4328 (D): New node.
4329
4330 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4331
4332 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4333 of macro deleted from GDB code.
4334
4335 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4336
4337 * gdb.texinfo (Commands to specify files): Describe what how GDB
4338 looks up DOS-based filesystem paths on the system root. Document
4339 the new `set/show target-file-system-kind' commands.
4340
4341 2010-04-23 Doug Evans <dje@google.com>
4342
4343 * gdb.texinfo (Python): Move Auto-loading section here ...
4344 (Python API): from here.
4345 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4346 (Maintenance Commands): Add docs for "maint print section-scripts".
4347
4348 2010-04-20 Chris Moller <cmoller@redhat.com>
4349
4350 * gdb.texinfo (Setting Breakpoints): Added description of
4351 filename-qualified rbreak.
4352 * refcard.tex (Breakpoints and Watchpoints): Added brief
4353 description of filename-qualified rbreak.
4354
4355 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4356
4357 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4358 (Python API): Change the reference to Pretty Printing API.
4359 (Pretty Printing): Move the user part under the Data node. Reformat
4360 the sample output to 72 columns. Create a new reference to Pretty
4361 Printing API. Rename the API part ...
4362 (Pretty Printing API): To a new node name.
4363 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4364 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4365
4366 2010-04-21 Stan Shebs <stan@codesourcery.com>
4367
4368 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4369 and commands.
4370 (Listing Tracepoints): Update to reflect current behavior.
4371
4372 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4373
4374 * gdb.texinfo (Examining memory): Update for change in string
4375 display with explicit size.
4376
4377 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4378
4379 PR breakpoints/8554.
4380
4381 * gdb.texinfo (Save Breakpoints): New node.
4382 (save-tracepoints): Rename to ...
4383 (save tracepoints): ... this. Mention that `save-tracepoints' is
4384 a deprecated alias to `save tracepoints'.
4385
4386 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4387
4388 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4389 (info w32 thread-information-block): Document new command.
4390 (qGetTIBAddress): Document new gdbserver query.
4391 (maint set/show show-all-tib): Document new command.
4392
4393 2010-04-15 Doug Evans <dje@google.com>
4394
4395 * gdb.texinfo (Python API): Add progspaces section.
4396 (Selecting Pretty-Printers): Progspace pretty-printers are
4397 searched too.
4398 (Progspaces In Python): New section.
4399
4400 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4401
4402 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4403
4404 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4405 returns None.
4406
4407 2010-04-09 Stan Shebs <stan@codesourcery.com>
4408
4409 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4410 Describe the `frames-created' field, tweak grammar.
4411
4412 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4413
4414 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4415 Describe the `circular' and `disconnected' fields.
4416
4417 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4418
4419 * gdb.texinfo (maint print registers): Mention unavailable and
4420 invisible registers.
4421
4422 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4423 Thiago Jung Bauermann <bauerman@br.ibm.com>
4424 Tom Tromey <tromey@redhat.com>
4425
4426 * gdb.texinfo (Breakpoints In Python): New Node.
4427
4428 2010-04-08 Stan Shebs <stan@codesourcery.com>
4429
4430 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4431 trace status fields.
4432
4433 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4434
4435 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4436 optional. Make org.gnu.gdb.i386.avx requires
4437 org.gnu.gdb.i386.avx.
4438
4439 2010-04-08 Doug Evans <dje@google.com>
4440
4441 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4442 search path, and document that gdb only scans the search path if
4443 the script's path doesn't specify a directory.
4444
4445 2010-04-05 Doug Evans <dje@google.com>
4446
4447 * gdb.texinfo (maint show python auto-load): Fix typo.
4448
4449 2010-04-04 Stan Shebs <stan@codesourcery.com>
4450
4451 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4452 (Setting Watchpoints): Update description of "info watch".
4453 (Disabling Breakpoints): Only "info break" lists all.
4454
4455 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4456 (tdump): Explain how tdump works.
4457
4458 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4459
4460 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4461 add cross reference.
4462
4463 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4464
4465 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4466 commands error out.
4467
4468 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4469
4470 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4471
4472 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4473
4474 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4475
4476 2010-03-29 Stan Shebs <stan@codesourcery.com>
4477 Nathan Sidwell <nathan@codesourcery.com>
4478
4479 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4480 GDBN equivalent.
4481 (Set Tracepoints): Remove mention that conditional tracepoints
4482 don't exist.
4483 (Tracepoint Actions): Clarify when while-stepping collection
4484 happens, note that while-stepping does not automatically collect
4485 $pc.
4486
4487 2010-03-29 Stan Shebs <stan@codesourcery.com>
4488
4489 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4490 (General Query Packets): Describe TracepointSource.
4491
4492 2010-03-27 Matt Rice <ratmice@gmail.com>
4493
4494 * gdb.texinfo (ARM): Document arguments to "target sim".
4495 (Set Catchpoints): Use @dots{} instead of @r{...}.
4496
4497 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4498
4499 * gdb.texinfo (Tracepoint Packets): Remove mention that
4500 terror:string may be plain text, and drop mention of X prefix.
4501
4502 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4503
4504 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4505
4506 2010-03-24 Stan Shebs <stan@codesourcery.com>
4507
4508 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4509
4510 2010-03-24 Tom Tromey <tromey@redhat.com>
4511
4512 PR breakpoints/9352:
4513 * gdb.texinfo (Break Commands): Update.
4514
4515 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4516
4517 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4518 commands.
4519
4520 2010-03-16 Stan Shebs <stan@codesourcery.com>
4521
4522 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4523 circular-trace-buffer.
4524 (Tracepoint Packets): Describe QTBuffer, and details of the
4525 qTStatus reply.
4526
4527 2010-03-12 Stan Shebs <stan@codesourcery.com>
4528 Nathan Sidwell <nathan@codesourcery.com>
4529
4530 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4531 doing instruction stepping.
4532 (Tracepoint Restrictions): New node.
4533
4534 2010-03-10 Tom Tromey <tromey@redhat.com>
4535
4536 * gdbint.texinfo (Symbol Handling): Update.
4537
4538 2010-03-08 Tom Tromey <tromey@redhat.com>
4539
4540 PR cli/9591:
4541 * gdb.texinfo (Mode Options): Mention lack of pagination and
4542 confirmation with --batch.
4543 (Screen Size): Mention --batch.
4544 (Messages/Warnings): Likewise.
4545
4546 2010-03-05 Tom Tromey <tromey@redhat.com>
4547
4548 * gdb.texinfo (Basic Python): Document target_charset and
4549 target_wide_charset.
4550
4551 2010-03-05 Tom Tromey <tromey@redhat.com>
4552
4553 * gdb.texinfo (Data): Link to pretty-printing.
4554 (Output Formats): Likewise. Correct text.
4555
4556 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4557
4558 * gdb.texinfo (Types): Describe <struct> and <flags>.
4559
4560 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4561
4562 * gdb.texinfo (Frames In Python): Add block parameter and
4563 description to read_var text.
4564
4565 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4566 Tom Tromey <tromey@redhat.com>
4567
4568 * gdb.texinfo (Types In Python): Describe block argument in
4569 template_argument and gdb.lookup_type.
4570
4571 2010-02-24 Tom Tromey <tromey@redhat.com>
4572
4573 * gdb.texinfo (Cygwin Native): Fix typo.
4574
4575 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4576
4577 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4578 and select method descriptions.
4579 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4580 Tables in Python to menu.
4581 (Blocks In Python): New node.
4582 (Symbols In Python): New node.
4583 (Symbol Tables in Python): New node.
4584
4585 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4586
4587 Multiexec MI
4588
4589 gdb/
4590 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4591
4592 gdb/doc/
4593 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4594 changes.
4595 (GDB/MI Program Execution): Document current behaviour of
4596 --all and --thread-group.
4597 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4598 -remove-inferior.
4599 * observer.texi (inferior_added, inferior_removed): New
4600 observers.
4601
4602 2010-02-19 Tom Tromey <tromey@redhat.com>
4603
4604 * gdbint.texinfo (Getting Started): Fix @node.
4605 (Debugging GDB): Likewise.
4606
4607 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4608
4609 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4610 documenting the gdb_test_timeout variable.
4611
4612 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4613
4614 * gdb.texinfo (MI commands): Added documentation of --reverse
4615 option to a set of MI commands. Restructured documentation of MI
4616 commands --exec-continue to reflect the complexity of reverse
4617 execution.
4618
4619 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4620
4621 * gdb.texinfo (Using the Collected Data): Specify that the address
4622 range of `tfind outsize' is exclusive, and that the address range
4623 of `tfind range' is inclusive.
4624 (Tracepoint Packets): Specify that the address range of
4625 `QTFrame:range' is inclusive, and that the address range of
4626 `QTFrame:outside' is exclusive
4627
4628 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4629
4630 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4631
4632 2010-02-10 Tom Tromey <tromey@redhat.com>
4633
4634 * gdb.texinfo (Debugging Output): Document set debug parser and
4635 show debug parser.
4636
4637 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4638
4639 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4640 i386_eflags and i386_mxcsr.
4641
4642 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4643
4644 * gdb.texinfo: Document i386 target features.
4645
4646 2010-02-05 Doug Evans <dje@google.com>
4647
4648 * gdbint.texinfo (Testsuite): Add a new section to document the
4649 various DejaGnu variables that may be overridden.
4650 Document INTERNAL_GDBFLAGS.
4651
4652 2010-02-04 Tom Tromey <tromey@redhat.com>
4653
4654 PR cli/8830:
4655 * gdb.texinfo (Files): -readnow comes before the filename for file
4656 and symbol-file.
4657
4658 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4659
4660 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4661 Document ARM breakpoint types.
4662 (Register Packet Format): Move into the new section.
4663 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4664
4665 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4666
4667 * gdb.texinfo (File Options): Adjust the documentation of this
4668 switch to refer to the "source" command rather than partially
4669 duplicating some of the relevant information.
4670 (Extending GDB): Introduce and document the set/show script-extension
4671 setting.
4672 (Command Files): Add note explaining that the "source" command
4673 is also used to evalute scripts written in other languages.
4674 Remove the short slightly incorrect reference to sourcing Python
4675 scripts.
4676 (Python Commands): Document how to execute a Python script from GDB.
4677
4678 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4679
4680 * gdb.texinfo (Command Files): Fix typo.
4681
4682 2010-01-18 Tom Tromey <tromey@redhat.com>
4683
4684 * gdb.texinfo (File Options): Document -x on .py files.
4685 (Command Files): Document handling of Python scripts.
4686
4687 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4688
4689 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4690
4691 2010-01-15 Stan Shebs <stan@codesourcery.com>
4692
4693 * gdb.texinfo (Trace Files): New section.
4694 (Tracepoint Packets): Document QTSave and qTBuffer.
4695 (Trace File Format): New appendix.
4696
4697 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4698
4699 * gdb.texinfo (Values From Inferior): Document lazy_string value
4700 method.
4701 (Python API): Add Lazy strings menu item.
4702 (Lazy Strings In Python): New node.
4703
4704 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4705
4706 * gdb.texinfo (GDB/MI Thread Information): New.
4707 (GDB/MI Async Records): Document the core field in *stopped.
4708 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4709 documentation
4710 (Process list): Document that osdata document may contain
4711 threads.
4712 (Remote Serial Protocol): Document qXfer:threads.
4713
4714 2010-01-06 Stan Shebs <stan@codesourcery.com>
4715
4716 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4717 disconnected tracing.
4718 (Tracepoint Packets): Document new protocol.
4719
4720 2010-01-05 Stan Shebs <stan@codesourcery.com>
4721
4722 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4723 tracepoints.
4724 (Tracepoint Packets): Describe remote protocol for fast
4725 tracepoints.
4726
4727 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4728
4729 Update the "Start of New Year Procedure".
4730 * gdbint.texinfo: Add the list of files that need to be updated
4731 manually. Minor reformatting.
4732
4733 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4734
4735 * refcard.tex: Update copyright year in header and text.
4736
4737 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4738
4739 * agentexpr.texi: Add 2010 to the list of copyright years.
4740 * annotate.texinfo: Likewise.
4741 * gdb.texinfo: Likewise.
4742 * gdbint.texinfo: Likewise.
4743 * observer.texi: Likewise.
4744 * stabs.texinfo: Likewise.
4745
4746 2009-12-31 Stan Shebs <stan@codesourcery.com>
4747
4748 * gdb.texinfo (Tracepoint Actions): Describe teval.
4749
4750 2009-12-29 Stan Shebs <stan@codesourcery.com>
4751
4752 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4753
4754 2009-12-28 Stan Shebs <stan@codesourcery.com>
4755
4756 * gdb.texinfo (Trace State Variables): New section.
4757 (Tracepoint Packets): Describe trace state variable packets.
4758 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4759 variable bytecodes.
4760
4761 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4762
4763 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4764 declarations.
4765
4766 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4767
4768 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4769 -gdb-exit behaviour.
4770
4771 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4772
4773 * gpl.texi: Update to version 3 of the GPL.
4774
4775 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4776
4777 * Makefile.in: Update copyright header.
4778 * observer.texi: Fix the copyright header of the generated files.
4779
4780 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4781
4782 * gdb.texinfo (Types In Python): Describe range function.
4783
4784 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4785
4786 * gdb.texinfo (Types In Python): Describe "is_base_class".
4787
4788 2009-12-03 Tom Tromey <tromey@redhat.com>
4789
4790 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4791
4792 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4793
4794 * observer.texi: New memory_changed observer.
4795
4796 2009-12-01 Tom Tromey <tromey@redhat.com>
4797
4798 * gdb.texinfo (Reverse Execution): Fix typo.
4799
4800 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4801
4802 PR gdb/8704
4803
4804 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4805 are allowed after the breakpoint condition.
4806
4807 2009-11-23 Tom Tromey <tromey@redhat.com>
4808
4809 PR python/10782:
4810 * gdb.texinfo (Types In Python): Document Type.pointer.
4811
4812 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4813
4814 * gdb.texinfo (Machine Code): Adjust.
4815
4816 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4817
4818 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4819 (Using Agent Expressions): Delete cross reference.
4820
4821 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4822
4823 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4824 and @settitle directives up to help makeinfo find them.
4825
4826 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4829 (Auto-loading): Use plural and note one can use multiple components now.
4830
4831 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4832
4833 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4834 -stack-list-arguments have the same documentation for parameter
4835 as -stack-list-locals. Add comas.
4836
4837 2009-10-27 Tom Tromey <tromey@redhat.com>
4838 Eli Zaretskii <eliz@gnu.org>
4839
4840 PR python/10781
4841
4842 * gdb.texinfo (Values From Inferior): Document cast method.
4843
4844 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4845
4846 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4847 and adjust example.
4848
4849 2009-10-22 Michael Snyder <msnyder@vmware.com>
4850
4851 * gdb.texinfo (Process Record and Replay): Document new form of
4852 info record command. Also document the new save and restore
4853 commands.
4854
4855 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4856
4857 * gdb.texinfo (Machine Code): Mention current pc marker.
4858 (Memory): Likewise.
4859
4860 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4861 Stan Shebs <stan@codesourcery.com>
4862
4863 * observer.texi (new_inferior): Rename to...
4864 (inferior_appeared): ... this.
4865
4866 * gdb.texinfo (Inferiors): Rename node to ...
4867 (Inferiors and Programs): ... this. Mention running multiple
4868 programs in the same debug session.
4869 <info inferiors>: Mention the new 'Executable' column if "info
4870 inferiors". Update examples. Document the "add-inferior",
4871 "clone-inferior", "remove-inferior" and "maint info
4872 program-spaces" commands.
4873 (Process): Rename node to...
4874 (Forks): ... this. Document "set|show follow-exec-mode".
4875
4876 2009-10-11 Michael Snyder <msnyder@vmware.com>
4877
4878 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4879 (ReverseContinue): Ditto.
4880
4881 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4882
4883 * gdb.texinfo (Server): Document libthread-db-search-path.
4884
4885 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4886
4887 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4888
4889 2009-10-06 Michael Eager <eager@eagercon.com>
4890
4891 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4892 (Embedded Processors): Add MicroBlaze.
4893 (MicroBlaze): New. Describe Xilinx MicroBlaze
4894
4895 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4896
4897 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4898
4899 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4900
4901 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4902
4903 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4904
4905 * observer.texi (solib_unloaded): Document explicitly the fact that
4906 this observer is called before the associated symbols are unloaded.
4907
4908 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4909
4910 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4911 -stack-list-variables.
4912
4913 2009-09-18 Tom Tromey <tromey@redhat.com>
4914
4915 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4916 is experimental.
4917
4918 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4919
4920 * gdb.texinfo (convenince variables): Mention
4921 $_siginfo could be empty.
4922
4923 2009-09-15 Tom Tromey <tromey@redhat.com>
4924
4925 * gdb.texinfo (GDB/MI Variable Objects): Document
4926 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4927 Expand -var-update documentation.
4928
4929 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4930
4931 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4932 feature.
4933
4934 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4935
4936 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4937
4938 2009-09-10 Michael Snyder <msnyder@vmware.com>
4939
4940 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4941 ReverseStep replies to the qSupported query.
4942
4943 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4944
4945 Add documentation for set/show interactive-mode.
4946 * gdb.texinfo (Other Misc Settings): New node.
4947
4948 2009-09-01 Doug Evans <dje@google.com>
4949
4950 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4951 non-stop mode's affect on remote caching.
4952
4953 2009-08-31 Jacob Potter <jdpotter@google.com>
4954 Doug Evans <dje@google.com>
4955
4956 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4957 Mark `set/show remotecache' options as obsolete.
4958 Document new `set/show stack-cache' option.
4959 Update text for `info dcache'.
4960
4961 2009-08-27 Doug Evans <dje@google.com>
4962
4963 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4964 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4965
4966 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4967
4968 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4969 about autoconf.
4970
4971 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4972
4973 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4974 small example, and describe its columns. Replace "inferior-id" by
4975 "infno" throughout.
4976
4977 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4978
4979 * gdbint.texinfo (Releasing GDB): Point to
4980 README-maintainer-mode file for required autoconf version.
4981 * configure.ac: Do not substitute datarootdir, htmldir,
4982 pdfdir, docdir. Do not process --with-datarootdir,
4983 --with-htmldir, --with-pdfdir, --with-docdir.
4984 * configure: Regenerate.
4985
4986 * configure: Regenerate.
4987
4988 2009-08-20 Reid Kleckner <reid@kleckner.net>
4989
4990 * gdb.texinfo: Add chapter on JIT interface.
4991
4992 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4993
4994 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4995 confirmation request.
4996
4997 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4998
4999 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5000 CRC definitions.
5001
5002 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5003
5004 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5005 -break-commands.
5006
5007 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5008
5009 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5010 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5011
5012 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5013
5014 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5015 "set spu stop-on-load" and "show spu stop-on-load" commands.
5016
5017 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5018
5019 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5020
5021 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5022
5023 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5024 org.gnu.gdb.arm.neon.
5025
5026 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5027
5028 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5029 optional element.
5030 (subsection OS ABI): New subsection.
5031
5032 2009-07-14 Stan Shebs <stan@codesourcery.com>
5033
5034 * gdb.texinfo (Tracepoint Conditions): New section.
5035 (General Query Packets): Describe ConditionalTracepoints.
5036 (Tracepoint Packets): Describe condition field.
5037 (Maintenance Commands): Describe maint agent-eval.
5038 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5039
5040 2009-07-11 Hui Zhu <teawater@gmail.com>
5041
5042 * gdb.texinfo (disassemble): Add a new modifier /r
5043 to "disassemble" command to make it print the raw instructions
5044 in hex as well as in symbolic form.
5045
5046 2009-07-09 Tom Tromey <tromey@redhat.com>
5047
5048 * gdbint.texinfo (Testsuite): Document parallel make check.
5049
5050 2009-07-09 Tom Tromey <tromey@redhat.com>
5051
5052 * gdbint.texinfo (Testsuite): Document test transcripts.
5053
5054 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5055
5056 * gdb.texinfo (Values From Inferior): Add length parameter
5057 description.
5058
5059 2009-07-04 Chris Genly <chris@genly.us>
5060
5061 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5062 in -var-list-children. Fix example according to what the code
5063 does.
5064
5065 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5066
5067 * gdb.texinfo (Debugging multiple inferiors): Document the
5068 "inferior", "detach inferior" and "kill inferior" commands.
5069 (Debugging Programs with Multiple Processes): Adjust to mention
5070 generic "inferior" commands. Delete mention of "detach fork" and
5071 "delete fork". Cross reference to "Debugging multiple inferiors"
5072 section.
5073
5074 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5075
5076 * gdbint.texinfo (Item Output Functions): Update signature
5077 for ui_out_field_core_addr.
5078
5079 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5080
5081 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5082 Update example code extrated from breakpoint.c.
5083
5084 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5085
5086 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5087 MI commands.
5088 (GDB/MI Symbol Query): Likewise.
5089 (GDB/MI File Commands): Likewise.
5090 (GDB/MI File Transfer Commands): Likewise.
5091 (GDB/MI Target Manipulation): Likewise.
5092 (GDB/MI Miscellaneous Commands): Likewise.
5093
5094 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5095
5096 * gdb.texinfo (Debugging Optimized Code): New chapter.
5097 (Compiling for Debugging): Reference it. Move some
5098 text to the new section.
5099
5100 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5101
5102 * doc/gdb.texinfo (Calling): Document
5103 set-unwind-on-terminating-exception usage.
5104
5105 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5106
5107 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5108 command.
5109
5110 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5111
5112 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5113 references.
5114
5115 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5116
5117 * gdbint.texinfo: Rename formal parameters to gdbarch function
5118 protoypes from "current_gdbarch" to "gdbarch".
5119
5120 2009-05-28 Tom Tromey <tromey@redhat.com>
5121
5122 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5123
5124 2009-05-27 Tom Tromey <tromey@redhat.com>
5125
5126 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5127 feature.
5128 (GDB/MI Variable Objects): Document -var-set-visualizer.
5129
5130 2009-04-02 Tom Tromey <tromey@redhat.com>
5131
5132 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5133 feature.
5134 (GDB/MI Variable Objects): Document -var-set-visualizer.
5135
5136 2009-05-27 Tom Tromey <tromey@redhat.com>
5137 Thiago Jung Bauermann <bauerman@br.ibm.com>
5138 Phil Muldoon <pmuldoon@redhat.com>
5139
5140 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5141 (Pretty Printing): New node.
5142 (Selecting Pretty-Printers): Likewise.
5143 (Python API): Update.
5144 (Output Formats): Document /r format.
5145
5146 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5147 Tom Tromey <tromey@redhat.com>
5148
5149 * gdb.texinfo (Types In Python): New node.
5150 (Values From Inferior): "type" is now an attribute.
5151 (Python API): Update.
5152
5153 2009-05-27 Tom Tromey <tromey@redhat.com>
5154 Thiago Jung Bauermann <bauerman@br.ibm.com>
5155 Phil Muldoon <pmuldoon@redhat.com>
5156
5157 * gdb.texinfo: Add @syncodeindex for `tp'.
5158 (Python API): Update.
5159 (Auto-loading): New node.
5160 (Objfiles In Python): New node.
5161
5162 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5163
5164 * gdb.texinfo (Threads): Document libthread-db-search-path.
5165
5166 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5167
5168 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5169
5170 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5171
5172 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5173 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5174 show show-debug-regs' docs.
5175
5176 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5177
5178 * gdb.texinfo (Process Record and Replay): Add description of
5179 reverse execution.
5180
5181 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdbint.texinfo (Adding support for debugging core files): New node.
5184 (Native Debugging): Remove the ``Native core file Support'' section.
5185
5186 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5187
5188 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5189 Add index entries.
5190
5191 2009-04-30 Hui Zhu <teawater@gmail.com>
5192 Michael Snyder <msnyder@vmware.com>
5193
5194 * gdb.texinfo: (Process Record and Replay): Add documentation for
5195 process record and replay.
5196
5197 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5198
5199 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5200 a new part on command-line defined macros.
5201
5202 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5203
5204 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5205 clarify the wording.
5206
5207 2009-04-23 Tom Tromey <tromey@redhat.com>
5208
5209 * gdb.texinfo (Data Files): New node.
5210 (GDB Files): Update menu.
5211
5212 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5213
5214 * gdbint.texinfo (Defining Other Architecture Features): Remove
5215 entry for PROCESS_LINENUMBER_HOOK.
5216
5217 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5218
5219 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5220
5221 2009-04-22 Hui Zhu <teawater@gmail.com>
5222
5223 * gdb.texinfo (disassemble-next-line): Set the default of
5224 disassemble-next-line to off.
5225
5226 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5227
5228 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5229 --with-htmldir): New.
5230 * configure: Regenerate.
5231 * Makefile.in (datarootdir, docdir): Define.
5232 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5233 instead of $(SET_TEXINPUTS).
5234 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5235 gdbint.info instead of $(SET_TEXINPUTS).
5236 (gdbint/index.html): Use same -I options as for building
5237 gdbint.info.
5238 (stabs.dvi, stabs.pdf): Use same -I options as for building
5239 stabs.info instead of $(SET_TEXINPUTS).
5240 (stabs/index.html): Use same -I options as for building
5241 stabs.info.
5242 (annotate.dvi, annotate.pdf): Use same -I options as for building
5243 annotate.info instead of $(SET_TEXINPUTS).
5244 (annotate/index.html): Use same -I options as for building
5245 annotate.info.
5246
5247 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5248
5249 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5250
5251 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5252
5253 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5254
5255 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5256 Joseph Myers <joseph@codesourcery.com>
5257
5258 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5259 (MAKEHTMLFLAGS): Set to empty.
5260 (html__strip_dir): Define.
5261 (HTMLFILES): Define.
5262 (HTMLFILES_INSTALL): Define.
5263 (install-html): Copy new automake rule.
5264 (html): Depend on $(HTMLFILES).
5265 (gdb_toc.html): Rename to gdb/index.html.
5266 (gdbint_toc.html): Rename to gdbint/index.html.
5267 (stabs_toc.html): Rename to stabs/index.html.
5268 (annotate_toc.html): Rename to annotate/index.html.
5269
5270 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5271
5272 * Makefile.in: Set pdfdir and htmldir from configure
5273 substitutions.
5274 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5275 * configure: Regenerate.
5276
5277 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5280 This macro is no longer used.
5281
5282 2009-04-15 Tom Tromey <tromey@redhat.com>
5283
5284 * gdb.texinfo (Character Sets): Document default character set.
5285
5286 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5287
5288 * gdbint.texinfo: Change server name from sources.redhat.com to
5289 sourceware.org throughout.
5290
5291 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5292
5293 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5294 about a missing dot or coma after @xref.
5295
5296 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5299 example, and add a small explanation about it.
5300 (Print Settings): Change the documentation of the "set print
5301 frame-arguments" to reflect the fact that the default is now "scalars".
5302
5303 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5304
5305 * gdb.texinfo (Print Settings): Add kindex for command "set
5306 print frame-arguments".
5307
5308 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5309
5310 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5311 breakpoints.
5312 (Set Breaks): Add reference to thread-specific and task-specific
5313 breakpoints.
5314
5315 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.texinfo (Ada Tasks): Remove the documentation about
5318 the "Running" state, as this state has been eliminated.
5319 Now all runnable tasks are shown as "Runnable".
5320
5321 2009-03-30 Stan Shebs <stan@codesourcery.com>
5322
5323 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5324 special case of breakpoints.
5325 (Enable and Disable Tracepoints): Mention deprecation.
5326 (Listing Tracepoints): Update description and example.
5327
5328 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5329
5330 * gdb.texinfo (Frames in Python): New node.
5331 (Python API): Update.
5332
5333 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5334
5335 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5336 from a method to an attribute.
5337
5338 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5339
5340 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5341 attribute.
5342
5343 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5344
5345 * observer.texi (thread_exit): Add "silent" parameter.
5346
5347 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5348
5349 * observer.texi (about_to_proceed): New.
5350
5351 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5352
5353 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5354 field throughout to handle types with spaces in them. Fix typos
5355 found by aspell.
5356 (Summary, Requirements, Contributors): New first chapter,
5357 "Summary" added, old Requirements section moved there, and new
5358 section, "Contributors" added.
5359 (Initializing a New Architecture, Register Representation)
5360 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5361 (Porting gdb): These sections extended and updated.
5362 (Compiler Characteristics): This section (empty) deleted.
5363 (Defining Other Architecture Features): This section renamed and
5364 duplicate material removed from (formerly "Target Conditionals").
5365 Use braces {} in @deftypeXX type field throughout to handle types
5366 with spaces in them. Typos found by aspell fixed.
5367
5368 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5369 * stack_frame.pdf: Version of image for PDF output.
5370 * stack_frame.png: Version of image for HTML output and for Emacs.
5371 * stack_frame.txt: Version of image for Info output.
5372 * stack_frame.eps: Version of image for TeX DVI output.
5373
5374 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5375
5376 * gdb.texinfo (Character Sets): Fix last change.
5377
5378 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5379
5380 * gdb.texinfo (Values From Inferior): Fix optional arguments
5381 markup.
5382 (Commands In Python): Adjust argument names of gdb.Command.__init__
5383 to what the function accepts as keywords.
5384
5385 2008-03-20 Tom Tromey <tromey@redhat.com>
5386
5387 * gdb.texinfo (Convenience Vars): Document convenience functions.
5388 (Functions In Python): New node.
5389 (Python API): Update.
5390
5391 2009-03-20 Tom Tromey <tromey@redhat.com>
5392
5393 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5394 set target-wide-charset.
5395 (Requirements): Mention iconv.
5396
5397 2009-03-17 Hui Zhu <teawater@gmail.com>
5398
5399 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5400
5401 2009-03-17 Hui Zhu <teawater@gmail.com>
5402
5403 * gdb.texinfo: Add documentation for disassemble-next-line.
5404
5405 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5406
5407 * gdb.texinfo (Commands In Python): Remove tindex entries.
5408
5409 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5410
5411 * gdb.texinfo (Returning): New description for missing debug info.
5412
5413 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5414
5415 * gdb.texinfo (Remote Configuration): Document query-attached.
5416 (General Query Packets): Document qAttached.
5417
5418 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5419
5420 * gdb.texinfo (Background Execution): Better describe the set
5421 target-async command.
5422 (Maintenance Commands): Delete description of the `maint set/show
5423 linux-async' and `maint set/show remote-async' commands.
5424
5425 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5426
5427 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5428 between sentences.
5429
5430 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5431
5432 * gdb.texinfo (GDB/MI Async Records): Document the
5433 =library-loaded and =library-unloaded notifications.
5434
5435 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5436
5437 * observer.texi (test_notification): New observer.
5438
5439 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5440
5441 * observer.texi: Add parameter 'print_frame' to normal_stop
5442 observer.
5443
5444 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5445
5446 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5447 (Commands In Python): Fix COMMAND_* constants in last change. Use
5448 @kbd for interactive input. Add cross-references and index
5449 entries.
5450
5451 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5452
5453 * gdb.texinfo (Signals): Document $_siginfo.
5454 (Convenience Variables): Mention $_siginfo.
5455 (Remote Configuration): Document qXfer:siginfo:read,
5456 qXfer:siginfo:write packets, and the read-siginfo-object,
5457 write-siginfo-object commands.
5458
5459 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5460
5461 * gdbint.texinfo (Values): New chapter.
5462
5463 2009-02-06 Tom Tromey <tromey@redhat.com>
5464
5465 * gdb.texinfo (Python API): Add entry for Commands In Python.
5466 (Commands In Python): New node.
5467
5468 2009-02-05 Tom Tromey <tromey@redhat.com>
5469
5470 * gdb.texinfo (Values From Inferior): Document Value.string.
5471
5472 2009-02-05 Tom Tromey <tromey@redhat.com>
5473
5474 * gdb.texinfo (Basic Python): Document execute's from_tty
5475 argument.
5476
5477 2009-02-04 Tom Tromey <tromey@redhat.com>
5478
5479 * gdb.texinfo (Basic Python): Document gdb.history.
5480
5481 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5482
5483 * gdb.texinfo (GDB/MI Thread Commands): Document the
5484 'current-thread-id' field. Remove the example with zero threads,
5485 since current GDB won't ever report that if there's inferior.
5486
5487 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5488
5489 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5490 option to -break-insert.
5491
5492 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5493 Jerome Guitton <guitton@adacore.com>
5494
5495 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5496 (System-wide configuration): New section.
5497
5498 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5499
5500 PR gdb/7580:
5501 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5502 internal-error|internal-warning quit|corefile ask|yes|no".
5503
5504 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5505
5506 * gdb.texinfo (Using the `gdbserver' Program): Document
5507 --remote-debug.
5508
5509 2009-01-23 Doug Evans <dje@google.com>
5510
5511 * gdb.texinfo: Add nexti to list of commands that support
5512 background execution.
5513
5514 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5515
5516 * gdb.texinfo (Define, Hooks): Document prefix command support.
5517
5518 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5519 Carlos O'Donell <carlos@codesourcery.com>
5520
5521 Fixes for makeinfo --html.
5522
5523 * annotate.texinfo: Use @copying and @insertcopying. Use
5524 @ifnottex in place of @ifinfo.
5525 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5526 place of @ifinfo. Use @ifnotinfo for one index entry.
5527 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5528 in place of @ifinfo.
5529 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5530 in place of @ifinfo. Include contents at start unconditionally.
5531
5532 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5533
5534 * gdb.texinfo (General Query Packets): Remove @var{} around the
5535 "spu" literal string.
5536
5537 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5538
5539 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5540 program may be running in another process" errors.
5541 * gdbint.texinfo (Native Conditionals): Delete
5542 ONE_PROCESS_WRITETEXT description.
5543
5544 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5547 emacs local variable to be placed at the end of the ChangeLog.
5548 Add server.c and gdbreplay.c to the list of files where the
5549 copyright year needs to be updated.
5550
5551 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5552
5553 * gdb.texinfo (Remote Configuration): Document new
5554 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5555 commands.
5556
5557 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5558
5559 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5560 FETCH_INFERIOR_REGISTERS.
5561 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5562 FETCH_INFERIOR_REGISTERS descriptions. Remove
5563 gdbarch_get_longjmp_target descrition, since already described in
5564 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5565 (Target Conditionals): ... here.
5566
5567 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5568
5569 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5570 examples.
5571 (Additions to Ada): Likewise. Add the missing opening and closing
5572 parenthesis of the GDB prompt in one of the examples.
5573
5574 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5577 about the result of 'Address not being of type System.Address.
5578 This problem has been fixed a while ago.
5579
5580 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5581
5582 MI non-stop and multiprocess docs.
5583
5584 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5585 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5586 Adjust documentation for *stopped, document =thread-created,
5587 =thread-exited, =thread-group-created and =thread-group-exited.
5588 (GDB/MI Thread Commands): Document the 'state' field in
5589 -thread-info output.
5590 (GDB/MI Program Execution): Mention --all and --thread-group
5591 options.
5592 (GDB/MI Variable Objects): Describe floating and fixed variable
5593 objects.
5594 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5595
5596 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5597
5598 * gdb.texinfo (Operating System Information): New appendix.
5599 (Operating System Auxiliary Information): Document 'info os processes'
5600 (Remote Configuration): Document 'osdata'
5601 (General Query Packets): Document qXfer:osdata:read.
5602
5603 2008-11-27 Tristan Gingold <gingold@adacore.com>
5604
5605 * gdb.texinfo (Darwin): Document Darwin specific features.
5606
5607 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5608
5609 * gdbint.texinfo (Target Conditionals): Extend the
5610 gdbarch_breakpoint_from_pc description.
5611
5612 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5613
5614 * gdb.texinfo (M68K Features): Fix typo.
5615
5616 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5617
5618 * gdb.texinfo (Symbols): Mention printing containing
5619 image name in "info symbol".
5620 (Maint translate-address): Likewise.
5621
5622 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5623
5624 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5625 commands "catch load" and "catch unload".
5626
5627 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5628
5629 * gdb.texinfo (GDB/MI Async Records): Document
5630 =thread-selected.
5631
5632 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5633
5634 * observer.texi (new_inferior, inferior_exit): New observers.
5635
5636 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5637
5638 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5639 .mt files, TM_CLIBS or TM_CDEPS.
5640 (x86 Watchpoints): Don't mention TDEPFILES.
5641
5642 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5643
5644 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5645 (Overview): Mention notifications and non-stop mode behavior.
5646 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5647 with non-stop mode behavior. Add vStopped description.
5648 (Stop Reply Packets): Update list of packets that return
5649 stop replies. Mention non-stop behavior.
5650 (General Query Packets): Document QNonStop packet and associated
5651 qSupported query response.
5652 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5653 behavior.
5654 (Notification Packets): New section.
5655 (Remote Non-Stop): New section.
5656 (File-I/O Overview): Mention non-stop behavior.
5657
5658 2008-10-24 Hui Zhu <teawater@gmail.com>
5659 Pedro Alves <pedro@codesourcery.com>
5660
5661 * gdb.texinfo (displaced-stepping): Describe the auto mode
5662 setting, and say it's the default. This is now a mainstream
5663 setting instead of a maintenance setting.
5664
5665 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5666
5667 * observer.texi (thread_stop_requested): New.
5668
5669 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5670
5671 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5672 (Patching): Replace incorrect usage of @samp by @kbd.
5673
5674 2008-10-17 Michael Snyder <msnyder@vmware.com>
5675
5676 * gdb.texinfo: Add documentation for reverse execution.
5677
5678 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5679 Eli Zaretskii <eliz@gnu.org>
5680
5681 * gdb.texinfo. (Values From Inferior): New subsubsection.
5682
5683 2008-10-06 Doug Evans <dje@google.com>
5684
5685 * gdb.texinfo (set debug dwarf2-die): Document it.
5686
5687 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5688
5689 * gdb.texinfo (catch) [exception]: Document how to insert
5690 a breakpoint on user-defined exceptions when the exception
5691 name is identical to one of the language-defined ones.
5692
5693 2008-09-27 Tom Tromey <tromey@redhat.com>
5694
5695 * gdb.texinfo (Macros): Remove text about stringification,
5696 varargs, and splicing.
5697
5698 2008-09-27 Tom Tromey <tromey@redhat.com>
5699
5700 * gdbint.texinfo (Language Support): Remove text about omitting
5701 support for a language.
5702
5703 2008-09-23 Doug Evans <dje@google.com>
5704
5705 * gdb.texinfo (info dcache): Update.
5706
5707 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5708
5709 * gdb.texinfo (Packets): Add info on thread-id syntax and
5710 multiprocess extensions.
5711 <D>: Document multiprocess form of packet.
5712 <H>: Use thread-id syntax.
5713 <T>: Likewise.
5714 <vCont>: Likewise. Note this is required for multiprocess.
5715 <vKill>: New packet.
5716 (Stop Reply Packets) <T>: Use thread-id syntax.
5717 <W>: Document multiprocess form of reply.
5718 <X>: Likewise.
5719 (General Query Packets) <qC>: Use thread-id syntax.
5720 <qfThreadInfo>: Likewise.
5721 <qGetTLSAddr>: Likewise.
5722 <qP>: Likewise.
5723 <qSupported>: Add "multiprocess" feature.
5724 <qThreadExtraInfo>: Use thread-id syntax.
5725
5726 2008-09-22 Stan Shebs <stan@codesourcery.com>
5727
5728 * gdb.texinfo (Inferiors): New section.
5729
5730 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5731
5732 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5733
5734 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5735
5736 * gdbint.texinfo (Target Conditionals): Remove documentation
5737 for gdbarch_name_of_malloc.
5738
5739 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5740
5741 * gdb.texinfo (Interrupts): Mention TCP interface for
5742 sending BREAK.
5743
5744 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5745
5746 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5747 argument prefix to "set sysroot".
5748
5749 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5750
5751 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5752 and False.
5753
5754 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5755
5756 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5757 for possible features of -list-features.
5758
5759 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5760
5761 * gdb.texinfo (Background execution): Adjust example
5762 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5763
5764 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5765
5766 * doc/gdb.texinfo (PowerPC): Fix typo.
5767 (PowerPC features): Fix typo.
5768
5769 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5770
5771 * observer.texi (thread_ptid_changed): New.
5772
5773 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5774
5775 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5776 (PowerPC features): Mention feature set for VSX registers.
5777
5778 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5779
5780 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5781 the direct visibility of all names in user-written packages.
5782
5783 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5784
5785 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5786 setting, and make it the default.
5787 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5788 non-stop script example.
5789
5790 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5791
5792 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5793 reference to the "Using Different Register and Memory Data
5794 Representation" section.
5795
5796 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5797
5798 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5799 (Remote Protocol): Add Packet Acknowledgment to menu.
5800 (Overview): Mention +/- can be disabled, and point to new section
5801 where this is discussed in detail.
5802 (General Query Packets): Document QStartNoAckMode packet, and
5803 corresponding qSupported reply.
5804 (Packet Acknowledgment): New section.
5805
5806 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5807 Pedro Alves <pedro@codesourcery.com>
5808
5809 * gdb.texinfo (Threads): Move paragraph about automatic thread
5810 selection to All-Stop Mode subsection.
5811 (Thread Stops): Reorganize existing material into subsections.
5812 Add introductory blurb and menu.
5813 (Non-Stop Mode): New subsection.
5814 (Background Execution): New subsection.
5815 (Maintenance Commands): Add cross-references from async mode
5816 commands to the new Background Execution section.
5817
5818 2008-08-06 Tom Tromey <tromey@redhat.com>
5819
5820 * gdb.texinfo (Extending GDB): New chapter.
5821 (Sequences): Demoted chapter, now a section under the new
5822 Extending GDB chapter.
5823 (Python): New section.
5824
5825 2008-07-31 Stan Shebs <stan@codesourcery.com>
5826
5827 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5828
5829 2008-07-29 Stan Shebs <stan@codesourcery.com>
5830
5831 * gdbint.texinfo: General round of cleanup and minor
5832 clarifications.
5833 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5834 (Longjmp Support): Update description to reflect how it is done
5835 for targets without using native header.
5836 (Symbol Handling): Add a little more general explanation.
5837 (COFF, ELF): Mention stabs encapsulation.
5838 (DWARF 3): New section.
5839 (Adding a New Host): Scrub out some obsolete bits.
5840 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5841 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5842 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5843 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5844 SEEK_SET, STOP_SIGNAL, USG.
5845 (Raw and Virtual Register Representations): Ditto for
5846 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5847 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5848 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5849 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5850 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5851 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5852 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5853 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5854 DEPRECATED_USE_STRUCT_CONVENTION.
5855 Describe gdbarch_deprecated_fp_regnum.
5856 Update description of gdbarch_print_insn.
5857 (Adding a New Target): Scrub out obsolete bits.
5858 (Obsolete Conditionals): Remove entire section.
5859
5860 2008-07-25 Tom Tromey <tromey@redhat.com>
5861
5862 * observer.texi (GDB Observers): Document new observers:
5863 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5864 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5865 architecture_changed.
5866
5867 2008-07-21 Stan Shebs <stan@codesourcery.com>
5868
5869 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5870 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5871
5872 2008-07-21 Tom Tromey <tromey@redhat.com>
5873
5874 * observer.texi (GDB Observers): Remove obsolete comment.
5875 <executable_changed>: Remove argument.
5876
5877 2008-07-18 Tom Tromey <tromey@redhat.com>
5878
5879 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5880
5881 2008-07-10 Doug Evans <dje@google.com>
5882
5883 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5884
5885 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 * gdb.texinfo (Starting): Document "set disable-randomization".
5888
5889 2008-07-07 Andreas Schwab <schwab@suse.de>
5890
5891 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5892
5893 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5894
5895 * gdb.texinfo (GDB/MI Target Manipulation): Add
5896 example of -target-attach.
5897
5898 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5899
5900 * observer.texi (target_resumed): New observer.
5901 * gdb.texinfo (GDB/MI Output Records): Document *running.
5902
5903 2008-06-06 Tom Tromey <tromey@redhat.com>
5904
5905 * gdb.texinfo (Completion): Add field name example.
5906
5907 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5908
5909 * gdb.texinfo (GDB/MI Program Context): Added example
5910 to -exec-arguments
5911
5912 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5913
5914 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5915 annotation.
5916
5917 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5918 Nathan Sidwell <nathan@codesourcery.com>
5919 Joseph Myers <joseph@codesourcery.com>
5920
5921 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5922 and ACX_BUGURL.
5923 * configure: Regenerate.
5924 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5925 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5926 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5927 mailing-list-specific text about bug reporting unless
5928 BUGURL_DEFAULT.
5929
5930 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5931
5932 * gdb.texinfo (-target-select): Remove reference to target async.
5933 (Maintenance Commands): Document "maint set/show remote-async".
5934
5935 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5936
5937 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5938 in -target-file-get section.
5939
5940 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5941
5942 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5943 killing the inferior when it is already debugging a process.
5944
5945 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5946
5947 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5948 abbreviation for "finish".
5949
5950 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5951
5952 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5953
5954 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5955
5956 * gdbint.texinfo (Target Conditionals): Delete entry for
5957 gdbarch_dwarf_reg_to_regnum.
5958
5959 2008-05-09 Doug Evans <dje@google.com>
5960
5961 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5962
5963 2008-05-05 Doug Evans <dje@google.com>
5964
5965 * gdb.texinfo (disassemble): Document /m modifier.
5966
5967 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5968
5969 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5970 will not report the time of commands that run the target.
5971
5972 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5973
5974 * gdb.texinfo (GDB/MI Output Records): Add
5975 missing semicolon.
5976
5977 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5978
5979 * gdb.texinfo (GDB/MI Output Records):
5980 Document =thread-create and =thread-exited.
5981
5982 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5983
5984 * gdb.texinfo (GDB/MI Development and Front Ends):
5985 Remove mention of dmi-discuss.
5986
5987 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5988
5989 * observer.texi (thread_exit): New.
5990
5991 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5992
5993 * gdb.texinfo (Debugging Output): Document "set/show debug
5994 displaced".
5995 (Maintenance Commands): Document "maint set/show
5996 can-use-displaced-stepping".
5997
5998 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5999
6000 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6001 and set/show arm force-mode.
6002
6003 2008-05-02 Andreas Schwab <schwab@suse.de>
6004
6005 * gdbint.texinfo (Algorithms): Describe
6006 target_watchpoint_addr_within_range.
6007
6008 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * gdbint.texinfo (Stack Frames): New chapter.
6011 (Algorithms): Move Frames text to the new chapter.
6012 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6013 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6014
6015 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6016
6017 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6018 output does not necessary include any tokens.
6019
6020 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6021
6022 * gdb.texinfo (Set SH Calling convention): New @item.
6023 (Show SH Calling convention): Ditto.
6024
6025 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6026
6027 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6028
6029 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6030
6031 * gdb.texinfo (Set Breaks): Mention that multiple location
6032 breakpoints need line number info. Add index entries.
6033
6034 2008-04-19 Craig Silverstein <csilvers@google.com>
6035
6036 * gdb.texinfo (Requirements): Add an optional requirement on
6037 zlib.
6038 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6039 Compressed DWARF 2.
6040
6041 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6042
6043 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6044 sample output for 'stopped,reason="breakpoint-hit"' message.
6045 (GDB/MI Program Execution): Likewise.
6046
6047 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6048
6049 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6050 -var-set-format. Add -f option to -var-evaluate-expression.
6051
6052 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6053
6054 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6055 new node "Ambiguous Expressions". Replace references to this
6056 node by references to "Ambiguous Expressions" throughout.
6057 (Ambiguous Expressions): New node.
6058
6059 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6060
6061 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6062
6063 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6064
6065 * gdb.texinfo (Debugging Output): Document
6066 "set/show debug lin-lwp-async".
6067 (Maintenance Commands): Document "maint set/show linux-async".
6068
6069 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6070
6071 * gdb.texinfo (Expressions): Update description of malloced arrays.
6072
6073 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6074
6075 * gdb.texinfo (Thread Commands): Document
6076 -thread-info. Remove -thread-list-all-threads.
6077
6078 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6079 Sandra Loosemore <sandra@codesourcery.com>
6080
6081 * gdb.texinfo (Library List Format): Update to mention the
6082 possibility to pass section addresses instead of segment
6083 addresses.
6084
6085 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6086
6087 * gdb.texinfo (Starting): Document "set exec-wrapper".
6088 (Server): Document gdbserver --wrapper.
6089
6090 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6091
6092 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6093 unreadable memory. Delete obsolete SPARClite reference.
6094
6095 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6096
6097 * gdb.texinfo (Starting): Mention always-running targets.
6098 (Target Commands): Add an anchor for load.
6099 (Connecting): Explain continue instead of run.
6100
6101 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6102
6103 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6104
6105 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6106
6107 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6108 breakpoint table.
6109
6110 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6111
6112 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6113 killing the inferior when it is already debugging a process.
6114
6115 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6116
6117 * gdbint.texinfo (Build Script): New section. Mention new build script
6118 gdb_buildall.sh.
6119
6120 2008-02-01 Jim Blandy <jimb@red-bean.com>
6121
6122 * gdb.texinfo (Help): Summarize 'info args' correctly.
6123
6124 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6125
6126 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6127 available in PowerPC architecture.
6128 (Embedded Processors): Change node name of PowerPC item in menu.
6129 (PowerPC): Rename to...
6130 (PowerPC Embedded): this.
6131 (Architectures): Add new PowerPC item in menu.
6132 (PowerPC): New node.
6133
6134 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6135
6136 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6137 commands.
6138
6139 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6140
6141 * gdb.texinfo (Setting Catchpoints): Mention features
6142 supported on GNU/Linux.
6143
6144 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6145
6146 * gdb.texinfo (GDB/MI File Commands): Describe new output
6147 field for MI command -file-list-exec-source-file.
6148
6149 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6150
6151 * gdb.texinfo (Using the `gdbserver' Program): Add security
6152 warning. Rearrange into subsections and subsubsections. Document
6153 --multi and --debug. Correct --with-sysroot typo. Update --attach
6154 usage. Make load reference clearer. Document monitor exit.
6155 (Remote Configuration): Document set remote exec-file, attach-packet,
6156 and run-packet.
6157 (Packets): Document vAttach and vRun.
6158
6159 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6160
6161 * gdb.texinfo (Processes): Mention process command.
6162 detach-on-follow -> detach-on-fork.
6163
6164 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6165
6166 * gdbint.texinfo (Native Conditionals): Remove
6167 SHELL_COMMAND_CONCAT and SHELL_FILE.
6168
6169 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6170
6171 * gdb.texinfo (Specify Location): Improve wording.
6172
6173 2008-01-23 Chris Demetriou <cgd@google.com>
6174
6175 * gdb.texinfo (Threads): Document new "set print thread-events"
6176 and "show print thread-events" commands.
6177
6178 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6179
6180 * gdb.texinfo (Specify Location): New section.
6181 (Delete Breaks, Edit, Set Breaks): Remove description of
6182 locations. Instead, add a reference to "Specify Location".
6183 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6184 (Symbols): Refer to "Specify Location" for the valid forms of
6185 linespecs and locations.
6186
6187 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6188
6189 * gdbint.texinfo (Target Conditionals): Replace the description of
6190 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6191
6192 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6193
6194 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6195 about &&var, which is rejected by the expression parser.
6196
6197 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6198
6199 * gdb.texinfo (Output): Update documentation on using printf with DFP
6200 types.
6201
6202 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6203
6204 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6205 subsubsection.
6206 (Decimal Floating Point format): New subsubsection.
6207
6208 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6209
6210 * gdb.texinfo (File Options): Remove mention of the attempt to
6211 open a core file with the -p option. Don't list -c as a valid
6212 option to attach to a process.
6213
6214 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6215
6216 * gdbint.texinfo (Host Conditionals): Remove mention of
6217 ALIGN_STACK_ON_ENTRY.
6218
6219 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6220
6221 * gdbint.texinfo (Start of New Year Procedure): Add item
6222 describing how to update the source and documentation copyright
6223 notices.
6224
6225 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6226
6227 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6228 watchpoint explanation into the main description of the watchpoint
6229 command; update synopses of 'watch', 'rwatch', and 'awatch'
6230 commands.
6231
6232 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6233
6234 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6235 Document 'pending-breakpoints' feature of
6236 -list-features.
6237
6238 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6239
6240 * gdb.texinfo: Add new parameter's description.
6241
6242 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6243
6244 * gdb.texinfo (Overview): Clarify run-length encoding
6245 example. Remove the restriction on "+" and "-" characters.
6246
6247 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6248
6249 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6250
6251 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6252
6253 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6254 the -f option for -break-insert, remove -r option,
6255 and clarify specification of location.
6256
6257 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6258
6259 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6260 formatting.
6261 (Remote Debugging): Add File Transfer section.
6262 (Remote Configuration): Document Host I/O packets.
6263 (GDB/MI): Add GDB/MI File Transfer Commands section.
6264 (Host I/O Packets): New section in "Remote Protocol".
6265 (Packets): Add vFile.
6266
6267 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6268
6269 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6270 breakpoints with multiple locations.
6271 (Breakpoint Menus): Improve wording.
6272 (Output): Fix last change.
6273
6274 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6275
6276 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6277
6278 2007-11-15 Doug Evans <dje@google.com>
6279
6280 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6281
6282 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6283
6284 * gdbint.texinfo (Native Conditionals): Remove
6285 mention of CLEAR_SOLIB.
6286
6287 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6288
6289 * gdb.texinfo (Print Settings): Add documentation for "set/show
6290 print frame-arguments".
6291
6292 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6293
6294 * gdb.texinfo (Output): Update printf command's description.
6295
6296 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6297
6298 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6299 powerpc soft-float".
6300
6301 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6302
6303 * gdb.texinfo (Files): Correct formatting. Mention Expat
6304 requirement.
6305 (Requirements for Building GDB): Expand the list of Expat
6306 uses.
6307 (Library List Format, Memory Map Format): Mention Expat.
6308 (Target Descriptions): Update Expat wording.
6309
6310 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6311
6312 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6313 Document that gdbarch_convert_register_p should return zero for no-op
6314 conversions.
6315
6316 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6317
6318 * gdbint.texi (Compiler Characteristics): Move documentation
6319 of set_gdbarch_sofun_address_maybe_missing back to ...
6320 (Target Conditionals): ... here to fix build break.
6321
6322 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6323
6324 * gdbint.texi (Target Conditionals): Remove documentation of
6325 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6326 (Compiler Characteristics): ... documentation of
6327 set_gdbarch_sofun_address_maybe_missing.
6328
6329 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6330
6331 * gdbint.texinfo (Target Conditionals): Use
6332 frame_unwind_register_unsigned in examples instead of
6333 frame_unwind_unsigned_register.
6334
6335 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6336
6337 * gdb.texinfo (Predefined Target Types): Add int128
6338 and uint128.
6339 (Standard Target Features): Add PowerPC features.
6340
6341 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6342
6343 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6344
6345 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6346
6347 * gdbint.texi (Target Conditionals): Remove documentation
6348 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6349 gdbarch_extract_return_value, and gdbarch_store_return_value.
6350
6351 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6352
6353 * gdbint.texi (Target Conditionals): Remove documentation of
6354 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6355
6356 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6357
6358 * gdb.texinfo: Mention that inaccessible-by-default is on by
6359 default.
6360
6361 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6362
6363 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6364
6365 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6368 multi-threaded watchpoints.
6369 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6370 checked. Describe sticky notification. Expand description
6371 of steppable and continuable watchpoints.
6372 (Watchpoints and Threads): New subsection.
6373
6374 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6375
6376 * gdb.texinfo (Setting Breakpoints): Revise
6377 documentation for pending breakpoints. Document
6378 breakpoints with multiple locations.
6379
6380 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6381
6382 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6383 Document -list-features.
6384
6385 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6386
6387 * gdb.texinfo (Output): Spell out which features of C's printf are
6388 not supported by GDB's printf.
6389 (Separate Debug Files): More accurate wording regarding build ID
6390 and a reference to the ld manual rather than the Fedora wiki.
6391
6392 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6393 Jim Blandy <jimb@codesourcery.com>
6394
6395 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6396 (Examining Memory): Update mentions of the 's' format.
6397 (Automatic Display): Likewise.
6398
6399 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6400
6401 * gdb.texinfo: Update the FSF's Back-Cover Text.
6402
6403 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6404 Eli Zaretskii <eliz@gnu.org>
6405
6406 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6407 Fixed the ``build ID'' name. New binaries build instructions for the
6408 build ID inclusion. Explain how the commands are specific to the build
6409 ID vs. debug link.
6410
6411 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6412
6413 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6414 indexing for ``build ID'' support.
6415
6416 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6417
6418 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6419 Enlisted BUILD ID to the debug file searching example.
6420 Included a BUILD ID `.note.gnu.build-id' section description.
6421 Updated/added the debug files splitting instructions for OBJCOPY.
6422
6423 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6424
6425 * gdb.texinfo (Variable Objects): Adjust docs
6426 for -var-info-expression and document
6427 -var-info-path-expression.
6428
6429 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6430
6431 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6432 (title page): Include the dedication in the printed manual, as a
6433 separate page after the copyright notice.
6434
6435 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6436 don't break a @var across a line.
6437
6438 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6439
6440 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6441 for include files.
6442
6443 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6444
6445 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6446 in annotate.texinfo.
6447 (Command History): Link to new node.
6448
6449 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6450
6451 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6452
6453 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6454
6455 * gdbint.texinfo (Target Conditionals): Fix last change.
6456
6457 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6458
6459 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6460 routines:
6461 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6462 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6463 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6464 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6465 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6466 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6467 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6468 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6469 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6470 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6471 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6472 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6473 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6474 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6475 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6476 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6477 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6478 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6479 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6480 (SOFTWARE_SINGLE_STEP_P)
6481
6482 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6483 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6484
6485 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6486 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6487 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6488 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6489 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6490 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6491 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6492 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6493 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6494 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6495
6496 (Converting an existing Target Architecture to Multi-arch): Remove
6497 section.
6498
6499 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6500 (gdbarch_addr_bits_remove): Add code example.
6501
6502 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6503
6504 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6505
6506 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6507 Add other missing entries. Adjust the table size to fit.
6508 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6509 stop reasons including the new "library" event.
6510 (General Query Packets): Adjust table widths for qSupported. Mention
6511 qXfer:libraries:read reply to qSupported and document the new packet.
6512 (Library List Format): New section.
6513
6514 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6515
6516 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6517
6518 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6519
6520 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6521
6522 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6523
6524 * gdbint.texinfo (Register and Memory Data): Break sections
6525 into nodes and add a menu.
6526
6527 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6528
6529 * gdb.texinfo (Examining Memory): Document the new behaviour.
6530
6531 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6532
6533 * gdb.texinfo (Standard Target Features): Document
6534 m68k features.
6535
6536 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6537
6538 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6539
6540 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6541
6542 * gdb.texinfo (Target Description Format): Add version attribute
6543 for <target>.
6544
6545 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6548
6549 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6550
6551 * gdb.texinfo (MIPS Features): New subsection.
6552
6553 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6554 Markus Deuling <deuling@de.ibm.com>
6555
6556 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6557 and qXfer:spu:write packets and mention them under qSupported.
6558
6559 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6560 Markus Deuling <deuling@de.ibm.com>
6561
6562 * gdb.texinfo (Architectures): Add new SPU section to document
6563 Cell Broadband Engine SPU architecture specific commands.
6564
6565 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6566
6567 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6568 comments.
6569
6570 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6571
6572 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6573
6574 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6575
6576 * gdb.texinfo (Overview): Doc fix.
6577
6578 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6579
6580 * gdb.texinfo (Remote Configuration): Document "set/show
6581 remoteflow".
6582
6583 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * gdb.texinfo (MIPS): Remove documentation for set mips
6586 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6587 stack-arg-size.
6588
6589 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6590
6591 * all-cfg.texi (GDBTUI): New.
6592 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6593 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6594 (TUI Configuration): Edit to improve clarity and fix problems of
6595 both style and content.
6596
6597 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6598
6599 * observer.texi (GDB Observers): New observer "new_objfile".
6600
6601 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6602
6603 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6604
6605 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6606
6607 * gdb.texinfo (GDB/MI Variable Objects): Document
6608 frozen variables objects.
6609
6610 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6611
6612 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6613 (Character Sets, Caching Data of Remote Targets): Likewise.
6614 (Targets): Delete Remote node. Move its text...
6615 (Debugging Remote Programs): ...to here. Delete description
6616 of the "remote" command.
6617 (Remote configuration): Delete description of "set remotedevice"
6618 and "show remotedevice".
6619 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6620
6621 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6622
6623 * gdb.texinfo (Contributors, Continuing and Stepping)
6624 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6625 (General Query Packets, File-I/O Remote Protocol Extension)
6626 (Protocol Basics, The F Reply Packet, Write)
6627 (Protocol-specific Representation of Datatypes, Memory Transfer):
6628 Fix hyphenation, punctuation and grammar problems.
6629 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6630 'section' instead of 'subsection' in the text.
6631 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6632 (i386): Remove period from section name.
6633 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6634 (Config Names, Configure Options): Use @file{configure}.
6635
6636 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6637
6638 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6639 and tab expansion.
6640
6641 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6644
6645 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6646
6647 * gdb.texinfo: Consistently capitalize all significant words in
6648 node names, chapter titles, section titles, and headings. Update
6649 cross references to match.
6650 (Starting and Stopping Trace Experiment): Make node name plural.
6651 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6652
6653 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6654
6655 * gdb.texinfo (WinCE): Delete obsolete subsection.
6656
6657 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6658
6659 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6660 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6661 references.
6662
6663 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6664
6665 * gdb.texinfo (Startup): Delete references to some alternate
6666 names for .gdbinit.
6667 (Thread): Remove LynxOS reference.
6668 (Tandem ST2000): Delete target-specific documentation.
6669 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6670 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6671 and GDB_OSABI_LYNXOS.
6672
6673 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6674
6675 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6676
6677 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6678
6679 * gdbint.texinfo (Target Conditionals): Remove mention of
6680 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6681 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6682
6683 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6684
6685 * Makefile.in: Add "pdfdir" installation
6686 directory, PDFTEX macro, support for "install-pdf" target,
6687 and rules for making a pdf version of refcard.texi.
6688 * refcard.tex: Specify paper size for PDF output.
6689
6690 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6691
6692 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6693
6694 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6695
6696 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6697 (Source Path, Character Sets, Macros, Define)
6698 (GDB/MI Result Records, GDB/MI Simple Examples)
6699 (GDB/MI Program Execution, GDB/MI File Commands)
6700 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6701 (Bug Reporting): Use @value{GCC}.
6702
6703 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6704
6705 * gdb.texinfo (Help): Fix formatting of examples.
6706 (Variables): Use @ifnotinfo instead of @iftex.
6707 (Non-debug DLL symbols): Use @ref instead of @pxref.
6708 (Sparclet File): Use @samp instead of quotes.
6709
6710 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6711
6712 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6713
6714 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6715
6716 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6717 the order of the nodes.
6718 (C Operators, C Constants, Debugging C): Remove extra menus.
6719 (Method Names in Commands): Do not specify next/prev/up nodes.
6720
6721 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6722
6723 * gdb.texinfo (File Options): Add missing parenthesis.
6724 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6725
6726 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6727
6728 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6729
6730 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6731
6732 * gdb.texinfo (Standard Target Features): Mention
6733 case insensitivity.
6734 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6735
6736 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6737
6738 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6739 (Files): Add section name to argument list for pxref.
6740 (Non-debug DLL symbols): Don't use `see' for pxref.
6741 (Embedded Processors): Fix typo.
6742 (GDB/MI Breakpoint Commands): Execution commands generate
6743 *stopped not ^done.
6744
6745 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6746
6747 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6748 values for in_scope. Mention that only root variables can be
6749 updated.
6750 (GDB/MI Development and Front Ends): Explain new values may be
6751 added to existing fields.
6752
6753 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6754
6755 * gdb.texinfo (-target-disconnect): Use @smallexample.
6756 (Requirements): Add anchor for Expat. Update description.
6757 (Target Descriptions): Mention Expat.
6758 (Target Description Format): Document new elements. Use
6759 @smallexample.
6760 (Predefined Target Types, Standard Target Features): New sections.
6761 * gdbint.texinfo (Target Descriptions): New section.
6762
6763 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6764
6765 * gdb.texinfo (Target Description Format): Add section on XInclude.
6766
6767 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6768
6769 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6770 command -enable-timings.
6771
6772 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6773
6774 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6775 descriptions for new/deleted elements in gdb_osabi. Add missing
6776 description for function generic_elf_osabi_sniff_abi_tag_sections.
6777
6778 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6779
6780 * gdb.texinfo (Maintenance Commands): Add documentation for
6781 the new "maint print target-stack" command.
6782
6783 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6784 Eli Zaretskii <eliz@gnu.org>
6785
6786 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6787
6788 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6789
6790 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6791 Use @value{NGCC} instead of @value{GCC}.
6792
6793 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6794
6795 * agentexpr.texi: Fix typos.
6796 * annotate.texinfo: Likewise.
6797 * gdb.texinfo: Likewise.
6798 * gdbint.texinfo: Likewise.
6799 * observer.texi: Likewise.
6800 * stabs.texinfo: Likewise.
6801
6802 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6803
6804 * gdbint.texinfo (Support Libraries): Remove mmalloc
6805 entry. Describe readline library.
6806
6807 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6808
6809 * gdb.texinfo (Target Descriptions): New section.
6810 (General Query Packets): Add QPassSignals anchor. Mention
6811 qXfer:features:read under qSupported. Expand mentions of
6812 qXfer:memory-map:read and QPassSignals. Document
6813 qXfer:features:read.
6814
6815 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6816
6817 * gdb.texinfo (Commands to specify files): Describe
6818 "set sysroot" and "show sysroot".
6819 (Using the `gdbserver' program): Lowercase argument
6820 to @var. Expand description of setting up GDB on the
6821 host.
6822
6823 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6824
6825 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6826 catch exception, catch exception unhandled, and catch assert
6827 commands.
6828
6829 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6830
6831 * gdb.texinfo (Debugging Output): Document "set debug xml"
6832 and "show debug xml".
6833
6834 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6835
6836 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6837
6838 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6839
6840 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6841
6842 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6843
6844 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6845 note in @ignore, to be removed later if nobody complains.
6846
6847 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6848
6849 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6850 of -var-delete.
6851
6852 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6853
6854 * gdb.texinfo (Setting breakpoints): Document
6855 automatic software/hardware breakpoint usage and
6856 the "set breakpoint auto-hw" command.
6857
6858 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6859
6860 * gdb.texinfo (Memory Access Checking): New.
6861
6862 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6863
6864 * gdb.texinfo (Remote configuration): Mention
6865 "pass-signals-packet".
6866 (General Query Packets): Document QPassSignals. Fix
6867 a typo.
6868
6869 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6870
6871 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6872
6873 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6874
6875 * gdb.texinfo (Remote configuration): Rewrite documentation for
6876 packet configuration commands.
6877 (OS Information): Adjust reference to qXfer:auxv:read.
6878 (General Query Packets): Remove references to read-aux-vector-packet
6879 and set remote get-thread-local-storage-address.
6880
6881 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * gdbint.texinfo (Target Architecture Definition): Add new
6884 Initializing a New Architecture section.
6885
6886 2006-10-31 David Taylor <dtaylor@emc.com>
6887
6888 * stabs.texinfo (Macro define and undefine): New node describing
6889 stabs for #define and #undef.
6890
6891 2006-10-27 Andreas Schwab <schwab@suse.de>
6892
6893 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6894
6895 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6896
6897 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6898 clarify on the possible meanings of ``expression'' watched by
6899 watchpoints. Add indexing.
6900 (Prompting, Errors, Invalidation, Annotations for Running)
6901 (Source Annotations): Fix index entries by adding "annotation" to
6902 them, to discriminate from index entries that point to the more
6903 general topic descriptions.
6904
6905 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6906
6907 * gdbint.texinfo (Target Vector Definition): Move most
6908 content into Existing Targets. Add a menu.
6909 (Existing Targets): New section, moved from Target Vector
6910 Definition. Use @subsection.
6911 (Managing Execution State): New section.
6912
6913 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6914
6915 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6916
6917 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6918
6919 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6920 (Command Syntax, Signals, Backtrace, Connecting)
6921 (Remote configuration, Renesas Boards, Console I/O): Fix last
6922 change: use Ctrl- instead of C-, except wrt Emacs.
6923 (File-I/O Examples): Put Ctrl-c in @kbd.
6924 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6925 (Console I/O): Use @samp with Ctrl-.
6926 (Signals, Set Breaks, Set Watchpoints): Document optional
6927 arguments to `info signals' `handle', `info breakpoints', and
6928 `info watchpoints'.
6929
6930 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6931
6932 * gdb.texinfo (Backtrace): Fix last change.
6933
6934 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6935
6936 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6937
6938 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6939
6940 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6941 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6942 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6943
6944 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6945 Daniel Jacobowitz <dan@codesourcery.com>
6946
6947 * gdb.texinfo (Packets): Document vFlashErase,
6948 vFlashWrite and vFlashDone packets.
6949 (General Query Packets): Document qXfer:memory-map:read.
6950 Add a new feature for qXfer:memory-map:read.
6951 (Memory map format): New section.
6952 (Target Commands): Mention that gdb can write flash.
6953
6954 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6955 Daniel Jacobowitz <dan@codesourcery.com>
6956
6957 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6958 memory regions and "mem auto".
6959
6960 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6961
6962 * gdbint.texinfo (Array Containers): New section.
6963
6964 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6965
6966 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6967 -stack-list-arguments HIGH_FRAME argument can be larger then the
6968 actual number of frames.
6969
6970 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6971
6972 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6973 -stack-list-locals HIGH_FRAME argument can be larger then the
6974 actual number of frames.
6975
6976 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6977
6978 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6979 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6980
6981 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6982
6983 * gdbint.texinfo (Overall Structure): New section "Source Tree
6984 Structure".
6985
6986 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6987
6988 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6989 responses.
6990
6991 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6992
6993 * gdb.texinfo (Source Path): Add documentation for new
6994 substitute-path commands.
6995
6996 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6999 (Running Configure): ...here.
7000 (Requirements): New node. Mention expat.
7001
7002 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7003
7004 * gdb.texinfo (Target Commands): Remove
7005 'set download-write-size' and 'show download-write-size'.
7006
7007 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7008
7009 * stabs.texinfo (Member Type Descriptor): Correct example for
7010 pointer to member types.
7011
7012 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7013
7014 * gdb.texinfo (Optional warnings and messages): Add
7015 'set/show trace-commands'.
7016 (Command files): Add '-v' to source command.
7017
7018 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7019
7020 * gdb.texinfo (OS Information): Update qPart reference to
7021 qXfer.
7022 (Remote configuration): Likewise.
7023 (Overview): Move @cindex to the start of a paragraph. Talk
7024 about binary data encoding.
7025 (Packets): Refer to the overview for the details of the X
7026 packet encoding.
7027 (General Query Packets): Remove qPart description. Add qXfer
7028 description. Add an anchor to qSupported. Correct feature
7029 table title. Add a new feature for qXfer:auxv:read.
7030 (Interrupts): Add a missing parenthesis.
7031
7032 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7033
7034 * gdb.texinfo (KOD): Remove node.
7035 (GDB/MI Kod Commands): Remove commented out node.
7036
7037 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7038
7039 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7040 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7041 (GDB/MI Thread Commands, GDB/MI Program Execution)
7042 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7043 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7044 (GDB/MI File Commands, GDB/MI Target Manipulation)
7045 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7046 since the MI prompt is hard-wired into the code.
7047
7048 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7049
7050 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7051 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7052 (GDB/MI Data Manipulation): Remove description of unimplemented
7053 display related commands as variable objects perform this function
7054 and are superior: -display-delete, -display-disable,
7055 -display-enable, -display-insert and -display-list. Move
7056 -environment-cd, -environment-directory, -environment-path
7057 and -environment-pwd to "Program Context".
7058 (GDB/MI Program Control): Rename to "Program Execution". Move
7059 -exec-arguments -exec-abort to...
7060 (GDB/MI Program Context): ...here. New node split from "Data
7061 Manipulation".
7062
7063 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7064
7065 * gdb.texinfo (Remote configuration): Document set / show
7066 remote supported-packets.
7067 (General Query Packets): Document qSupported packet.
7068
7069 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7070
7071 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7072 and font markup.
7073 (Protocol basics): Likewise.
7074 (The F request packet): Likewise.
7075 (The F reply packet): Likewise.
7076 (Memory transfer): Move this node to be a subsubsection of
7077 "Protocol specific representation of datatypes".
7078 (The Ctrl-C message): More copy editing.
7079 (Console I/O): Likewise.
7080 (The isatty call): Delete this node, and merge its content into
7081 the "isatty" node. Fixed references elsewhere.
7082 (The system call): Delete this node, and merge its content into
7083 the "system" node. Fixed references elsewhere.
7084 (open): Reformat to use @table, and add appropriate font markup.
7085 (close): Likewise.
7086 (read): Likewise.
7087 (write): Likewise.
7088 (lseek): Likewise.
7089 (rename): Likewise.
7090 (unlink): Likewise.
7091 (stat/fstat): Likewise.
7092 (gettimeofday): Likewise.
7093 (isatty): Likewise.
7094 (system): Likewise, plus minor changes to fix confusing wording.
7095 (Integral datatypes): Fix font markup.
7096 (Pointer values): Likewise.
7097 (struct stat): Fix markup to use @table, plus minor copy editing.
7098 (struct timeval): Fix font markup, plus minor copy editing.
7099 (Constants): Minor copy editing.
7100 (Errno values): Add font markup.
7101 (File-I/O Examples): Likewise.
7102
7103 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7104
7105 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7106 (GDB/MI Simple Examples): Move node up one level. Use real
7107 examples.
7108 (GDB/MI Compatibility with CLI): Update.
7109 (GDB/MI Result Records): Add "connected" and "exit" result
7110 classes.
7111 (GDB/MI Stream Records): Clarify target output.
7112 (GDB/MI Command Description Format): Modify example description.
7113 (GDB/MI Breakpoint Table Commands): Rename to...
7114 (GDB/MI Breakpoint Commands): ...this
7115 (GDB/MI Breakpoint Commands): Add optional thread field.
7116 (GDB/MI Program Control): Add an introduction. Move "Program
7117 termination" examples into exec-run description.
7118 (GDB/MI File Commands): Mention similar CLI commands.
7119 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7120 is similar to "-gdb-version".
7121
7122 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7123
7124 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7125
7126 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7127
7128 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7129 sourceware.org for mailing lists.
7130 (GDB/MI File Commands): New node split from Program Control.
7131
7132 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7133
7134 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7135
7136 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7137
7138 * gdb.texinfo (Cygwin Native): Fix last change.
7139
7140 2006-05-22 Christopher Faylor <cgf@timesys.com>
7141
7142 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7143
7144 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7145
7146 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7147 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7148
7149 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7150
7151 * gdb.texinfo (General Query Packets): Recommend not starting
7152 new packets with qC and clarify.
7153
7154 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7155
7156 * gdb.texinfo (M2 Types): New section.
7157
7158 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7159
7160 * agentexpr.texi: Add a copyright and license notice.
7161 * observer.texi: Likewise, with GPL clause for function prototypes.
7162 Remove trailing whitespace.
7163
7164 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7165
7166 * gdb.texinfo (General Query Packets): Document conventions for
7167 terminating packet names, and their violations.
7168
7169 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7170
7171 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7172 * gdb.texinfo: Likewise.
7173
7174 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7175
7176 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7177 and "show remotedebug".
7178 (Debugging Output): Add additional index entries.
7179
7180 2006-04-27 Michael Snyder <msnyder@redhat.com>
7181
7182 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7183
7184 2006-04-22 Andrew Cagney <cagney@redhat.com>
7185
7186 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7187 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7188
7189 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7190
7191 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7192 and remove breakpoint prototypes.
7193 (Watchpoints): Move description of target_insert_hw_breakpoint and
7194 target_remove_hw_breakpoint ...
7195 (Breakpoints): ... to here. Document target_insert_breakpoint and
7196 target_remove_breakpoint.
7197
7198 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7199
7200 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7201 and C packets are optional.
7202
7203 2006-04-14 Frederic Riss <frederic.riss@st.com>
7204
7205 * gdb.texinfo (Specifying source directories): Update the description
7206 of the source file search to reflect the fact that the source path
7207 always contains at least $cdir and $cwd.
7208
7209 2006-03-31 Michael Snyder <msnyder@redhat.com>
7210
7211 * gdb.texinfo: Update copyright dates.
7212
7213 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7214
7215 * gdb.texinfo (Overview): Add an index entry to "empty response".
7216
7217 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7218
7219 * gdbint.texinfo (Prologue Analysis): New section.
7220
7221 2006-03-07 Jim Blandy <jimb@red-bean.com>
7222
7223 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7224
7225 * gdb.texinfo (Target Commands): Update text describing how to
7226 specify a target. Refer to the detailed section on remote
7227 debugging, not the brief mention.
7228
7229 * gdb.texinfo (Connecting): Organize the different 'target remote'
7230 connection methods into a table. Add a 'target remote' index
7231 entry. (!!!)
7232
7233 2006-02-17 Fred Fish <fnf@specifix.com>
7234
7235 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7236 'ptype' commands to reflect the fact that the only significant
7237 difference between them is that ptype prints the complete type
7238 description instead of just the name.
7239
7240 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7241
7242 * gdbint.texinfo (Watchpoints): Delete
7243 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7244
7245 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7246
7247 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7248 times fields where needed. Fix typos. Update general form given
7249 for output of -break-insert.
7250 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7251
7252 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7253
7254 * gdbint.texinfo (Symbol Handling): Add a section
7255 on memory management.
7256
7257 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7258
7259 * gdb.texinfo (Breakpoint table commands): Document the fullname
7260 field in -break-list output.
7261
7262 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7263
7264 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7265 debugging information produced by the various "set debug..."
7266 options.
7267
7268 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7269
7270 * gdb.texinfo (Files): Remove obsolete bits from the description
7271 of "symbol-file".
7272
7273 2006-01-25 Jim Blandy <jimb@redhat.com>
7274
7275 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7276
7277 2006-01-24 Jim Blandy <jimb@redhat.com>
7278
7279 * gdbint.texinfo (Frames): Document the basics of GDB's register
7280 unwinding model, and explain the existence of the "sentinel" frame.
7281
7282 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7283
7284 * gdb.texinfo (Choosing files): Mention that -directory is used
7285 for script files.
7286 (Specifying source directories): Likewise.
7287 (Command files): Explain how script files are found.
7288
7289 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7290
7291 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7292 the threads in a multi-threaded program.
7293 (Threads): The threadno argument of "thread apply" can be a range
7294 of numbers.
7295
7296 2006-01-18 Jim Blandy <jimb@redhat.com>
7297
7298 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7299 of warning flags.
7300
7301 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7302
7303 * gdb.texinfo (Sequences): Improve menu annotations.
7304 (Define): Add index entries for arguments of user-defined
7305 commands. Move the description of flow-control commands...
7306 (Command Files): ...to here. Document loop_break and
7307 loop_continue.
7308 (Define, Command Files): Document `end' and add index entries for
7309 it.
7310
7311 2006-01-04 Michael Snyder <msnyder@redhat.com>
7312
7313 * gdb.texinfo: Add documentation for linux-fork.
7314 * gdbint.texinfo: Add internal documentation for checkpoints.
7315
7316 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7317
7318 * gdb.texinfo (Omissions from Ada): Document that there is now
7319 limited aggregate support.
7320
7321 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7322
7323 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7324 registers and the likes.
7325
7326 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7327
7328 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7329 (Symbols): Fix usage of "e.g.".
7330 (Memory Region Attributes): Fix usage of "etc."
7331
7332 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7333 (Coding): Fix usage of "e.g.".
7334
7335 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7336
7337 * stabs.texinfo:
7338 * refcard.tex:
7339 * gpl.texi:
7340 * gdbint.texinfo:
7341 * gdb.texinfo:
7342 * gdb-cfg.texi:
7343 * fdl.texi:
7344 * annotate.texinfo:
7345 * all-cfg.texi:
7346 * Makefile.in: Add (C) after Copyright. Update the FSF
7347 address.
7348
7349 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7350
7351 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7352 extend GDB with commands for external monitor.
7353
7354 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7355
7356 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7357
7358 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7359
7360 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7361
7362 2005-11-21 Jim Blandy <jimb@redhat.com>
7363
7364 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7365 placement of 'R' actions in tracepoint action packets; document
7366 dependence of 'X' and 'M' actions on a preceding 'R' action for
7367 their registers.
7368
7369 2005-11-19 Jim Blandy <jimb@redhat.com>
7370
7371 * gdb.texinfo (Tracepoint Packets): New node.
7372 (General Query Packets): Add entries for the tracepoint packets,
7373 referring to the "Tracepoint Packets" node.
7374 (Tracepoints): Add reference to "Tracepoint Packets".
7375
7376 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7377
7378 * gdb.texinfo (set remotebreak): Add anchor.
7379 (X packet): Likewise.
7380 (Remote Protocol): Add new section `Interrupts' and new index
7381 entry `interrupts (remote protocol)'.
7382
7383 2005-11-18 Jim Blandy <jimb@redhat.com>
7384
7385 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7386 entries into the General Query Packets section. Add a
7387 cross-reference to that section. Drop description of replies, as
7388 these are covered in the descriptions of each packet.
7389 (General Query Packets): Add introductory text. Explain naming
7390 conventions, and how the end of a name is recognized.
7391
7392 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7393
7394 * gdb.texinfo (Remote configuration): Fix typo in description of
7395 "set remotebreak" command.
7396
7397 2005-11-16 Jim Blandy <jimb@redhat.com>
7398
7399 * gdb.texinfo (Packets, Stop Reply Packets)
7400 (General Query Packets): Various formatting cleanups.
7401 - Use @samp for packet contents.
7402 - Drop summaries from packet @item lines; the same information appears
7403 immediately below in the description.
7404 - Delete paragraph breaks after packet @item commands, so that the
7405 description appears directly to the right of the packet prototype
7406 in the printed manual, if it fits.
7407 - Place spaces in packet prototypes between @vars and non-@var
7408 letters, and explain that they're just for formatting.
7409 - Use @dots{} instead of '...'.
7410 - Fix uses of @code where @var was needed.
7411 - Replace "deprecated" markers with English text spelling out the
7412 packet's status and the preferred alternatives.
7413 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7414 what this ever meant.
7415 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7416 this for a long time.
7417 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7418 implemented several times, and have been in use for years.
7419
7420 2005-11-15 Jim Blandy <jimb@redhat.com>
7421
7422 * gdb.texinfo (Packets): Add index entries for 'm' packet
7423 disclaimers.
7424
7425 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7426 of stub when processing an 'm' packet.
7427
7428 * gdb.texinfo (Packets): Mention that packets beginning with
7429 letters are reserved once, at the top, instead of actually listing
7430 them all and saying "reserved".
7431
7432 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7433
7434 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7435 Change @var{$arg0 to @code{$arg0.
7436
7437 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7438
7439 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7440
7441 2005-11-12 Jim Blandy <jimb@redhat.com>
7442
7443 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7444 order. Remove extraneous 'z'.
7445
7446 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7447
7448 * gdb.texinfo (Choosing files): Add --eval-command.
7449
7450 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7451
7452 * gdb.texinfo (Choosing modes): Add --return-child-result.
7453
7454
7455 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7456
7457 * gdb.texinfo (Choosing modes): Add --batch-silent.
7458
7459 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7460
7461 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7462 "The -var-update Command".
7463
7464 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7465
7466 * gdb.texinfo (Print Settings): Add documentation for set/show
7467 print array-indexes.
7468
7469 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7470
7471 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7472 6.2 and 6.3.
7473
7474 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7475
7476 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7477 since 19-Jan-2004.
7478 (Files): Likewise.
7479 (Variables, Symbols): Document the "<incomplete type>" message and
7480 its reasons.
7481
7482 2005-08-01 Fred Fish <fnf@specifix.com>
7483
7484 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7485
7486 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7489 option for -var-list-children and -var-update.
7490 (GDB/MI Stack Manipulation): Simplify description of
7491 print-values option for -stack-list-locals.
7492 (GDB/MI Command Description Format): Clarify.
7493 (Mode Options): Spelling of superseded.
7494
7495 2005-07-12 Bob Rossi <bob@brasko.net>
7496
7497 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7498 corresponding GDB command comment.
7499
7500 2005-07-06 Bob Rossi <bob@brasko.net>
7501
7502 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7503 and -inferior-tty-show.
7504 (Input/Output): Document "set/show inferior-tty" and tty alias.
7505
7506 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7507
7508 * gdb.texinfo (Packets): Change description of 'D' packet to note
7509 that GDB does wait for a response.
7510
7511 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7512
7513 * gdb.texinfo (History) Rename "Command History".
7514 (Command History): Move node "Server Prefix" from section on
7515 Annotations here.
7516
7517 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7518
7519 * gdb.texinfo (GDB/MI Stack Manipulation):
7520 Re-instate -stack-info-frame with example. Say that it gets
7521 info on selected frame, not current frame.
7522
7523 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7524
7525 * gdb.texinfo (Server): Clarify that `file' should be used before
7526 connecting to the server.
7527 (Files): Add an xref to the above description.
7528 (Output Formats): More detailed description of the `c' format.
7529 (Memory): List explicitly all the formats supported by `x'.
7530 (Threads): Add an @cindex entry for "thread apply".
7531 (Files): Document the possibility of loading unlinked object
7532 files. Add more indexing for solib-absolute-prefix and
7533 --with-sysroot.
7534 (Machine Code): Document possible problems with locations in
7535 shared libraries.
7536 (Backtrace): Document that free-standing environments do not need
7537 to have a `main' function.
7538
7539 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7542 -stack-info-frame.
7543
7544 2005-06-07 Andrew Cagney <cagney@gnu.org>
7545
7546 * gdb.texinfo (Contributors): Note the original multi-arch
7547 contributors.
7548
7549 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7550
7551 * gdb.texinfo (Registers): Add index entries for the standard
7552 registers.
7553 (Frames): Add cross-reference from frame pointer description to
7554 the Registers node.
7555 (Annotations Overview): Fix the reference to GDB name.
7556
7557 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7558
7559 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7560 can-use-hw-watchpoints.
7561
7562 2005-05-28 Bob Rossi <bob@brasko.net>
7563
7564 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7565 the possible reasons why an exec async record would be returned to FE.
7566
7567 2005-05-26 Andrew Cagney <cagney@gnu.org>
7568
7569 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7570 Andrew Cagney implemented the original GDB/MI.
7571
7572 2005-05-23 Orjan Friberg <orjanf@axis.com>
7573
7574 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7575 documentation. Add documentation for cris-mode.
7576
7577 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7578
7579 * gdb.texinfo (Numbers): Explain the example and make the wording
7580 more acurate.
7581
7582 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7583 Dennis Brueni <dennis@slickedit.com>
7584
7585 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7586 (GDB/MI Data Manipulation, GDB/MI Program Control)
7587 (GDB/MI Stack Manipulation): Update examples to include the fullname
7588 attribute in stack frames.
7589
7590 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7591
7592 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7593 do with other non-standard names of init files.
7594
7595 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7596
7597 * gdb.texinfo (Command Files): Move the description of the startup
7598 from here...
7599 (Startup): ...to this new subsection of the Invocation chapter.
7600 Rearrange the description of init files more logically and add a
7601 cross-reference to "Command Files". Document the special gdbinit
7602 name for CISCO 68k. Expand the description of what GDB does
7603 during startup.
7604 (History): Add index entry for HISTSIZE.
7605
7606 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7607
7608 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7609
7610 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7611
7612 * gdb.texinfo (SVR4 Process Information, The isatty call)
7613 (The system call): Don't use foo(N) notation for man pages and
7614 functions.
7615 (Compilation, DJGPP Native): Improve wording.
7616
7617 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7618
7619 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7620 were optimized away.
7621
7622 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7623
7624 * gdb.texinfo (Remote configuration): Document "set/show
7625 get-thread-local-storage-address". Add cross-reference to the
7626 description of the qGetTLSAddr packet.
7627 (General Query Packets): Mention "set remote
7628 get-thread-local-storage-address" and add a reference to its
7629 description.
7630
7631 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7632
7633 * gdb.texinfo (Backtrace): Describe 'bt full'.
7634
7635 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7636
7637 * gdb.texinfo (Mode Options): Fix typo.
7638 (GDB/MI): Describe how to invoke GDB/MI.
7639
7640 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7641
7642 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7643 references changed. Add description of "info udot".
7644 (Files): Document "set/show stop-on-solib-events".
7645 (M32R/D): Document "set/show download-path", "set/show
7646 board-address", "set/show server-address", "upload", "tload".
7647 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7648 "use_mon_code", "use_ib_break", "use_dbt_break".
7649 (Maintenance Commands): Improve indexing.
7650 (Target Commands): Document "set/show hash", "set/show debug
7651 monitor".
7652 (SVR4 Process Information): Document "info pidlist" and "info
7653 meminfo". Document "set/show procfs-tarce" and "set/show
7654 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7655 (Symbols, The Print Command with Objective-C): Improve indexing.
7656 (Objective-C): Add references to "info classes" and "info
7657 selectors".
7658 (Debugging Output): Improve wording. Document "set/show debug
7659 solib-frv". Fix "set/show debugvarobj".
7660 (Set Breaks): Add index entry for "hardware breakpoints".
7661 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7662 and "set/show usehardbreakpoints".
7663 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7664 monitor-prompt", "set/show monitor-warnings", "pmon".
7665 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7666 rdiromatzero", "set/show rdiheartbeat".
7667 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7668 "sds".
7669 (Embedded Processors): Document the "sim" command.
7670 (Remote): Document the "remote" command.
7671 (DJGPP Native): Document the "info serial" command.
7672 (Threads): Document "maint info sol-threads".
7673 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7674 (Set Breaks): Improve indexing.
7675 (Command Syntax): Add a reference to dont-repeat.
7676 (Define): Document "dont-repeat".
7677 (TUI Commands): Document "tabset".
7678 (WinCE): New subsection. Document "set/show remotedirectory",
7679 "set/show remoteupload", "set/show remoteaddhost".
7680
7681 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7682
7683 * gdb.texinfo (Hurd Native): New subsection, documents
7684 Hurd-specific commands.
7685 (Maintenance Commands): Add cross-reference to "Debugging Output".
7686 (Debugging Output): Document "set/show debug lin-lwp".
7687 (MIPS): Improve documentation of heuristic-fence-post. Document
7688 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7689 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7690 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7691 (ARM): Document ARM-specific commands.
7692 (AVR): New section. Document "info io_registers".
7693 (CRIS): New section. Document "set/show cris-version" and
7694 "set/show cris-dwarf2-cfi".
7695 (HPPA): New section. Document "set/show debug hppa" and "maint
7696 print unwind".
7697 (Neutrino): New subsection. Document "set/show debug nto-debug".
7698 (Super-H): New section. Document the "regs" command.
7699 (Debugging Output): Document "set/show debug aix-thread".
7700
7701 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7702
7703 * gdb.texinfo (Print Settings): Document "set/show print
7704 pascal_static-members", "set print repeats", "show print
7705 null-stop". Improve indexing. Fix documentation of "set print
7706 union".
7707 (Pascal): New section.
7708 (Supported languages): Rename from "Support"; all references
7709 updated. Add a menu item for Pascal.
7710 (Numbers): Document "set radix.
7711 (Screen Size): Document "set/show pagination".
7712 (MIPS Embedded): Remove "set processor" documentation.
7713 (Remote configuration): Document "set/show X/P/Z-packet",
7714 "set/show read-aux-vector-packet", "set/show remote
7715 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7716 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7717 remotedebug", "set/show remotebreak", "set/show remotedevice",
7718 "set/show remotelogfile".
7719 (Auxiliary Vector): Add reference to the description of the
7720 read-aux-vector-packet setting.
7721 (Set Watchpoints): Add a cross-reference to "set remote
7722 hardware-breakpoint-limit".
7723 (General Query Packets): Add indexing of requests and
7724 cross-references to related commands in "Remote configuration".
7725 (File-I/O Overview, The system call): Fix wording and typos.
7726 (Thread Stops): Add index entries.
7727 (Continuing and Stepping): Document "show step-mode".
7728 (i386): New node. Document "set/show struct-convention".
7729 (Files): Document "show trust-readonly-sections".
7730 (Calling): Document "set/show unwindonsignal".
7731 (Messages/Warnings): Add index entries.
7732 (Maintenance Commands): Document "set/show watchdog".
7733 (Annotations Overview): Document "show annotate".
7734 (Set Watchpoints): Add index entries.
7735 (Symbols): Fix doc of case-sensitive.
7736 (ABI): Document "show coerce-float-to-double".
7737 (Convenience Vars, Help): Improve indexing.
7738 (Machine Code): Document "show disassembly-flavor".
7739 (Debugging C plus plus): Document "show overload-resolution".
7740 (Value History, Signaling): Add index entries.
7741
7742 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7743
7744 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7745 (Processes): Fix wording.
7746 (History, List, Logging output, Define, Symbols, Print Settings):
7747 Improve indexing.
7748
7749 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7750
7751 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7752 redundant index entry for "target" command.
7753 (Backtrace): Add index entries.
7754 (Symbols, Fortran): Document the "set case-sensitive" command.
7755 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7756 (Print Settings): Add index entry for "set demangle-style".
7757 (Target Commands): Document "set download-write-size".
7758 (Debugging Output): Document "set exec-done-display".
7759
7760 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7761
7762 * gdb.texinfo (Files): Fix the name and documentation of
7763 add-shared-symbol-files. Document its alias assf. Update the
7764 list of OSs where GDB supports shared libraries. Fix markup.
7765 (Continuing and Stepping): Add reference to @var{location} in the
7766 text.
7767 (Dump/Restore Files): Fix reference to @{filename}.
7768 (Help): Fix wording.
7769 (Attach): Ditto.
7770 (Set Watchpoints): Ditto.
7771 (Backtrace): Remove redundant index entries. Improve index
7772 entries.
7773 (Delete Breaks): Fix wording.
7774 (Memory): Document the compare-sections command.
7775 (Memory Region Attributes): Improve wording.
7776 (Disabling): Improve wording.
7777 (Fortran): New subsection. Document the "info common" command.
7778 (Help): Document aliases "info copying" and "info warranty".
7779 (Caching Remote Data): New section. Document the "set/show
7780 remotecache" and "info dcache" commands.
7781 (Show): Fix wording of the documentation of the "set
7782 extension-language" command.
7783 (Signals): Add index entry for "info handle".
7784 (Memory Region Attributes): Fix punctuation.
7785 (Symbols): Change the arg name to "location" and refer to it in
7786 the text. Fix wording of "info types" doc.
7787 (Threads): Fix usage of @enumerate @item's.
7788 (Listing Tracepoints): Add index entry for "info tp".
7789 (Set Watchpoints): Add xref to "info break" description.
7790 (Macros): Add an index entry for "macro exp1". Document the
7791 "macro list" command.
7792 (Maintenance Commands): Document "flushregs", "maint agent",
7793 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7794 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7795 "maint print architecture", "maint print objfiles", "maint print
7796 statistics", "maint print type", "maint show-debug-regs", "maint
7797 space", "maint time", and "maint translate-address".
7798 (Connecting): Document the "monitor" command.
7799 (Annotations Overview): Describe the "set annotate" command.
7800
7801 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7802
7803 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7804 Rearrange index entries and improve wording about support for
7805 hardware watchpoints.
7806
7807 2005-03-10 Bob Rossi <bob@brasko.net>
7808
7809 * gdb.texinfo: Update copyright
7810
7811 2005-02-09 Theodore A. Roth <troth@openavr.org>
7812
7813 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7814 error.
7815
7816 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7817
7818 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7819
7820 2005-01-17 Michael Snyder <msnyder@redhat.com>
7821
7822 * gdb.texinfo: Fix spelling, infinte -> infinite.
7823
7824 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7825
7826 * observer.texi (GDB Observers): Document "solib_loaded".
7827
7828 2005-01-07 Andrew Cagney <cagney@gnu.org>
7829
7830 * configure.ac: Rename configure.in, require autoconf 2.59.
7831 * configure: Re-generate.
7832
7833 * configure.in: Replace configdirs with multiple references to
7834 AC_CONFIG_SUBDIRS.
7835 * configure: Re-generate.
7836
7837 2005-01-04 Andrew Cagney <cagney@gnu.org>
7838
7839 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7840 part of the version number.
7841
7842 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7843
7844 * gdbint.texinfo (Algorithms): Remove description of
7845 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7846
7847 2004-12-07 Jim Blandy <jimb@redhat.com>
7848
7849 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7850 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7851 numbers.
7852
7853 2004-12-07 Andreas Schwab <schwab@suse.de>
7854
7855 * gdb.texinfo (Mode Options): Document -l option.
7856
7857 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7858
7859 * gdbint.texinfo (Algorithms): More accurate description of
7860 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7861 is not needed unless data-read and data-access watchpoints are
7862 supported. Add a description of how GDB checks whether the
7863 inferior stopped because a watchpoint was hit.
7864
7865 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7866
7867 * gdb.texinfo (Files): Add cross-reference to description of
7868 -readnow command-line switch.
7869
7870 2004-11-10 Randolph Chung <tausq@debian.org>
7871
7872 * gdb.texinfo: Document set/show backtrace past-entry commands.
7873 Rearrange index entries for set/show backtrace past-main.
7874
7875 2004-11-10 Jon Beniston <jon@beniston.com>
7876
7877 Committed by Andrew Cagney <cagney@gnu.org>.
7878 * gdb.texinfo (Remote Serial Protocol): Further describe
7879 binary transfer escaping mechanism .
7880
7881 2004-11-08 Randolph Chung <tausq@debian.org>
7882
7883 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7884 and "show debug infrun". Add index entries.
7885
7886 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7887
7888 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7889 "info proc" that are already implemented. Add index entries.
7890 (Working Directory): Add a cross-reference to "info proc" command.
7891 (Files): Add a tip for decreasing memory used for symtabs from
7892 shared libraries.
7893 (Starting): Fix whitespace; make "elaboration" stand out where it
7894 is first used, and add an index entry for the term.
7895 (Calling): Expand and elaborate text. Add "print". Add the
7896 description of problems with weak aliases.
7897 (Core File Generation): New section.
7898
7899 2004-10-12 Andrew Cagney <cagney@gnu.org>
7900
7901 * gdbint.texinfo (Versions and Branches): New chapter.
7902 (Releasing GDB): Delete "Versions and Branches" section.
7903 (Top): Add "Versions and Branches".
7904
7905 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7906
7907 * gdb.texinfo (Editing, History): Add cross-references to the
7908 included Readline and History user documentation. Remove
7909 references to the symbol have-readline-appendices which is unused
7910 and undefined.
7911 (History): Fix indexing.
7912
7913 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7914
7915 * gdbint.texinfo (target_stopped_data_address): Update to
7916 new prototype.
7917 (i386_stopped_data_address): Update prototype and description.
7918 (i386_stopped_by_watchpoint): New function and description.
7919
7920 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7921
7922 * gdb.texinfo (Filenames): Add Ada suffixes.
7923 (Ada) New section.
7924
7925 2004-09-27 Andrew Cagney <cagney@gnu.org>
7926 Robert Picco <Robert.Picco@hp.com>
7927
7928 * gdb.texinfo (Packets): Document the "p" packet.
7929
7930 2004-09-21 Jason Molenda (jmolenda@apple.com)
7931
7932 * gdb.texinfo (Paths and Names of the Source Files): Document the
7933 meaning of values in the 'desc' field of a SO stab.
7934
7935 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7936
7937 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7938 max-cache-age" and "maint show dwarf2 max-cache-age".
7939
7940 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7941
7942 * gdb.texinfo (Set Breaks): Add index entry for setting
7943 breakpoints on overloaded C++ functions that are not members of
7944 any classes. Add an example and an index entry for setting
7945 breakpoints on all program functions.
7946 (Character Sets, Macros, Overlay Commands)
7947 (Non-debug DLL symbols, GDB/MI Output Syntax)
7948 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7949 Use "(@value{GDBP})" instead of a literal "(gdb)".
7950
7951 2004-09-12 Andrew Cagney <cagney@gnu.org>
7952
7953 * gdbint.texinfo (Native Debugging): Delete description of
7954 FILES_INFO_HOOK.
7955
7956 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7957
7958 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7959 to hex_string_custom (not historically correct, but more
7960 understandable, given the current code).
7961
7962 2004-09-03 Andrew Cagney <cagney@gnu.org>
7963
7964 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7965
7966 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7967
7968 * observer.texi (solib_unloaded): New observer.
7969
7970 2004-08-24 Andrew Cagney <cagney@gnu.org>
7971
7972 * gdbint.texinfo (Target Architecture Definition): Add missing
7973 comma.
7974
7975 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7976
7977 * (Using the Testsuite): build != host is supported,
7978 but some test scripts do not support build != host.
7979
7980 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7981
7982 * gdbint.texinfo (Host Definition): Delete description of
7983 FCLOSE_PROVIDED and GETENV_PROVIDED.
7984
7985 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7986
7987 * gdbint.texinfo (Host Definition): Delete description of
7988 NO_SYS_FILE.
7989 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7990 PTRACE_FP_BUG.
7991
7992 2004-08-05 Andrew Cagney <cagney@gnu.org>
7993
7994 * gdbint.texinfo (Target Architecture Definition): Delete
7995 reference to deprecated_read_fp.
7996
7997 2004-08-02 Andrew Cagney <cagney@gnu.org>
7998
7999 * gdbint.texinfo (Target Architecture Definition): Delete
8000 description of DEPRECATED_REGISTER_BYTES.
8001
8002 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8003
8004 * gdb.texinfo (Source Path): Document the new behavior of
8005 searching for the source files.
8006
8007 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8008
8009 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8010 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8011 (Auto Display): Improve indexing.
8012
8013 2004-07-16 Andrew Cagney <cagney@gnu.org>
8014
8015 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8016 "-noasync".
8017
8018 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8019
8020 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8021 have the same prefix have only their prefix in the index.
8022
8023 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8024
8025 * gdb.texinfo (BSD libkvm Interface): New node (section)
8026 (Native): Add it to the menu.
8027
8028 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8029
8030 * gdbint.texinfo (Target Architecture Definition): Remove
8031 PCC_SOL_BROKEN.
8032
8033 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8034
8035 * gdbint.texinfo (Target Architecture Definition): Remove
8036 SUN_FIXED_LBRAC_BUG.
8037
8038 2004-06-26 Andrew Cagney <cagney@gnu.org>
8039
8040 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8041
8042 2004-06-20 Andrew Cagney <cagney@gnu.org>
8043
8044 * gdbint.texinfo (Target Architecture Definition): Deprecate
8045 USE_STRUCT_CONVENTION.
8046
8047 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8048
8049 gdb.texinfo (Bug Reporting): Mention session recording,
8050 with the script command or Emacs.
8051
8052 2004-06-18 Andrew Cagney <cagney@gnu.org>
8053
8054 * gdbint.texinfo (Target Architecture Definition): Deprecate
8055 FUNCTION_START_OFFSET.
8056
8057 2004-06-14 Andrew Cagney <cagney@gnu.org>
8058
8059 Based on changes from Karl Berry.
8060 * gdb.texinfo: Do not use @sc in a direntry.
8061 * stabs.texinfo: Change @dircateogry to "Software development".
8062 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8063
8064 2004-06-13 Andrew Cagney <cagney@gnu.org>
8065
8066 * gdbint.texinfo (Target Architecture Definition): Delete
8067 description of RETURN_VALUE_ON_STACK.
8068
8069 2004-06-09 Andrew Cagney <cagney@gnu.org>
8070
8071 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8072 deleted by previous patch.
8073
8074 2004-06-08 Andrew Cagney <cagney@gnu.org>
8075
8076 * gdbint.texinfo (Native Debugging): Delete documentation on
8077 ATTACH_DETACH.
8078
8079 2004-06-06 Randolph Chung <tausq@debian.org>
8080
8081 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8082
8083 2004-06-06 Randolph Chung <tausq@debian.org>
8084
8085 * gdb.texinfo (push_dummy_call): Update argument list to match
8086 the new push_dummy_call method signature. Describe the function
8087 argument.
8088
8089 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8090
8091 * gdb.texinfo (Starting): Document new start command.
8092
8093 2004-05-21 Andrew Cagney <cagney@redhat.com>
8094
8095 * observer.texi (GDB Observers): Document "inferior_created".
8096
8097 2004-05-08 Andrew Cagney <cagney@redhat.com>
8098
8099 * gdbint.texinfo (Target Architecture Definition): Delete
8100 description of DO_DEFERRED_STORES.
8101
8102 * gdbint.texinfo (Target Architecture Definition): Delete
8103 references to DEPRECATED_FIX_CALL_DUMMY.
8104
8105 * gdbint.texinfo (Target Architecture Definition): Delete
8106 description of DEPRECATED_CALL_DUMMY_WORDS,
8107 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8108
8109 * gdbint.texinfo (Target Architecture Definition): Delete
8110 description of DEPRECATED_PUSH_DUMMY_FRAME.
8111
8112 * gdbint.texinfo (Target Architecture Definition): Delete
8113 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8114
8115 2004-05-07 Andrew Cagney <cagney@redhat.com>
8116
8117 * observer.texi (GDB Observers): Add "Debugging" section. Include
8118 cross reference to "set/show debug observer".
8119 * gdb.texinfo (Debugging Output): Document "set/show debug
8120 observer".
8121
8122 2004-05-01 Andrew Cagney <cagney@redhat.com>
8123
8124 * gdbint.texinfo (Target Architecture Definition): Delete
8125 description of DEPRECATED_PC_IN_SIGTRAMP.
8126
8127 2004-04-30 Andrew Cagney <cagney@redhat.com>
8128
8129 * gdbint.texinfo (Target Architecture Definition): Delete
8130 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8131
8132 2004-04-30 Orjan Friberg <orjanf@axis.com>
8133
8134 * observer.texi (GDB Observers): Correct spelling.
8135
8136 2004-04-26 Orjan Friberg <orjanf@axis.com>
8137
8138 * observer.texi (GDB Observers): Add target_changed event.
8139
8140 2004-04-08 Andrew Cagney <cagney@redhat.com>
8141
8142 * observer.texi (GDB Observers): Rework, provide generic observer
8143 definitions and then a list of observable events.
8144
8145 2004-04-04 Andrew Cagney <cagney@redhat.com>
8146
8147 * gdbint.texinfo (Host Definition): Delete reference to
8148 NO_SIGINTERRUPT.
8149
8150 2004-04-02 Andrew Cagney <cagney@redhat.com>
8151
8152 * gdbint.texinfo (Target Architecture Definition): Delete
8153 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8154
8155 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8156
8157 * gdb.texinfo (TUI Commands): Document tui reg commands.
8158
8159 2004-03-26 Andrew Cagney <cagney@redhat.com>
8160
8161 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8162 "gdbtui".
8163 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8164 (Contributors): Mention both Text and Terminal User Interface.
8165
8166 2004-03-23 Andrew Cagney <cagney@redhat.com>
8167
8168 * gdbint.texinfo (Target Architecture Definition): Deprecate
8169 references to SIGTRAMP_START and SIGTRAMP_END.
8170
8171 2004-03-23 Andrew Cagney <cagney@redhat.com>
8172
8173 * gdbint.texinfo (Target Architecture Definition): Deprecate
8174 references to PC_IN_SIGTRAMP.
8175
8176 2004-03-19 Andrew Cagney <cagney@redhat.com>
8177
8178 * gdbint.texinfo (Target Architecture Definition): Delete
8179 reference to GDB_TARGET_IS_HPPA.
8180
8181 2004-03-18 Andrew Cagney <cagney@redhat.com>
8182
8183 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8184 describe pre_init and post_init.
8185
8186 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8187
8188 * gdb.texinfo (Debugging Output): Document values for "set debug
8189 target".
8190
8191 2004-02-28 Andrew Cagney <cagney@redhat.com>
8192
8193 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8194
8195 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8196
8197 * gdb.texinfo (breakpoints): Add information about the
8198 new "set breakpoint pending" and "show breakpoint pending"
8199 commands.
8200
8201 2004-02-26 Andrew Cagney <cagney@redhat.com>
8202
8203 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8204 in Per-architecture module data section.
8205
8206 2004-02-25 Roland McGrath <roland@redhat.com>
8207
8208 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8209
8210 2004-02-24 Andrew Cagney <cagney@redhat.com>
8211
8212 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8213 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8214 * fdl.texi: Import Version 1.2, November 2002.
8215
8216 2004-02-17 Andrew Cagney <cagney@redhat.com>
8217
8218 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8219
8220 2004-02-16 Andrew Cagney <cagney@redhat.com>
8221
8222 * gdbint.texinfo (Target Architecture Definition): Deprecate
8223 FRAMELESS_FUNCTION_INVOCATION.
8224
8225 2004-02-16 Andrew Cagney <cagney@redhat.com>
8226
8227 * gdbint.texinfo (Coding): Mention -Wunused-function.
8228
8229 2004-02-14 Andrew Cagney <cagney@redhat.com>
8230
8231 * gdbint.texinfo (Target Architecture Definition): Delete
8232 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8233
8234 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8235
8236 * gdb.texinfo: Properly quote the name "C++".
8237 * gdbint.texinfo: Ditto.
8238 * stabs.texinfo: Ditto.
8239
8240 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8241
8242 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8243 minimal information about libiberty.
8244
8245 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8246
8247 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8248
8249 2004-02-04 Roland McGrath <roland@redhat.com>
8250
8251 * gdb.texinfo (Auxiliary Vector): New node (section).
8252 (Data): Add it to the menu.
8253
8254 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8255
8256 * gdb.texinfo (Breakpoints): Add information about pending
8257 breakpoint support.
8258
8259 2004-01-26 Andrew Cagney <cagney@redhat.com>
8260
8261 * gdb.texinfo (Overview): Delete references to the cisco protocol
8262 including the "N" response.
8263
8264 2004-01-26 Andrew Cagney <cagney@redhat.com>
8265
8266 * gdbint.texinfo (Target Architecture Definition): Rename
8267 EXTRACT_STRUCT_VALUE_ADDRESS to
8268 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8269
8270 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8271
8272 * gdb.texinfo (KOD): Document "show os". Add index entries for
8273 "set/show os" and "info cisco" commands.
8274
8275 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8276
8277 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8278
8279 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8280
8281 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8282 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8283
8284 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8285
8286 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8287 -stack-list-locals.
8288 (GDB/MI Variable Objects): Describe extension to
8289 -var-list-children.
8290
8291 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8292
8293 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8294
8295 2004-01-17 Andrew Cagney <cagney@redhat.com>
8296
8297 * gdbint.texinfo (Target Architecture Definition): Delete
8298 documentation on DEPRECATED_NPC_REGNUM.
8299
8300 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8301
8302 * gdb.texinfo: Update copyright year. Mention that set
8303 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8304 "set follow-fork-mode ask".
8305
8306 2004-01-13 Andrew Cagney <cagney@redhat.com>
8307
8308 * gdbint.texinfo: Update copyright year.
8309 (Coding): Add -Wunused-label to list of -Werror warnings.
8310
8311 2004-01-08 Jason Molenda <jmolenda@apple.com>
8312 Eli Zaretskii <eliz@gnu.org>
8313
8314 * gdb.texinfo: Update copyright.
8315 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8316 around names, as appropriate. Minor syntax cleanup of
8317 _NSPrintForDebugger explanation. Two spaces after periods.
8318 GDBN used instead of lit. "gdb". Index entries added for
8319 print-object and _NSPrintForDebugger. @noindent added in one spot.
8320
8321 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8322
8323 * stabs.texinfo: Add dircategory and direntry commands.
8324 * annotate.texinfo: Ditto.
8325
8326 2003-11-10 Andrew Cagney <cagney@redhat.com>
8327
8328 * gdbint.texinfo (Target Architecture Definition): Replace the
8329 return_value method's "inval" and "outval" parameters with
8330 "readbuf" and "writebuf".
8331
8332 2003-10-28 Jim Blandy <jimb@redhat.com>
8333
8334 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8335 from "The `F' request packet" and "The `F' reply packet", to make
8336 texi2dvi happy.
8337 (File-I/O remote protocol extension): Update menu entries, too.
8338
8339 2003-10-26 Michael Chastain <mec@shout.net>
8340
8341 * gdb.texinfo (Thread Stops): Document the issue with
8342 premature return from system calls in multi-threaded programs.
8343
8344 2003-10-24 Andrew Cagney <cagney@redhat.com>
8345
8346 * annotate.texinfo: Fix "fortunatly"[sic].
8347
8348 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8349
8350 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8351 with "Hitachi" and "Mitsubishi".
8352
8353 2003-10-20 Andrew Cagney <cagney@redhat.com>
8354
8355 * gdbint.texinfo (Target Architecture Definition): Document
8356 gdbarch_return_value. Add cross references from
8357 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8358 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8359
8360 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8361
8362 * gdbint.texinfo (Target Architecture Definition): Document
8363 regset_from_core_section.
8364
8365 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8366
8367 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8368
8369 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8370
8371 From Anthony Green <green@redhat.com>:
8372 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8373
8374 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8375
8376 * gdb.texinfo (Breakpoint related warnings): New node.
8377 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8378
8379 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8380
8381 * gdb.texinfo (Remote Protocol): Document v and vCont.
8382
8383 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8384
8385 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8386 * gdbint.texinfo: Ditto.
8387
8388 2003-10-09 Andrew Cagney <cagney@redhat.com>
8389
8390 From 2003-09-18 David Anderson <davea@sgi.com>:
8391 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8392 "command".
8393
8394 2003-10-03 Andrew Cagney <cagney@redhat.com>
8395
8396 * gdbint.texinfo (Target Architecture Definition): Deprecate
8397 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8398 just target.
8399
8400 2003-10-02 Andrew Cagney <cagney@redhat.com>
8401
8402 * gdbint.texinfo (Target Architecture Definition): Rename
8403 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8404 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8405 * gdbint.texinfo (Target Architecture Definition): Rename
8406
8407 2003-09-30 Andrew Cagney <cagney@redhat.com>
8408
8409 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8410 (Target Architecture Definition):
8411
8412 * gdbint.texinfo (Target Architecture Definition): Rename
8413 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8414
8415 2003-09-29 Andrew Cagney <cagney@redhat.com>
8416
8417 * gdbint.texinfo (Target Architecture Definition): Delete
8418 documentation for NEED_TEXT_START_END.
8419
8420 * gdbint.texinfo (Target Architecture Definition): Rename
8421 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8422 TARGET_WRITE_PC.
8423
8424 2003-09-22 Michael Chastain <mec@shout.net>
8425
8426 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8427
8428 2003-09-21 Anthony Green <green@redhat.com>
8429
8430 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8431
8432 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8433
8434 * gdbint.texinfo (Target Architecture Definition): Document
8435 stabs_argument_has_addr.
8436
8437 2003-09-18 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbint.texinfo (Target Architecture Definition): Delete
8440 documentation on REGISTER_NAMES.
8441
8442 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8443
8444 * gdbint.texinfo (Target Architecture Definition): Replace
8445 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8446
8447 2003-09-11 Andrew Cagney <cagney@redhat.com>
8448
8449 * gdbint.texinfo (Target Architecture Definition): Replace
8450 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8451
8452 2003-08-18 Andrew Cagney <cagney@redhat.com>
8453
8454 * gdbint.texinfo (Target Architecture Definition): Document
8455 "frame_red_zone_size".
8456
8457 2003-08-09 Andrew Cagney <cagney@redhat.com>
8458
8459 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8460 with "set/show backtrace past-main" and "set/show backtrace
8461 limit".
8462
8463 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8464
8465 * Makefile.in (install-info): Support DESTDIR.
8466 (install-html): Likewise.
8467
8468 2003-08-07 Andrew Cagney <cagney@redhat.com>
8469
8470 Patch from Nick Roberts.
8471 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8472 bindings. Remove description of send-gdb-command.
8473
8474 2003-08-07 Andrew Cagney <cagney@redhat.com>
8475
8476 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8477 GDB 6.0.
8478
8479 2003-08-06 Andrew Cagney <cagney@redhat.com>
8480
8481 * gdb.texinfo (Mode Options): Mention that level three is the
8482 highest available and that level 2 is deprecated.
8483 (Annotations Overview): Mention annotation levels. Cross reference
8484 to "Limitations of the Annotation Interface" in annotate.texi.
8485 (TODO, Value Annotations, Frame Annotations): Delete section.
8486 (Displays, Breakpoint Info): Delete.
8487
8488 2003-08-04 Andrew Cagney <cagney@redhat.com>
8489
8490 * agentexpr.texi: Delete @bye.
8491 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8492 (stabs.info): Add $(srcdir) to include search path.
8493 (html): Depend on "annotate_toc.html", and not "annotate.html".
8494 * stabs.texinfo: Ditto. Include "fdl.texi".
8495 * gdbint.texinfo: Update copyright statement's list of invariant
8496 sections.
8497
8498 2003-07-28 Andrew Cagney <cagney@redhat.com>
8499
8500 * Makefile.in (INFO_DEPS): Add annotate.info.
8501 (dvi, ps, html, pdf): Add annotate.
8502 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8503 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8504 (ANNOTATE_DOC_FILES): New macro.
8505 (ANNOTATE_TEX_TMPS): New macro.
8506 (annotate.info, annotate_toc.html): Specify dependencies.
8507 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8508 * annotate.texinfo: Rename annotate.texi. Get building. Add
8509 "Migrating to GDB/MI" and "Limitations of the Annotation
8510 Interface" chapters. Mention why it is not part of the user
8511 guide. Update copyright notice. Include "fdl.texi".
8512
8513 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8514
8515 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8516
8517 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8518
8519 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8520
8521 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8522
8523 * gdb.texinfo (Server): Mention pidof.
8524
8525 2003-07-22 Andrew Cagney <cagney@redhat.com>
8526
8527 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8528 list.
8529
8530 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8531
8532 * gdb.texinfo (Logging output): New chapter.
8533
8534 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8535
8536 * gdb.texinfo (Unsupported languages): New section.
8537 (Languages): Add link to new section.
8538
8539 2003-06-22 Andrew Cagney <cagney@redhat.com>
8540
8541 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8542
8543 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8546
8547 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8548
8549 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8550 * agentexpr.texi: Retitle section, and change it to an appendix.
8551 Comment out texinfo initialization. Factor a @var{} into two
8552 pieces to prevent makeinfo warnings.
8553 * gdb.texinfo: Add Agent Expressions appendix.
8554
8555 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8556
8557 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8558
8559 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8560
8561 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8562 remote target". Document the "detach" and "disconnect" commands.
8563 (Server, Netware, Debug Session): Reference "Connecting to a
8564 remote target".
8565 (GDB/MI Target Manipulation): Document "-target-disconnect".
8566
8567 2003-06-13 Andrew Cagney <cagney@redhat.com>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Deprecate
8570 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8571 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8572
8573 2003-06-09 Jim Blandy <jimb@redhat.com>
8574
8575 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8576
8577 2003-06-08 Andrew Cagney <cagney@redhat.com>
8578
8579 * gdbint.texinfo (Target Architecture Definition): Delete
8580 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8581
8582 2003-06-08 Andrew Cagney <cagney@redhat.com>
8583
8584 * gdbint.texinfo (Target Architecture Definition): Document
8585 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8586
8587 2003-06-07 Adam Fedor <fedor@gnu.org>
8588
8589 * gdb.texinfo: Add Objective-C documentation.
8590
8591 2003-06-01 Andrew Cagney <cagney@redhat.com>
8592
8593 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8594 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8595
8596 2003-05-21 Andrew Cagney <cagney@redhat.com>
8597
8598 * gdbint.texinfo (Target Architecture Definition): Delete
8599 references to "extract_address" and "store_address".
8600
8601 2003-05-16 Andrew Cagney <cagney@redhat.com>
8602
8603 * gdbint.texinfo (Target Architecture Definition): Replace
8604 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8605 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8606
8607 2003-05-14 Theodore A. Roth <troth@openavr.org>
8608
8609 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8610
8611 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8612
8613 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8614 (gdb.dvi): Likewise.
8615 (gdb.pdf): Likewise.
8616 (links2roff): Likewise.
8617
8618 2003-05-08 Jim Blandy <jimb@redhat.com>
8619
8620 * gdb.texinfo (Dump/Restore Files): Update documentation for
8621 'dump', 'append', and 'restore': note that format argument is
8622 optional; simplify presentation of the command variants; and be
8623 more precise about the formats.
8624
8625 2003-05-07 Jim Blandy <jimb@redhat.com>
8626
8627 * gdb.texinfo (Symbols): Update documentation: 'maint list
8628 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8629 symtabs' and 'maint info psymtabs'.
8630
8631 2003-05-05 Andrew Cagney <cagney@redhat.com>
8632
8633 * gdbint.texinfo (Target Architecture Definition): Make
8634 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8635 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8636 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8637
8638 2003-05-04 Andrew Cagney <cagney@redhat.com>
8639
8640 * gdb.texinfo (Maintenance Commands): Document "maint print
8641 dummy-frames".
8642
8643 2003-05-04 Andrew Cagney <cagney@redhat.com>
8644
8645 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8646
8647 2003-05-03 J. Brobecker <brobecker@gnat.com>
8648
8649 Thierry Schneider <tpschneider1@yahoo.com>
8650 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8651 for new MI command.
8652
8653 2003-05-03 Andrew Cagney <cagney@redhat.com>
8654
8655 * gdbint.texinfo (Target Architecture Definition): Document
8656 push_dummy_code. Add cross references.
8657
8658 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8659
8660 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8661 set/show charsets commands.
8662
8663 2003-04-28 Andrew Cagney <cagney@redhat.com>
8664
8665 * gdbint.texinfo (Target Architecture Definition): Replace
8666 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8667 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8668
8669 2003-04-28 Andrew Cagney <cagney@redhat.com>
8670
8671 * gdbint.texinfo (Target Architecture Definition): Rename
8672 "tm_print_insn" to "deprecated_tm_print_insn".
8673
8674 2003-04-09 Jim Blandy <jimb@redhat.com>
8675
8676 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8677 list psymtabs'.
8678
8679 2003-04-08 Andrew Cagney <cagney@redhat.com>
8680
8681 * gdbint.texinfo (Target Architecture Definition): Delete
8682 references to EXTRA_FRAME_INFO.
8683
8684 2003-04-08 Andrew Cagney <cagney@redhat.com>
8685
8686 * gdbint.texinfo (Target Architecture Definition): Delete
8687 PRINT_TYPELESS_INTEGER.
8688
8689 2003-04-02 J. Brobecker <brobecker@gnat.com>
8690
8691 * observer.texi (GDB Observers): Adjust the documentation for the
8692 normal_stop notification to better describe reality. Fix a couple
8693 of minor typos.
8694
8695 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8696
8697 * gdb.texinfo (GDB/MI Program Control): Add
8698 '-file-list-exec-source-file'
8699
8700 2003-03-31 Andrew Cagney <cagney@redhat.com>
8701
8702 * gdbint.texinfo (Target Architecture Definition): Delete
8703 references to CALL_DUMMY_P.
8704
8705 2003-03-30 Andrew Cagney <cagney@redhat.com>
8706
8707 * gdbint.texinfo (Target Architecture Definition): Remove
8708 reference to TARGET_WRITE_SP.
8709
8710 2003-03-27 Andrew Cagney <cagney@redhat.com>
8711
8712 * gdbint.texinfo (Target Architecture Definition): Remove
8713 references to write_sp.
8714
8715 2003-03-27 Andrew Cagney <cagney@redhat.com>
8716
8717 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8718 chapter body. Use @smallexample instead of @example.
8719 (Annotations): Ditto.
8720 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8721 annotate.texi.
8722
8723 2003-03-26 Andrew Cagney <cagney@redhat.com>
8724
8725 * gdbint.texinfo (Target Architecture Definition): Replace
8726 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8727 dummy_addr parameters.
8728
8729 2003-03-25 Andrew Cagney <cagney@redhat.com>
8730
8731 * gdbint.texinfo (Target Architecture Definition): Delete
8732 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8733 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8734 Add reference to PUSH_ARGUMENTS.
8735
8736 2003-03-23 Andrew Cagney <cagney@redhat.com>
8737
8738 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8739 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8740
8741 2003-03-18 J. Brobecker <brobecker@gnat.com>
8742
8743 * gdbint.texinfo (Algorithms): Add new section describing the
8744 Observer paradigm.
8745 (Top): Add menu entry to new observer appendix.
8746 * observer.texi: New file.
8747 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8748 new observer.texi file.
8749
8750 2003-03-17 Andrew Cagney <cagney@redhat.com>
8751
8752 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8753 that GNU Press update the manual version number.
8754
8755 2003-03-12 Andrew Cagney <cagney@redhat.com>
8756
8757 * gdbint.texinfo (Target Architecture Definition): Delete
8758 references to get_saved_register. Rename GET_SAVED_REGISTER to
8759 DEPRECATED_GET_SAVED_REGISTER.
8760
8761 2003-03-13 Andrew Cagney <cagney@redhat.com>
8762
8763 * gdbint.texinfo (Target Architecture Definition): Replace
8764 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8765
8766 2003-03-12 Andrew Cagney <cagney@redhat.com>
8767
8768 * gdbint.texinfo (Target Architecture Definition): Rename
8769 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8770
8771 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8772
8773 * gdb.texinfo: Add File-I/O documentation.
8774
8775 2003-03-10 Andrew Cagney <cagney@redhat.com>
8776
8777 * gdbint.texinfo (Target Architecture Definition): Cross reference
8778 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8779
8780 2003-03-07 Andrew Cagney <cagney@redhat.com>
8781
8782 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8783 frame" command.
8784
8785 2003-03-05 Andrew Cagney <cagney@redhat.com>
8786
8787 * gdbint.texinfo (Target Architecture Definition): Document
8788 unwind_dummy_id. Cross reference unwind_dummy_id and
8789 SAVE_DUMMY_FRAME_TOS.
8790
8791 2003-03-05 James Ingham <jingham@apple.com>
8792 Daniel Jacobowitz <drow@mvista.com>
8793
8794 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8795 and "show cp-abi".
8796
8797 2003-03-03 Andrew Cagney <cagney@redhat.com>
8798
8799 * gdbint.texinfo (Target Architecture Definition): Document
8800 register_type.
8801
8802 2003-03-03 Andrew Cagney <cagney@redhat.com>
8803
8804 * stabs.texinfo (Structures): Use @samp and separate @var's
8805 instead of a single @var containing a comma separated list.
8806 (Unions): Ditto.
8807
8808 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8809
8810 * Makefile.in (distclean): Remove config.log.
8811
8812 2003-03-01 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdbint.texinfo (Target Architecture Definition): Rename
8815 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8816
8817 2003-03-01 Andrew Cagney <cagney@redhat.com>
8818
8819 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8820 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8821
8822 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8823
8824 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8825 (Non-debug DLL symbols): New node, describing the minimal symbols
8826 loaded from DLLs without real debugging symbols.
8827
8828 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8829
8830 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8831 hardware-breakpoint-limit".
8832 (Set Watchpoints): Add cross reference to "set remote
8833 hardware-watchpoint-limit".
8834 (Remote configuration options): New section.
8835
8836 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8837
8838 * gdbint.texinfo (Target Architecture Definition): Delete
8839 descrption of IS_TRAPPED_INTERNALVAR.
8840
8841 From Keith Seitz <keiths@redhat.com>:
8842 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8843 option "-i"/"--interpreter" to this chapter. Include index
8844 entries.
8845
8846 2003-02-04 David Carlton <carlton@math.stanford.edu>
8847
8848 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8849 (Variables): Recommend stabs+ and DWARF 2.
8850 (C plus plus expressions): Correct info about
8851 compiler versions, debug formats.
8852 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8853 PR symtab/874.
8854
8855 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Delete
8858 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8859 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8860 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8861 references to nindy and i960.
8862 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8863
8864 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8865
8866 * gdbint.texinfo (Target Architecture Definition): Delete
8867 FLOAT_INFO.
8868
8869 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8870
8871 * stabs.texinfo (Member Type Descriptor): Clarify description of
8872 `@'. Suggested by Ben Hutchings.
8873
8874 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8875
8876 * gdb.texinfo (M68K): Delete reference to es1800.
8877
8878 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8879
8880 * gdb.texinfo (Maintenance Commands): Document `maint print
8881 reggroups' and `maint print register-groups'.
8882 * gdbint.texinfo (Target Architecture Definition): Document
8883 register_reggroup_p.
8884
8885 2003-01-23 Jim Blandy <jimb@redhat.com>
8886
8887 * gdb.texinfo (Separate Debug Files): New section.
8888
8889 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8890
8891 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8892 and "maint show profile".
8893
8894 2003-01-16 Michael Chastain <mec@shout.net>
8895
8896 * gdb.texinfo (Installing GDB): Warn against
8897 ".../gdb-VERSION/gdb/configure".
8898 (Separate Objdir): Likewise.
8899
8900 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8901
8902 * gdbint.texinfo (Target Architecture Definition): Delete
8903 definition of PRINT_REGISTER_HOOK.
8904
8905 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8906
8907 (OpenRISC 1000): Fix formatting of command names.
8908
8909 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8910
8911 * gdb.texinfo (Continuing and Stepping): Add new command
8912 'advance'. Clarify behavior of 'until'.
8913
8914 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8915
8916 * gdb.texinfo (Files): Document solib-absolute-prefix and
8917 solib-search-path.
8918
8919 2003-01-09 Michael Chastain <mec@shout.net>
8920
8921 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8922 (Create a Release): Add new instructions for new @file{src-release}.
8923 Document existing instructions for @file{Makefile.in} as
8924 being for @value{GDBN} 5.3.1 or earlier.
8925
8926 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8927
8928 * gdbint.texinfo (Target Architecture Definition): Mention
8929 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8930 allocate memory.
8931
8932 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * gdb.texinfo (Controlling GDB): Add @kindex for
8935 "show osabi".
8936 (Backtraces): Add @kindex's for backtrace-below-main.
8937
8938 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8939
8940 * gdb.texinfo (Controlling GDB): Document "set osabi".
8941
8942 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8943
8944 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8945 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8946
8947 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8948
8949 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8950 "set coerce-float-to-double".
8951 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8952
8953 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8954
8955 * stabs.texinfo: Remove obsolete text.
8956 * gdbint.texinfo: Ditto.
8957 * gdb.texinfo: Ditto.
8958
8959 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8960
8961 * gdbint.texinfo (Target Architecture Definition): Update
8962 description of gdbarch_register_osabi.
8963
8964 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8965
8966 * agentexpr.texi: Fix typos.
8967 * annotate.texi: Likewise.
8968 * fdl.texi: Likewise.
8969
8970 2002-12-10 Andrew Cagney <cagney@redhat.com>
8971
8972 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8973 DEPRECATED_INIT_FRAME_PC.
8974
8975 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8976
8977 * gdbint.texinfo (Target Architecture Definition): Delete
8978 PC_IN_CALL_DUMMY.
8979
8980 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8981
8982 * gdbint.texinfo (Host Definition): Delete documentation on
8983 USE_GENERIC_DUMMY_FRAMES.
8984
8985 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8986
8987 Fix PR gdb/723 and PR gdb/245.
8988 * Makefile.in (install-info): Run the install-info command as part
8989 of the post install steps only.
8990 (uninstall-info): New target.
8991 (uninstall): New target.
8992
8993 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8994
8995 * Makefile.in (install): Make install do some real work.
8996
8997 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8998
8999 Fix POSIX problem reported by Paul Eggert.
9000 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9001 Fix PR gdb/527.
9002
9003 2002-10-26 Andrew Cagney <cagney@redhat.com>
9004
9005 * gdbint.texinfo (Target Architecture Definition): Delete
9006 definition of DO_REGISTERS_INFO.
9007
9008 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9009
9010 * gdbint.texinfo (Address Classes): Fix problems with insertion
9011 of ``{'' and ``}'' in example.
9012
9013 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9014
9015 * gdbint.texinfo (Address Classes): New section.
9016 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9017 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9018 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9019 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9020
9021 2002-10-11 Klee Dienes <kdienes@apple.com>
9022
9023 * gdb.texinfo (Registers): Mention vector registers as well as
9024 floating registers in the documentation for 'info registers' and
9025 'info all-registers'.
9026
9027 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9030
9031 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9032
9033 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9034 interface definition.
9035
9036 2002-10-03 Marko Mlinar <markom@opencores.org>
9037
9038 * gdb.texinfo (Target Commands): Add or1k target specific
9039 commands.
9040 * gdb.texinfo (Contributors): Add myself to the contributors list.
9041
9042 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9043
9044 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9045 and "mi1" instead of "mi1" and "mi0".
9046
9047 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9048
9049 * gdb.texinfo (Packets): Fix typos "alligned".
9050 Correct z3/Z3 description. Correct z4/Z4 title.
9051
9052 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9053
9054 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9055
9056 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9057
9058 * gdb.texinfo: Use GNU/Linux instead of Linux.
9059
9060 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9061
9062 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9063
9064 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9065
9066 * gdb.texinfo: Replace @example with @smallexample.
9067
9068 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9069
9070 From Eli Zaretskii <eliz@gnu.org>:
9071 * gdb.texinfo (Character Sets): Use @smallexample instead of
9072 @example. Use GNU/Linux instead of Linux.
9073
9074 2002-09-20 Jim Blandy <jimb@redhat.com>
9075
9076 * gdb.texinfo: Add character set documentation.
9077
9078 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9079
9080 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9081 (Packets): Add cross reference from `b' packet to `z' packets.
9082
9083 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9084
9085 * gdb.texinfo (Maintenance Commands): Document ``maint
9086 internal-error'' and ``maint internal-warning''.
9087
9088 * gdbint.texinfo (Target Architecture Definition): Revise
9089 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9090
9091 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9092
9093 * gdbint.texinfo (Target Conditionals): Document the new
9094 NAME_OF_MALLOC macro.
9095
9096 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9097
9098 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9099 engineer.
9100
9101 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9102
9103 * gdb.texinfo (TUI Overview): Document status line fields.
9104
9105 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9106
9107 * gdb.texinfo (TUI Commands): Document info win command.
9108
9109 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9110
9111 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9112
9113 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9114
9115 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9116 (TUI Keys): Likewise.
9117
9118 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9119
9120 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9121 for a packet receive.
9122
9123 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9124
9125 * Makefile.in (clean): Move to end of file.
9126 (distclean, maintainer-clean, realclean): Ditto.
9127 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9128 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9129 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9130 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9131
9132 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9133
9134 * Makefile.in (GDBINT_TEX_TMPS): Define.
9135 (gdbint.dvi, gdbint.pdf): Use
9136 (GDB_TEX_TMPS): Define.
9137 (gdb.dvi, gdb.pdf): Use.
9138 (STABS_TEX_TMPS): Define.
9139 (stabs.dvi, stabs.pdf): Use.
9140 (GDB_DOC_SOURCE_INCLUDES): New macros.
9141 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9142 (GDBINT_DOC_FILES_INCLUDES): New macros.
9143 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9144 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9145 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9146 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9147 (links2roff): Replace SFILES_INCLUDED with
9148 GDB_DOC_SOURCE_INCLUDES.
9149 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9150 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9151 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9152 dependencies.
9153 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9154 dependencies.
9155 (gdbmi.texinfo): Delete rule.
9156 (inc-hist.texinfo): Delete rule.
9157 (rluser.texinfo): Delete rule.
9158
9159 2002-08-23 Andrew Cagney <cagney@redhat.com>
9160
9161 * gdbint.texinfo (Target Architecture Definition): Update
9162 STORE_RETURN_VALUE, mention regcache.
9163
9164 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9165
9166 * gdbint.texinfo (Target Architecture Definition): Document
9167 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9168
9169 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9170
9171 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9172 Fix minor typos. Add index entries.
9173
9174 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9175
9176 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9177
9178 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9179
9180 * gdbint.texinfo (Target Architecture Definition): Document
9181 PRINT_VECTOR_INFO.
9182 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9183
9184 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9185
9186 * gdb.texinfo (Maintenance Commands): Document "maint print
9187 registers", "maint print raw-registers" and "maint print
9188 cooked-registers".
9189
9190 2002-08-08 Grace Sainsbury <graces@redhat.com>
9191
9192 From Mark Salter:
9193 * gdb.texinfo (Protocol): Document T packet extension to
9194 allow watchpoint address reporting.
9195
9196 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9197
9198 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9199
9200 2002-08-01 Andrew Cagney <cagney@redhat.com>
9201
9202 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9203 to CHILL.
9204
9205 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9206
9207 * gdbint.texinfo (Coding): Revise section "Include Files".
9208
9209 2002-07-24 Andrew Cagney <cagney@redhat.com>
9210
9211 * gdbint.texinfo: Obsolete references to m88k.
9212 * gdb.texinfo: Ditto.
9213
9214 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9215
9216 * gdbint.texinfo (Create a release candiate): Add the location
9217 where the proper version of autoconf can be retrieved.
9218
9219 2002-07-09 Don Howard <dhoward@redhat.com>
9220
9221 * gdb.texinfo (Command Files): Further describe the behavior of
9222 sourced command files.
9223
9224 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9225
9226 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9227 (Coding): Clarify ISO C version that GDB assumes.
9228
9229 2002-06-26 Tom Tromey <tromey@redhat.com>
9230
9231 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9232 add_setshow_cmd_full.
9233
9234 2002-06-25 Don Howard <dhoward@redhat.com>
9235
9236 * gdb.texinfo (Memory Region Attributes): Document new behavior
9237 for 'mem' command.
9238
9239 2002-06-11 Jim Blandy <jimb@redhat.com>
9240
9241 * gdb.texinfo (Symbols): Update documentation for `info source'
9242 command.
9243
9244 * gdb.texinfo (Macros): Call the command `info macro', not
9245 `show macro'.
9246
9247 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9248
9249 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9250 data''.
9251
9252 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9253
9254 * gdbint.texinfo (Target Architecture Definition): Document
9255 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9256
9257 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9258
9259 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9260 lists.
9261
9262 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9263
9264 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9265 Branch''.
9266
9267 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9268
9269 * gdbint.texinfo (Target Architecture Definition): Add section
9270 ``Converting an existing Target Architecture to Multi-arch''.
9271
9272 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9273
9274 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9275 to ``Obsoleting code''. Revise.
9276
9277 2002-05-17 Jim Blandy <jimb@redhat.com>
9278
9279 * gdb.texinfo (C Preprocessor Macros): New chapter.
9280 Include it in the main menu.
9281 (Contributors): Credit Jim Blandy with macro support.
9282 (Compilation): Explain how to get macro information into the
9283 executable.
9284 (Expressions): Note that preprocessor macros are expanded.
9285
9286 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9287
9288 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9289 options for `target remote'.
9290
9291 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9292
9293 * gdbint.texinfo (Target Architecture Definition): Delete
9294 documentation on NNPC_REGNUM.
9295
9296 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9297
9298 * gdbint.texinfo (Target Architecture Definition): Document
9299 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9300 (Target Architecture Definition): Revise section `Using Different
9301 Register and Memory Data Representations'. Add section `Raw and
9302 Virtual Register Representations'.
9303
9304 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9305
9306 * gdbint.texinfo (Target Architecture Definition): Mention
9307 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9308 (Target Architecture Definition): Mention same. Add references to
9309 web pages.
9310
9311 2002-05-08 Michael Snyder <msnyder@redhat.com>
9312
9313 * stabs.texinfo (Attributes): Document new "vector" attribute.
9314
9315 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9316
9317 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9318
9319 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9320
9321 * gdb.texinfo: Delete obsolete references to a29k.
9322
9323 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9324
9325 * gdbint.texinfo (Target Architecture Definition): Replace
9326 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9327
9328 2002-04-24 David S. Miller <davem@redhat.com>
9329
9330 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9331
9332 2002-04-21 David S. Miller <davem@redhat.com>
9333
9334 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9335
9336 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9337
9338 * gdbint.texinfo (Target Architecture Definition): Delete
9339 definition of HAVE_REGISTER_WINDOWS.
9340
9341 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9342
9343 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9344 "Theodore A. Roth" <troth@verinet.com>.
9345
9346 2002-04-15 Don Howard <dhoward@redhat.com>
9347
9348 From Eli Zaretskii <eliz@gnu.org>
9349 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9350 Provide a better explaination of this feature.
9351
9352 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9353
9354 * gdbint.texinfo (Target Architecture Definition): Remove
9355 FRAME_CHAIN_COMBINE.
9356
9357 2002-04-12 Michael Chastain <mec@shout.net>
9358
9359 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9360 REG_STACK_SEGMENT.
9361
9362 2002-04-09 Michael Chastain <mec@shout.net>
9363
9364 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9365 PYRAMID_* macros.
9366
9367 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9368
9369 * gdb.texinfo (Bug Reporting): Document that the web is the
9370 prefered way of submitting bug reports.
9371 (Bug Reporting): Delete the s-mail address as the last resort.
9372
9373 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9374
9375 * gdbint.texinfo (Target Architecture Definition): Delete
9376 references to TARGET_WRITE_FP and write_fp.
9377
9378 2002-03-27 Michael Snyder <msnyder@redhat.com>
9379
9380 * gdb.texinfo: Document new commands dump, append, and restore.
9381
9382 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9383
9384 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9385 Branch'.
9386
9387 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9388
9389 * gdb.texinfo: Change all examples to @smallexample.
9390 * gdbint.texinfo: Ditto.
9391
9392 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9393
9394 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9395 Branches''.
9396
9397 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9398
9399 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9400 Policy''.
9401
9402 2002-03-04 Fred Fish <fnf@redhat.com>
9403
9404 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9405 expresson, suports, dependant, trhe, perhaphs, situtations,
9406 explictily, taged, oportunity, unfortunatly).
9407
9408 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9409
9410 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9411 Remove reference to 3.12.
9412
9413 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9414
9415 * gdbint.texinfo: Include fdl.texi.
9416 (Top): Add GNU Free Documentation License.
9417 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9418 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9419 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9420 (gdbint.info): Add srcdir to include path.
9421 * gdb.texinfo: Include gpl.texi.
9422 (Top): Add Copying.
9423 * gpl.texi: New file.
9424
9425 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9426
9427 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9428
9429 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9430
9431 * gdb.texinfo: Document Cygwin native specific commands.
9432
9433 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9434
9435 * gdb.texinfo: Document gdbserver ``--attach'' command.
9436
9437 2002-02-07 Michael Snyder <msnyder@redhat.com>
9438
9439 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9440 to @code(_ovly_debug_event).
9441
9442 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9443
9444 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9445
9446 2002-02-06 Michael Snyder <msnyder@redhat.com>
9447
9448 * gdb.texinfo (overlays): Mention new magic symbol
9449 '_ovly_debug_event', which allows GDB to keep better track
9450 of overlays.
9451
9452 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9453
9454 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9455 Suggested by Dmitry Sivachenko.
9456
9457 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9458
9459 2002-02-01 Michael Snyder <msnyder@redhat.com>
9460
9461 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9462
9463 2002-01-30 Michael Snyder <msnyder@redhat.com>
9464
9465 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9466 (set trust-readonly-sections): Document.
9467
9468 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9469
9470 * gdbint.texinfo (Releasing GDB): Revise and update.
9471
9472 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9473
9474 * gdbint.texinfo (Target Architecture Definition): Delete
9475 description of TARGET_BYTE_ORDER_DEFAULT.
9476
9477 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9478
9479 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9480 <mitya@cavia.pp.ru>.
9481
9482 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9483
9484 * libgdb.texinfo: Delete file.
9485
9486 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9487
9488 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9489 * gdbint.texinfo: Ditto.
9490
9491 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9492
9493 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9494
9495 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9496
9497 * Makefile.in: Update copyright.
9498 (TEXI2DVI): Define.
9499 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9500 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9501 gdb-cfg.texi.
9502 (TEXINDEX, PDFTEX): Delete makefile variables.
9503
9504 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9505
9506 * gdb.texinfo (Protocol): Move section to appendix.
9507
9508 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9509
9510 * gdb.texinfo (Remote Debugging): Create a menu.
9511 (Top): Add ``Remote Debugging'' to menu.
9512
9513 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9514
9515 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9516 serial protocol'' from here.
9517 (Remote Debugging): To here. New chapter.
9518
9519 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9520
9521 * gdbint.texinfo (Target Architecture Definition): Delete
9522 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9523
9524 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9525
9526 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9527 are no longer needed.
9528 (Porting GDB): Add maintainer note about configure.host.
9529
9530 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9531
9532 * gdbint.texinfo (Target Architecture Definition): Remove
9533 definition of IEEE_FLOAT.
9534
9535 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9536
9537 * gdb.texinfo: Beautify copyright years; fix a typo.
9538 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9539 <3diff@gnu.org>
9540
9541 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9542
9543 * gdbint.texinfo (Host Definition): Remove references to
9544 MALLOC_INCOMPATIBLE.
9545
9546 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9547
9548 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9549 and xyz-xdep.o.
9550
9551 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9552
9553 * gdb.texinfo (Maintenance Commands): Add appendix.
9554 (Set Breaks): Copy ``maint info breakpoint'' doco to
9555 ``Maintenance Commands'' appendix. Add reference.
9556
9557 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9558
9559 * fdl.texi: Remove next/prev from @node.
9560
9561 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9562
9563 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9564 for monstrous @multitable (from Brian Youmans).
9565
9566 * fdl.texi: New file.
9567
9568 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9569
9570 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9571
9572 * gdbint.texinfo (Releasing GDB): New chapter.
9573
9574 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9575
9576 * gdb.texinfo (Embedded Processors, Calling program functions):
9577 Obsolete references to a29k.
9578
9579 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9580
9581 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9582 examples. Document that a code-block should do or discard its
9583 cleanups before exit.
9584
9585 2002-01-11 Michael Snyder <msnyder@redhat.com>
9586
9587 * gdb.texinfo (Choosing files): Change @samp to @file.
9588
9589 2002-01-05 Michael Snyder <msnyder@redhat.com>
9590
9591 * gdb.texinfo (--pid): Document new command line option (attach).
9592
9593 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9594
9595 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9596 in the stub.
9597
9598 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9599
9600 * gdbint.texinfo (Target Architecture Definition): Replace
9601 BIG_ENDIAN with BFD_ENDIAN_BIG.
9602
9603 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9604
9605 * gdbint.texinfo (Target Architecture Definition): Replace
9606 value_ptr with struct value pointer.
9607
9608 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9609
9610 * gdb.texinfo (Free Software): Fix wording.
9611
9612 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9613
9614 * gdb.texinfo (Free Software): New section ``Free Software Needs
9615 Free Documentation''.
9616
9617 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9618
9619 * stabs.texinfo:
9620 * gdb.texinfo:
9621 * gdbint.texinfo:
9622 * libgdb.texinfo:
9623 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9624
9625 2001-12-29 Michael Snyder <msnyder@redhat.com>
9626
9627 * gdb.texinfo (maint info sections): Fix typo.
9628
9629 2001-12-26 Michael Snyder <msnyder@redhat.com>
9630
9631 * gdb.texinfo (maint info sections): Document.
9632
9633 * gdb.texinfo (info proc): Comment out documentation for
9634 'info proc' sub-options that are currently not implemented.
9635
9636 2001-12-20 Jim Blandy <jimb@redhat.com>
9637
9638 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9639
9640 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9641
9642 * gdbint.texinfo (Target Architecture Definition): Replace
9643 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9644
9645 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9646
9647 * gdbint.texinfo (Host Definition): Delete documentation on
9648 HOST_BYTE_ORDER.
9649
9650 2001-11-30 Jim Blandy <jimb@redhat.com>
9651
9652 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9653 overlay support. Add to top-level menu.
9654
9655 2001-11-26 Tom Tromey <tromey@redhat.com>
9656
9657 * gdb.texinfo (Command Syntax): Document C-o binding.
9658
9659 2001-07-26 Christopher Faylor <cgf@redhat.com>
9660
9661 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9662 use since it is described in the referenced section.
9663
9664 From Eli Zaretskii <eliz@gnu.org>
9665 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9666 clearer when using DJGPP.
9667
9668 2001-11-24 Christopher Faylor <cgf@redhat.com>
9669
9670 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9671 specifically refer to MS-DOS.
9672 (command files): Mention gdb.ini is only used on MS-DOS.
9673
9674 2001-11-21 Tom Tromey <tromey@redhat.com>
9675
9676 * gdb.texinfo (Invoking GDB): Document --args.
9677 (Mode Options): Likewise.
9678
9679 2001-11-21 Jim Blandy <jimb@redhat.com>
9680
9681 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9682 Delete documentation; this macro has been removed from the
9683 sources.
9684
9685 2001-11-13 Jim Blandy <jimb@redhat.com>
9686
9687 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9688
9689 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9690
9691 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9692
9693 2001-11-05 Michael Snyder <msnyder@redhat.com>
9694
9695 * gdb.texinfo (info functions): Document use of backslash to
9696 quote regexp chars in function names such as "operator*()".
9697
9698 2001-11-01 Fred Fish <fnf@redhat.com>
9699
9700 * gdbint.texinfo (SOLIB_ADD): Document additional new
9701 "readsyms" arg.
9702
9703 2001-10-30 Don Howard <dhoward@redhat.com>
9704
9705 * gdb.texinfo: (Command Files) Added documentation for the
9706 behavior of gdb with input redirected from a file.
9707
9708 2001-10-28 Fred Fish <fnf@redhat.com>
9709
9710 * gdb.texinfo (auto-solib-add): Change docs to match
9711 implementation change.
9712 (auto-solib-limit): Add docs for new variable.
9713
9714 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9715
9716 * gdbint.texinfo (Target Architecture Definition): Function
9717 value_as_pointer renamed to value_as_address.
9718
9719 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9720
9721 * gdbint.texinfo (Target Architecture Definition): Default
9722 POINTER_TO_ADDRESS functions assume unsigned addresses.
9723 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9724 posting by Jim Blandy.
9725
9726 2001-10-12 Jim Blandy <jimb@redhat.com>
9727
9728 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9729 version of texi2html (1.64) doesn't support this flag any more.
9730
9731 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9732
9733 * gdbint.texinfo (Host Definition): Remove description of
9734 MEM_FNS_DECLARED.
9735
9736 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9737
9738 * gdbint.texinfo (Host Definition): Remove description of
9739 HAVE_SIGSETMASK.
9740
9741 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9742
9743 * gdbint.texinfo (Target Architecture Definition): Add
9744 explanation of TARGET_PRINT_INSN macro.
9745
9746 2001-08-30 Jim Blandy <jimb@redhat.com>
9747
9748 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9749 Explain what it means to load relocatable files.
9750
9751 2001-08-28 Jim Blandy <jimb@redhat.com>
9752
9753 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9754 info `top' menu.
9755
9756 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9757
9758 * gdbint.texinfo: Add a cautionary note about macro use.
9759
9760 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9761
9762 * gdb.texinfo: Explain omitting the hostname in the
9763 `target remote' command.
9764
9765 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9766
9767 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9768 and END-INFO-DIR-ENTRY.
9769
9770 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9771
9772 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9773
9774 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9775
9776 * gdbint.texinfo (libgdb): Rewrite.
9777
9778 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9779
9780 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9781
9782 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9783
9784 * gdb.texinfo (TUI): New chapter, document the TUI.
9785 (Mode Options): Document the -tui option.
9786
9787 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9788
9789 * gdbint.texinfo (Host Definition): Remove description of
9790 NEED_POSIX_SETPGID.
9791
9792 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9793
9794 * gdb.tex (DJGPP Native): New node, with descriptions of
9795 DJGPP-specific commands.
9796
9797 2001-07-19 John R. Moore <jmoore@redhat.com>
9798
9799 * gdbint.texinfo: Three misspellings.
9800
9801 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9802
9803 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9804 `test` expressions on bash. Problem reported by Colin Walters.
9805
9806 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9807
9808 * gdbint.texinfo (User Interface): Update ui-out documentation to
9809 refelect recent UI/MI updates.
9810
9811 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9812
9813 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9814 interpreters.
9815
9816 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9817
9818 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9819 structure and not macros.
9820 (Host Definition): Document that much of this chapter is obsolete.
9821 (Target Architecture Definition): Update list of files that make
9822 up a target architecture.
9823 (Coding): Update.
9824
9825 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9826
9827 * gdbint.texinfo (Target Architecture Definition): Update
9828 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9829 The latter has been changed to a true predicate.
9830
9831 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9832
9833 * annotate.texi: Add @noindent where needed. From Dmitry
9834 Sivachenko <dima@Chg.RU>.
9835 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9836
9837 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9838
9839 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9840
9841 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9842
9843 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9844 returns ``OK''. Document that the ``R'' packet does not reply.
9845
9846 2001-06-13 Michael Snyder <msnyder@redhat.com>
9847
9848 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9849
9850 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9851
9852 * gdb.texinfo (Signals): Clarify the default setting of signal
9853 handling.
9854
9855 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9856
9857 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9858 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9859
9860 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9861
9862 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9863
9864 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9865
9866 * gdbint.texinfo (Clean Design and Portable Implementation):
9867 Renamed from "Clean Design".
9868 (Clean Design and Portable Implementation): Document portable
9869 methods of handling file names, and the associated macros.
9870
9871 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9872
9873 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9874 command and provide a cross-reference to its description.
9875 (Symbols): Note that "info scope" is useful for trace experiments.
9876
9877 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9878
9879 * gdb.texinfo (Symbols): Document "info scope".
9880 (Tracepoints): New chapter.
9881 (Contributors): Update for v5.1.
9882 <All nodes>: Change "C++" to "C@t{++}".
9883
9884 * gdbint.texinfo (User Interface): A new section about ui_out
9885 functions, based on text written by Fernando Nasser.
9886
9887 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9888
9889 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9890
9891 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9892
9893 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9894
9895 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9896 Replace "GDB" with "@value{GDBN}". Fix markup.
9897
9898 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9899
9900 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9901 a cross-reference to its description.
9902 (Symbols): Document "info symbol".
9903
9904 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9905
9906 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9907 subsection "x86 Watchpoints".
9908 (Target Architecture Definition): Document the macros
9909 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9910 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9911
9912 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9913
9914 * gdbint.texinfo (Target Architecture Definition): Update
9915 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9916 list.
9917
9918 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9919
9920 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9921 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9922
9923 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9924
9925 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9926
9927 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9928
9929 * gdb.texinfo (Environment): Document that `path' does not change
9930 the value of PATH in GDB's own environment (it did in the past,
9931 but that was changed on March 15, 1994). Reported by Doug Evans
9932 <dje@transmeta.com>.
9933
9934 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9935 its line. Fix markup of commands and macros. Add an Index node
9936 and index entries.
9937
9938 2001-01-23 J.T. Conklin <jtc@redback.com>
9939
9940 * gdb.texinfo (Memory region attributes): New manual section.
9941
9942 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9943
9944 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9945
9946 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9947
9948 * refcard.tex: Version and copyright fixed. From Phil Edwards
9949 <pedwards@disaster.jaj.com>.
9950
9951 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9952
9953 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9954 DWARF2_REG_TO_REGNUM): Document.
9955
9956 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9957
9958 * gdbint.texinfo (Coding): Update current value of
9959 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9960
9961 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9962
9963 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9964 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9965
9966 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9967
9968 * gdb.texinfo: Document new 'set step-mode' command.
9969
9970 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9971
9972 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9973 changes from Dmitry Sivachenko <dima@Chg.RU>.
9974
9975 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9976
9977 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9978 From Steven Johnson <sbjohnson@ozemail.com.au>.
9979
9980 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9981
9982 * gdbint.texinfo (Overall Structure): Spelling fix.
9983
9984 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9985
9986 * gdbint.texinfo (Target Architecture Definition): Document that
9987 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9988 for which REGISTER_CONVERTIBLE returns a zero value.
9989
9990 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9991
9992 * Makefile.in (install-info): Find files to install in either the
9993 build or source directories (adapted from Makefile.am).
9994
9995 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9996
9997 * stabs.texinfo: Fix spelling errors.
9998 (String Field): FILE-NUMBER starts from 0, not 1.
9999
10000 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10001
10002 * refcard.tex: Remove \centerline from the blurb. Patch from
10003 Brian Youmans.
10004
10005 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10006
10007 * Makefile.in (install-info): Support installation from outside of
10008 the source directory. Reported by Mark Harig
10009 <markh@frazier.landmark.com>.
10010
10011 2000-06-20 J.T. Conklin <jtc@redback.com>
10012
10013 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10014
10015 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10016
10017 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10018 Generate using pdftex.
10019 (PDFTEX): Define.
10020 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10021 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10022 @contents at the start.
10023
10024 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10025
10026 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10027 Youmans.
10028
10029 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10030
10031 From Brian Youmans:
10032 * gdb.texinfo: Fix ``et al.''.
10033
10034 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10035
10036 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10037 loop.
10038
10039 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10040
10041 * configure: Regenerate.
10042
10043 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10044
10045 * Makefile.in (install-info): Run install-info on installed Info
10046 files.
10047
10048 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10049
10050 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10051 Andrew Cagney.
10052
10053 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10054
10055 * gdb.texinfo: Proofreading changes from Brian Youmans.
10056
10057 2000-05-01 Nick Duffek <nsd@cygnus.com>
10058
10059 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10060 startup sequence, minor edits.
10061
10062 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10063
10064 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10065 TeX.
10066
10067 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10068 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10069 like `n' and `s' which look weird. Convert some of the @kindex to
10070 @vindex, when they refer to variables, not commands.
10071
10072 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10073
10074 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10075
10076 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10077
10078 * Makefile.in (GDBMI_DIR): New variable.
10079 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10080 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10081 (gdbmi.texinfo): New target, for texi2roff.
10082 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10083 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10084
10085 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10086 gdbmi.texinfo.
10087 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10088 comment.
10089
10090 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10091
10092 * gdb.texinfo (Files): Update description of add-symbol-file
10093 command.
10094
10095 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10096
10097 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10098 prevents the build (and is generally a Bad Idea).
10099
10100 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10101
10102 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10103 a comma inside @var.
10104 (Command Files): Index markup changes from Dmitry Sivachenko
10105 <dima@Chg.RU>.
10106
10107 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10108
10109 * Makefile.in (LN_S): Define.
10110 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10111 invoke "ln -s" unless it is known to work.
10112
10113 * configure.in (AC_PROG_LN_S): Add.
10114
10115 2000-04-14 Jim Blandy <jimb@redhat.com>
10116
10117 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10118 section.
10119 (Target Conditionals): Document ADDRESS_TO_POINTER,
10120 POINTER_TO_ADDRESS.
10121
10122 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10123
10124 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10125 gdb-cfg.texi to get the value.
10126
10127 2000-04-10 Jim Blandy <jimb@redhat.com>
10128
10129 * gdbint.texinfo (Target Architecture Definition): Fix
10130 cross-references.
10131
10132 2000-04-08 Jim Blandy <jimb@redhat.com>
10133
10134 * gdbint.texinfo (Using Different Register and Memory Data
10135 Representations): New section.
10136 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10137 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10138 REGISTER_CONVERT_TO_RAW): Document.
10139
10140 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10141
10142 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10143 for acknowledgments.
10144
10145 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10146
10147 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10148 qThreadExtraInfo.
10149
10150 2000-03-28 J.T. Conklin <jtc@redback.com>
10151
10152 * gdb.texinfo: Clarify which remote debug protocol commands are
10153 required and which are optional.
10154
10155 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10156
10157 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10158 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10159 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10160 * annotate.texi: Update.
10161
10162 2000-03-28 Stan Shebs <shebs@apple.com>
10163
10164 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10165 expectation of additional changes before release), update
10166 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10167 node links, rephrase and/or shorten lines to fix formatting
10168 problem in both regular and @smallbook formats.
10169 * annotate.texi: Shorten lines in example, use smallexample
10170 consistently everywhere.
10171 * Makefile.in: Add comment about texinfo 4.0 html generation.
10172 (SFILES_INCLUDED): Add annotate.texi.
10173
10174 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10175
10176 * gdb.texinfo (Debugging Output): Added new section, documenting
10177 the "set/show debug" commands.
10178
10179 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10180
10181 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10182 entry.
10183
10184 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10185 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10186 @chapter and @node entries.
10187
10188 * gdb.texinfo: Link all top-level nodes.
10189
10190 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10191
10192 * Makefile.in (install-info): Create $(infodir) before installing
10193 files.
10194
10195 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10196
10197 From David Whedon <dwhedon@gordian.com>
10198 * gdbint.texinfo : Added paragraphs about command deprecation.
10199
10200 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10201
10202 * gdb.texinfo: Add documentation for the apropos command.
10203
10204 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10205
10206 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10207
10208 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10209
10210 * gdb.texinfo: Add white space to prevent overprinting in
10211 two places.
10212
10213 2000-03-17 Stan Shebs <shebs@apple.com>
10214
10215 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10216 <dima@Chg.RU>, also clarification of allowed content for
10217 string constants.
10218
10219 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10220
10221 * gdb.texinfo (main menu): Add Annotations.
10222 (File Options): Add @cindex entries for each command-line option.
10223 Document --epoch, --annotate, --async, --interpreter, --write,
10224 --statistics, and --version.
10225
10226 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10227 of GDB.
10228
10229 2000-02-23 Jim Blandy <jimb@redhat.com>
10230
10231 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10232
10233 2000-02-22 Jim Blandy <jimb@redhat.com>
10234
10235 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10236
10237 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10238
10239 * Makefile.in (diststuff): New target.
10240
10241 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10242
10243 * agentexpr.texi: Fix wording regarding Intel's IA-64
10244 architecture. [From Jim Wilson.]
10245
10246 2000-01-16 Tom Tromey <tromey@cygnus.com>
10247
10248 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10249 (Delete Breaks): Mention range arguments.
10250 (Disabling): Likewise.
10251
10252 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10253
10254 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10255
10256 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10257
10258 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10259 valid functions.
10260
10261 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10262
10263 * gdb.texinfo: Clarify regular expressions used in rbreak.
10264
10265 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10266
10267 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10268 MEMORY_REMOVE_BREAKPOINT): Document.
10269
10270 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10271
10272 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10273 offset re-using the DATA offset instead.
10274
10275 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10276
10277 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10278
10279 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10280
10281 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10282 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10283 typos.
10284
10285 * gdb.texinfo: Various minor wording and formatting improvements,
10286 mentions of additional command-line options.
10287
10288 1999-09-30 Fred Fish <fnf@cygnus.com>
10289
10290 * gdb.texinfo: Document additional forms of specifying section
10291 names and addresses for the add-symbol-file command.
10292
10293 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10294
10295 * gdbint.texinfo: Fix typo, add the word "have".
10296
10297 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10298
10299 * gdbint.texinfo (Target Architecture Definition): Document the
10300 SKIP_PERMANENT_BREAKPOINT macro.
10301
10302 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10303
10304 * gdb.texinfo: Fiks speling errers.
10305
10306 * gdb.texinfo: Fix uses of @multitable.
10307
10308 From Eli Zaretskii <eliz@gnu.org>:
10309 * gdb.texinfo: Include details specific to DOS host, clarify
10310 some confusing language, fix @ref/@xref/@pxref usages, add
10311 comments about using with optimization, add more indexing,
10312 fix info about disassembly-flavor.
10313
10314 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10315
10316 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10317 SKIP_SOLIB_RESOLVER): Define.
10318
10319 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10320
10321 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10322 ``g'' packets.
10323
10324 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10325
10326 * gdb.texinfo: Create a new "Configurations" chapter with
10327 platform-specific info, inline remote.texi and move sections of it
10328 into the new chapter, move bits about info proc, heuristic search,
10329 and register stack into the new chapter.
10330 * remote.texi: Remove, now part of gdb.texinfo.
10331 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10332
10333 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10334
10335 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10336 GDB_TARGET_IS_MACH386): These kludges have gone away.
10337
10338 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10339
10340 * gdbint.texinfo (Target Architecture Definition): Mention
10341 TDEPLIBS.
10342
10343 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10344
10345 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10346 surrounding text to fit HP-UX bits into general info.
10347 (HPPA-cfg.texi): Remove, no longer useful.
10348
10349 * gdb.texinfo: Remove explicit links from @node lines, remove
10350 HP-added "Detailed Node Listing" from main menu which confuses
10351 things.
10352
10353 From Dmitry Sivachenko <dima@Chg.RU>:
10354 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10355 in description of `set environment'.
10356
10357 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10358
10359 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10360
10361 1999-08-12 Ben Elliston <bje@cygnus.com>
10362
10363 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10364
10365 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10366
10367 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10368 watch, awatch, and rwatch. Explain why the latter two cannot be
10369 set as software watchpoints. Document that watchpoints for local
10370 variables are deleted when the debuggee terminates.
10371
10372 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10373
10374 * remote.texi (Protocol): Further clarification of the "qRcmd"
10375 packet. Allow E.. response packet. "qRcmd" packet is no longer
10376 reserved.
10377
10378 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10379
10380 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10381 * gdb.texinfo: Ditto.
10382
10383 1999-08-06 Tom Tromey <tromey@cygnus.com>
10384
10385 * gdb.texinfo (KOD): New node.
10386
10387 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10388
10389 * remote.texi (Rcmd): Fix minor formatting typos.
10390
10391 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10392
10393 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10394 packets.
10395
10396 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10397
10398 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10399 fixes.
10400
10401 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10402
10403 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10404
10405 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10406
10407 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10408 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10409 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10410 packets that are not supported on all hosts. Expand examples.
10411 Spell check.
10412
10413 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10414
10415 * Makefile.in: Recognize html, install-html. Add targets
10416 to build HTML versions of documentation via texi2html.
10417
10418 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10419
10420 * gdbint.texinfo (Testsuite): New chapter, information about the
10421 testsuite.
10422
10423 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10424
10425 * remote.texi (Communication Protocol): Rewrite.
10426
10427 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10428
10429 * stabs.texinfo: Fix uses of xref.
10430
10431 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10432
10433 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10434 info about patch submission.
10435
10436 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10437
10438 From Per Bothner <bothner@cygnus.com>:
10439 * gdb.texinfo: Document Chill support.
10440
10441 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10442
10443 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10444 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10445 Document that the value should be greater-than or equal-to zero.
10446 (NO_STD_REGS): Document. Deprecate.
10447
10448 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10449
10450 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10451 Document that these are not used.
10452
10453 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10454
10455 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10456
10457 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10458
10459 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10460 numargs was dropped.
10461
10462 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10463
10464 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10465
10466 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10467
10468 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10469 Update.
10470
10471 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10472
10473 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10474 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10475
10476 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10477
10478 * gdbint.texinfo: Fix typos: $ -> @.
10479
10480 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10481
10482 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10483 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10484 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10485 BREAKPOINT_FROM_PC.
10486
10487 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10488
10489 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10490 CALL_DUMMY_STACK_ADJUST): Document.
10491
10492 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10493
10494 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10495 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10496
10497 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10498
10499 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10500 longer exists.
10501
10502 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10503
10504 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10505 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10506 they make the manual source incomprehensible.
10507 * h8-cfg.texi: Remove, hasn't been used in years.
10508
10509 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10510
10511 * gdb.texinfo: Update the credits.
10512
10513 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10514
10515 * gdb.texinfo: Fix mistakes noticed in printout of last
10516 draft, add Alpha to discussion of heuristic fence post.
10517
10518 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10519
10520 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10521 Edition, merge some HP changes into mainline, describe some
10522 previously undocumented features, describe more of the target
10523 commands available, eliminate obsolete section on renamed
10524 commands.
10525 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10526
10527 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10528
10529 * gdb.texinfo: Make many HPPA conditionals unconditional,
10530 including catchpoint description, since now on for all configs.
10531 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10532 specializations.
10533
10534 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10535
10536 * Makefile.in (GDBvn.texi): Fix match expression to work with
10537 current format of VERSION in gdb/Makefile.in.
10538 * gdb.texinfo: Fix node ref to match new readline.
10539
10540 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10541
10542 * gdb.texinfo: Changes made as part of a project to merge in
10543 changes made by HP. Documentation makes extensive use of
10544 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10545 on remote debugging. There are differences in documentation
10546 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10547 the HP manual discusses catchpoints, hardware watchpoints, and
10548 some HPUX specific limitations for shared library support.
10549
10550 There are also a number of @node changes.
10551
10552 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10553
10554 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10555 (C Usage): Same.
10556
10557 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10558
10559 The following changes were made by Edith Epstein
10560 <eepstein@cygnus.com> as part of a project to merge in changes
10561 made by HP.
10562
10563 * HPPA-cfg.texi: new file.
10564
10565 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10566
10567 * refcard.tex: change documentation about catch.
10568 removed info catch.
10569
10570 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10571
10572 * gdbint.texinfo: Expand on GDB's coding standards,
10573 specify the use of arg names with prototypes.
10574
10575 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10576
10577 * gdb.texinfo: Fix tipo.
10578
10579 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10580
10581 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10582 TARGET_BYTE_ORDER_SELECTABLE_P.
10583
10584 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10585
10586 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10587
10588 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10589
10590 * agentexpr.texi: New file.
10591
10592 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10593
10594 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10595
10596 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10597
10598 * remote.texi: Changed wording that implied that the GDB remote
10599 protocol caches register values instead of GDB itself.
10600
10601 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10602
10603 * gdbint.texinfo: Add some info about symbol readers.
10604 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10605 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10606 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10607 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10608
10609 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10610
10611 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10612
10613 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10614
10615 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10616
10617 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10618
10619 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10620 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10621
10622 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10623
10624 * gdbint.texinfo: Fix minor typos.
10625
10626 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10627
10628 * gdbint.texinfo: Complete overhaul. Group descriptions more
10629 logically, add more info on generic algorithms, remove much
10630 obsolete and/or wrong material.
10631
10632 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10633
10634 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10635
10636 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10637
10638 * refcard.tex: Copyright, address updates.
10639
10640 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10641
10642 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10643 for the edition instead of confusing GDB-version-like numbers.
10644
10645 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10646
10647 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10648
10649 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10650
10651 * LRS: Reformat a bit to keep text under 80 columns.
10652
10653 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10654
10655 * gdb.texinfo: Add some credits, mention bug monitor.
10656 * remote.texi: Mention mips monitor targets.
10657 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10658
10659 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10660
10661 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10662 files, finish sorting of host vs target vs native macros, describe
10663 some more of them.
10664
10665 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10666
10667 * gdbint.texinfo (Host Conditionals): Document change from
10668 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10669
10670 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10671
10672 * gdbint.texinfo (Host Conditionals): Document
10673 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10674
10675 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10676
10677 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10678 Document LSEEK_NOT_LINEAR.
10679
10680 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10681
10682 * stabs.texinfo (Stab Section Basics): Make it clear that only
10683 some versions of the GNU linker remove the leading N_UNDF symbol.
10684
10685 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10686
10687 * stabs.texinfo (String Field): Document type number pairs here,
10688 instead of in the Sun specific section.
10689 (Include Files): The GNU linker supports the N_BINCL
10690 optimization. Clarify the N_BINCL value, and what it is used
10691 for.
10692 (Procedures): Document N_FUN with an empty string to mark the end
10693 of a function.
10694 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10695 (Sun Differences): Remove this node, as the information is now
10696 elsewhere in the main document.
10697 (Stab Section Basics): Mention that the GNU linker may optimize
10698 stabs and remove the leading N_UNDF symbol.
10699
10700 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10701
10702 * gdb.texinfo, refcard.tex: Restore author credit
10703
10704 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10705
10706 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10707 documentation to account for START and END macros taking
10708 one arg.
10709
10710 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10711
10712 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10713 * gdb.texinfo (Frames): Fix typo.
10714
10715 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10716
10717 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10718 a target_signal as arg type, not a pid.
10719
10720 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10721
10722 * gdb.texinfo: Document `set assembly-language'.
10723
10724 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10725
10726 * remote.texi: Update list of stubs in the GDB distribution.
10727
10728 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10729
10730 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10731 Also document that some systems can use mmalloc but must define
10732 this if their C runtime allocates memory that is later freed.
10733 (MMCHECK_FORCE): Document new macro.
10734
10735 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10736
10737 * remote.texi: Add documentation for target Sparclet.
10738
10739 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10740
10741 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10742 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10743 * configure.in: Rewritten for autoconf.
10744 * configure: New.
10745
10746 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10747
10748 * Makefile.in (DVIPS): New define, set to dvips.
10749 (dvi): Add stabs.dvi.
10750 (ps): New target.
10751 (all-doc): Depend on info, dvi, and ps targets.
10752 (STAGESTUFF): Add *.ps and *.dvi files.
10753 (clean-info, clean-dvi): Remove.
10754 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10755 rules completely rewritten.
10756 (maintainer-clean): Remove clean-info and clean-dvi
10757 dependencies and put their actions in the rules.
10758 (gdb.ps): New target
10759 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10760 intermediate TeX files, whether they have 2 or 3 character
10761 extensions.
10762 (gdbint.ps): Add target and rules.
10763 (gdb-internals): Delete unused target.
10764 (Makefile): Depends upon config.status also.
10765
10766 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10767
10768 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10769 set.
10770
10771 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10772
10773 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10774 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10775
10776 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10777
10778 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10779
10780 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10781
10782 * gdb.texinfo (Print settings): Document
10783 `set/show print static-members' commands.
10784
10785 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10786
10787 * gdbint.texinfo (Native): Document name change, coredep.c to
10788 core-aout.c.
10789
10790 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10791
10792 * stabs.texinfo (Include Files): Document the values the SunOS4
10793 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10794
10795 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10796
10797 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10798 Fix typo.
10799
10800 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10801
10802 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10803 "gdb.tar.Z".
10804
10805 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10806
10807 * Makefile.in (maintainer-clean): New target, synonym for
10808 realclean.
10809
10810 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10811
10812 * Update all FSF addresses except those in COPYING* files.
10813
10814 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10815
10816 From Richard Earnshaw (rearnsha@armltd.co.uk):
10817 * gdb.texinfo (convenience variables): Document $_exitcode.
10818 (quit): Document optional expression to use as exit code.
10819
10820 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10821
10822 * gdb.texinfo, remote.texi: Brought up to date with various
10823 GDB changes.
10824
10825 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10826
10827 * gdb.texinfo: Update dates and versions, fix comments about
10828 hardware watchpoints in future releases and about the
10829 sharedlibrary command.
10830
10831 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10832
10833 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10834 C_FUN stab. Other cleanups.
10835
10836 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10837
10838 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10839 for the sparc stub.
10840
10841 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10842
10843 * annotate.texi: Clarify which addresses have differing formats
10844 depending on the language and which do not.
10845
10846 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10847
10848 * remote.texi (NetWare): Changed example to use BOARD= instead of
10849 NODE= argument to reflect correspoding change to gdbserve.nlm.
10850
10851 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10852
10853 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10854 GDB, as well as AIX dbx, supports the size type attribute.
10855
10856 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10857
10858 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10859
10860 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10861
10862 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10863 and new 'if' and 'while' commands.
10864
10865 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10866
10867 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10868
10869 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10870
10871 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10872 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10873 NetWare targets. Mostly stolen from the Server node.
10874
10875 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10876
10877 * gdb.texinfo (Setting): Talk about the language of a source file
10878 versus the working language. The old documentation did not match
10879 what GDB did.
10880
10881 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10882
10883 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10884 of a source file.
10885
10886 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10887
10888 * gdb.texinfo (Processes): New node.
10889
10890 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10891
10892 * remote.texi: Update documentation of set/show mipsfpu.
10893
10894 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10895
10896 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10897 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10898
10899 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10900
10901 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10902 obsolete conditionals, described some others.
10903
10904 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10905
10906 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10907 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10908
10909 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10910
10911 * gdbint.texinfo: Put regex conditionals in their own table.
10912
10913 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10914
10915 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10916 described or fixed the descriptions of many others.
10917
10918 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10919
10920 * gdb.texinfo: Add some more credits.
10921 * gdbint.texinfo: Capitalize GDB consistently, describe some
10922 macros and remove some.
10923
10924 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10925
10926 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10927 obsolete conditionals, described some others.
10928
10929 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10930
10931 * gdb.texinfo (help targets): Changed to `help target', which
10932 is the correct gdb command.
10933
10934 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10935
10936 * annotate.texi (TODO): New node, for keeping track of annotations
10937 suggested but not yet implemented.
10938
10939 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10940
10941 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10942 another symbol, it is not the address itself.
10943
10944 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10945
10946 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10947 of stabs-in-coff sections.
10948
10949 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10950
10951 * annotate.texi: Change edition to 0.5 and date to May 1994.
10952 Add index.
10953 (Frames): New node, for frame annotation.
10954 (Displays): New node, for display annotation.
10955
10956 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10957 when waiting for your program to stop.
10958
10959 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10960
10961 * annotate.texi (Breakpoint Info): Document annotation of header
10962 fields and record annotation.
10963
10964 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10965
10966 * annotate.texi: New file, to document annotations.
10967
10968 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10969
10970 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10971 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10972
10973 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10974
10975 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10976 section, and say n_strx field is compilation unit relative.
10977 * stabs.texinfo: Don't use @code for a.out when it is the name of
10978 an object file format.
10979
10980 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10981
10982 * gdb.texinfo: Refer to file names, not path names, per rms
10983 convention.
10984 (Arguments): Fix typo.
10985
10986 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10987
10988 * stabs.texinfo (Global Variables): Talk about stabs in files
10989 where variables are referenced, but not defined.
10990
10991 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10992
10993 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10994 Cplusplus to new nodes Member Type Descriptor and Method Type
10995 Descriptor. Re-write stuff for #.
10996
10997 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10998
10999 * gdb.texinfo (Print Settings): Don't document "set print
11000 fast-symbolic-addr off". The bug which it worked around was fixed
11001 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11002
11003 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11004 N_ENTRY node.
11005
11006 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11007
11008 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11009
11010 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11011 references to ieee-float.c.
11012
11013 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11014
11015 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11016 match what the code actually does.
11017
11018 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11019
11020 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11021
11022 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11023
11024 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11025 i, and b.
11026
11027 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11028
11029 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11030 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11031 as "stabs in sections" rather than just saying "ELF and SOM".
11032 Also make that stuff apply to COFF.
11033
11034 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11035
11036 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11037 Ghostscript.
11038
11039 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11040
11041 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11042 versus functions without line numbers, also mention stepping into
11043 them as well as "step" when you are in them. Tell the user how to
11044 deal with the situation. Add comment about "debugging information".
11045
11046 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11047
11048 * stabs.texinfo (Enumerations): Document restriction on where
11049 enumeration types can appear and still win with GDB.
11050
11051 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11052
11053 * stabs.texinfo (Negative Type Numbers): Document format for type
11054 -16.
11055
11056 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11057
11058 * gdb.texinfo (Selection, Frame Info): Update information about
11059 arbitrary frame specficiations.
11060
11061 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11062
11063 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11064
11065 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11066
11067 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11068
11069 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11070
11071 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11072
11073 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11074
11075 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11076 Differences node to Statics node.
11077 (Statics): Discuss XCOFF use of V symbol descriptor.
11078
11079 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11080 not clean.
11081
11082 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11083
11084 * gdb.texinfo (Print Settings): Document `set print
11085 fast-symbolic-addr' and improve the doc for some other
11086 `set print's.
11087
11088 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11089
11090 * stabs.texinfo (String Field): Talk about defining several type
11091 numbers at once.
11092 Fix lint regarding changing node ELF Transformations to
11093 ELF and SOM Transformations.
11094
11095 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11096
11097 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11098
11099 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * stabs.texinfo (Cross-References): `::' is for nested types only
11102 within <>.
11103 (Structures): Document static members.
11104
11105 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11106
11107 * stabs.texinfo: Document S type attribute.
11108
11109 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11110
11111 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11112
11113 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11114
11115 * gdbint.texinfo: Fix a few typos.
11116
11117 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11118
11119 * gdb.texinfo, remote.texi: formatting improvements
11120
11121 * gdb.texinfo (New Features): mention threads.
11122 (Summary, C): fix xrefs in newly contributed text.
11123 (Threads): index entries, clarifications, example
11124 (passim): minor typos fixed, phrasing improvements
11125
11126 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11127 entries; (Server): explain use of gdbserver w/real-time systems,
11128 add example of conflicting TCP port; (MIPS Remote) break up
11129 running text into table, highlighting commands, and add example.
11130
11131 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11132
11133 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11134
11135 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11136
11137 * stabs.texinfo (Nested Symbols): New node.
11138 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11139
11140 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11141
11142 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11143 to picking which Bbss.bss symbol to use, and (because there seems to
11144 be no good way of doing it) re-write some of the text to make it
11145 sound like Bbss.bss isn't such a great idea after all (as currently
11146 designed).
11147
11148 * gdb.texinfo (C): In addition to saying people have to use g++ for
11149 good results, say they have to use stabs. Specifically say cfront
11150 doesn't work well.
11151 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11152 the gdb README. Add xrefs to places where the support for the various
11153 languages is described in detail.
11154
11155 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11156
11157 * stabs.texinfo: Clean up stuff about visibility and virtual
11158 characters.
11159
11160 * stabs.texinfo (N_M2C): Cite Sun doc.
11161
11162 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11163
11164 * gdb.texinfo: updates re threads.
11165 * remote.texinfo: avoid index entries starting with digits.
11166
11167 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11168
11169 * stabs.texinfo (Enumerations): Talk about large, negative and
11170 octal values. Clean up cross reference to type attributes.
11171 (String Field): Say that GDB 4.11 supports size attribute.
11172
11173 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11174
11175 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11176 is a mandatory step. Make the stuff about that more concise.
11177
11178 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11179
11180 * stabs.texinfo (Class Names): New node.
11181
11182 * gdb.texinfo (Command Files): Explain order of init file reading.
11183
11184 * remote.texi (Bootstrapping): Talk about getting the serial driver
11185 to deal with ^C sent by gdb to stop the remote system.
11186
11187 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11188
11189 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11190
11191 * libgdb.texinfo (Defining Commands): made the DOC arg
11192 to gdb_define_app_command a char * instead of char **
11193 per a suggestion from kingdon.
11194
11195 * libgdb.texinfo: total rewrite from a different starting
11196 premise.
11197
11198 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11199
11200 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11201 floats passed as doubles (to improve clarity).
11202
11203 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11204
11205 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11206
11207 * a4rc.sed: update to work with Andreas Vogel papersize params
11208
11209 * refcard.tex: use Andreas Vogel simplifications of papersize
11210 params; remove useless version info; update copyright date.
11211
11212 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11213
11214 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11215
11216 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11217
11218 * gdb.texinfo (Files): Say what address the load command loads it at.
11219
11220 * stabs.texinfo (Common Blocks): Minor cleanups.
11221
11222 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11223 that Sun has backed away from the linker kludge and thus the relevant
11224 issue is changes to the SunPRO tools, not the Solaris linker.
11225
11226 * stabs.texinfo (Traditional Integer Types): Clean up description
11227 of octal bounds a little bit. Document extra leading zeroes.
11228
11229 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11230
11231 * gdb.texinfo (Signaling): Update for symbolic symbol names
11232 and add a section explaining the difference between the GDB
11233 signal command and the shell kill utility.
11234
11235 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11236
11237 * libgdb.texinfo: added `@' to braces that were unescaped.
11238
11239 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11240
11241 * libgdb.texinfo: new file. Spec for the gdb library.
11242
11243 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11244
11245 * stabs.texinfo (Include Files): Fix typo (start -> end).
11246
11247 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11248
11249 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11250 from Melissa at FSF's editing pass.
11251
11252 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11253
11254 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11255 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11256 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11257
11258 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11259
11260 * remote.texi (Bootstrapping): Discuss 386 call gates.
11261
11262 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11263
11264 * stabs.texinfo (Based Variables): New node.
11265
11266 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11267
11268 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11269 names, sizes, and formats to suggest how not to lose.
11270
11271 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11272
11273 * stabs.texinfo (Methods): Fix typo.
11274
11275 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11276
11277 * gdb.texinfo: Fix a few typos.
11278
11279 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11280
11281 * gdb.texinfo: Clarify how well it works with Fortran.
11282
11283 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11284 More on relocating stabs in ELF files.
11285
11286 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11287
11288 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11289
11290 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11291
11292 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11293 parameters on VAX.
11294
11295 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11296
11297 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11298
11299 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11300
11301 * stabs.texinfo: Make info author notice match the TeX author notice.
11302
11303 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11304
11305 * stabs.texinfo: Initial-caps all words in node names and
11306 non-trivial words in section names.
11307
11308 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11309
11310 * stabs.texinfo: Many minor cleanups.
11311
11312 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11313
11314 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11315
11316 * stabs.texinfo: Remove full description of big example.
11317 It's not really helpful; just use pieces of it where appropriate.
11318 Add more Texinfo formatting directives (@samp, etc.).
11319 Use @deffn to define stab types.
11320 Eliminate some wordiness. Break up some nodes.
11321 Add an (alphabetized) index of symbol types.
11322 Use consistent capitalization style in node and section names.
11323
11324 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11325
11326 * gdb.texinfo: Change typo "Two two" to "The two".
11327
11328 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11329
11330 * stabs.texinfo (XCOFF-differences): Remove references to
11331 non-existent types N_DECL and N_RPSYM.
11332
11333 * stabs.texinfo (String Field): Say that type attributes bug is
11334 fixed in GDB 4.10, since it is.
11335
11336 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11337
11338 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11339
11340 * stabs.texinfo: Formatting cleanups.
11341
11342 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11343
11344 * stabs.texinfo: When explaining the n_type of a stab, standardize
11345 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11346 no tabs, use @r).
11347 (Global Variables): Clean up.
11348
11349 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11350
11351 * stabs.texinfo (Stack Variables): Re-write.
11352
11353 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11354
11355 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11356 addresses of a source file. Also revise formatting.
11357 Change "object module" or "object file" to "source file".
11358 Various: Miscellaneous cleanups.
11359
11360 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11361
11362 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11363
11364 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11365
11366 * gdbint.texinfo: Removed many nonsensical machine-collected
11367 host and target conditionals, described some of the remainder.
11368
11369 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11370
11371 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11372
11373 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11374 paragraph which follows.
11375
11376 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11377 variables. Looks better and avoids overful hbox.
11378
11379 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11382
11383 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11384
11385 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11386 retransmit-timeout
11387
11388 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11389
11390 * gdbint.texinfo: Update statement about `some ancient Unix
11391 systems, like Ultrix 4.0' to Ultrix 4.2.
11392
11393 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11394
11395 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11396
11397 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11398
11399 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11400 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11401
11402 * remote.texi: new name for former gdbinv-s.texi
11403
11404 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11405
11406 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11407
11408 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11409 variables for MIPS remote debugging protocol.
11410
11411 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11412
11413 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11414
11415 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11416
11417 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11418
11419 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11420
11421 * gdb.texinfo: repair conditional bugs in text markup
11422
11423 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11424
11425 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11426 to select Modula-2 material.
11427
11428 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11429
11430 * stabs.texinfo: Cleanups regarding statics.
11431
11432 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11433 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11434
11435 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11436
11437 * stabs.texinfo: N_MAIN is sometimes used for C.
11438
11439 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11440
11441 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11442
11443 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11444
11445 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11446 removed from the code by Kingdon.
11447
11448 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11449
11450 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11451 input when evaluating breakpoint conditions; the bug has been fixed.
11452
11453 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11454 sets the ignore count to N-1, not to N.
11455
11456 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11457
11458 * refcard.tex (\hoffset): correct longstanding error to match
11459 intended offset; avoids cutting off edge on some printers
11460
11461 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11462
11463 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11464
11465 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11466
11467 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11468
11469 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11470
11471 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11472 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11473 collect sed edits if any, apply to refcard before formatting;
11474 (refcard.ps) stop implying PS fonts if PS output requested;
11475 (lrefcard.ps) delete extra target for variant PS fonts
11476
11477 * refcard.tex: parametrize papersize dependent info, collect
11478 in easily replaced spot
11479
11480 * a4rc.sed: new file, edits to refcard for A4 paper
11481
11482 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11483
11484 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11485
11486 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11487
11488 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11489
11490 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11491
11492 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11493 politely rather than rudely.
11494
11495 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11496
11497 * stabs.texinfo: Document common blocks.
11498
11499 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11500
11501 * stabs.texinfo: Add some basic info about stabs-in-elf.
11502
11503 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11504
11505 * stabs.texinfo (Top): Minor cleanup.
11506
11507 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11508
11509 * Makefile.in (install-info): remove parentdir support
11510
11511 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11512
11513 * gdb.texinfo (Copying): delete this node and references to it;
11514 RMS says this manual need not carry GPL. (passim): Improvements
11515 from last round at FSF, largely due to Ian Taylor review, and
11516 minor formatting improvements.
11517
11518 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11519 largely due to Ian Taylor review. (Debug Session): minor edits to
11520 new text.
11521
11522 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11523
11524 * Makefile.in (realclean): Remove info and dvi files too.
11525
11526 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11527
11528 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11529 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11530 * gdb.texinfo: Change accordingly.
11531
11532 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11533 N_{L,R}BRAC,N_SLINE are relative to.
11534
11535 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11536
11537 * Makefile.in (GDBvn.texi): Update atomically.
11538
11539 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11540
11541 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11542
11543 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11544
11545 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11546 addresses together. Also motivate the set print symbol-filename
11547 command and suggest other solutions.
11548
11549 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11550
11551 * gdb.texinfo (set print elements): Note that the number of
11552 elements is set to unlimited by "set print elements 0".
11553
11554 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11555
11556 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11557 NF_LDOUBLE means.
11558 (Stab Types): Include Solaris stab types.
11559 (Procedures): Document Solaris extensions.
11560
11561 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11562
11563 * gdb.texinfo: Add `set print symbol-filename' doc.
11564
11565 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11566
11567 * stabs.texinfo (Arrays): Talk about type definition vs. type
11568 information.
11569
11570 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11571 the trailing semicolon.
11572
11573 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11574
11575 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11576 and merge in other parts of the document addressing these subjects.
11577 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11578
11579 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11580 at the end of a range type.
11581
11582 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11583 AIX extensions.
11584
11585 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11586
11587 * stabs.texinfo (Stabs Format): Misc fixes.
11588
11589 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11590
11591 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11592 (Traditional builtin types): Document convex convention for long long.
11593 (Negative builtin types): Discuss type names, and misc fixes.
11594
11595 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11596
11597 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11598 point types used with @samp{R} type descriptor.
11599 (Symbol Descriptors): Describe how to handle conflict between
11600 different meanings of @samp{P} symbol descriptor.
11601
11602 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11603
11604 * stabs.texinfo: Remove node Quick Reference and put its children
11605 directly under the main menu.
11606
11607 * stabs.texinfo: Many more changes to bring it into line with
11608 AIX documentation and reality. I think it now has all the
11609 information from the AIX documentation, except that I burned
11610 out when I got to variant records (Pascal and Modula-2) and
11611 all the COBOL types. Oh well, we can add them later when we're
11612 worrying more about those languages.
11613
11614 * stabs.texinfo (Automatic variables): Talk about what it means
11615 to omit the symbol descriptor.
11616
11617 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11618
11619 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11620 gcc2 behavior with promoted args.
11621
11622 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11623
11624 * gdb.texinfo: include readline appendices in info version of manual
11625
11626 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11627
11628 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11629 target remote.
11630
11631 * gdb.texinfo (Machine Code): more index entries for disassemble
11632
11633 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11634
11635 * Clarify the intended use of the gdb-testers and gdb-patches
11636 mailing lists, and shrink gzip comment.
11637
11638 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11639
11640 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11641 DOSHOST configuration of manual.
11642
11643 * gdb.texinfo (MIPS Stack): new node.
11644
11645 * all-config.texi (MIPS) new switch.
11646
11647 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11648 tense; (MIPS Remote) new node.
11649
11650 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11651 bug; (Environment) less passive, other small cleanups in text about
11652 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11653 (Remote) new MIPS Remote menu entry.
11654
11655 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11656
11657 * stabs.texinfo: Many changes to include information from the
11658 AIX documentation.
11659
11660 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11661
11662 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11663
11664 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11665 Move a bunch of information from ../README.
11666 (Getting Started): New node.
11667
11668 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11669
11670 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11671
11672 * gdb.texinfo: advance manual revision dates to present
11673
11674 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11675 stop using silly Roman numerals in @set variable names
11676
11677 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11678
11679 * stabs.texinfo (Parameters): Keep trying to get this right.
11680
11681 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11682
11683 * stabs.texinfo (Parameters): More on "local parameters".
11684
11685 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11686
11687 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11688
11689 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11690
11691 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11692 (Parameters): Rewrite.
11693 (xcoff-differences, Sun-differences): Minor changes.
11694
11695 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11696
11697 * stabs.texinfo: Minor cleanup.
11698
11699 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11700
11701 * gdbint.texinfo: Minor xcoff stuff.
11702
11703 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11704
11705 * gdbint.texinfo: Update for new config directory structure.
11706 Add info about internal type data structures.
11707
11708 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11709
11710 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11711 $(srcdir).
11712 (gdb-config.texi): Depend on file in $(srcdir).
11713
11714 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11715
11716 * stabs.texinfo: Fixes about N_SO.
11717
11718 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11719
11720 * gdb.texinfo: include list of nonstandard init file names
11721
11722 * *-config.texi: new switch GENERIC for text that applies *only*
11723 to (usual) multiple-target version of manual
11724
11725 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11726 h8 config
11727
11728 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11729 in menus (rather than conditionally selected multiple alternative
11730 menus).
11731
11732 * Makefile.in: define and use DOC_CONFIG var to select
11733 configuration for GDB user manual.
11734
11735 * gdb-config.texi: delete from repository, generate from Makefile.
11736
11737 * all-config.texi: normal `generic' configuration file, formerly
11738 stored as gdb-config.texi
11739
11740 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11741
11742 * Makefile.in: add dvi target to build all .dvi files
11743
11744 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11745
11746 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11747
11748 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11749
11750 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11751 host conditionals.
11752 * stabs.texinfo: More array fixes inspired by Jim's.
11753
11754 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11755
11756 * stabs.texinfo: Fixes re arrays and continuations.
11757
11758 * gdbint.texinfo: Add XCOFF node.
11759
11760 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11761
11762 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11763
11764 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11765
11766 * stabs.texinfo: Fix for array types to mention lower bounds.
11767
11768 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11769
11770 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11771
11772 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11773
11774 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11775
11776 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11777
11778 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11779 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11780
11781 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11782
11783 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11784
11785 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11786
11787 * gdb.texinfo, gdbinv-s.texi: misc updates
11788
11789 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11790
11791 * gdbint.texinfo: Brief documentation for longjmp support,
11792 from an email msg by Stu.
11793
11794 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11795
11796 * stabs.texinfo: Fix description of floating point "range"
11797 types (which really define basic types). Reported by Jim Meehan,
11798 <meehan@src.dec.com>.
11799
11800 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11801
11802 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11803
11804 * gdbint.texinfo: Slightly expand section on supporting a new
11805 object file format.
11806
11807 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11808
11809 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11810 intermediate file.
11811
11812 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11813
11814 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11815
11816 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11817
11818 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11819
11820 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11821 as well as Z8002.
11822
11823 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11824
11825 * gdbint.texinfo: Add sections on clean design and on how to send
11826 in changes.
11827
11828 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11829
11830 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11831
11832 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11833
11834 * gdb.texinfo: Fix typo, reported by Karl Berry.
11835
11836 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11837
11838 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11839
11840 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11841
11842 * gdbint.texinfo: fixed a stray email address (needs @@),
11843 added @table @code to node "Native Conditionals"
11844
11845 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11846
11847 * gdbint.texinfo: Describe coding style of GDB.
11848
11849 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11850
11851 * stabs.texinfo: Minor wording changes.
11852
11853 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11854
11855 * gdbint.texinfo: Improve release doc slightly.
11856
11857 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11858
11859 * gdbint.texinfo: Improve doc of GDB config macros.
11860
11861 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11862
11863 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11864 These will be reinserted when examined.
11865
11866 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11867
11868 * gdbint.texinfo: Make a start at documenting all the #if macros
11869 in GDB. At least list them all, and start separating them into
11870 host-specific and target-specific.
11871
11872 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11873
11874 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11875 examples (not consistent w others).
11876 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11877 for generic vn of doc
11878
11879 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11880
11881 * Makefile.in: always create installation directories.
11882
11883 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11884
11885 * gdb.texinfo: in h8 config, do not describe searching commands.
11886
11887 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11888
11889 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11890 conditionals; introduce a few generic switches that may be
11891 useful for other cross-dev or dos-hosted configs.
11892
11893 * gdb.texinfo: fix typo in "info reg" description
11894
11895 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11896
11897 * stabs.texinfo: Minor updates from running TeX over it.
11898 * Makefile.in (stabs.dvi, stabs.ps): Add.
11899
11900 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11901
11902 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11903 First pass at converting it to texinfo.
11904
11905 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11906
11907 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11908 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11909
11910 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11911
11912 * gdbint.texinfo: Add section on partial symbol tables.
11913
11914 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11915
11916 * gdb.texinfo: document `set remotedebug' and `set
11917 rstack_high_address'.
11918
11919 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11920
11921 * gdb.texinfo: slight expansion of new text on reading info files
11922 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11923 H8/300 from DOS.
11924
11925 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11926
11927 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11928
11929 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11930
11931 * gdb.texinfo: Say how to read the `info' files.
11932
11933 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11934
11935 * Makefile.in: gm4 -> m4.
11936
11937 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11938
11939 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11940 Documentation' ahead of `Installing GDB' to match README.
11941 Update shared library doc, -readnow and -mapped, and directory
11942 structure (add glob and mmalloc). Update configure doc.
11943
11944 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11945
11946 * Makefile.in: remove $(srcdir) from gdb.info rule.
11947
11948 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11949
11950 * Makefile.in: commented out gdb-all.texinfo rule. This is
11951 temporary.
11952
11953 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11954
11955 * Makefile.in, configure.in: removed traces of namesubdir,
11956 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11957 copyrights to '92, '13, changed some from Cygnus to FSF.
11958
11959 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11960
11961 * gdb.texinfo: Improve how we ask for bug reports.
11962
11963 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11964
11965 * Makefile.in: infodir belongs in datadir.
11966
11967 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11968
11969 * Makefile.in: remove spaces following hyphens, bsd make can't
11970 cope. install using INSTALL_DATA. added clean-info. added
11971 standards.text support.
11972
11973 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11974
11975 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11976 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11977 and mandir now keyed off datadir by default.
11978
11979 \f
11980 Local Variables:
11981 mode: change-log
11982 left-margin: 8
11983 fill-column: 74
11984 version-control: never
11985 coding: utf-8
11986 End:
This page took 0.312052 seconds and 4 git commands to generate.