Document linespec/explicit locations & completion improvements (manual + NEWS)
[external/binutils.git] / gdb / doc / ChangeLog
1 2017-11-24  Pedro Alves  <palves@redhat.com>
2
3         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
4         false claim that GDB inserts quoting automatically.
5         (Symbols): Add anchor.
6
7 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
8
9         * gdb.texinfo (Requirements): Document use of GNU MPFR.
10
11
12 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
13
14         * python.texi (Basic Python): Add rbreak documentation.
15
16 2017-11-07  Xavier Roirand  <roirand@adacore.com>
17             Pedro Alves  <palves@redhat.com>
18
19         * gdb.texinfo (Set Breaks): Document support for breakpoint
20         location ranges in the enable/disable commands.
21
22 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
23
24         * gdb.texinfo (Starting your Program) <The working directory.>:
25         Mention remote debugging.
26         (Working Directory) <Your Program's Working Directory>:
27         Likewise.
28         (Connecting) <Remote Packet>: Add "set-working-dir"
29         and "QSetWorkingDir" to the table.
30         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
31         packet.
32
33 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
34
35         * gdb.texinfo (Starting your Program) <The working directory.>:
36         Mention new "set cwd" command.
37         (Working Directory) <Your Program's Working Directory>:
38         Rephrase to explain that "set cwd" exists and is the default
39         way to change the inferior's cwd.
40
41 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
42
43         * gdb.texinfo (S/390 and System z Features): Document the new
44         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
45
46 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
47
48         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
49         attribute.
50
51 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
52
53         * python.texi (Inferiors In Python): Add description for method
54         Inferior.thread_from_thread_handle.
55
56 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
57
58         * gdb.texinfo (Starting your Program): Add description of
59         starti command.  Mention starti command as an alternative for
60         debugging the elaboration phase.
61
62 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
63
64         * gdb.texinfo (Maintenance Commands): Document filter parameter
65         of "maint selftest".  Document "maint info selftests" command.
66
67 2017-09-11  Tom Tromey  <tom@tromey.com>
68
69         * python.texi (Events In Python): Document new events.
70
71 2017-09-04  Pedro Alves  <palves@redhat.com>
72
73         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
74         no-debug-info variables.
75         (Symbols) <Examining the Symbol Table>: Document inspecting
76         no-debug-info types.
77         (Calling) <Calling functions with no debug info>: New subsection,
78         documenting calling no-debug-info functions.
79         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
80
81 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
82
83         * gdb.texinfo (set environment): Add @anchor.  Explain that
84         environment variables set by the user are sent to GDBserver.
85         (unset environment): Likewise, but for unsetting variables.
86         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
87         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
88         "environment-reset" and "QEnvironmentReset" to the table.
89         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
90         QEnvironmentReset>: New item, explaining the packet.
91
92 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
93
94         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
95         "Compiler search for the compile command" descriptions of set
96         compile-gcc and show compile-gcc.
97
98 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
99
100         * gdb.texinfo (Architectures): Add new Sparc64 section to document
101         ADI support.
102         * NEWS: Add "adi examine" and "adi assign" commands.
103
104 2017-08-18  Yao Qi  <yao.qi@linaro.org>
105
106         * gdb.texinfo (Server): Document "--selftest".
107
108 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
109
110         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
111         Single-Key mode.
112
113 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
114
115         PR gdb/21925
116         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
117         set...").
118
119 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
120
121         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
122         conditional expression.
123
124 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
125
126         * agentexpr.texi (rot): Fix symbolic description, improve
127         textual description.
128
129 2017-07-26  Yao Qi  <yao.qi@linaro.org>
130
131         * gdb.texinfo (Maintenance Commands): Document command
132         "maint check xml-descriptions".
133
134 2017-07-26  Yao Qi  <yao.qi@linaro.org>
135
136         * gdb.texinfo (Maintenance Commands): Document optional
137         argument of "maint print c-tdesc".
138
139 2017-07-18  Yao Qi  <yao.qi@linaro.org>
140
141         * gdb.texinfo (Maintenance Commands): Improve the doc to
142         command "maint print c-tdesc".
143
144 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
145
146         PR gdb/21606
147         * python.texi (Python representation of Symbols.): Replace
148         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
149         * guile.texi (Guile representation of Symbols.): Likewise.
150
151 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
152
153         * gdb.texinfo (Optional Messages about Internal Happenings):
154         Document {set,show} debug separate-debug-file commands.
155
156 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
157
158         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
159         (Connecting) <Remote Packet>: Add "startup-with-shell"
160         and "QStartupWithShell" to the table.
161         (Remote Protocol) <QStartupWithShell>: New item, explaining the
162         packet.
163
164 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
165
166         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
167
168 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
169
170         * python.texi (Recording in Python): Factor out the documentation of
171         gdb.RecordInstruction's super class.
172
173 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
174
175         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
176         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
177         prev and next.
178
179 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
180
181         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
182         gdb.RecordInstruction
183
184 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
185
186         * python.texi (Recording in Python): Add documentation for
187         gdb.RecordGap and remove documentation of special cases for
188         gdb.BtraceInstruction.
189
190 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
191
192         * python.texi (Recording in Python): Remove Record.ptid defvar.
193
194 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
195
196         * gdb.texinfo (GDB/MI Thread Information): Add missing
197         fields, re-word some things.
198         (GDB/MI Thread Commands): Describe fields found in the output of
199         -thread-info, remove description of fields in the
200         thread output tuple, replace with a cross-reference to "GDB/MI
201         Thread Information".
202
203 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
204
205         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
206         from -thread-info output.
207
208 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
209
210         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
211
212 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
213
214         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
215
216 2017-03-22  Yao Qi  <yao.qi@linaro.org>
217
218         * python.texi (Inferiors In Python): Remove @code from Python.
219
220 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
221
222         * python.texi (Recordings In Python): Document return type of
223         gdb.BtraceInstruction.data.
224
225 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
226
227         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
228         command file-list-shared-libraries
229         (GDB/MI Async Records): Update documentation of library-loaded with new
230         field.
231
232 2017-03-16  Doug Evans  <dje@google.com>
233
234         * guile.texi (Lazy Strings In Guile): Mention arrays.
235         * python.texi (Lazy Strings In Python): Ditto.
236
237 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
238
239         * gdb.texinfo (Memory Protection Extensions): Add missing escape
240         character "@".
241
242 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
243
244         * Memory Protection Extensions: Add information about inferior
245         calls.
246
247 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
248
249         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
250         DW_TAG_GNU_* and DW_AT_GNU_*.
251
252 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
253
254         * python.texi (Recordings In Python): New section.
255
256 2017-02-14  Tom Tromey  <tom@tromey.com>
257
258         PR python/13598:
259         * python.texi (Events In Python): Document events.before_prompt.
260
261 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
262
263         * gdb.texinfo (Target Commands): Document the optional offset
264         argument for the load command.
265
266 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
267
268         PR gdb/21122
269         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
270         space-separated breakpoint lists.  Also add a missing @table command
271         and @cindex for breakpoint lists.
272
273 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
274
275         PR tdep/20936
276         * gdb.texinfo: (Standard Target Features): Document SPARC features.
277         (Sparc Features): New node.
278
279 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
280
281         * gdb.texinfo (i386 Features): Add system segment registers
282         as feature.
283
284 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
285
286         * python.texi (Events In Python): Fix typo.
287
288 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
289             Luis Machado  <lgustavo@codesourcery.com>
290
291         * gdb.texinfo (-target-flash-erase): New MI command description.
292         (flash-erase): New CLI command description.
293
294 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
295
296         * gdb.texinfo (Contributors): Add SRI International and University
297         of Cambridge for FreeBSD/mips.
298
299 2016-12-22  Doug Evans  <xdje42@gmail.com>
300
301         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
302         commands.
303
304 2016-12-02  Pedro Alves  <palves@redhat.com>
305
306         * gdb.texinfo (User-defined Commands): Limit on number of
307         arguments passed to user-defined commands removed; update.
308
309 2016-12-02  Pedro Alves  <palves@redhat.com>
310
311         PR cli/20559
312         * gdb.texinfo (Define): Add example of using "eval" to process a
313         variable number of arguments.
314         (Output) <eval>: Add anchor.
315
316 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
317
318         * Makefile.in: Likewise.
319
320 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
321
322         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
323         xref.
324
325 2016-10-29  Pedro Alves  <palves@redhat.com>
326
327         * gdb.texinfo (Packets) <vCont>: Remove mention of default
328         actions.
329
330 2016-10-26  Pedro Alves  <palves@redhat.com>
331
332         * gdb.texinfo (Packets): Clarify vCont packets with multiple
333         actions that match a thread, and what happens when an action
334         matches a thread that is already running.
335
336 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
337
338         * gdb.texinfo (Using Trace Files): Fix typo.
339         (GDB/MI Tracepoint Commands): Likewise.
340
341 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
342
343         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
344         of -trace-save.
345
346 2016-10-06  Tom Tromey  <tom@tromey.com>
347
348         * guile.texi (Types In Guile): Remove Java mentions.
349         * python.texi (Types In Python): Remove Java mentions.
350         * gdb.texinfo (Address Locations, Supported Languages)
351         (Index Section Format): Remove Java mentions.
352
353 2016-08-15  Doug Evans  <dje@google.com>
354
355         * gdb.texinfo (Target Description Format): Update docs on "end"
356         field spec and field default type.
357
358 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
359 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
360
361         PR gdb/20487
362         * gdb.texinfo (Context management): Update mention of frame
363         change notifications.
364         (gdb/mi Async Records): Document frame field in
365         =thread-select event.
366         * observer.texi (GDB Observers): New user_selected_context_changed
367         observer.
368
369 2016-09-28  Tom Tromey  <tom@tromey.com>
370
371         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
372         than "memory breakpoint".  Further document "kind".  Move
373         protocol-details link earlier.
374         <z1>: Document the cmd_list argument.  Fix typo.
375         <g>: Remove incorrect sentence.
376         (Stop Reply Packets): Document "OK" response to requests when in
377         non-stop mode.
378         <swbreak>: Use "software breakpoint" rather than "memory
379         breakpoint".
380         <create>: Document that "R" is ignored.
381         <W, X, w>: Document formatting of "AA".
382         (Notification Packets): Use "%Stop", not "%%Stop".
383
384 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
385
386         * gdb.texinfo (Embedded Processors): Document ARC.
387         (Synopsys ARC): New section.
388         (Standard Target Features): Document ARC features.
389         (ARC Features): New section.
390
391 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
392
393         * .gitignore: New file.
394
395 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
396
397         * gdb.texinfo (Input/Output): Mention possibility to unset
398         inferior-tty.
399
400 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
401
402         * gdb.texinfo: Resume btrace on reconnect.
403
404 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
405
406         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
407         syscall.
408
409 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
410
411         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
412         command.
413
414 2016-07-13  Tom Tromey  <tom@tromey.com>
415
416         PR python/15620, PR python/18620:
417         * python.texi (Events In Python): Document new breakpoint events.
418
419 2016-07-13  Tom Tromey  <tom@tromey.com>
420
421         PR python/17698:
422         * python.texi (Breakpoints In Python): Document
423         Breakpoint.pending.
424
425 2016-07-13  Tom Tromey  <tom@tromey.com>
426
427         * python.texi (Breakpoints In Python): Move table of types and
428         table of watchpoint types earlier in node.
429
430 2016-07-12  Tom Tromey  <tom@tromey.com>
431
432         PR python/19293:
433         * python.texi (Frames In Python): Document
434         gdb.invalidate_cached_frames.
435
436 2016-06-21  Pedro Alves  <palves@redhat.com>
437
438         * gdb.texinfo (Interpreters): Update intepreter-exec section,
439         document new-ui and explain use case.
440
441 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
442
443         * gdb.texinfo (Standard Target Features): Document NDS32 features.
444         (NDS32 Features): New Section.
445
446 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
447
448         * gdb.texinfo (Examining Memory): Document negative repeat
449         count in the 'x' command.
450
451 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
452
453         * gdb.texinfo (GDB/MI Async Records): Document method and
454         format fields in =record-started.
455         * observer.texi (record_changed): Add method and format
456         parameters.
457
458 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
459
460         * gdb.texinfo (General Query Packets): Move the description of the
461         response before the long list of the specific 'read' and 'write'
462         requests.
463
464 2016-05-23  Tom Tromey  <tom@tromey.com>
465
466         * python.texi (Basic Python): Document gdb.breakpoints return.
467
468 2016-05-24  Tom Tromey  <tom@tromey.com>
469
470         PR gdb/19194:
471         * gdb.texinfo (gdb man): Fix typo.
472
473 2016-05-17  Tom Tromey  <tom@tromey.com>
474
475         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
476         (Rust): New node.
477
478 2016-05-17  Tom Tromey  <tom@tromey.com>
479
480         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
481
482 2016-04-27  Yao Qi  <yao.qi@linaro.org>
483
484         * gdb.texinfo (tfind): Complete doc about tfind without
485         argument.
486
487 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
488
489         * agentexpr.texi (byte): Fix zero_ext description.
490
491 2016-03-31  Pedro Alves  <palves@redhat.com>
492
493         * gdb.texinfo (M32R/SDI): Delete node.
494         (MIPS Embedded): Remove references to the MIPS remote debugging
495         protocol, PMON and variants, and the associated commands.
496
497 2016-03-15  Doug Evans  <dje@google.com>
498
499         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
500         (Target Description Format): Mention enum types.  Update docs on
501         flags types.
502         (Predefined Target Types): Add "bool".
503         (Enum Target Types): New node.
504
505 2016-03-15  Pedro Alves  <palves@redhat.com>
506
507         * gdb.texinfo (Tracepoint Actions): Fix typo.
508
509 2016-03-15  Pedro Alves  <palves@redhat.com>
510             Andreas Arnez  <arnez@linux.vnet.ibm.com>
511             Marcin Kościelnicki  <koriakin@0x04.net>
512
513         * gdb.texinfo (Tracepoint Actions): Document possible
514         unreliability of '$_ret'.
515
516 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
517
518         * gdb.texinfo (Symbols): Document new 'maint info line-table'
519         command.
520
521 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
522
523         * gdb.texinfo (Convenience Functions): Document $_as_string.
524
525 2016-02-23  Doug Evans  <dje@google.com>
526
527         * gdb.texinfo (Skipping Over Functions and Files): Document new
528         options to "skip" command.  Update docs of output of "info skip".
529
530 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
531
532         * gdb.texinfo (Signals): Add bound violation display hints for
533         a SIGSEGV.
534
535 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
536
537         * gdb.texinfo (Trace File Format): Add documentation for description
538         section lines.
539
540 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
541
542         * gdb.texinfo (Trace File Format): Remove misleading information
543         about register block ordering.
544
545 2016-02-01  Doug Evans  <dje@google.com>
546
547         * gdb.texinfo (Value Sizes): Fix typo.
548
549 2016-02-01  Doug Evans  <dje@google.com>
550
551         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
552
553 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
554
555         * gdb.texinfo (Value Sizes): New section.
556         (Data): Add the 'Value Sizes' node to the menu.
557
558 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
559
560         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
561
562 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
563
564         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
565
566 2016-01-18  Pedro Alves  <palves@redhat.com>
567
568         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
569         of the thread that hit a breakpoint or received a signal.
570
571 2016-01-15  Pedro Alves  <palves@redhat.com>
572
573         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
574
575 2016-01-13  Pedro Alves  <palves@redhat.com>
576
577         * gdb.texinfo (Threads): Document the $_gthread convenience
578         variable.
579         (Convenience Vars): Likewise.
580
581 2016-01-13  Pedro Alves  <palves@redhat.com>
582
583         * gdb.texinfo (Threads): Document "info threads -gid".
584
585 2016-01-13  Pedro Alves  <palves@redhat.com>
586
587         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
588         anchor.
589         (Threads In Python): Document new InferiorThread.global_num
590         attribute.
591
592 2016-01-07  Pedro Alves  <palves@redhat.com>
593
594         * gdb.texinfo (Threads): Document per-inferior thread IDs,
595         qualified thread IDs, global thread IDs and thread ID lists.
596         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
597         thread IDs.
598         (Convenience Vars): Document the $_thread convenience variable.
599         (Ada Tasks): Adjust to refer to thread IDs.
600         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
601         Commands, GDB/MI Variable Objects): Update to mention global
602         thread IDs.
603         * guile.texi (Breakpoints In Guile)
604         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
605         global thread IDs instead of thread IDs.
606         * python.texi (Threads In Python): Adjust documentation of
607         InferiorThread.num.
608         (Breakpoint.thread): Mention global thread IDs instead of thread
609         IDs.
610
611 2016-01-13  Pedro Alves  <palves@redhat.com>
612
613         * python.texi (Threads In Python): Document
614         InferiorThread.inferior.
615
616 2016-01-13  Pedro Alves  <palves@redhat.com>
617
618         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
619         convenience variable.
620         (Convenience Vars): Likewise.
621
622 2016-01-12  Josh Stone  <jistone@redhat.com>
623             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
624
625         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
626         (Stop Reply Packets): List the syscall entry and return stop reasons.
627         (General Query Packets): Describe QCatchSyscalls, and add it to the
628         table and the detailed list of stub features.
629
630 2016-01-12  Pedro Alves  <palves@redhat.com>
631
632         Remove use of the registered trademark symbol throughout.
633
634 2016-01-12  Yao Qi  <yao.qi@linaro.org>
635
636         * gdb.texinfo (Interrupts): Update the document on handling
637         interrupt when program is stopped.
638
639 2015-12-11  Don Breazeal  <donb@codesourcery.com>
640
641         * gdb.texinfo (Forks): Correct Linux kernel version where
642         fork and exec events are supported, add notes about support
643         of these events in target remote mode.
644         (Connecting): Reorganize and clarify distinctions between
645         target remote, extended-remote, and multiprocess.
646         Reorganize related text from separate sections into new
647         sections.
648         (Server): Note effects of target extended-remote mode.
649         Delete section on Multi-Process Mode for gdbserver.
650         Move some text to "Connecting" node.
651
652 2015-12-10  Pedro Alves  <palves@redhat.com>
653
654         * gdb.texinfo (Threads): Replace warning with explanation
655         about single-threaded programs.
656
657 2015-12-10  Pedro Alves  <palves@redhat.com>
658
659         * gdb.texinfo (Threads): Remove mention of SGI.
660         (Forks): Remove mention of HP-UX.
661         (Breakpoints): Remove mention of HP-UX.
662         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
663         Reword in terms of architectures.
664         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
665         mention supported systems.
666         (Convenience Vars): Don't mention HP-UX.
667         (Jumping): Remove mention of HP-UX in comment.
668         (Files) <shared libraries>: Update supported shared library types
669         list.  Remove mention of HP-UX.
670         (Native): Remove HP-UX subsection.
671         (SVR4 Process Information): Remove mention of HP-UX.
672
673 2015-12-10  Pedro Alves  <palves@redhat.com>
674
675         * gdb.texinfo (Stack): Reorder menu.
676
677 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
678
679         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
680         -var-set-format's new zero-hexadecimal format.
681
682 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
683
684         * gdb.texinfo (Ada Mode Into): Move overloading support
685         description to its own node.
686         (Overloading support for Ada): New node.
687
688 2015-11-30  Pedro Alves  <palves@redhat.com>
689
690         PR 14618
691         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
692         (Remote Configuration): Add the "set/show remote
693         no-resumed-stop-reply" to the available settings table.
694         (General Query Packets): Document the "no-resumed" qSupported
695         feature.
696
697 2015-11-30  Pedro Alves  <palves@redhat.com>
698
699         * gdb.texinfo (Remote Configuration): List "set/show remote
700         thread-events" command in configuration table.
701         (Stop Reply Packets): Document "T05 create" stop
702         reason and 'w' stop reply.
703         (General Query Packets): Document QThreadEvents packet.  Document
704         QThreadEvents qSupported feature.
705
706 2015-11-30  Pedro Alves  <palves@redhat.com>
707
708         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
709         anchor.
710         (Packets): Document vCtrlC.
711
712 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
713
714         * gdb.texinfo (Thread List Format): Mention thread names.
715
716 2015-11-24  Pedro Alves  <palves@redhat.com>
717
718         PR 17539
719         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
720         program-spaces" example to ascending order listing.
721         (Threads): Adjust "info threads" example to ascending order
722         listing.
723         (Forks): Adjust "info inferiors" example to ascending order
724         listing.
725
726 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
727
728         * gdb.texinfo (Process Record and Replay): Document "record
729         instruction-history" modifiers.
730
731 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
732
733         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
734         description.
735         (Frame Filter Management): Move to later in the 'Examining the
736         Stack' chapter.
737         (Selection): Add entry for 'select-frame'.
738
739 2015-09-25  Doug Evans  <dje@google.com>
740
741         * gdb.texinfo (Process Record and Replay): Fix syntax of
742         "record instruction-history begin, end" and
743         "record function-call-history begin, end".
744
745 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
746
747         * gdb.texinfo (Specifying Source Directories): Fix
748         substitute-path example.
749
750 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
751
752         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
753
754 2015-09-15  Pedro Alves  <palves@redhat.com>
755
756         PR remote/18965
757         * gdb.texinfo (Stop Reply Packets): Revert previous change to
758         the vforkdone description.
759
760 2015-09-15  Pedro Alves  <palves@redhat.com>
761
762         PR remote/18965
763         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
764         part indicates the thread ID of the parent process.
765
766 2015-09-15  Yao Qi  <yao.qi@linaro.org>
767
768         * gdb.texinfo (General Query Packets): Add vContSupported to
769         tables of 'gdbfeatures' and 'stub features' supported in the
770         qSupported packet, as well as to the list containing stub
771         feature details.
772
773 2015-09-11  Don Breazeal  <donb@codesourcery.com>
774
775         * gdb.texinfo (Remote Configuration): Add exec event
776         feature to table of packet settings.
777         (Stop Reply Packets): Add exec events to the list of stop
778         reasons.
779         (General Query Packets): Add exec events to tables of
780         'gdbfeatures' and 'stub features' supported in the qSupported
781         packet, as well as to the list containing stub feature
782         details.
783
784 2015-08-24  Pedro Alves  <palves@redhat.com>
785
786         * gdb.texinfo (Remote Configuration): Document the "set/show
787         remote multiprocess-extensions-packet" commands.
788
789 2015-08-24  Pedro Alves  <palves@redhat.com>
790
791         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
792         <M32R>: Remove references to M32R/D.
793         <M68K>: Remove references to target dbug.
794         <MIPS Embedded>: Remove references to target r3900 and target
795         array.
796         <PowerPC Embedded>: Remove references to target dink32 and target
797         ppcbug, target sds
798         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
799
800 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
801
802         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
803
804 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
805
806         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
807
808 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
809
810         * gdb.texinfo (Maintenance Commands): Move documentation of "main
811         info bfds" to...
812         (File Caching): A New section.  Outline bfd caching, and add new
813         description for "main set/show bfd-sharing".
814
815 2015-08-14  Doug Evans  <xdje42@gmail.com>
816
817         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
818         disassembly.
819         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
820
821 2015-08-11  Keith Seitz  <keiths@redhat.com>
822
823         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
824         Use "location(s)"instead of "linespec(s)".
825         (Specifying a Location): Rewrite.
826         Add subsections describing linespec, address, and explicit locations.
827         Add node/menu for each subsection.
828         (Source and Machine Code, C Preprocessor Macros)
829         (Create and Delete Trace points)
830         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
831         (Continuing at a Different Address): Remove "linespec" examples.
832         Add reference to "Specify a Location"
833         (The -break-insert Command): Rewrite.  Add anchor.
834         Add reference to appropriate manual section discussing locations.
835         (The -dprintf-insert Command): Refer to -break-insert for
836         specification of 'location'.
837
838 2015-08-07  Pedro Alves  <palves@redhat.com>
839
840         * gdb.texinfo (Maintenance Commands): Document "maint set/show
841         target-non-stop".
842
843 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
844
845         * gdb.texinfo (Process Record and Replay): Document prefixing of
846         speculatively executed instructions in the "record instruction-history"
847         command.
848
849 2015-07-20  Doug Evans  <dje@google.com>
850
851         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
852
853 2015-07-16  Doug Evans  <dje@google.com>
854
855         * stabs.texinfo: @include gdb-cfg.texi.
856
857 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
858
859         Revert the previous 2 commits:
860         gdbserver build-id attribute generator
861         Validate symbol file using build-id
862
863 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
864
865         * gdb.texinfo (Files): Add 'set validate-build-id'
866         and 'show validate-build-id'.
867
868 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
869             Jan Kratochvil  <jan.kratochvil@redhat.com>
870
871         gdbserver build-id attribute generator.
872         * gdb.texinfo (Library List Format for SVR4 Targets): Add
873         'build-id' in description, example, new attribute in dtd.
874
875 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
876
877         * gdb.texinfo (Selection): Update documentation for 'frame'
878         command.
879
880 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
881
882         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
883         commands.
884
885 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
886
887         * gdb.texinfo (Process Record and Replay): Spell out that variables
888         and registers are not available during btrace replay.
889         Describe the new "record btrace pt" command.
890         Describe the new "set|show record btrace pt buffer-size" options.
891         (General Query Packets): Describe the new Qbtrace:pt and
892         Qbtrace-conf:pt:size packets.
893         Expand "bts" to "Branch Trace Store".
894         Update the branch trace DTD.
895
896 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
897
898         * gdb.texinfo (Command History): Document the new option
899         "history remove-duplicates".
900
901 2015-06-19  Doug Evans  <dje@google.com>
902
903         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
904         longer supported.
905
906 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
907
908         * gdb.texinfo (Command History): Mention that setting
909         GDBHISTSIZE to the empty string disables history truncation.
910
911 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
912
913         PR gdb/16999
914         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
915         behavior.
916
917 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
918
919         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
920         with GDBHISTSIZE.
921
922 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
923
924         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
925         bytes and memory units for -data-{read,write}-memory-bytes.
926         (Packets): Same for m, M and X packets.
927         * python.texi (Inferiors In Python): Same for read_memory and
928         write_memory.
929
930 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
931
932         * gdb.texinfo (Separate Debug Files): Document that PE is also
933         supported.
934
935 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
936
937         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
938         single table entry.
939
940 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
941
942         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
943
944
945 2015-06-10  Gary Benson <gbenson@redhat.com>
946
947         * gdb.texinfo (Remote Configuration): Document the
948         "set/show remote hostio-setfs-packet" command.
949         (Host I/O Packets): Document the vFile:setfs packet.
950
951 2015-06-10  Gary Benson <gbenson@redhat.com>
952
953         * gdb.texinfo (Debugging Output): Document the "set/show debug
954         linux-namespaces" command.
955
956 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
957             Mircea Gherzan  <mircea.gherzan@intel.com>
958
959         * gdb.texinfo (i386): Add documentation about "show mpx bound"
960         and "set mpx bound".
961
962 2015-05-27  Doug Evans  <dje@google.com>
963
964         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
965
966 2015-05-26  Doug Evans  <dje@google.com>
967
968         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
969         command renamings.
970         (Maintenance Commands): Update for DWARF "set debug" command renamings.
971
972 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
973
974         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
975
976 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
977
978         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
979         (TUI Commands): Add 'tui enable' and 'tui disable' details.
980
981 2015-05-16  Doug Evans  <xdje42@gmail.com>
982
983         * guile.texi (Memory Ports in Guile): Document support for unbuffered
984         memory ports.
985
986 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
987
988         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
989
990 2015-05-12  Don Breazeal  <donb@codesourcery.com>
991
992         * gdb.texinfo (Forks): Note that fork debugging is
993         supported in extended mode.
994         (Remote Configuration): Add fork event features to table
995         of packet settings.
996         (Stop Reply Packets): Add fork events to list of stop reasons.
997         (General Query Packets): Add fork events to tables of
998         'gdbfeatures' and 'stub features' supported in the qSupported
999         packet, as well as to the list containing stub feature
1000         details.
1001
1002 2015-05-12  Gary Benson <gbenson@redhat.com>
1003
1004         * gdb.texinfo (General Query Packets): Document
1005         qXfer:exec-file:read with empty annex.
1006
1007 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1008
1009         * python.texi (Values From Inferior): Add descriptions of new
1010         methods gdb.Value.reference_value and gdb.Value.const_value.
1011
1012 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1013
1014         * gdb.texinfo (Files): Add "info dll" documentation.
1015         (Cygwin Native): Remove "info dll" documentation.
1016
1017 2015-04-29  Doug Evans  <dje@google.com>
1018
1019         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1020         Document.
1021         (Writing an Xmethod): Add get_result_type to example.
1022
1023 2015-04-28  Sasha Smundak  <asmundak@google.com>
1024
1025         * python.texi: New method documented.
1026
1027 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1028
1029         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1030         format.
1031
1032 2015-04-24  Doug Evans  <dje@google.com>
1033
1034         * python.texi (Xmethods In Python): Fix name of method to call the
1035         xmethod.
1036
1037 2015-04-17  Gary Benson <gbenson@redhat.com>
1038
1039         * gdb.texinfo (Connecting to a Remote Target): Mention that
1040         GDB can access program files from remote targets that support
1041         qXfer:exec-file:read and Host I/O packets.
1042
1043 2015-04-17  Gary Benson <gbenson@redhat.com>
1044
1045         * gdb.texinfo (Remote Configuration): Document the "set/show
1046         remote pid-to-exec-file-packet" command.
1047         (General Query Packets): Document the qXfer:exec-file:read
1048         qSupported features.  Document the qXfer:exec-file:read packet.
1049
1050 2015-04-17  Gary Benson <gbenson@redhat.com>
1051
1052         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1053         applies to executable paths if supplied to GDB as absolute.
1054
1055 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1056
1057         * gdb.texinfo (Mode Options): Remove -xdb.
1058
1059 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1060             Eli Zaretskii  <eliz@gnu.org>
1061
1062         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1063         compile, show debug compile.  New subsection Compilation options for
1064         the compile command.  New subsection Compiler search for the compile
1065         command.
1066
1067 2015-04-09  Andy Wingo  <wingo@igalia.com>
1068
1069         * guile.texi (Frames In Guile): Describe frame-read-register.
1070
1071 2015-04-02  Gary Benson <gbenson@redhat.com>
1072
1073         * gdb.texinfo (set sysroot): Document "target:".
1074
1075 2015-04-01  Sasha Smundak  <asmundak@google.com>
1076
1077         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1078         section.
1079
1080 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1081
1082         PR corefiles/16092
1083         * gdb.texinfo (gcore): Mention new command 'set
1084         use-coredump-filter'.
1085         (set use-coredump-filter): Document new command.
1086
1087 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1088
1089         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1090         documentation, reorder the info os entries in alphabetical order.
1091
1092 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1093
1094         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1095         -data-write-memory-bytes.
1096
1097 2015-03-24  Pedro Alves  <palves@redhat.com>
1098
1099         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1100         mention that threads may sometimes run unlocked.
1101
1102 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1103
1104         * gdb.texinfo (Remote configuration): Document "set/show
1105         serial parity" command.
1106
1107 2015-03-18  Gary Benson <gbenson@redhat.com>
1108
1109         * gdb.texinfo (General Query Packets): Remove documentation
1110         for now-removed vFile:fstat qSupported features.
1111
1112 2015-03-11  Gary Benson <gbenson@redhat.com>
1113
1114         * gdb.texinfo (Remote Configuration): Document the
1115         "set/show remote hostio-fstat-packet" command.
1116         (General Query Packets): Document the vFile:fstat
1117         qSupported features.
1118         (Host I/O Packets): Document the vFile:fstat packet.
1119
1120 2015-03-11  Andy Wingo  <wingo@igalia.com>
1121
1122         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1123
1124 2015-03-04  Pedro Alves  <palves@redhat.com>
1125
1126         * gdb.texinfo (Remote Configuration): Document the "set/show
1127         remote swbreak-feature-packet" and "set/show remote
1128         hwbreak-feature-packet" commands.
1129         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1130         decription.
1131         (Stop Reply Packets): Document the swbreak and hwbreak stop
1132         reasons.
1133         (General Query Packets): Document the swbreak and hwbreak
1134         qSupported features.
1135         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1136
1137 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1138
1139         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1140         under *stopped.
1141
1142 2015-03-02  Doug Evans  <xdje42@gmail.com>
1143
1144         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1145
1146 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1147
1148         * gdb.texinfo (S/390 and System z Features): Describe new feature
1149         "org.gnu.gdb.s390.vx".
1150
1151 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1152
1153         PR gdb/18008
1154         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1155         demangler-warning): Fix typo ("problam").
1156
1157 2015-02-19  David Taylor  <dtaylor@emc.com>
1158
1159         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1160
1161 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1162
1163         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1164         point, DTrace'.
1165         (Static Probe Points): Modified to cover DTrace probes in addition
1166         to SystemTap probes.  Also modified to cover the `enable probe'
1167         and `disable probe' commands.
1168
1169 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1170
1171         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1172         `disable probe' commands.
1173
1174 2015-02-12  David Taylor  <dtaylor@emc.com>
1175
1176         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1177         fields of the QTDV packet.
1178
1179 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1180
1181         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1182         (Process Record and Replay): Describe new set|show commands.
1183         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1184
1185 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1186
1187         * gdb.texinfo (Process Record and Replay): Describe the "record
1188         btrace bts" command.
1189         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1190         (Branch Trace Configuration Format): New.
1191
1192 2015-01-31  Gary Benson <gbenson@redhat.com>
1193             Doug Evans  <dje@google.com>
1194
1195         * gdb.texinfo (Command Completion): Document new
1196         "set/show max-completions" option.
1197
1198 2015-01-31  Doug Evans  <xdje42@gmail.com>
1199
1200         * gdb.texinfo (Symbols): Document new commands
1201         "maint print symbol-cache", "maint print symbol-cache-statistics",
1202         "maint flush-symbol-cache".  Document new option
1203         "maint set symbol-cache-size".
1204
1205 2015-01-31  Doug Evans  <xdje42@gmail.com>
1206
1207         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1208         distinguish script files vs inlined scripts.
1209         * python.texi (Python Auto-loading): Ditto.
1210
1211 2015-01-30  Doug Evans  <dje@google.com>
1212
1213         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1214         string if present.
1215
1216 2015-01-27  Doug Evans  <dje@google.com>
1217
1218         * python.texi (Objfiles In Python): Document Objfile.username.
1219
1220 2015-01-27  Doug Evans  <dje@google.com>
1221
1222         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1223         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1224
1225 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1226
1227         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1228
1229 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1230
1231         * doc/gdb.texinfo (TUI Commands): Document the possible
1232         values of NAME argument to 'winheight' command.  Explain the
1233         effect of 'tabset' setting better.
1234
1235 2015-01-11  Doug Evans  <xdje42@gmail.com>
1236
1237         PR gdb/15830
1238         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1239         (Symbols): Ditto.
1240         (Maintenance Commands): Delete docs for "maint demangle".
1241
1242 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1243
1244         * gdb.texinfo (Files): Remove documentation of the
1245         "add-shared-symbol-files" and "assf" commands.
1246         (Cygwin Native): Remove documentation of the "dll-symbols"
1247         command.
1248
1249 2014-12-17  Doug Evans  <xdje42@gmail.com>
1250
1251         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1252
1253 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1254             Jan Kratochvil  <jan.kratochvil@redhat.com>
1255
1256         * gdb.texinfo (Altering): Update.
1257         (Compiling and Injecting Code): New node.
1258
1259 2014-12-12  Doug Evans  <dje@google.com>
1260
1261         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1262
1263 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1264
1265         * gdb.texinfo: Document "maint print user-registers".
1266
1267 2014-12-08  Doug Evans  <dje@google.com>
1268
1269         * python.texi (Objfiles In Python): Document Objfile.owner.
1270
1271 2014-12-04  Doug Evans  <dje@google.com>
1272
1273         * python.texi (Objfiles In Python): Document
1274         Objfile.add_separate_debug_file.
1275
1276 2014-12-04  Doug Evans  <dje@google.com>
1277
1278         * python.texi (Objfiles In Python): Document Objfile.build_id.
1279
1280 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1281
1282         * python.texi (Events In Python): Document new events
1283         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1284         and RegisterChangedEvent.
1285
1286 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1287
1288         Add add-auto-load-scripts-directory.
1289         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1290         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1291
1292 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1293
1294         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1295         description typo.
1296
1297 2014-10-30  Doug Evans  <dje@google.com>
1298
1299         * python.texi (Progspaces In Python): Document ability to add
1300         random attributes to gdb.Progspace objects.
1301         (Objfiles In Python): Document ability to add random attributes to
1302         gdb.objfile objects.
1303
1304 2014-10-27  Pedro Alves  <palves@redhat.com>
1305
1306         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1307         info on stepping and signal handlers.
1308         (Signals): Explain stepping and signal handlers.  Add context
1309         index entry, and cross references.
1310
1311 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1312
1313         * python.texi (Breakpoints In Python): Add parenthesis after
1314         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1315         that it contains "disable".
1316
1317 2014-10-17  Doug Evans  <dje@google.com>
1318
1319         * python.texi (Events In Python): Document clear_objfiles event.
1320
1321 2014-10-17  Doug Evans  <dje@google.com>
1322
1323         * python.texi (Objfiles In Python): Document new progspace attribute.
1324
1325 2014-10-17  Pedro Alves  <palves@redhat.com>
1326
1327         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1328         (SVR4 Process Information): Delete mention of OSF/1.
1329
1330 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1331
1332         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1333         exit-code field in -list-thread-groups output.
1334
1335 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1336
1337         * gdb.texinfo (Set Breaks): Add missing "@end table".
1338
1339 2014-09-22  Pedro Alves  <palves@redhat.com>
1340
1341         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1342         always-inserted off" is the default mode now.  Delete
1343         documentation of "set breakpoint always-inserted auto".
1344
1345 2014-09-18  Doug Evans  <dje@google.com>
1346
1347         * python.texi (Symbol Tables In Python): Document "producer"
1348         attribute of gdb.Symtab objects.
1349
1350 2014-09-16  Pedro Alves  <palves@redhat.com>
1351
1352         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1353         (Embedded OS): Remove VxWorks menu entry.
1354         (VxWorks): Remove node.
1355
1356 2014-09-13  Doug Evans  <xdje42@gmail.com>
1357
1358         * gdb.texinfo (Signaling): Document new queue-signal command.
1359
1360 2014-09-06  Doug Evans  <xdje42@gmail.com>
1361
1362         PR 15276
1363         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1364         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1365
1366 2014-09-03  Justin Lebar <jlebar@google.com>
1367
1368         * python.texi (Types In Python): Type.template_argument(n) returns a
1369         gdb.Value or a gdb.Type and throws an exception if n is out of
1370         range.
1371
1372 2014-09-03  Sasha Smundak  <asmundak@google.com>
1373
1374         * python.texi (Frames in Python): Add read_register description.
1375
1376 2014-08-04  Tom Tromey  <tromey@redhat.com>
1377
1378         * gdb.texinfo (Debugging Output): Update for change to "set debug
1379         target".
1380
1381 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1382
1383         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1384         * Makefile.in (transform): New variable.
1385         (install-man1, install-man5): Apply $(transform) to man file names.
1386
1387 2014-07-26  Doug Evans  <xdje42@gmail.com>
1388
1389         PR guile/17177
1390         * guile.texi (Guile Pretty Printing API): Fix typo.
1391         Document set-pretty-printers!, pretty-printers.
1392         (Selecting Guile Pretty-Printers): Update.
1393         Mention program-space based pretty-printers.
1394
1395 2014-07-25  Pedro Alves  <palves@redhat.com>
1396             Eli Zaretskii  <eliz@gnu.org>
1397
1398         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1399         with multi-threaded programs.
1400
1401 2014-06-27  Yao Qi  <yao@codesourcery.com>
1402
1403         * gdb.texinfo (Maintenance Commands): Update the output of
1404         'maint print dummy-frames' command.
1405
1406 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1407
1408         * gdb.texinfo (Screen Size): Improve indexing.
1409
1410 2014-06-19  Gary Benson  <gbenson@redhat.com>
1411
1412         * gdb.texinfo (Maintenance Commands): Document new
1413         "maint set/show catch-demangler-crashes" option.
1414
1415 2014-06-19  Gary Benson  <gbenson@redhat.com>
1416
1417         * gdb.texinfo (Maintenance Commands): Document new
1418         "maint demangler-warning" command and new
1419         "maint set/show demangler-warning" option.
1420
1421 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1422
1423         * python.texi (Xmethod API): Add space before the opening
1424         parenthesis in function descriptions.
1425
1426 2014-06-06  Doug Evans  <xdje42@gmail.com>
1427
1428         * guile.texi (Guile Configuration): Document guile-data-directory.
1429
1430 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1431
1432         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1433
1434 2014-06-04  Doug Evans  <xdje42@gmail.com>
1435
1436         * guile.texi (Breakpoints In Guile): Update.
1437
1438 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1439
1440         * python.texi (Xmethod API): Fix reference to "Progspaces In
1441         Python".
1442
1443 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1444
1445         *  python.texi (Xmethods In Python, XMethod API)
1446         (Writing an Xmethod): New nodes.
1447         (Python API): New menu entries "Xmethods In Python",
1448         "Xmethod API", "Writing an Xmethod".
1449
1450 2014-06-02  Doug Evans  <xdje42@gmail.com>
1451
1452         * guile.texi (Guile API): Add entry for Parameters In Guile.
1453         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1454         (Parameters In Guile): New node.
1455
1456 2014-06-02  Doug Evans  <xdje42@gmail.com>
1457
1458         * guile.texi (Guile API): Add entry for Commands In Guile.
1459         (Basic Guile) <parse-and-eval>: Add reference.
1460         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1461         (GDB Scheme Data Types): Mention <gdb:command> object.
1462         (Commands In Guile): New node.
1463
1464 2014-06-02  Doug Evans  <xdje42@gmail.com>
1465
1466         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1467         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1468         (Progspaces In Guile): New node.
1469
1470 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1471
1472         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1473         * python.texi (Frames In Python): Mention
1474         gdb.FRAME_UNWIND_MEMORY_ERROR.
1475
1476 2014-05-29  Pedro Alves  <palves@redhat.com>
1477             Tom Tromey  <tromey@redhat.com>
1478
1479         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1480         from example.
1481         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1482         Mention that target-async is now deprecated.
1483         (Maintenance Commands): Document maint set/show target-async.
1484
1485 2014-05-29  Pedro Alves  <palves@redhat.com>
1486
1487         * observer.texi (sync_execution_done, command_error): New
1488         subjects.
1489
1490 2014-05-29  Pedro Alves  <palves@redhat.com>
1491
1492         PR gdb/13860
1493         * observer.texi (signal_received, end_stepping_range)
1494         (signal_exited, exited, no_history): New observer subjects.
1495
1496 2014-05-26  Andy Wingo  <wingo@igalia.com>
1497
1498         * guile.texi (GDB Scheme Data Types): Remove documentation for
1499         removed interfaces.  Update spelling of gdb-object-kind.
1500
1501 2014-05-26  Andy Wingo  <wingo@igalia.com>
1502
1503         * guile.texi (Basic Guile): Fix some typos.
1504
1505 2014-05-26  Andy Wingo  <wingo@igalia.com>
1506
1507         * guile.texi (Writing a Guile Pretty-Printer)
1508         (Guile Types Module): Fix excess parentheses in use-modules forms.
1509
1510 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1511
1512         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1513         (Breakpoints In Guile, Guile Printing Module)
1514         (Guile Exception Handling, Values From Inferior In Guile)
1515         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1516         Don't use @var at the beginning of a sentence.
1517
1518         * gdb.texinfo (Frame Filter Management, Trace Files)
1519         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1520         (PowerPC Embedded, Define, Annotations for Running)
1521         (IPA Protocol Commands, Packets, General Query Packets)
1522         (Tracepoint Packets, Notification Packets, Environment)
1523         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1524         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1525         (Frames, Backtrace, Selection, Expressions, Registers)
1526         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1527         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1528         (Source Annotations, Using JIT Debug Info Readers, Packets)
1529         (Stop Reply Packets, Host I/O Packets)
1530         (Target Description Format): Don't use @var at the beginning of a
1531         sentence.
1532
1533         * python.texi (Basic Python, Types In Python)
1534         (Commands In Python, Frames In Python, Line Tables In Python)
1535         (Breakpoints In Python, gdb.printing, gdb.types)
1536         (Type Printing API): Don't use @var at the beginning of a
1537         sentence.
1538
1539 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1540
1541         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1542         replay-memory-access".
1543
1544 2014-05-21  Pedro Alves  <palves@redhat.com>
1545
1546         * gdb.texinfo (Starting): Document "set/show
1547         auto-connect-native-target".
1548         (Target Commands): Document "target native".
1549
1550 2014-05-20  Pedro Alves  <palves@redhat.com>
1551
1552         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1553         not be remote specific.  Add cross reference to the qCRC packet.
1554         (Separate Debug Files): Update cross reference to the qCRC packet.
1555         (General Query Packets) <qCRC packet>: Add anchor.
1556
1557 2014-05-17  Doug Evans  <xdje42@gmail.com>
1558
1559         Copy over changes from guile.texi.
1560         * python.texi (Basic Python) <gdb.execute>: Add text.
1561         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1562         (Values From Inferior) <Python string>: Add text.
1563         (Values From Inferior) <Value.string>: Clarify string length handling.
1564         (Pretty Printing API): Add cindex.
1565         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1566         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1567         @vindex.
1568         (Commands In Python) <COMPLETE_*>: Similarly.
1569         (Symbols In Python) <SYMBOL_*>: Similarly.
1570         (Breakpoints In Python) <WP_*>: Similarly.
1571         (Breakpoints In Python) <BP_*>: Similarly.
1572
1573 2014-05-17  David Taylor <dtaylor@emc.com>
1574
1575         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1576         mentioned in the qfThreadInfo reply.
1577
1578 2014-05-16  Doug Evans  <dje@google.com>
1579
1580         * gdb.texinfo (Mode Options): Add -D.
1581
1582 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1583
1584         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1585         "make -C".
1586
1587 2014-04-29  Tom Tromey  <tromey@redhat.com>
1588
1589         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1590         "show debug varobj".
1591
1592 2014-05-01  David Taylor  <dtaylor@emc.com>
1593
1594         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1595         option.
1596
1597 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1598             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1599
1600         * gdb.texinfo (i386 Features): Add description of AVX512
1601         registers.
1602
1603 2014-03-31  Doug Evans  <dje@google.com>
1604
1605         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1606
1607 2014-03-30  Doug Evans  <dje@google.com>
1608
1609         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1610         (Background Execution): Ditto.
1611
1612 2014-03-21  Pedro Alves  <palves@redhat.com>
1613             Stan Shebs  <stan@codesourcery.com>
1614             Hui Zhu  <hui@codesourcery.com>
1615
1616         * gdb.texinfo (Packets): Add anchor to "? packet".
1617         Remove fixme and update introduction of "k packet".
1618         Add anchor to "vKill packet".
1619
1620 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1621
1622         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1623
1624 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1625
1626         * guile.texi (Basic Guile): Document 'history-append!'.
1627
1628 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1629
1630         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1631         and "assf" as being deprecated.
1632         (Cygwin Native): Likewise for "dll-symbols".
1633         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1634         as a way to force the loading of symbols from a DLL.
1635
1636 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1637
1638         * python.texi (Values From Inferior): Add description about the
1639         new feature.
1640
1641 2014-02-17  Doug Evans  <xdje42@gmail.com>
1642
1643         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1644         * gdb.texinfo (Python): Moved to ...
1645         * python.texi: ... here.  New file.
1646
1647 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1648
1649         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1650         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1651         parameter to 'str-lookup-function' procedure.  Look for
1652         the "std::string<" prefix.
1653         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1654         Adjust description.
1655
1656 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1657
1658         * guile.texi (Values From Inferior In Guile): Remove stray
1659         parantheses for deffn.
1660         (Disassembly In Guile): Ditto.
1661
1662 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1663
1664         Add Doxygen support.
1665         * Makefile.in (doxy): New action, generates Doxygen files.
1666         (DOXYGEN): New.
1667         (doxyedit): New.
1668         * Doxyfile-base.in: New file.
1669         * Doxyfile-gdb-api.in: New file.
1670         * Doxyfile-gdb-xref.in: New file.
1671         * Doxyfile-gdbserver.in: New file.
1672         * doxy-index.in: New file.
1673         * filter-for-doxygen: New file.
1674         * filter-params.pl: New file.
1675
1676 2014-02-10  Doug Evans  <xdje42@gmail.com>
1677
1678         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1679         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1680         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1681         (Guile docs): Include guile.texi.
1682         (objfile-gdbdotext file): Add objfile-gdb.scm.
1683         (dotdebug_gdb_scripts section): Mention Guile scripts.
1684         (Multiple Extension Languages): New node.
1685         * guile.texi: New file.
1686
1687 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1688
1689         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1690         ignore-descriptive-types". commands.
1691
1692 2014-01-22  Doug Evans  <dje@google.com>
1693
1694         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1695         (gdbserver man): Ditto.
1696
1697 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1698
1699         * gdb.texinfo: Document limited reverse/replay support
1700         for target record-btrace.
1701
1702 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1703
1704         * gdb.texinfo (Process Record and Replay): Update documentation.
1705
1706 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1707
1708         * gdb.texinfo (Process Record and Replay): Document new /c
1709         modifier accepted by "record function-call-history".
1710         Add /i modifier to "record function-call-history" example.
1711
1712 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1713             Joel Brobecker  <brobecker@adacore.com>
1714
1715         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1716         markers.  Remove one that was misplaced.
1717
1718 2014-01-10  Pedro Alves  <palves@redhat.com>
1719
1720         * gdb.texinfo (Your Program's Environment) <set environment>:
1721         Mention the shell, and point at 'set exec-wrapper'.
1722
1723 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1724
1725         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1726
1727 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1728
1729         * gdb.texinfo (Types In Python): Clarify the documentation
1730         of attribute gdb.Field.bitpos.
1731
1732 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1733
1734         * gdb.texinfo (Types In Python): Fix the documentation of
1735         attribute "bitpos" in class gdb.Field for enum types.  Add
1736         documentation for attribute "enumval" in that same class.
1737
1738 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1739
1740         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1741         @ftable.
1742
1743 2013-12-23  Doug Evans  <xdje42@gmail.com>
1744
1745         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1746         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1747         corresponding section in Extending GDB.
1748         (Extending GDB): Move menu up.  New menu item "Auto-loading
1749         extensions".
1750         (Sequences): New menu item "Auto-loading sequences".
1751         (Auto-loading sequences): New node.
1752         (Python): Rename section from Scripting GDB to Extending GDB.
1753         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1754         Move docs on ways to auto-load extensions to ...
1755         (Auto-loading extensions): ... here.  New node.
1756
1757 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1758
1759         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1760         in menu.
1761         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1762         command, now in a new node.
1763         (GDB/MI Support Commands): New node, with its contents being
1764         extracted from the "GDB/MI Miscellaneous Commands" node.
1765         A small paragraph introducing the section is also added at
1766         the start.
1767         (GDB/MI Miscellaneous Commands): Delete the description of the
1768         -info-gdb-mi-command, -list-features and -list-target-features
1769         commands, now hosted in the "GDB/MI Support Commands" node.
1770
1771 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1772
1773         PR python/16113
1774         * gdb.texinfo (Values From Inferior): Add a note about using
1775         gdb.Field objects as subscripts on gdb.Value objects.
1776         (Types In Python): Add description about the new attribute
1777         "parent_type" of gdb.Field objects.
1778
1779 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1780
1781         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1782         entry for section docuumenting the -list-features GDB/MI command.
1783
1784 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1785
1786         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1787         "exec-run-start-option" entry in the output of the "-list-features"
1788         command.
1789
1790 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1791
1792         * gdb.texinfo (i386): Fix yesterday's commit.
1793
1794 2013-12-03  Tom Tromey  <tromey@redhat.com>
1795
1796         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1797         documented here.
1798
1799 2013-12-03  Tom Tromey  <tromey@redhat.com>
1800
1801         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1802
1803 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1804
1805         * gdb.texinfo (i386 Features): Add MPX feature registers.
1806         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1807         a subsubsection for MPX and describes the display of the
1808         boundary registers.
1809
1810 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1811
1812         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1813         documentation of the "ada-exceptions" entry.
1814
1815 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1816
1817         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1818         "^error" result record concerning the error message.  Document
1819         the error code that may also be part of that result record.
1820         (GDB/MI Miscellaneous Commands): Document the
1821         "undefined-command-error-code" element in the output of
1822         the "-list-features" GDB/MI command.
1823
1824 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1825
1826         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1827         the new -info-gdb-mi-command GDB/MI command.  Document
1828         the meaning of "-info-gdb-mi-command" in the output of
1829         -list-features.
1830
1831 2013-11-29  Pedro Alves  <palves@redhat.com>
1832
1833         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1834         Update comment.
1835
1836 2013-11-24  Yao Qi  <yao@codesourcery.com>
1837
1838         * gdb.texinfo (Caching Remote Data): Document new
1839         "set/show stack-cache" option.
1840
1841 2013-11-24  Yao Qi  <yao@codesourcery.com>
1842
1843         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1844         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1845         "off" respectively.
1846
1847 2013-11-23  Yao Qi  <yao@codesourcery.com>
1848
1849         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1850         of "displayhint" to the table about child results.
1851
1852 2013-11-21  Yao Qi  <yao@codesourcery.com>
1853
1854         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1855         'dynamic' for the output of command -var-list-children.
1856
1857 2013-11-21  Yao Qi  <yao@codesourcery.com>
1858
1859         * gdb.texinfo (Caching Target Data): Remove "see" before
1860         @pxref.
1861
1862 2013-11-20  Yao Qi  <yao@codesourcery.com>
1863
1864         * gdb.texinfo (Caching Target Data): Update doc for
1865         per-address-space dcache.
1866
1867 2013-11-20  Yao Qi  <yao@codesourcery.com>
1868
1869         * gdb.texinfo (Data): Rename menu item.
1870         (Caching Remote Data): Rename to ...
1871         (Caching Target Data): ... it.  Update.
1872
1873 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1874
1875         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1876         "language-option" entry in the output of the "-list-features"
1877         command.
1878
1879 2013-11-15  Tom Tromey  <tromey@redhat.com>
1880
1881         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1882         Add example.
1883
1884 2013-11-14  Tom Tromey  <tromey@redhat.com>
1885
1886         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1887
1888 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1889
1890         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1891         (Context management): Place current subsection text into its own
1892         subsubsection.  Add new subsubsection describing the "--language"
1893         command option.
1894
1895 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1896
1897         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1898         the documentation of "info-ada-exceptions" in the output
1899         of the "-list-features" command.  Add the documentation
1900         of the "ada-exception" entry instead.
1901
1902 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1903
1904
1905         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1906         word of a couple of sentences to start with a capital letter.
1907
1908 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1909
1910         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1911         (Ada Exceptions): New node.
1912         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1913         Commands" node.
1914         (GDB/MI Ada Exceptions Commands): New node.
1915         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1916         field in the output of the "-list-features" command.
1917         * NEWS: Add entry for the new "info exceptions" CLI command,
1918         and for the new "-info-ada-exceptions" GDB/MI command.
1919
1920 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1921
1922         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1923         (Line Tables In Python): New node.
1924
1925 2013-11-08  Doug Evans  <dje@google.com>
1926
1927         * gdb.texinfo (Debugging Output): Update text for
1928         "set debug dwarf2-read".
1929
1930 2013-11-08  Doug Evans  <dje@google.com>
1931
1932         * gdb.texinfo (Debugging Output): Update text for
1933         "set debug symtab-create".
1934
1935 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1936
1937         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1938         constant.
1939
1940 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1941
1942         * gdb.texinfo (Breakpoints In Python): Document temporary
1943         option in breakpoint constructor, and add documentation to the
1944         temporary attribute.
1945
1946 2013-11-07  Yao Qi  <yao@codesourcery.com>
1947
1948         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1949         output of "-var-info-expression".
1950
1951 2013-11-06  Pedro Alves  <palves@redhat.com>
1952
1953         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1954         non-interactive mode.
1955         (Environment) <shell startup files warning>: Mention
1956         non-interactive mode.  Mention .zshenv for Z shell, and talk about
1957         BASH_ENV instead of .bashrc for BASH.
1958
1959 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1960
1961         * gdb.texinfo (Commands to Specify Files): Add description
1962         of the remove-symbol-file command.
1963         * observer.texi: New free_objfile event
1964
1965 2013-10-24  Pedro Alves  <palves@redhat.com>
1966
1967         * gdb.texinfo (Starting): Document set/show startup-with-shell.
1968
1969 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1970
1971         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1972         New subsection inside which the "-catch-load" and "-catch-unload"
1973         commands documentation is now placed.
1974         (Ada Exception GDB/MI Catchpoint Commands): New subsection
1975         documenting the "-catch-assert" and "-catch-exception" new
1976         GDB/MI commands.
1977
1978 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1979
1980         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1981
1982 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1983
1984         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1985         serial baud".
1986         (Remote Configuration): Replace "set remotebaud" by "set serial
1987         baud".  Replace "show remotebaud" by "show serial baud".
1988
1989 2013-10-07  Pedro Alves  <palves@redhat.com>
1990
1991         PR breakpoints/11568
1992         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1993         when the thread is removed from the thread list.
1994
1995 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1996
1997         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1998         Update entry for $_exitcode.
1999
2000 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2001
2002         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2003         new "--start" option.
2004
2005 2013-10-02  Pedro Alves  <palves@redhat.com>
2006
2007         * gdb.texinfo (Registers): Expand description of saved registers
2008         in frames.  Explain <not saved>.
2009
2010 2013-09-25  Doug Evans  <dje@google.com>
2011
2012         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2013
2014 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2015
2016         Remove the internals manual gdbint.texinfo.
2017         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2018         (PDFFILES): Remove gdbint.pdf.
2019         (HTMLFILES): Remove gdbint/index.html.
2020         (HTMLFILES_INSTALL): Remove gdbint.
2021         (GDBINT_DOC_FILES): Remove.
2022         (dvi): Remove gdbint.dvi.
2023         (ps): Remove gdbint.ps.
2024         * gdbint.texinfo: Remove file.
2025         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2026
2027 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2028
2029         * gdb.texinfo (Convenience Functions): Mention new convenience
2030         function $_isvoid.
2031
2032 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2033
2034         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2035         (Standard Target Features): Add new node to menu.
2036         (S/390 and System z Features): New node.
2037
2038 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2039
2040         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2041         -list-target-features in the example.
2042
2043 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2044
2045         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2046         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2047
2048 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2049
2050         Sync documentation with gdb.base/gnu-debugdata.exp.
2051         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2052
2053 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2054
2055         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2056
2057 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2058             Yao Qi  <yao@codesourcery.com>
2059
2060         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2061         Document new --skip-unavailable option.
2062         <-stack-list-variables>: Document new --skip-unavailable option.
2063
2064 2013-08-26  Doug Evans  <dje@google.com>
2065
2066         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2067         an optional regexp.
2068
2069 2013-08-13  Tom Tromey  <tromey@redhat.com>
2070
2071         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2072         Document GDB_PARALLEL and GDB_INOTIFY.
2073
2074 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2075
2076         * LRS: Remove file, describes a long-abandoned live-range
2077         splitting extension to stabs.
2078
2079 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2080
2081         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2082
2083 2013-07-17  Doug Evans  <dje@google.com>
2084
2085         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2086
2087 2013-07-02  Tom Tromey  <tromey@redhat.com>
2088
2089         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2090
2091 2013-06-28  Tom Tromey  <tromey@redhat.com>
2092
2093         * Makefile.in (version.subst): Use version.in, not
2094         common/version.in.
2095         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2096         Likewise.
2097
2098 2013-06-27  Pedro Alves  <palves@redhat.com>
2099
2100         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2101         dynamic symbol resolution code>: New section, based on infrun.c
2102         comment.
2103
2104 2013-06-26  Tom Tromey  <tromey@redhat.com>
2105
2106         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2107         Update.
2108         (Releasing GDB): Likewise.
2109
2110 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2111             Yao Qi  <yao@codesourcery.com>
2112
2113         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2114         -trace-frame-collected.
2115
2116 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2117
2118         * gdb.texinfo (Traceframe Info Format): Document tvar element
2119         and its attributes.
2120
2121 2013-06-25  Yao Qi  <yao@codesourcery.com>
2122
2123         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2124
2125 2013-06-24  Tom Tromey  <tromey@redhat.com>
2126
2127         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2128         (GDBvn.texi): Use version.subst.
2129         (version.subst): New target.
2130         (mostlyclean): Remove version.subst.
2131
2132 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2133
2134         * gdb.texinfo (GDB/MI Data Manipulation)
2135         <-data-list-register-values>: Document the --skip-unavailable
2136         option.
2137
2138 2013-06-07  Yao Qi  <yao@codesourcery.com>
2139
2140         * gdb.texinfo (Symbols): Add kindex and cindex for
2141         'maint print msymbols'.
2142
2143 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2144
2145         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2146         response field name (thread-group to inferior).
2147
2148 2013-06-04 Gary Benson  <gbenson@redhat.com>
2149
2150         * gdb.texinfo (General Query Packets/qSupported): Added
2151         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2152         to the table of currently defined stub features.
2153         Added a more detailed entry for "augmented-libraries-svr4-read".
2154         (General Query Packets/qXfer:libraries-svr4:read): Documented
2155         the augmented form of this packet.
2156
2157 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2158
2159         * gdb.texinfo (System-wide Configuration Scripts): Renames
2160         "Installed System-wide Configuration Scripts". Add associated
2161         @menu block.
2162
2163 2013-05-23  Yao Qi  <yao@codesourcery.com>
2164             Pedro Alves  <palves@redhat.com>
2165
2166         * gdb.texinfo (Packets): Document 'vCont;r'.
2167         (Continuing and Stepping): Document target-assisted range
2168         stepping, and the 'set range-stepping' and 'show range-stepping'
2169         commands.
2170
2171 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2172
2173         * gdb.texinfo (Installed System-wide Configuration Scripts):
2174         Add subsection describing the scripts now available under
2175         the data-dir's system-gdbbinit subdirectory.
2176         * NEWS: Add entry announcing the availability of system-wide
2177         configuration scripts for ElinOS and Wind River Linux.
2178
2179 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2180
2181         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2182         "-dprintf-insert" command.
2183
2184 2013-05-17  Doug Evans  <dje@google.com>
2185
2186         * gdb.texinfo (Maintenance Commands): Update doc for
2187         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2188         "maint expand-symtabs".
2189
2190 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2191
2192         * gdb.texinfo (Process Record and Replay): Document the
2193         "record goto" command and its sub-commands.
2194
2195 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2196
2197         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2198         (Python API): Add Frame Filters API, Frame Wrapper API,
2199         Writing a Frame Filter/Wrapper, Managing Management of Frame
2200         Filters chapter entries.
2201         (Frame Filters API): New Node.
2202         (Frame Wrapper API): New Node.
2203         (Writing a Frame Filter): New Node.
2204         (Managing Frame Filters): New Node.
2205         (Progspaces In Python): Add note about frame_filters attribute.
2206         (Objfiles in Python): Ditto.
2207         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2208         @anchors and --no-frame-filters option to -stack-list-variables,
2209         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2210         commands.
2211
2212 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2213
2214         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2215         Support" subsection documenting the XML format used to transfer
2216         shared library info on AIX.
2217
2218 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2219
2220         * gdb.texinfo (Debugging Output): Add documentation of
2221         "set debug aix-solib" and "show debug aix-solib" commands.
2222
2223 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2224
2225         * gdb.texinfo (Nios II): New section.
2226         (Nios II Features): New section.
2227
2228 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2229
2230         * gdbint.texinfo (Algorithms): Remove entries documenting
2231         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2232         SOLIB_CREATE_INFERIOR_HOOK.
2233
2234 2013-04-29  Tom Tromey  <tromey@redhat.com>
2235
2236         PR python/14204:
2237         * gdb.texinfo (Python API): Fix menu entry.
2238         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2239         Define global and static block.  Add example.  Clarify
2240         block relationship for inline functions.
2241
2242 2013-04-29  Tom Tromey  <tromey@redhat.com>
2243
2244         * gdb.texinfo (Python API): Mention Python help and keyword
2245         arguments.  Move pagination text to Basic Python.
2246         (Basic Python): Put pagination text here.  Document
2247         close-on-exec, SIGCHLD, and SIGINT.
2248
2249 2013-04-19  Pedro Alves  <palves@redhat.com>
2250
2251         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2252         "signedness" instead of "signness".
2253
2254 2013-04-19  Pedro Alves  <palves@redhat.com>
2255
2256         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2257         -Wno-pointer-sign text with text on -Wpointer-sign.
2258
2259 2013-04-16  Tom Tromey  <tromey@redhat.com>
2260
2261         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2262         GCC that has the SDT probe points.
2263
2264 2013-04-15  Tom Tromey  <tromey@redhat.com>
2265
2266         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2267         exception catchpoints.
2268
2269 2013-04-15  Tom Tromey  <tromey@redhat.com>
2270
2271         * gdb.texinfo (Set Catchpoints): Document $_exception.
2272         (Convenience Vars): Mention $_exception.
2273
2274 2013-04-15  Tom Tromey  <tromey@redhat.com>
2275
2276         * gdb.texinfo (Set Catchpoints): Reorganize exception
2277         catchpoints.  Document "catch rethrow".
2278         (Debugging C Plus Plus): Mention "catch rethrow".
2279
2280 2013-04-15  Tom Tromey  <tromey@redhat.com>
2281
2282         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2283
2284 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2285             Eli Zaretskii  <eliz@gnu.org>
2286
2287         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2288         line below the sample output.
2289
2290 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2291
2292         * gdb.texinfo (Mode Options): Document '-configuration'.
2293         (Help): Document "show configuration".
2294         (Bug Reporting): Add requirements to include the configuration
2295         details in bug reports.
2296
2297 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2298
2299         * Makefile.in (MAN1S): Add gcore.1.
2300         Remove "Host, target, and site specific Makefile fragments" comment.
2301         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2302         (install-man1, uninstall-man1): Conditionalize gcore.1.
2303         (gcore.1): New.
2304         * gdb.texinfo (Man Pages): Add gcore man.
2305         (gcore man): New node.
2306
2307 2013-04-10  Pedro Alves  <palves@redhat.com>
2308
2309         * gdb.texinfo (Process Record and Replay): Document that "set
2310         record full insn-number-max", "set record
2311         instruction-history-size" and "set record
2312         function-call-history-size" accept "unlimited".
2313         (Backtrace): Document that "set backtrace limit" accepts
2314         "unlimited".
2315         (List): Document that "set listsize" accepts "unlimited".
2316         (Print Settings)" Document that "set print max-symbolic-offset",
2317         "set print elements" and "set print repeats" accept "unlimited".
2318         (Starting and Stopping Trace Experiments): Document that "set
2319         trace-buffer-size" accepts "unlimited".
2320         (Remote Configuration): Document that "set tcp connect-timeout"
2321         accepts "unlimited".
2322         (Command History): Document that "set history size" accepts
2323         "unlimited".
2324         (Screen Size): Document that "set height" and "set width" accepts
2325         "unlimited".  Adjust "set pagination"'s description to suggest
2326         "set height unlimited" instead of "set height 0".
2327
2328 2013-04-10  Yao Qi  <yao@codesourcery.com>
2329
2330         * gdb.texinfo (Trace Files): Add "target ctf".
2331
2332 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2333
2334         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2335
2336         * Makefile.in (install-man1, install-man5, uninstall-man1)
2337         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2338
2339         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2340
2341 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2342             Eli Zaretskii  <eliz@gnu.org>
2343
2344         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2345         parameters order.  Remove "On some targets" for --attach.  Document the
2346         --multi parameter and extended-remote command.  Document all the
2347         options.
2348
2349 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2350
2351         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2352         the list of supported languages.
2353
2354 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2355
2356         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2357         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2358         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2359         (diststuff): Add man.
2360         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2361         (uninstall-man5): New.
2362         (STAGESTUFF): Add *.1 and *.5.
2363         (GDBvn.texi): Add SYSTEM_GDBINIT.
2364         (gdb.1, gdbserver.1, gdbinit.5): New.
2365         (maintainer-clean realclean): Add $(MANS).
2366         (install): Add install-man.
2367         (uninstall): Add uninstall-man.
2368         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2369         (@copying): Wrap it by @c man begin COPYRIGHT.
2370         (Top): Add Man Pages.
2371         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2372
2373 2013-04-02  Pedro Alves  <palves@redhat.com>
2374
2375         * gdb.texinfo (Debugging Output): Document "set/show debug
2376         aarch64", "set/show debug coff-pe-read" and "set/show debug
2377         mach-o".
2378
2379 2013-04-02  Pedro Alves  <palves@redhat.com>
2380
2381         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2382         table>: Add entry for "trace-buffer-size".
2383
2384 2013-03-28  Pedro Alves  <palves@redhat.com>
2385
2386         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2387         table>: Add entry for "trace-status".
2388
2389 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2390
2391         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2392         @bullet", which is invalid (makeinfo 5.1 barfs).
2393
2394 2013-03-28  Pedro Alves  <palves@redhat.com>
2395
2396         PR gdb/15294
2397
2398         * gdb.texinfo (List) <set listsize>: Adjust to document that
2399         listsize 0 means no limit, and remove mention of -1.
2400
2401 2013-03-22  Yao Qi  <yao@codesourcery.com>
2402
2403         * gdb.texinfo (Embedded Processors): Remove menu item
2404         "OpenRISC 1000".
2405         (OpenRISC 1000): Remove.
2406
2407 2013-03-21  Doug Evans  <dje@google.com>
2408
2409         * gdb.texinfo (Maintenance Commands): Add docs for
2410         "mt set per-command {space,time,symtab} {on,off}".
2411
2412 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2413             Yao Qi  <yao@codesourcery.com>
2414
2415         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2416
2417 2013-03-13  Keith Seitz  <keiths@redhat.com>
2418
2419         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2420         "maint agent" reference to Dynamic printf.
2421
2422 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2423
2424         * gdb.texinfo (General Query Packets): Don't use colon in index
2425         entries visible to Info format.
2426
2427 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2428
2429         * gdb.texinfo (Process Record and Replay): Document record
2430         changes.
2431
2432 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2433
2434         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2435         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2436         qXfer:btrace:read.
2437
2438 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2439
2440         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2441         use colons in @anchor and @cindex entries.
2442
2443 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2444
2445         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2446
2447 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2448             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2449
2450         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2451         trace-buffer-size set and show commands.
2452         (Tracepoint Packets): Document QTBuffer:size.
2453         (General Query Packets): Document QTBuffer:size.
2454
2455 2013-02-21  Tom Tromey  <tromey@redhat.com>
2456
2457         * gdb.texinfo: Remove bad @syncodeindex.
2458         (Values From Inferior, Types In Python, Inferiors In Python)
2459         (Events In Python, Threads In Python, Frames In Python, Blocks In
2460         Python, Symbols In Python, Symbol Tables In Python): Remove
2461         @tables.
2462         (Packets, General Query Packets, Tracepoint Packets)
2463         (Host I/O Packets): Use @w{} for empty @item.
2464
2465 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2466
2467         * gdb.texinfo (Architectures In Python): Add description about
2468         the new method gdb.Architecture.disassemble.
2469
2470 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2471             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2472
2473         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2474         Document the "trace-file" field.
2475
2476 2013-02-07  Doug Evans  <dje@google.com>
2477
2478         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2479         command.
2480
2481 2013-02-06  Yao Qi  <yao@codesourcery.com>
2482
2483         * gdb.texinfo (GDB/MI Async Records): Document new MI
2484         notification "=tsv-modified".  Update the document of MI
2485         notification "=tsv-created".
2486         * observer.texi (GDB Observers): New observer tsv_modified.
2487         Update observer tsv_created and tsv_delete.
2488
2489 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2490
2491         * gdb.texinfo (AArch64 Features): New section; document
2492         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2493         (Architectures): Add new AArch64 section to document AArch64
2494         architecture specific commands.
2495         (ABI): Add description of the new OS ABI "Newlib" and its influence
2496         on the longjmp handling.
2497
2498 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2499             Jan Kratochvil  <jan.kratochvil@redhat.com>
2500
2501         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2502         variable in 'set/show backtrace' section.
2503
2504 2013-01-31  Tom Tromey  <tromey@redhat.com>
2505
2506         * gdb.texinfo (Target Commands): Fix typo.
2507
2508 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2509
2510         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2511         describing the gdb.Architecture class.
2512         (Frames In Python): Add description about the new method
2513         gdb.Frame.architecture().
2514
2515 2013-01-23  Doug Evans  <dje@google.com>
2516
2517         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2518
2519 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2520
2521         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2522         'thread-groups' field when printing a breakpoint in MI.
2523
2524 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2525         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2526         to reflect that jit-reader-load now supports absolute file-names.
2527
2528 2013-01-16  Tom Tromey  <tromey@redhat.com>
2529
2530         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2531         (Signals): Likewise.
2532
2533 2013-01-16  Tom Tromey  <tromey@redhat.com>
2534
2535         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2536         "catch-type" field.
2537         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2538
2539 2013-01-07  Tom Tromey  <tromey@redhat.com>
2540
2541         * gdb.texinfo (Mode Options): Don't mention -epoch.
2542         (Data, Emacs): Remove obsolete comments.
2543
2544 2013-01-02  Tom Tromey  <tromey@redhat.com>
2545
2546         * gdb.texinfo (GDB/MI Output Records): Update menu.
2547         (GDB/MI Breakpoint Information): New node.
2548         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2549         <-break-insert>: Likewise.
2550
2551 2012-12-31  Yao Qi  <yao@codesourcery.com>
2552
2553         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2554         (Packets): Move "vStopped" packet to ...
2555         (Notification Packets): ... here.  Describe the components
2556         of notification.  Add a table of supported notifications.
2557         Add an example on the process of he async notification.
2558
2559 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2560
2561         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2562         present.
2563         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2564         fullname output always present.
2565
2566 2012-12-23  Pierre Muller  <muller@sourceware.org>
2567
2568         * gdbint.texinfo (Function prototypes): Require use of "extern"
2569         modifier for function prototypes in headers.
2570
2571 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2572
2573         * refcard.tex: Update copyright notice to GPL v3 or later.
2574         Update contact info.
2575
2576 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2577
2578         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2579
2580 2012-12-15  Yao Qi  <yao@codesourcery.com>
2581
2582         * gdb.texinfo (Debugging Output): Document 'set debug
2583         notification' and 'show debug notification'.
2584
2585 2012-12-15  Yao Qi  <yao@codesourcery.com>
2586
2587         * gdb.texinfo (Listing Tracepoints): New item and example about
2588         'installed on target' output.
2589         Add more in the example about 'installed on target'.
2590         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2591
2592 2012-12-14  Tom Tromey  <tromey@redhat.com>
2593
2594         * gdb.texinfo (SVR4 Process Information): Mention core files.
2595
2596 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2597
2598         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2599
2600 2012-12-11  Pedro Alves  <palves@redhat.com>
2601
2602         * gdb.texinfo: Remove all mentions of Unixware throughout.
2603
2604 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2605
2606         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2607
2608 2012-11-29  Tom Tromey  <tromey@redhat.com>
2609
2610         * gdb.texinfo (SVR4 Process Information): Document missing
2611         "info proc" subcommands.
2612
2613 2012-11-29  Yao Qi  <yao@codesourcery.com>
2614
2615         PR gdb/1477.
2616         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2617         to 'auto' instead of 'gnu'.
2618
2619 2012-11-26  Tom Tromey  <tromey@redhat.com>
2620
2621         * gdb.texinfo (MiniDebugInfo): New node.
2622         (GDB Files): Update.
2623
2624 2012-11-16  Doug Evans  <dje@google.com>
2625
2626         * gdb.texinfo (System-wide configuration): If the system-wide init
2627         file lives in the data-directory, and --data-directory is provided,
2628         look for it there.
2629
2630 2012-11-15  Tom Tromey  <tromey@redhat.com>
2631
2632         * gdb.texinfo (Signaling): Fix typo.
2633
2634 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2635
2636         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2637         parameter "count" of -data-write-memory-bytes, and add an example.
2638
2639 2012-11-12  Tom Tromey  <tromey@redhat.com>
2640
2641         * gdb.texinfo (Symbols): Document "info type-printers",
2642         "enable type-printer" and "disable type-printer".
2643         (Python API): Add new node to menu.
2644         (Type Printing API): New node.
2645         (Progspaces In Python): Document type_printers field.
2646         (Objfiles In Python): Likewise.
2647         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2648         register_type_printer, TypePrinter>: Document.
2649
2650 2012-11-12  Tom Tromey  <tromey@redhat.com>
2651
2652         * gdb.texinfo (Symbols): Document "set print type methods",
2653         "set print type typedefs", and flags to ptype and whatis.
2654
2655 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2656
2657         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2658         the example -data-disassemble output.  Extend the description of
2659         the -data-disassemble results to document all fields.  Document
2660         the cli disassemble command as being related to -data-disassemble.
2661
2662 2012-11-09  Yao Qi  <yao@codesourcery.com>
2663
2664         PR gdb/14777.
2665         * gdb.texinfo (OS Information): Remove doc on command
2666         'info udot'.
2667
2668 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2669
2670         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2671         gdb.ini warning for Windows port.
2672
2673 2012-11-08  Yao Qi  <yao@codesourcery.com>
2674
2675         * gdb.texinfo (Search): Add kindex for 'fo'.
2676
2677 2012-11-05  Tom Tromey  <tromey@redhat.com>
2678
2679         PR python/14802:
2680         * gdb.texinfo (Functions In Python): Add example.
2681
2682 2012-11-03  Yao Qi  <yao@codesourcery.com>
2683
2684         * observer.texi (GDB Observers): Remove observer
2685         'tracepoint_modified', 'tracepoint_created' and
2686         'tracepoint_deleted'.
2687
2688 2012-10-26  Tom Tromey  <tromey@redhat.com>
2689
2690         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2691
2692 2012-10-25  Tom Tromey  <tromey@redhat.com>
2693
2694         * gdb.texinfo (General Query Packets): Use @itemx.
2695
2696 2012-10-17  Yao Qi  <yao@codesourcery.com>
2697
2698         * observer.texi (GDB Observers): Update observer
2699         'memory_changed'.
2700         * gdb.texinfo (GDB/MI Async Records): Document for
2701         "memory-changed" notification.
2702
2703 2012-10-15  Doug Evans  <dje@google.com>
2704
2705         * gdb.texinfo (Mode Options): Document -nh.
2706         Elaborate on docs for -nx.
2707
2708 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2709
2710         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2711
2712 2012-09-21  Yao Qi  <yao@codesourcery.com>
2713             Pedro Alves  <palves@redhat.com>
2714
2715         * gdb.texinfo (GDB/MI Async Records): Document notification
2716         'record-started' and 'record-stopped'.
2717         * observer.texi (GDB Observers): New observer 'record-changed'.
2718
2719 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2720
2721         * gdb.texinfo: Document the removal of SH's 'regs' command.
2722
2723 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2724
2725         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2726
2727 2012-09-18  Yao Qi  <yao@codesourcery.com>
2728
2729         * gdb.texinfo (GDB/MI Async Records): Document new MI
2730         notifications '=tsv-created' and '=tsv-deleted'.
2731         * observer.texi (GDB Observers): New observer tsv_created and
2732         tsv_deleted.
2733
2734 2012-09-18  Yao Qi  <yao@codesourcery.com>
2735
2736         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2737         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2738         '=traceframe-changed'.
2739
2740 2012-09-17  Yao Qi  <yao@codesourcery.com>
2741
2742         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2743         'set listsize'.
2744
2745 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2746             Eli Zaretskii  <eliz@gnu.org>
2747
2748         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2749         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2750         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2751
2752 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2753
2754         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2755
2756 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2757
2758         Document how to return from "python-interactive" to GDB.
2759         * gdb.texinfo (Python Commands): Update documentation.
2760
2761 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2762
2763         Add a new "python-interactive" command that starts a standard
2764         Python interactive prompt with "pi" as alias, and add "py" as
2765         an alias to "python".
2766         * gdb.texinfo (Python Commands): Document the new commands.
2767
2768 2012-08-22  Tom Tromey  <tromey@redhat.com>
2769
2770         * gdbint.texinfo (Host Definition): Remove documentation for
2771         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2772
2773 2012-08-17  Keith Seitz  <keiths@redhat.com>
2774
2775         PR c++/13356
2776         * gdb.texinfo (Type and Range Checking): Remove warning.
2777         Remove spurious commas.
2778         Update text and examples for re-implementation of set/show
2779         check type.
2780         (C and C++ Type and Range Checks): Likewise.
2781
2782 2012-08-16  Yao Qi  <yao@codesourcery.com>
2783
2784         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2785         is deprecated.
2786
2787 2012-08-13  Doug Evans  <dje@google.com>
2788
2789         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2790         to include functions.
2791
2792 2012-08-10  Doug Evans  <dje@google.com>
2793
2794         * gdb.texinfo (Convenience Funs): New node.
2795         (Types In Python): Document Type.vector.
2796
2797 2012-08-09  Yao Qi  <yao@codesourcery.com>
2798
2799         * observer.texi: New observer command_param_changed.
2800         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2801
2802 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2803
2804         * gdbint.texinfo (Debugging GDB): In section
2805         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2806         Mention also gdb-gdb.py.
2807
2808 2012-08-07  Yao Qi  <yao@codesourcery.com>
2809
2810         Revert the folloing patch:
2811         2012-08-06  Yao Qi  <yao@codesourcery.com>
2812         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2813         remote hardware-watchpoint-limit' and 'set
2814         remote hardware-breakpoint-limit'.
2815
2816 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2817
2818         * gdb.texinfo (Working Directory): Added information about new
2819         default argument for 'cd' command.
2820
2821 2012-08-06  Yao Qi  <yao@codesourcery.com>
2822
2823         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2824         remote hardware-watchpoint-limit' and 'set
2825         remote hardware-breakpoint-limit'.
2826
2827 2012-08-06  Yao Qi  <yao@codesourcery.com>
2828
2829         Fix PR14371.
2830
2831         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2832         '=breakpoint-deleted'.
2833
2834 2012-08-02  Yao Qi  <yao@codesourcery.com>
2835
2836         * gdb.texinfo (Native): Remove node Neutrino.
2837
2838 2012-07-27  Yao Qi  <yao@codesourcery.com>
2839
2840         * gdb.texinfo (IPA Protocol Commands): Document new command
2841         'close'.
2842
2843 2012-07-25  Tom Tromey  <tromey@redhat.com>
2844
2845         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2846
2847 2012-07-20  Doug Evans  <dje@google.com>
2848
2849         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2850         (Index Files): Document how to control the use of deprecated index
2851         sections.
2852         (Index Section Format): Replace --use-deprecated-index-sections with
2853         "set use-deprecated-index-sections on".
2854
2855 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2856
2857         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2858         indices into a single node "Index".  Instead, join function and
2859         variable indices into a single index, separate from the concept
2860         index.  Requested in
2861         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2862         (Top): Update the top-level menu: instead of one "Index" there are
2863         now separate entries "Concept Index" and "Function and Variable
2864         Index".
2865         (Concept Index, Function and Variable Index): New nodes.
2866         (Index): Node deleted.
2867
2868 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2869
2870         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2871         and "maint agent-eval".
2872
2873 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2874
2875         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2876         avoid file-name clashes between Index.html and index.html on
2877         case-insensitive filesystems.  See the discussion starting in
2878         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2879         details of the problem.
2880         (Top): Update the master menu for the above.
2881         (Concept Index, Command and Variable Index): New nodes, instead of
2882         the old "Index" node that was deleted.  All cross-references
2883         updated.
2884
2885 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2886
2887         * gdb.texinfo (Dynamic Printf): Mention agent style and
2888         disconnected dprintf.
2889         (Maintenance Commands): Describe maint agent-printf.
2890         (General Query Packets): Mention BreakpointCommands feature.
2891         (Packets): Document commands extension to Z0 packet.
2892         * agentexpr.texi (Bytecode Descriptions): Document printf
2893         bytecode.
2894
2895 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2896
2897         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2898         only after gdbinit files.
2899         (Startup): Move -iex and -iex commands down after gdbinit files.
2900
2901 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2902
2903         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2904         possibility.
2905
2906 2012-06-29  Tom Tromey  <tromey@redhat.com>
2907
2908         * gdb.texinfo (Index Section Format): Update for version 7.
2909
2910 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2911
2912         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2913         example, add note about title column.
2914
2915 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2916
2917         * gdb.texinfo (Symbol Tables In Python): Add description about
2918         the new 'last' attribute of gdb.Symtab_and line.
2919
2920 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2921
2922         * gdb.texinfo (Symbol Tables In Python): Correct the description
2923         of the 'pc' attribute of gdb.Symtab_and_line.
2924
2925 2012-06-26  Doug Evans  <dje@google.com>
2926
2927         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2928         and symtab-create.
2929
2930 2012-06-25  Keith Seitz  <keiths@redhat.com>
2931
2932         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2933         from example.  Remove "rbreak" from list of corresponding
2934         gdb commands.
2935
2936 2012-06-23  Doug Evans  <dje@google.com>
2937
2938         * gdb.texinfo (Index Section Format): Document version 7 format.
2939
2940 2012-06-22  Yao Qi  <yao@codesourcery.com>
2941
2942         * gdb.texinfo: Add missing cindex for some packets.
2943
2944 2012-06-20  Keith Seitz  <keiths@redhat.com>
2945
2946         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2947         for -break-insert and document -p.
2948
2949 2012-06-20  Yao Qi  <yao@codesourcery.com>
2950
2951         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2952         and "gdb.write_memory" with "Inferior.read_memory" and
2953         "Inferior.write_memory".
2954
2955 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
2956
2957         * gdb.texinfo (Summary): Add a link to "Free Documentation".
2958         (Free Documentation): Add @node line.
2959         (Continuing and Stepping) <advance location>: Use @item instead of
2960         @itemx.
2961         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2962         @itemx.
2963         (Embedded Processors): Put the link to "PA" to its correct place,
2964         according to document structure.
2965         (Python API): Put the link to "Lazy Strings In Python" to its
2966         correct place.
2967         (Index): Use @@ in @tex block to get a literal @.
2968
2969         * gdbint.texinfo: Fix the @subtitle line.
2970
2971         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2972         correct place.
2973
2974 2012-06-08  Yao Qi  <yao@codesourcery.com>
2975
2976         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2977         Protocol'.
2978         (In-Process Agent Protocol, IPA Protocol Objects)
2979         (IPA Protocol Commands): New nodes.
2980         (Tracepoint Packets): Add anchors.
2981
2982 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
2983
2984         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2985
2986 2012-06-06  Yao Qi  <yao@codesourcery.com>
2987
2988         * gdb.texinfo: Update copyright year.
2989
2990 2012-05-23  Stan Shebs  <stan@codesourcery.com>
2991             Kwok Cheung Yeung  <kcy@codesourcery.com>
2992
2993         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2994
2995 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2996
2997         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2998         Mention also --with-separate-debug-dir.
2999         (Auto-loading): Prepend $debugdir in the sample output.
3000         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3001         auto-load safe-path variable.
3002         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3003         Mention also $debugdir for 'set auto-load scripts-directory'.
3004
3005 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3006
3007         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3008         (MIPS Embedded, MIPS, MIPS Register packet Format)
3009         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3010         appropriate.
3011
3012 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3013             Maciej W. Rozycki  <macro@codesourcery.com>
3014
3015         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3016         mips compression".
3017         (MIPS Breakpoint Kinds): New subsubsection.
3018
3019 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3020
3021         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3022         nodes for subsections.  Add @acronym mark-ups and adjust
3023         formatting.
3024
3025 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3026
3027         Rename $ddir to $datadir.
3028         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3029         (objfile-gdb.py file): Rename $ddir to $datadir.
3030
3031 2012-05-18  Tom Tromey  <tromey@redhat.com>
3032
3033         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3034
3035 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3036
3037         * gdb.texinfo (Dynamic Printf): New subsection.
3038
3039 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3040
3041         * gdb.texinfo (Basic Python): Add description about the function
3042         gdb.find_pc_line
3043
3044 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3045             Eli Zaretskii  <eliz@gnu.org>
3046
3047         * gdb.texinfo (Separate Debug Files): Use plural form for global
3048         debugging information directory.
3049
3050 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3051             Kwok Cheung Yeung  <kcy@codesourcery.com>
3052
3053         * gdb.texinfo (Operating System Auxiliary Information): Document new
3054         'info os' subcommands.
3055
3056 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3057
3058         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3059         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3060         (dotdebug_gdb_scripts section): Add reference
3061         to 'Auto-loading safe path'.
3062
3063 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3064
3065         Implement multi-component --with-auto-load-dir.
3066         * gdb.texinfo (Auto-loading): New references
3067         for 'set auto-load scripts-directory'
3068         and 'show auto-load scripts-directory'.
3069         (Auto-loading safe path): Describe the new default.  Move $ddir
3070         substituation reference to 'objfile-gdb.py file'.
3071         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3072         script-name.  Describe new 'set auto-load scripts-directory'
3073         and 'show auto-load scripts-directory'.
3074
3075 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3076
3077         Provide $ddir substitution for --with-auto-load-safe-path.
3078         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3079         (Auto-loading safe path): Likewise.  Mention the default value,
3080         $ddir substitution, --with-auto-load-safe-path and
3081         --without-auto-load-safe-path.
3082         * observer.texi (gdb_datadir_changed): New.
3083
3084 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3085
3086         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3087         Twice.
3088
3089         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3090         directory separator by path separator.
3091
3092 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3093
3094         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3095         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3096         Change disabling security protection condition to "/", twice.
3097
3098 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3099
3100         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3101         the new methods global_block and static_block on gdb.Symtab
3102         objects.
3103
3104 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3105
3106         * gdb.texinfo (Blocks In Python): Add a note saying that future
3107         improvements to GDB and its infrastructure can move symbols
3108         across blocks within a symbol table.
3109
3110 2012-04-29  Yao Qi  <yao@codesourcery.com>
3111
3112         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3113         (A29K): Remove.
3114
3115 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3116             Tom Tromey  <tromey@redhat.com>
3117
3118         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3119         and generic static probe support on GDB.
3120
3121 2012-04-25  Doug Evans  <dje@google.com>
3122
3123         * gdb.texinfo (Go): Fix thinko.
3124
3125         * gdb.texinfo (Supported Languages): Add Go.
3126         (Go): New node.
3127
3128 2012-04-25  Yao Qi  <yao@codesourcery.com>
3129
3130         * gdbint.texinfo (Testsuite): New section `Board settings'.
3131
3132 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3133
3134         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3135         Three times.
3136
3137         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3138         Three times.
3139
3140 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3141
3142         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3143         by @table @asis.  Fix formatting of one item.
3144
3145 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3146
3147         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3148
3149 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3150
3151         New option "set debug auto-load".
3152         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3153         (auto-load verbose mode): New node.
3154
3155 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3156
3157         New option "set auto-load safe-path".
3158         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3159         and "info auto-load" examples for safe-path.  Put there also references
3160         for "set auto-load safe-path" and "show auto-load safe-path".
3161         New menu item for Auto-loading safe path.
3162         (Auto-loading safe path): New node.
3163         (Python Auto-loading): Update the expected output from "Missing"
3164         to "No".
3165
3166 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3167
3168         auto-load: Implementation.
3169         * gdb.texinfo (Mode Options): New anchor for -nx.
3170         (Startup): New anchors for Option -init-eval-command,
3171         Home Directory Init File
3172         and Init File in the Current Directory during Startup.
3173         Mention set auto-load local-gdbinit with a reference.
3174         Change the sample code to "set auto-load python-scripts".
3175         (Threads): New anchor set libthread-db-search-path.
3176         Provide references to libthread_db.so.1 file.
3177         (Controlling GDB): New menu item for Auto-loading.
3178         (Auto-loading, Init File in the Current Directory)
3179         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3180         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3181         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3182         reference.
3183         (Auto-loading): Rename to ...
3184         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3185         "set auto-load python-scripts", new anchor for it.  Change
3186         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3187         for it.  Change "info auto-load-scripts"
3188         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3189         to "Python scripts".
3190
3191 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3192
3193         PR mi/13393
3194         * gdb.texinfo (Print Settings): Extend the description for "set print
3195         object".
3196         (GDB/MI Variable Objects): Extend the description for -var-create and
3197         -var-list-children.
3198
3199 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3200
3201         * gdb.texinfo (Examining Data): Document the 'explore' command.
3202
3203 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3204
3205         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3206         to the children of a varobj and its update range when -var-update
3207         returns that the varobj's type changed.
3208
3209 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3210
3211         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3212         Create two new links fir 'objfile-gdb.py file'
3213         and 'dotdebug_gdb_scripts section'.
3214
3215 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3216
3217         * gdb.texinfo (Auto-loading): Rename node reference
3218         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3219         Twice.
3220         (.debug_gdb_scripts section): Rename the node ...
3221         (dotdebug_gdb_scripts section): ... here.
3222         (Maintenance Commands): Also rename this node reference.
3223
3224 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3225
3226         * gdb.texinfo (Python API/Values From Inferior): Add description
3227         about the new method Value.referenced_value.  Add description on
3228         how Value.dereference is different (and similar) to
3229         Value.referenced_value.
3230
3231 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3232
3233         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3234         --init-eval-command=COMMAND, -iex.
3235         (Startup): Describe -iex and -ix.  Simplify the example
3236         for "set auto-load-scripts off".
3237
3238 2012-03-16  Gary Benson  <gbenson@redhat.com>
3239
3240         PR breakpoints/10738
3241         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3242         stating that GDB cannot set breakpoints on inlined functions.
3243         (Mode Options): Document --use-deprecated-index-sections.
3244         (Index Section Format): Document new index section version format.
3245
3246 2012-03-15  Tom Tromey  <tromey@redhat.com>
3247
3248         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3249
3250 2012-03-13  Doug Evans  <dje@google.com>
3251
3252         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3253         of "reload".
3254         (Symbols): Delete docs for set/show symbol-reloading.
3255         * gdbint.texinfo (Defining Other Architecture Features): Delete
3256         SYMBOL_RELOADING_DEFAULT.
3257         * refcard.tex: Delete reference to symbol-reloading.
3258
3259 2012-03-07  Pedro Alves  <palves@redhat.com>
3260
3261         * gdb.texinfo (General Query Packets): Document new
3262         QProgramSignals packet.
3263         * gdb.texinfo (Remote configuration): Mention
3264         "program-signals-packet".
3265
3266 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3267
3268         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3269
3270 2012-03-03  Yao Qi  <yao@codesourcery.com>
3271
3272         * gdb.texinfo (In-Process Agent): New node.
3273         Document new commands.
3274         (General Query Packets): Add packet `QAgent'.
3275
3276 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3277
3278         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3279
3280 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3281
3282         * gdb.texinfo (Commands In Python): Put example python macro in
3283         COMMAND_USER category rather than COMMAND_OBSCURE.
3284         Document gdb.COMMAND_USER.
3285         (User-defined Commands): Update documentation to clarify
3286         "set/show max-user-call-depth" and "show user" don't apply to python
3287         commands.  Update documentation to clarify "help user-defined" may
3288         also include python commands defined as COMMAND_USER.
3289
3290 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3291
3292         * gdb.texinfo (Startup): Add option -ex description to the option -x
3293         description.
3294
3295 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3296
3297         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3298         condition-evaluation breakpoint parameter.
3299         Mention condition-evaluation mode being shown in "info break".
3300         (Break Conditions): Add description for target-side
3301         conditional breakpoints.
3302         (Remote Configuration): Mention conditional-breakpoints-packet.
3303         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3304         cond-expr.
3305         (General Query Packets): Mention new ConditionalBreakpoint feature.
3306
3307 2012-02-22  Tom Tromey  <tromey@redhat.com>
3308
3309         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3310
3311 2012-02-17  Tom Tromey  <tromey@redhat.com>
3312
3313         PR python/10753:
3314         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3315         directory.
3316
3317 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3318
3319         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3320
3321 2012-02-13  Pedro Alves  <palves@redhat.com>
3322
3323         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3324         mips-idt-ecoff.
3325
3326 2012-02-09  Yao Qi  <yao@codesourcery.com>
3327
3328         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3329
3330 2012-02-07  Tom Tromey  <tromey@redhat.com>
3331
3332         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3333         Symbol.value.
3334
3335 2012-02-07  Tom Tromey  <tromey@redhat.com>
3336
3337         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3338
3339 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3340
3341         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3342
3343 2012-01-24  Tom Tromey  <tromey@redhat.com>
3344
3345         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3346         unload".
3347         (Files): Mention new catch commands.
3348         (GDB/MI Async Records): Likewise.
3349
3350 2012-01-24  Gary Benson  <gbenson@redhat.com>
3351
3352         Delete #if 0'd out code.
3353         * gdb.texinfo (Frame Info): Remove "info catch".
3354
3355 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3356
3357         * gdb.texinfo (Remote Configuration): Document
3358         "set remote hostio-readlink-packet" command.
3359         (General Query Packets): Document vFile:readlink packet.
3360
3361 2012-01-16  Tom Tromey  <tromey@redhat.com>
3362
3363         * gdb.texinfo (Specify Location): Document relative file name
3364         handling.
3365
3366 2012-01-16  Tom Tromey  <tromey@redhat.com>
3367
3368         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3369
3370 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3371             Eli Zaretskii  <eliz@gnu.org>
3372
3373         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3374         code.
3375
3376 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3377
3378         * gdb.texinfo (Variables): Document use of :: for non-static
3379         variables.
3380
3381 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3382
3383         * gdbint.texinfo (Start of New Year Procedure): Update
3384         to replace use of copyright.sh by use of copyright.py.
3385
3386 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3387
3388         Remove the gdbtui binary.
3389         * all-cfg.texi (GDBTUI): Remove.
3390         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3391         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3392         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3393
3394 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3395
3396         Introduce gdb.FinishBreakpoint in Python.
3397         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3398         (Python API): Add menu entry for Finish Breakpoints.
3399
3400 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3401
3402         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3403         tests.
3404
3405 2011-12-16  Doug Evans  <dje@google.com>
3406
3407         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3408
3409 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3410
3411         * gdb.texinfo (Python Commands): Remove "maint set/show print
3412         stack".  Add documentation for "set/show python print-stack".
3413
3414 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3415
3416         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3417         should transfer control to the stub in the startup code instead of
3418         in main.  Mention the need to get past the initial breakpoint.
3419
3420 2011-12-06  Tom Tromey  <tromey@redhat.com>
3421
3422         * gdb.texinfo (Set Breaks): Update for new behavior.
3423
3424 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3425
3426         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3427         List Format for SVR4 Targets'.
3428         (General Query Packets): New item qXfer:libraries-svr4:read.
3429         (Library List Format for SVR4 Targets): New node.
3430
3431 2011-12-01  Tom Tromey  <tromey@redhat.com>
3432
3433         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3434         add.
3435
3436 2011-11-22  Tom Tromey  <tromey@redhat.com>
3437
3438         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3439         reasons.
3440
3441 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3442
3443         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3444         note-related options and variables.
3445         (Tracepoint Packets): Document packet changes.
3446
3447 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3448
3449         * gdb.texinfo (JIT Interface): Add documentation on writing and
3450         usind JIT debug info readers.
3451         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3452         Debug Info Readers): New nodes.
3453
3454 2011-11-18  Yao Qi  <yao@codesourcery.com>
3455
3456         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3457         tracepoint.
3458
3459 2011-11-15  Doug Evans  <dje@google.com>
3460
3461         * gdb.texinfo (Files): Document basenames-may-differ.
3462
3463 2011-11-14  Doug Evans  <dje@google.com>
3464
3465         * gdb.texinfo (Shell Commands): Document "!".
3466
3467 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3468             Kwok Cheung Yeung  <kcy@codesourcery.com>
3469
3470         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3471         needed to get shorter fast tracepoints.
3472         (Tracepoint Packets): Document new qTMinFTPILen packet.
3473
3474 2011-11-14  Yao Qi  <yao@codesourcery.com>
3475
3476         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3477         behavior of tracepoint.
3478         (General Query Packets): New feature InstallInTrace.
3479         (Remote Configuration): Document "set remote
3480         install-in-trace-packet".
3481
3482 2011-11-12  Matt Rice  <ratmice@gmail.com>
3483
3484         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3485         Add arguments to info macro.
3486
3487 2011-11-10  Tom Tromey  <tromey@redhat.com>
3488
3489         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3490         manual.
3491         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3492         (Macros): Add a footnote.
3493         (C): Remove paragraph about compiler options.
3494         (C Constants): Mention wide character and string constants.
3495         (C Plus Plus Expressions): Update compiler option advice.  Mention
3496         using declarations.  Mention ADL.  Remove old HP compiler
3497         information.
3498
3499 2011-11-10  Tom Tromey  <tromey@redhat.com>
3500
3501         PR c++/9257:
3502         * gdb.texinfo (Print Settings): Add an extra note about the need
3503         for a vtable.
3504
3505 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3506
3507         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3508         "set mips abi" documentation.
3509
3510 2011-11-04  Doug Evans  <dje@google.com>
3511
3512         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3513
3514 2011-11-03  Tom Tromey  <tromey@redhat.com>
3515
3516         * gdb.texinfo (Stopping): Add menu entry.
3517         (Continuing and Stepping): Restore @node.  Use @section, not
3518         @subsection.
3519
3520 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3521
3522         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3523         designation.  Fix "Specify Location" cross-reference.
3524
3525 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3526
3527         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3528         (General Query Packets): Describe tracenz feature.
3529         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3530
3531 2011-10-28  Paul Koning  <paul_koning@dell.com>
3532
3533         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3534
3535 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3536
3537         * gdb.texinfo ((Frames In Python): Document
3538         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3539
3540 2011-10-26  Paul Koning  <paul_koning@dell.com>
3541
3542         * gdb.texinfo (gdb.types): Document new deepitems function.
3543
3544 2011-10-25  Paul Koning  <paul_koning@dell.com>
3545
3546         PR python/13327
3547
3548         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3549         fetch_lazy method.
3550
3551 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3552
3553         PR python/12656
3554
3555         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3556         global_block, static_block function.
3557
3558 2011-10-19  Tom Tromey  <tromey@redhat.com>
3559
3560         * gdb.texinfo (Commands In Python): Add missing "@"s.
3561
3562 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3563
3564         PR python/13285 Document named constants for frame unwind stop reasons
3565         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3566         constants.
3567
3568 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3569
3570         Fix compatibility with texinfo versions older than 4.12.
3571         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3572         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3573         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3574         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3575         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3576         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3577         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3578
3579 2011-10-09  Doug Evans  <dje@google.com>
3580
3581         * gdb.texinfo (Extending GDB): Document alias command.
3582
3583 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3584
3585         Support @entry in input expressions.
3586         * gdb.texinfo (Variables): Describe @entry names suffix.
3587         (Print Settings): Add anchor for `set print entry-values'.
3588
3589 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3590             Eli Zaretskii  <eliz@gnu.org>
3591
3592         Display @entry parameter values (without references).
3593         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3594         example.
3595         (Print Settings): New description of set print entry-values and show
3596         print entry-values.
3597
3598 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3599             Eli Zaretskii  <eliz@gnu.org>
3600
3601         Recognize virtual tail call frames.
3602         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3603         (Tail Call Frames): New node.
3604         (Frames In Python): Add gdb.TAILCALL_FRAME.
3605
3606 2011-10-07  Doug Evans  <dje@google.com>
3607
3608         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3609         register_pretty_printer.
3610
3611 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3612
3613         PR python/12930
3614         PR python/12802
3615
3616         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3617         stop method.
3618
3619 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3620
3621         * gdb.texinfo (Starting your Program): "set disable-randomization"
3622         is no longer Linux-specific.
3623         (Remote Configuration): Document "set remote
3624         disable-randomization-packet".
3625         (General Query Packets): Document "QDisableRandomization" packet
3626         and add it to "qSupported" list.
3627
3628 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3629
3630         Allow Python notification of new object-file loadings.
3631         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3632         event type.
3633
3634 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3635
3636         PR python/12691: Add the inferior to Python exited event
3637         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3638
3639 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3640
3641         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3642         rephasing.
3643
3644 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3645
3646         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3647         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3648         as possible feature returned by the `-list-features'
3649         command.
3650
3651 2011-09-28  Paul Koning  <paul_koning@dell.com>
3652
3653         * gdb.texinfo (gdb.Type): Document field access by dictionary
3654         key syntax.
3655
3656 2011-09-28  Yao Qi  <yao@codesourcery.com>
3657
3658         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3659         Add one space after option `-s'.  Remove @r{} markup.
3660
3661 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3662
3663         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3664
3665 2011-09-16  Hui Zhu  <teawater@gmail.com>
3666
3667         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3668         to *(unsigned char *)$esp@300.
3669
3670 2011-09-15  Paul Koning  <paul_koning@dell.com>
3671
3672         * gdb.texinfo: Make style of Python functions and methods match
3673         the syntax of Python.  Also put class and module names explicitly
3674         on function, member, and variable names, matching Python
3675         documentation conventions.
3676
3677 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3678
3679         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3680         * gdb.texinfo (Inferiors In Python): Describe new
3681         gdb.selected_inferior() function.
3682
3683 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3684
3685         Handle multiple breakpoint hits in Python interface:
3686         * gdb.texinfo (Events In Python): New function documentation:
3687         gdb.BreakpointEvent.breakpoints. Indicate that
3688         gdb.BreakpointEvent.breakpoint is now deprecated.
3689
3690 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3691
3692         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3693
3694 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3695
3696         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3697
3698 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3699
3700         * gdb.texinfo (Prompt): Add set/show extended-prompt
3701         documentation
3702         (Basic Python): Add prompt_hook anchor.
3703         (Python modules): Reword module text to reflect multiple modules.
3704         (gdb.prompt): Document gdb.prompt module.
3705
3706 2011-08-14  Yao Qi  <yao@codesourcery.com>
3707
3708         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3709
3710 2011-08-14  Yao Qi  <yao@codesourcery.com>
3711
3712         * gdb.texinfo (Standard Target Features): Document C6x features.
3713         (TIC6x Features): New node.
3714
3715 2011-08-12  Doug Evans  <dje@google.com>
3716
3717         * gdb.texinfo (Symbols In Python): Document symbol.type.
3718
3719 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3720
3721         * gdb.texinfo (Python): Document command and function
3722         auto-loading.
3723
3724 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3725             Eli Zaretskii  <eliz@gnu.org>
3726
3727         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3728         typedefs unrolling.  Extend the sample code by an inner typedef and
3729         outer typedefs unrolling.
3730
3731 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3732
3733         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3734         size and line-size.
3735
3736 2011-07-21  Matt Rice  <ratmice@gmail.com>
3737
3738         PR macros/12999
3739         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3740         Update text and cindex entries for info macro command.
3741
3742 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3743
3744         * observer.texi (GDB Observers): Add before_prompt observer.
3745         * gdb.texinfo (Basic Python): Add documentation for prompt
3746         substitution.
3747
3748 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3749
3750         PR python/12438
3751         * gdb.texinfo (Python Commands): Add deprecate note to maint
3752           set/show python print-stack.  Document set/show python
3753           print-backtrace.
3754
3755 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3756
3757         * gdb.texinfo: Fix typos.
3758
3759 2011-07-01  Tom Tromey  <tromey@redhat.com>
3760
3761         * gdb.texinfo (Debugging Output): Document set debug
3762         check-physname.
3763
3764 2011-06-29  Tom Tromey  <tromey@redhat.com>
3765
3766         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3767         breakpoint-notifications feature.
3768
3769 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3770
3771         * gdb.texinfo (Target Description): Remove warning about
3772         possibly unstable format.
3773
3774 2011-06-03  Tom Tromey  <tromey@redhat.com>
3775
3776         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3777         (Events In Python): Note that exit_code is optional.
3778
3779 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3780
3781         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3782         required for multi-threading support.
3783         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3784         Hc are deprecated for multi-threading debugging.  Point readers at
3785         the vCont packet.
3786
3787 2011-05-15  Doug Evans  <dje@google.com>
3788
3789         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3790
3791 2011-05-13  Doug Evans  <dje@google.com>
3792
3793         * gdb.texinfo (Threads): Document $sdir,$pdir.
3794         (Server): Document $pdir exception.
3795
3796         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3797
3798         * gdb.texinfo (Threads): Clarify default value for
3799         libthread-db-search-path.
3800
3801         * gdb.texinfo (Completion): Update example.
3802         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3803
3804 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3805
3806         * gdb.texinfo: Document change in the behaviour of the enable and
3807         disable GDB commands when applied to tracepoints.
3808         Document the EnableDisableTracepoints remote stub feature.
3809         Document QTEnable and QTDisable in the list of tracepoint packets.
3810
3811 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3812
3813         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3814         hsuser.texi.
3815         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3816         comment to hsuser.texi.  Change rluser.texi name in the comment.
3817
3818 2011-05-10  Doug Evans  <dje@google.com>
3819
3820         * gdb.texinfo (Threads): If an empty path is provided for
3821         libthread-db-search-path it is reset to its default value.
3822         (Server): Ditto.
3823
3824 2011-05-09  Doug Evans  <dje@google.com>
3825
3826         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3827
3828 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3829             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3830
3831         Implement support for PowerPC BookE masked watchpoints.
3832         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3833         (PowerPC Embedded): Mention support of masked watchpoints.
3834
3835 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3836
3837         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3838         `@value{GDBN}'.
3839
3840 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3841
3842         * gdb.texinfo (titlepage): Remove dedication.
3843         (In Memoriam): New appendix.
3844
3845 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3846             Eli Zaretskii  <eliz@gnu.org>
3847
3848         * gdb.texinfo (Index Section Format): Change the version to 5.
3849         Describe the different formula.
3850
3851 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3852             Eli Zaretskii  <eliz@gnu.org>
3853
3854         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3855         for disconnected tracing.
3856         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3857         extended-remote relationship.  Mention --once.
3858         (TCP port allocation lifecycle of @code{gdbserver}): New.
3859
3860 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3861
3862         * gdb.texinfo (Server): Improve indexing.  Index all optional
3863         switches to gdbserver.
3864
3865 2011-04-20  Tom Tromey  <tromey@redhat.com>
3866
3867         * gdb.texinfo (Index Section Format): New node.
3868         (Top): Add new node to menu.
3869
3870 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3871
3872         * gdb.texinfo (Maintenance Commands): Document `maint print
3873         remote-registers'.
3874
3875 2011-04-20  Tom Tromey  <tromey@redhat.com>
3876
3877         * gdb.texinfo (Trace File Format): Move node later.
3878
3879 2011-04-19  Tom Tromey  <tromey@redhat.com>
3880
3881         * gdbint.texinfo (Register Information Functions): Remove
3882         duplicate "the".
3883         * gdb.texinfo (Emacs): Remove duplicate "to".
3884         (GDB/MI Variable Objects): Remove duplicate "the".
3885         (General Query Packets): Likewise.
3886
3887 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3888
3889         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3890         "GDB/MI Ada Exception Information" node.
3891
3892 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3893
3894         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3895         the "exception-name" field in the *stopped async record.
3896
3897 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3898             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3899
3900         Implement support for PowerPC BookE ranged breakpoints.
3901         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3902
3903 2011-03-28  Tom Tromey  <tromey@redhat.com>
3904
3905         * gdb.texinfo (Set Tracepoints): Fix typo.
3906
3907 2011-03-24  Tom Tromey  <tromey@redhat.com>
3908
3909         * gdb.texinfo (Specify Location): Document `function:label'
3910         linespec.
3911
3912 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3913
3914         PR python/12149
3915
3916         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3917
3918 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3919
3920         * gdb.texinfo (Blocks In Python): Add is_valid method description.
3921         (Inferiors In Python): Likewise.
3922         (Threads In Python): Likewise.
3923         (Symbols In Python): Likewise.
3924         (Objfiles In Python): Likewise.
3925         (Symbol Tables In Python): Likewise.
3926
3927 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
3928
3929         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3930         display>: Explain that the commands accept number ranges.
3931
3932 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3933
3934         * gdb.texinfo (Breakpoints In Python): Add description and example
3935         of Python stop function operation.
3936
3937 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3938
3939         * gdb.texinfo (Parameters In Python): Document get_set_string and
3940         get_show_string methods.
3941
3942 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3943
3944         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3945
3946         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3947         circular-trace-buffer name.
3948
3949 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
3950
3951         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3952         in the previous change.
3953
3954 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3955
3956         * gdb.texinfo (Inferiors and Programs): Update commands to show
3957         that they can accept multiple arguments.
3958
3959 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
3960
3961         Revert the following patch (code patch was not approved):
3962         2011-02-21  Hui Zhu  <teawater@gmail.com>
3963         * agentexpr.texi (bytecode descriptions): add printf.
3964         * gdb.texinfo (tracepoint action lists): add printf.
3965
3966 2011-02-23  Doug Evans  <dje@google.com>
3967
3968         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3969
3970 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3971
3972         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3973         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3974         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3975
3976 2011-02-22  Doug Evans  <dje@google.com>
3977
3978         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3979         Clarify behaviour of lookup_symbol when `block' argument is omitted,
3980         add description of result, fix @defun formatting.
3981
3982 2011-02-21  Hui Zhu  <teawater@gmail.com>
3983
3984         * agentexpr.texi (Bytecode Descriptions): Add printf.
3985         * gdb.texinfo (Tracepoint Action Lists): Add printf.
3986
3987 2011-02-18  Tom Tromey  <tromey@redhat.com>
3988
3989         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3990
3991 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3992
3993         * gdb.texinfo (threads): Document argument for "info threads" cmd.
3994         Document new command "thread find".
3995
3996 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3997
3998         * gdb.texinfo (Threads): Update example of new thread message.
3999
4000 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4001
4002         * gdb.texinfo (Remote Configuration): Mention set/show remote
4003         traceframe-info.
4004         (Tools/Packages Optional for Building GDB): Mention that expat is
4005         used for traceframe info.
4006         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4007         (General Query Packets) <qSupported>: Describe the
4008         qXfer:traceframe-info:read feature.
4009         (qXfer::read): Describe qXfer:traceframe-info:read.
4010         (Traceframe Info Format): New section.
4011
4012 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4013
4014         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4015         for casts and unary operators.
4016
4017 2011-02-04  Tom Tromey  <tromey@redhat.com>
4018
4019         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4020         is not useful.
4021
4022 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4023
4024         * gdb.texinfo: s/value optimized out/optimized out/g
4025
4026 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4027
4028         * gdb.texinfo (Other Misc Settings): Rework part of the
4029         documentation of the "set interactive mode" command.
4030
4031 2011-01-19  Tom Tromey  <tromey@redhat.com>
4032
4033         * gdb.texinfo (Threads): Document thread name output and `thread
4034         name' command.
4035         (Threads In Python): Document Thread.name attribute.
4036         (GDB/MI Thread Commands): Document thread attributes.
4037
4038 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4039
4040         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4041         changes in mi/mi-cmd-disas.c
4042
4043 2011-01-12  Tom Tromey  <tromey@redhat.com>
4044
4045         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4046         Fix "thread apply" text.
4047
4048 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4049             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4050
4051         Implement support for PowerPC BookE ranged watchpoints.
4052         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4053         the "set powerpc exact-watchpoints" flag.
4054
4055 2011-01-07  Tom Tromey  <tromey@redhat.com>
4056
4057         * gdb.texinfo (Python API): Add descriptions to @menu items.
4058
4059 2011-01-06  Tom Tromey  <tromey@redhat.com>
4060
4061         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4062
4063 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4064
4065         * gdb.texinfo (Debugging Output): Document "set debug jit".
4066
4067 2011-01-06  Tom Tromey  <tromey@redhat.com>
4068
4069         PR python/12133:
4070         * gdb.texinfo (Frames In Python): Document various frame
4071         constants.
4072
4073 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4074
4075         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4076         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4077         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4078
4079 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4080
4081         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4082         (clean): Add GDBvn.texi.
4083
4084 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4085
4086         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4087         occasional case where the debugger prints an array address
4088         instead of the array itself.
4089
4090 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4091
4092         * gdb.texinfo (Packets) <read registers packet>: Document support
4093         for registers that were not collected.
4094
4095 2010-12-15  Doug Evans  <dje@google.com>
4096
4097         * gdb.texinfo (Startup): Document auto-loading of scripts during
4098         startup.
4099         (Auto-loading): Delete "maint set python auto-load on|off".
4100         Add "set auto-load-scripts on|off".
4101
4102 2010-12-07  Doug Evans  <dje@google.com>
4103
4104         * gdb.texinfo (Mode Options): Document -data-directory.
4105         (Data Files): Add reference to -data-directory.
4106
4107 2010-11-29  Doug Evans  <dje@google.com>
4108
4109         * gdb.texinfo (Pretty-Printer Introduction): Change
4110         printer-name:subprinter-name to printer-name;subprinter-name.
4111
4112 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4113
4114         PR python/12199
4115
4116         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4117
4118 2010-11-23  Tom Tromey  <tromey@redhat.com>
4119
4120         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4121         (Editing): Likewise.
4122         (Command History): Likewise.
4123         (TUI Keys): Likewise.
4124         (Bug Reporting): Conditionally include rluser.texi and
4125         inc-history.texinfo.
4126         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4127         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4128         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4129         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4130         (gdb.pdf): Likewise.
4131         (gdb.info): Likewise.
4132         (gdb/index.html): Likewise.
4133
4134 2010-11-23  Tom Tromey  <tromey@redhat.com>
4135
4136         * Makefile.in (Makefile): Run ../config.status.
4137         (distclean): Update.
4138         * configure: Remove.
4139         * configure.ac: Remove.
4140
4141 2010-11-12  Tom Tromey  <tromey@redhat.com>
4142
4143         * gdb.texinfo (Basic Python): Update.  Add xref.
4144         (Exception Handling): Document new exception classes.
4145         (Types In Python): Update.
4146         (Frames In Python): Update.
4147
4148 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4149
4150         * gdb.texinfo (Breakpoints In Python): Document "internal"
4151         parameter, and visible attribute.
4152
4153 2010-11-05  Doug Evans  <dje@google.com>
4154
4155         * gdb.texinfo (Source Path): Document "set directories".
4156
4157 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4158
4159         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4160         (OpenCL C): New node.
4161
4162 2010-11-02  Doug Evans  <dje@google.com>
4163
4164         * gdb.texinfo (Pretty Printing): Expand into three sections,
4165         introduction, example, and commands.
4166         (Python API): Delete section Disabling Pretty-Printers, merge into
4167         Selecting Pretty-Printers.
4168         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4169         example here, and reformat to match python coding style.  Add a second
4170         example using the gdb.printing module.
4171         (Python modules): Add gdb.printing.
4172
4173 2010-10-29  Doug Evans  <dje@google.com>
4174
4175         * gdb.texinfo (Python): Fix long line.
4176
4177 2010-10-20  Doug Evans  <dje@google.com>
4178
4179         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4180         All references updated.  Correct sections marked as subsections.
4181         (Coding Standards): New chapter.  Move the coding standard related
4182         subsections here.  Add section on Python coding standards.
4183
4184 2010-10-13  Doug Evans  <dje@google.com>
4185
4186         * gdb.texinfo (Python): Add "Python modules".
4187         (Types in Python): Add reference to gdb.types section.
4188         (Python modules): New node.
4189
4190 2010-10-11  Doug Evans  <dje@google.com>
4191
4192         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4193         Python" from gdb.Value.type description.
4194
4195 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4196
4197         * gdb.texinfo (Ravenscar Profile): New node.
4198
4199 2010-09-22  Tom Tromey  <tromey@redhat.com>
4200
4201         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4202
4203 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4204
4205         * gdb.texinfo (Values From Inferior): Clarify that
4206         value.dynamic_type works only in C++ programs with RTTI.
4207
4208 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4209
4210         * gdb.texinfo (Character Sets): Correctly reference host-charset
4211         in example.
4212
4213 2010-09-13  Tom Tromey  <tromey@redhat.com>
4214
4215         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4216         Document "fullname" and "from".
4217
4218 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4219
4220         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4221         feature `reverse' output by -list-target-features.
4222
4223 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4224
4225         * gdb.texinfo (i386 Features): Remove an extra "@item".
4226
4227 2010-08-30  Tom Tromey  <tromey@redhat.com>
4228
4229         PR python/11792:
4230         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4231
4232 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4233
4234         * gdb.texinfo (ARM Features): Document
4235         org.gnu.gdb.arm.m-profile.
4236
4237 2010-08-23  Tom Tromey  <tromey@redhat.com>
4238
4239         PR python/11145:
4240         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4241         reinterpret_cast methods.
4242
4243 2010-08-23  Tom Tromey  <tromey@redhat.com>
4244
4245         PR python/11915:
4246         * gdb.texinfo (Types In Python): Document array method.
4247
4248 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4249
4250         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4251
4252 2010-08-16   Tom Tromey  <tromey@redhat.com>
4253
4254         * gdb.texinfo (Set Watchpoints): Document -location option.
4255
4256 2010-08-13  Doug Evans  <dje@google.com>
4257
4258         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4259
4260 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4261
4262         * gdb.texinfo (GDB/MI Data Manipulation): Document
4263         -data-read-memory-raw and -data-write-memory-raw.
4264
4265 2010-08-11  Tom Tromey  <tromey@redhat.com>
4266             Phil Muldoon <pmuldoon@redhat.com>
4267
4268         * gdb.texinfo (Basic Python): Describe post_event API.
4269
4270 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4271
4272         * gdb.texinfo (Basic Python): Describe solib_address and
4273         decode_line Python APIs
4274
4275 2010-08-10  Tom Tromey  <tromey@redhat.com>
4276
4277         * gdb.texinfo (Pretty Printing API): Document
4278         gdb.default_visualizer.
4279
4280 2010-08-10  Tom Tromey  <tromey@redhat.com>
4281
4282         Revert gdb-add-index addition:
4283         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4284
4285 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4286             Eli Zaretskii <eliz@gnu.org>
4287
4288         * gdb.texinfo (Mode Options) <-batch>
4289         (Basic Python) <gdb.execute>: Describe setting width and height.
4290
4291 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4292
4293         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4294
4295 2010-07-30  Tom Tromey  <tromey@redhat.com>
4296
4297         * gdb.texinfo (Index Files): Mention gdb-add-index.
4298
4299 2010-07-30  Hui Zhu  <teawater@gmail.com>
4300
4301         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4302         "detach inferior" and "kill inferior".
4303
4304 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4305
4306         * gdb.texinfo (Machine Code): Update description of two forms of
4307         arguments, and add new example to demonstrate the new form.
4308
4309 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4310
4311         * gdb.texinfo (Values From Inferior): Add value inferior function
4312         call description.
4313
4314 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4315
4316         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4317
4318 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4319             Eli Zaretskii  <eliz@gnu.org>
4320
4321         Make core files the process_stratum.
4322         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4323         record_stratum example.
4324
4325 2010-07-13  Tom Tromey  <tromey@redhat.com>
4326
4327         * gdb.texinfo (Index Files): New node.
4328
4329 2010-07-13  Tom Tromey  <tromey@redhat.com>
4330
4331         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4332
4333 2010-07-13  Tom Tromey  <tromey@redhat.com>
4334
4335         * gdb.texinfo (Specify Location): Document labels.
4336
4337 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4338
4339         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4340         entries for fast tracepoints and static tracepoints.
4341
4342 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4343
4344         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4345         qsThreadInfo>: Spell out `l' as ell.
4346
4347 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4348
4349         * gdb.texinfo (Convenience Variables): Document $_sdata.
4350         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4351         `Listing Static Tracepoint Markers' menu entry.  Document
4352         "strace".
4353         (Tracepoint Action Lists): Document collecting $_sdata.
4354         (Listing Static Tracepoint Markers): New subsection.
4355         (Tracepoints support in gdbserver): Mention static tracepoints.
4356         (remote packets, enabling and disabling): Mention
4357         read-sdata-object.
4358         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4359         and StaticTracepoint.
4360         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4361         Document qXfer:sdata:read.
4362         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4363
4364 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4365
4366         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4367
4368 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4369             Tom Tromey  <tromey@redhat.com>
4370             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4371
4372         * gdb.texinfo (Inferiors In Python): New node.
4373         * gdb.texinfo (Threads In Python): New node.
4374
4375 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4376
4377         * gdb.texinfo (Python): Document what the python directory is
4378         and what its location is.
4379         (Basic Python): Document the gdb.PYTHONDIR constant.
4380
4381 2010-06-25  Tom Tromey  <tromey@redhat.com>
4382
4383         PR python/10808:
4384         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4385
4386 2010-06-24  Hui Zhu  <teawater@gmail.com>
4387
4388         * gdb.texinfo: (Commands for Controlled Output): Add
4389         documentation for command "eval".
4390
4391 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4392
4393         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4394         * annotate.texinfo: Ditto.
4395         * gdbint.texinfo: Ditto.
4396         * stabs.texinfo: Ditto.
4397
4398 2010-06-22  Hui Zhu  <teawater@gmail.com>
4399
4400         * gdb.texinfo: (Process Record and Replay): Add documentation
4401         for command "set record memory-query".
4402
4403 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4404
4405         * gdb.texinfo: Relicense under GFDL version 1.3.
4406         * annotate.texinfo: Relicense under GFDL version 1.3.
4407         * gdbint.texinfo: Relicense under GFDL version 1.3.
4408         * stabs.texinfo: Relicense under GFDL version 1.3.
4409         * fdl.texi: Update to version 1.3.
4410
4411 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4412
4413         * gdb.texinfo (Operating System Auxiliary Information): Describe
4414         "info os" when no arguments given.
4415
4416         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4417         $_thread.
4418
4419 2010-06-18  Hui Zhu  <teawater@gmail.com>
4420
4421         * gdb.texinfo: (Process Record and Replay): Add documentation
4422         for commands "record save" and "record restore".
4423
4424 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4425
4426         * gdb.texinfo: Include information about the correct use
4427         of addresses in the `watch' command.
4428
4429 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4430
4431         * gdb.texinfo (Observer Mode): New section.
4432         (General Query Packets): Document QAllow.
4433
4434 2010-06-04  Doug Evans  <dje@google.com>
4435
4436         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4437
4438 2010-06-03  Doug Evans  <dje@google.com>
4439
4440         * gdbint.texinfo (Coding): Add subsection on command names.
4441
4442 2010-06-02  Tom Tromey  <tromey@redhat.com>
4443
4444         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4445         always-disassemble.
4446
4447 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4448
4449         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4450         gdbserver, and add cross reference.
4451         (Tracepoints support in gdbserver): New subsection.
4452
4453 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4454
4455         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4456         `qRelocInsn' feature.
4457         (Relocate instruction reply packet): New subsection
4458         of `Tracepoint Packets'.
4459         (Tracepoint Packets): Mention that packets QTDP and QTStart
4460         support the qRelocInsn request, and add cross reference to new
4461         subsection.
4462
4463 2010-05-25  Doug Evans  <dje@google.com>
4464
4465         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4466         (Commands In Python): Document gdb.string_to_argv.
4467
4468 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4469
4470         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4471         ATTR_NORETURN.
4472
4473 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4474             Tom Tromey  <tromey@redhat.com>
4475             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4476
4477         * gdb.texinfo (Parameters In Python): New Node.
4478
4479 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4480
4481         * gdb.texinfo: (Summary) Add mention about D language support.
4482         (Filenames): Add D suffixes.
4483         (D): New node.
4484
4485 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4486
4487         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4488         of macro deleted from GDB code.
4489
4490 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4491
4492         * gdb.texinfo (Commands to specify files): Describe what how GDB
4493         looks up DOS-based filesystem paths on the system root.  Document
4494         the new `set/show target-file-system-kind' commands.
4495
4496 2010-04-23  Doug Evans  <dje@google.com>
4497
4498         * gdb.texinfo (Python): Move Auto-loading section here ...
4499         (Python API): from here.
4500         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4501         (Maintenance Commands): Add docs for "maint print section-scripts".
4502
4503 2010-04-20  Chris Moller  <cmoller@redhat.com>
4504
4505         * gdb.texinfo (Setting Breakpoints): Added description of
4506         filename-qualified rbreak.
4507         * refcard.tex (Breakpoints and Watchpoints): Added brief
4508         description of filename-qualified rbreak.
4509
4510 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4511
4512         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4513         (Python API): Change the reference to Pretty Printing API.
4514         (Pretty Printing): Move the user part under the Data node.  Reformat
4515         the sample output to 72 columns.  Create a new reference to Pretty
4516         Printing API.  Rename the API part ...
4517         (Pretty Printing API): To a new node name.
4518         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4519         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4520
4521 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4522
4523         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4524         and commands.
4525         (Listing Tracepoints): Update to reflect current behavior.
4526
4527 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4528
4529         * gdb.texinfo (Examining memory): Update for change in string
4530         display with explicit size.
4531
4532 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4533
4534         PR breakpoints/8554.
4535
4536         * gdb.texinfo (Save Breakpoints): New node.
4537         (save-tracepoints): Rename to ...
4538         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4539         a deprecated alias to `save tracepoints'.
4540
4541 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4542
4543         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4544         (info w32 thread-information-block): Document new command.
4545         (qGetTIBAddress): Document new gdbserver query.
4546         (maint set/show show-all-tib): Document new command.
4547
4548 2010-04-15  Doug Evans  <dje@google.com>
4549
4550         * gdb.texinfo (Python API): Add progspaces section.
4551         (Selecting Pretty-Printers): Progspace pretty-printers are
4552         searched too.
4553         (Progspaces In Python): New section.
4554
4555         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4556
4557 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4558
4559         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4560         returns None.
4561
4562 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4563
4564         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4565         Describe the `frames-created' field, tweak grammar.
4566
4567 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4568
4569         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4570         Describe the `circular' and `disconnected' fields.
4571
4572 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4573
4574         * gdb.texinfo (maint print registers): Mention unavailable and
4575         invisible registers.
4576
4577 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4578             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4579             Tom Tromey  <tromey@redhat.com>
4580
4581         * gdb.texinfo (Breakpoints In Python): New Node.
4582
4583 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4584
4585         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4586         trace status fields.
4587
4588 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4589
4590         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4591         optional.  Make org.gnu.gdb.i386.avx requires
4592         org.gnu.gdb.i386.avx.
4593
4594 2010-04-08  Doug Evans  <dje@google.com>
4595
4596         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4597         search path, and document that gdb only scans the search path if
4598         the script's path doesn't specify a directory.
4599
4600 2010-04-05  Doug Evans  <dje@google.com>
4601
4602         * gdb.texinfo (maint show python auto-load): Fix typo.
4603
4604 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4605
4606         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4607         (Setting Watchpoints): Update description of "info watch".
4608         (Disabling Breakpoints): Only "info break" lists all.
4609
4610         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4611         (tdump): Explain how tdump works.
4612
4613 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4614
4615         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4616         add cross reference.
4617
4618 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4619
4620         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4621         commands error out.
4622
4623 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4624
4625         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4626
4627 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4628
4629         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4630
4631 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4632             Nathan Sidwell  <nathan@codesourcery.com>
4633
4634         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4635         GDBN equivalent.
4636         (Set Tracepoints): Remove mention that conditional tracepoints
4637         don't exist.
4638         (Tracepoint Actions): Clarify when while-stepping collection
4639         happens, note that while-stepping does not automatically collect
4640         $pc.
4641
4642 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4643
4644         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4645         (General Query Packets): Describe TracepointSource.
4646
4647 2010-03-27  Matt Rice  <ratmice@gmail.com>
4648
4649         * gdb.texinfo (ARM): Document arguments to "target sim".
4650         (Set Catchpoints): Use @dots{} instead of @r{...}.
4651
4652 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4653
4654         * gdb.texinfo (Tracepoint Packets): Remove mention that
4655         terror:string may be plain text, and drop mention of X prefix.
4656
4657 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4658
4659         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4660
4661 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4662
4663         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4664
4665 2010-03-24  Tom Tromey  <tromey@redhat.com>
4666
4667         PR breakpoints/9352:
4668         * gdb.texinfo (Break Commands): Update.
4669
4670 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4671
4672         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4673         commands.
4674
4675 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4676
4677         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4678         circular-trace-buffer.
4679         (Tracepoint Packets): Describe QTBuffer, and details of the
4680         qTStatus reply.
4681
4682 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4683             Nathan Sidwell  <nathan@codesourcery.com>
4684
4685         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4686         doing instruction stepping.
4687         (Tracepoint Restrictions): New node.
4688
4689 2010-03-10  Tom Tromey  <tromey@redhat.com>
4690
4691         * gdbint.texinfo (Symbol Handling): Update.
4692
4693 2010-03-08  Tom Tromey  <tromey@redhat.com>
4694
4695         PR cli/9591:
4696         * gdb.texinfo (Mode Options): Mention lack of pagination and
4697         confirmation with --batch.
4698         (Screen Size): Mention --batch.
4699         (Messages/Warnings): Likewise.
4700
4701 2010-03-05  Tom Tromey  <tromey@redhat.com>
4702
4703         * gdb.texinfo (Basic Python): Document target_charset and
4704         target_wide_charset.
4705
4706 2010-03-05  Tom Tromey  <tromey@redhat.com>
4707
4708         * gdb.texinfo (Data): Link to pretty-printing.
4709         (Output Formats): Likewise.  Correct text.
4710
4711 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4712
4713         * gdb.texinfo (Types): Describe <struct> and <flags>.
4714
4715 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4716
4717         * gdb.texinfo (Frames In Python): Add block parameter and
4718         description to read_var text.
4719
4720 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4721             Tom Tromey  <tromey@redhat.com>
4722
4723         * gdb.texinfo (Types In Python): Describe block argument in
4724         template_argument and gdb.lookup_type.
4725
4726 2010-02-24  Tom Tromey  <tromey@redhat.com>
4727
4728         * gdb.texinfo (Cygwin Native): Fix typo.
4729
4730 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4731
4732         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4733         and select method descriptions.
4734         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4735         Tables in Python to menu.
4736         (Blocks In Python): New node.
4737         (Symbols In Python): New node.
4738         (Symbol Tables in Python): New node.
4739
4740 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4741
4742         Multiexec MI
4743
4744         gdb/
4745         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4746
4747         gdb/doc/
4748         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4749         changes.
4750         (GDB/MI Program Execution): Document current behaviour of
4751         --all and --thread-group.
4752         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4753         -remove-inferior.
4754         * observer.texi (inferior_added, inferior_removed): New
4755         observers.
4756
4757 2010-02-19  Tom Tromey  <tromey@redhat.com>
4758
4759         * gdbint.texinfo (Getting Started): Fix @node.
4760         (Debugging GDB): Likewise.
4761
4762 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4763
4764         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4765         documenting the gdb_test_timeout variable.
4766
4767 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4768
4769         * gdb.texinfo (MI commands): Added documentation of --reverse
4770         option to a set of MI commands. Restructured documentation of MI
4771         commands --exec-continue to reflect the complexity of reverse
4772         execution.
4773
4774 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4775
4776         * gdb.texinfo (Using the Collected Data): Specify that the address
4777         range of `tfind outsize' is exclusive, and that the address range
4778         of `tfind range' is inclusive.
4779         (Tracepoint Packets): Specify that the address range of
4780         `QTFrame:range' is inclusive, and that the address range of
4781         `QTFrame:outside' is exclusive
4782
4783 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4784
4785         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4786
4787 2010-02-10  Tom Tromey  <tromey@redhat.com>
4788
4789         * gdb.texinfo (Debugging Output): Document set debug parser and
4790         show debug parser.
4791
4792 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4793
4794         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4795         i386_eflags and i386_mxcsr.
4796
4797 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4798
4799         * gdb.texinfo: Document i386 target features.
4800
4801 2010-02-05  Doug Evans  <dje@google.com>
4802
4803         * gdbint.texinfo (Testsuite): Add a new section to document the
4804         various DejaGnu variables that may be overridden.
4805         Document INTERNAL_GDBFLAGS.
4806
4807 2010-02-04  Tom Tromey  <tromey@redhat.com>
4808
4809         PR cli/8830:
4810         * gdb.texinfo (Files): -readnow comes before the filename for file
4811         and symbol-file.
4812
4813 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4814
4815         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4816         Document ARM breakpoint types.
4817         (Register Packet Format): Move into the new section.
4818         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4819
4820 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4821
4822         * gdb.texinfo (File Options): Adjust the documentation of this
4823         switch to refer to the "source" command rather than partially
4824         duplicating some of the relevant information.
4825         (Extending GDB): Introduce and document the set/show script-extension
4826         setting.
4827         (Command Files): Add note explaining that the "source" command
4828         is also used to evalute scripts written in other languages.
4829         Remove the short slightly incorrect reference to sourcing Python
4830         scripts.
4831         (Python Commands): Document how to execute a Python script from GDB.
4832
4833 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4834
4835         * gdb.texinfo (Command Files): Fix typo.
4836
4837 2010-01-18  Tom Tromey  <tromey@redhat.com>
4838
4839         * gdb.texinfo (File Options): Document -x on .py files.
4840         (Command Files): Document handling of Python scripts.
4841
4842 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4843
4844         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4845
4846 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4847
4848         * gdb.texinfo (Trace Files): New section.
4849         (Tracepoint Packets): Document QTSave and qTBuffer.
4850         (Trace File Format): New appendix.
4851
4852 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4853
4854         * gdb.texinfo (Values From Inferior): Document lazy_string value
4855         method.
4856         (Python API): Add Lazy strings menu item.
4857         (Lazy Strings In Python): New node.
4858
4859 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4860
4861         * gdb.texinfo (GDB/MI Thread Information): New.
4862         (GDB/MI Async Records): Document the core field in *stopped.
4863         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4864         documentation
4865         (Process list): Document that osdata document may contain
4866         threads.
4867         (Remote Serial Protocol): Document qXfer:threads.
4868
4869 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4870
4871         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4872         disconnected tracing.
4873         (Tracepoint Packets): Document new protocol.
4874
4875 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4876
4877         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4878         tracepoints.
4879         (Tracepoint Packets): Describe remote protocol for fast
4880         tracepoints.
4881
4882 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4883
4884         Update the "Start of New Year Procedure".
4885         * gdbint.texinfo: Add the list of files that need to be updated
4886         manually.  Minor reformatting.
4887
4888 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4889
4890         * refcard.tex: Update copyright year in header and text.
4891
4892 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4893
4894         * agentexpr.texi: Add 2010 to the list of copyright years.
4895         * annotate.texinfo: Likewise.
4896         * gdb.texinfo: Likewise.
4897         * gdbint.texinfo: Likewise.
4898         * observer.texi: Likewise.
4899         * stabs.texinfo: Likewise.
4900
4901 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4902
4903         * gdb.texinfo (Tracepoint Actions): Describe teval.
4904
4905 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4906
4907         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4908
4909 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4910
4911         * gdb.texinfo (Trace State Variables): New section.
4912         (Tracepoint Packets): Describe trace state variable packets.
4913         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4914         variable bytecodes.
4915
4916 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4917
4918         * gdb.texinfo (Symbols): "info variables" prints definitions, not
4919         declarations.
4920
4921 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4922
4923         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4924         -gdb-exit behaviour.
4925
4926 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4927
4928         * gpl.texi: Update to version 3 of the GPL.
4929
4930 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4931
4932         * Makefile.in: Update copyright header.
4933         * observer.texi: Fix the copyright header of the generated files.
4934
4935 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4936
4937         * gdb.texinfo (Types In Python): Describe range function.
4938
4939 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
4940
4941         * gdb.texinfo (Types In Python): Describe "is_base_class".
4942
4943 2009-12-03  Tom Tromey  <tromey@redhat.com>
4944
4945         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4946
4947 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4948
4949         * observer.texi: New memory_changed observer.
4950
4951 2009-12-01  Tom Tromey  <tromey@redhat.com>
4952
4953         * gdb.texinfo (Reverse Execution): Fix typo.
4954
4955 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
4956
4957         PR gdb/8704
4958
4959         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4960         are allowed after the breakpoint condition.
4961
4962 2009-11-23  Tom Tromey  <tromey@redhat.com>
4963
4964         PR python/10782:
4965         * gdb.texinfo (Types In Python): Document Type.pointer.
4966
4967 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
4968
4969         * gdb.texinfo (Machine Code): Adjust.
4970
4971 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
4972
4973         * agentexpr.texi (Tracing On Symmetrix): Delete section.
4974         (Using Agent Expressions): Delete cross reference.
4975
4976 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
4977
4978         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4979         and @settitle directives up to help makeinfo find them.
4980
4981 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4982
4983         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4984         (Auto-loading): Use plural and note one can use multiple components now.
4985
4986 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
4987
4988         * gdb.texinfo (GDB/MI Stack Manipulation): Make
4989         -stack-list-arguments have the same documentation for parameter
4990         as -stack-list-locals. Add comas.
4991
4992 2009-10-27  Tom Tromey <tromey@redhat.com>
4993             Eli Zaretskii <eliz@gnu.org>
4994
4995         PR python/10781
4996
4997         * gdb.texinfo (Values From Inferior): Document cast method.
4998
4999 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5000
5001         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5002         and adjust example.
5003
5004 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5005
5006         * gdb.texinfo (Process Record and Replay): Document new form of
5007         info record command.  Also document the new save and restore
5008         commands.
5009
5010 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5011
5012         * gdb.texinfo (Machine Code): Mention current pc marker.
5013         (Memory): Likewise.
5014
5015 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5016             Stan Shebs  <stan@codesourcery.com>
5017
5018         * observer.texi (new_inferior): Rename to...
5019         (inferior_appeared): ... this.
5020
5021         * gdb.texinfo (Inferiors): Rename node to ...
5022         (Inferiors and Programs): ... this.  Mention running multiple
5023         programs in the same debug session.
5024         <info inferiors>: Mention the new 'Executable' column if "info
5025         inferiors".  Update examples.  Document the "add-inferior",
5026         "clone-inferior", "remove-inferior" and "maint info
5027         program-spaces" commands.
5028         (Process): Rename node to...
5029         (Forks): ... this.  Document "set|show follow-exec-mode".
5030
5031 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5032
5033         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5034         (ReverseContinue): Ditto.
5035
5036 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5037
5038         * gdb.texinfo (Server): Document libthread-db-search-path.
5039
5040 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5041
5042         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5043
5044 2009-10-06  Michael Eager  <eager@eagercon.com>
5045
5046         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5047         (Embedded Processors): Add MicroBlaze.
5048         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5049
5050 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5051
5052         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5053
5054 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5055
5056         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5057
5058 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5059
5060         * observer.texi (solib_unloaded): Document explicitly the fact that
5061         this observer is called before the associated symbols are unloaded.
5062
5063 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5064
5065         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5066         -stack-list-variables.
5067
5068 2009-09-18  Tom Tromey  <tromey@redhat.com>
5069
5070         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5071         is experimental.
5072
5073 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5074
5075         * gdb.texinfo (convenince variables): Mention
5076         $_siginfo could be empty.
5077
5078 2009-09-15  Tom Tromey  <tromey@redhat.com>
5079
5080         * gdb.texinfo (GDB/MI Variable Objects): Document
5081         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5082         Expand -var-update documentation.
5083
5084 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5085
5086         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5087         feature.
5088
5089 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5090
5091         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5092
5093 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5094
5095         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5096         ReverseStep replies to the qSupported query.
5097
5098 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5099
5100         Add documentation for set/show interactive-mode.
5101         * gdb.texinfo (Other Misc Settings): New node.
5102
5103 2009-09-01  Doug Evans  <dje@google.com>
5104
5105         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5106         non-stop mode's affect on remote caching.
5107
5108 2009-08-31  Jacob Potter  <jdpotter@google.com>
5109             Doug Evans  <dje@google.com>
5110
5111         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5112         Mark `set/show remotecache' options as obsolete.
5113         Document new `set/show stack-cache' option.
5114         Update text for `info dcache'.
5115
5116 2009-08-27  Doug Evans  <dje@google.com>
5117
5118         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5119         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5120
5121 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5122
5123         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5124         about autoconf.
5125
5126 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5127
5128         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5129         small example, and describe its columns.  Replace "inferior-id" by
5130         "infno" throughout.
5131
5132 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5133
5134         * gdbint.texinfo (Releasing GDB): Point to
5135         README-maintainer-mode file for required autoconf version.
5136         * configure.ac: Do not substitute datarootdir, htmldir,
5137         pdfdir, docdir.  Do not process --with-datarootdir,
5138         --with-htmldir, --with-pdfdir, --with-docdir.
5139         * configure: Regenerate.
5140
5141         * configure: Regenerate.
5142
5143 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5144
5145         * gdb.texinfo: Add chapter on JIT interface.
5146
5147 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5148
5149         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5150         confirmation request.
5151
5152 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5153
5154         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5155         CRC definitions.
5156
5157 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5158
5159         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5160         -break-commands.
5161
5162 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5163
5164         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5165         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5166
5167 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5168
5169         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5170         "set spu stop-on-load" and "show spu stop-on-load" commands.
5171
5172 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5173
5174         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5175
5176 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5177
5178         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5179         org.gnu.gdb.arm.neon.
5180
5181 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5182
5183         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5184         optional element.
5185         (subsection OS ABI): New subsection.
5186
5187 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5188
5189         * gdb.texinfo (Tracepoint Conditions): New section.
5190         (General Query Packets): Describe ConditionalTracepoints.
5191         (Tracepoint Packets): Describe condition field.
5192         (Maintenance Commands): Describe maint agent-eval.
5193         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5194
5195 2009-07-11  Hui Zhu  <teawater@gmail.com>
5196
5197         * gdb.texinfo (disassemble): Add a new modifier /r
5198         to "disassemble" command to make it print the raw instructions
5199         in hex as well as in symbolic form.
5200
5201 2009-07-09  Tom Tromey  <tromey@redhat.com>
5202
5203         * gdbint.texinfo (Testsuite): Document parallel make check.
5204
5205 2009-07-09  Tom Tromey  <tromey@redhat.com>
5206
5207         * gdbint.texinfo (Testsuite): Document test transcripts.
5208
5209 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5210
5211         * gdb.texinfo (Values From Inferior): Add length parameter
5212         description.
5213
5214 2009-07-04  Chris Genly  <chris@genly.us>
5215
5216         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5217         in -var-list-children.  Fix example according to what the code
5218         does.
5219
5220 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5221
5222         * gdb.texinfo (Debugging multiple inferiors): Document the
5223         "inferior", "detach inferior" and "kill inferior" commands.
5224         (Debugging Programs with Multiple Processes): Adjust to mention
5225         generic "inferior" commands.  Delete mention of "detach fork" and
5226         "delete fork".  Cross reference to "Debugging multiple inferiors"
5227         section.
5228
5229 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5230
5231         * gdbint.texinfo (Item Output Functions): Update signature
5232         for ui_out_field_core_addr.
5233
5234 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5235
5236         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5237         Update example code extrated from breakpoint.c.
5238
5239 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5240
5241         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5242         MI commands.
5243         (GDB/MI Symbol Query): Likewise.
5244         (GDB/MI File Commands): Likewise.
5245         (GDB/MI File Transfer Commands): Likewise.
5246         (GDB/MI Target Manipulation): Likewise.
5247         (GDB/MI Miscellaneous Commands): Likewise.
5248
5249 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5250
5251         * gdb.texinfo (Debugging Optimized Code): New chapter.
5252         (Compiling for Debugging): Reference it.  Move some
5253         text to the new section.
5254
5255 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5256
5257         * doc/gdb.texinfo (Calling): Document
5258         set-unwind-on-terminating-exception usage.
5259
5260 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5261
5262         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5263         command.
5264
5265 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5266
5267         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5268         references.
5269
5270 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5271
5272         * gdbint.texinfo: Rename formal parameters to gdbarch function
5273         protoypes from "current_gdbarch" to "gdbarch".
5274
5275 2009-05-28  Tom Tromey  <tromey@redhat.com>
5276
5277         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5278
5279 2009-05-27  Tom Tromey  <tromey@redhat.com>
5280
5281         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5282         feature.
5283         (GDB/MI Variable Objects): Document -var-set-visualizer.
5284
5285 2009-04-02  Tom Tromey  <tromey@redhat.com>
5286
5287         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5288         feature.
5289         (GDB/MI Variable Objects): Document -var-set-visualizer.
5290
5291 2009-05-27  Tom Tromey  <tromey@redhat.com>
5292             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5293             Phil Muldoon  <pmuldoon@redhat.com>
5294
5295         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5296         (Pretty Printing): New node.
5297         (Selecting Pretty-Printers): Likewise.
5298         (Python API): Update.
5299         (Output Formats): Document /r format.
5300
5301 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5302             Tom Tromey  <tromey@redhat.com>
5303
5304         * gdb.texinfo (Types In Python): New node.
5305         (Values From Inferior): "type" is now an attribute.
5306         (Python API): Update.
5307
5308 2009-05-27  Tom Tromey  <tromey@redhat.com>
5309             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5310             Phil Muldoon  <pmuldoon@redhat.com>
5311
5312         * gdb.texinfo: Add @syncodeindex for `tp'.
5313         (Python API): Update.
5314         (Auto-loading): New node.
5315         (Objfiles In Python): New node.
5316
5317 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5318
5319         * gdb.texinfo (Threads): Document libthread-db-search-path.
5320
5321 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5322
5323         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5324
5325 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5326
5327         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5328         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5329         show show-debug-regs' docs.
5330
5331 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5332
5333         * gdb.texinfo (Process Record and Replay): Add description of
5334         reverse execution.
5335
5336 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5337
5338         * gdbint.texinfo (Adding support for debugging core files): New node.
5339         (Native Debugging): Remove the ``Native core file Support'' section.
5340
5341 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5342
5343         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5344         Add index entries.
5345
5346 2009-04-30  Hui Zhu  <teawater@gmail.com>
5347             Michael Snyder  <msnyder@vmware.com>
5348
5349         * gdb.texinfo: (Process Record and Replay): Add documentation for
5350         process record and replay.
5351
5352 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5353
5354         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5355         a new part on command-line defined macros.
5356
5357 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5358
5359         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5360         clarify the wording.
5361
5362 2009-04-23  Tom Tromey  <tromey@redhat.com>
5363
5364         * gdb.texinfo (Data Files): New node.
5365         (GDB Files): Update menu.
5366
5367 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5368
5369         * gdbint.texinfo (Defining Other Architecture Features): Remove
5370         entry for PROCESS_LINENUMBER_HOOK.
5371
5372 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5373
5374         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5375
5376 2009-04-22  Hui Zhu  <teawater@gmail.com>
5377
5378         * gdb.texinfo (disassemble-next-line): Set the default of
5379         disassemble-next-line to off.
5380
5381 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5382
5383         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5384         --with-htmldir): New.
5385         * configure: Regenerate.
5386         * Makefile.in (datarootdir, docdir): Define.
5387         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5388         instead of $(SET_TEXINPUTS).
5389         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5390         gdbint.info instead of $(SET_TEXINPUTS).
5391         (gdbint/index.html): Use same -I options as for building
5392         gdbint.info.
5393         (stabs.dvi, stabs.pdf): Use same -I options as for building
5394         stabs.info instead of $(SET_TEXINPUTS).
5395         (stabs/index.html): Use same -I options as for building
5396         stabs.info.
5397         (annotate.dvi, annotate.pdf): Use same -I options as for building
5398         annotate.info instead of $(SET_TEXINPUTS).
5399         (annotate/index.html): Use same -I options as for building
5400         annotate.info.
5401
5402 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5403
5404         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5405
5406 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5407
5408         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5409
5410 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5411             Joseph Myers  <joseph@codesourcery.com>
5412
5413         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5414         (MAKEHTMLFLAGS): Set to empty.
5415         (html__strip_dir): Define.
5416         (HTMLFILES): Define.
5417         (HTMLFILES_INSTALL): Define.
5418         (install-html): Copy new automake rule.
5419         (html): Depend on $(HTMLFILES).
5420         (gdb_toc.html): Rename to gdb/index.html.
5421         (gdbint_toc.html): Rename to gdbint/index.html.
5422         (stabs_toc.html): Rename to stabs/index.html.
5423         (annotate_toc.html): Rename to annotate/index.html.
5424
5425 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5426
5427         * Makefile.in: Set pdfdir and htmldir from configure
5428         substitutions.
5429         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5430         * configure: Regenerate.
5431
5432 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5433
5434         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5435         This macro is no longer used.
5436
5437 2009-04-15  Tom Tromey  <tromey@redhat.com>
5438
5439         * gdb.texinfo (Character Sets): Document default character set.
5440
5441 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5442
5443         * gdbint.texinfo: Change server name from sources.redhat.com to
5444         sourceware.org throughout.
5445
5446 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5447
5448         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5449         about a missing dot or coma after @xref.
5450
5451 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5452
5453         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5454         example, and add a small explanation about it.
5455         (Print Settings): Change the documentation of the "set print
5456         frame-arguments" to reflect the fact that the default is now "scalars".
5457
5458 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5459
5460         * gdb.texinfo (Print Settings): Add kindex for command "set
5461         print frame-arguments".
5462
5463 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5464
5465         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5466         breakpoints.
5467         (Set Breaks): Add reference to thread-specific and task-specific
5468         breakpoints.
5469
5470 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5471
5472         * gdb.texinfo (Ada Tasks): Remove the documentation about
5473         the "Running" state, as this state has been eliminated.
5474         Now all runnable tasks are shown as "Runnable".
5475
5476 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5477
5478         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5479         special case of breakpoints.
5480         (Enable and Disable Tracepoints): Mention deprecation.
5481         (Listing Tracepoints): Update description and example.
5482
5483 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5484
5485         * gdb.texinfo (Frames in Python): New node.
5486         (Python API): Update.
5487
5488 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5489
5490         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5491         from a method to an attribute.
5492
5493 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5494
5495         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5496         attribute.
5497
5498 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5499
5500         * observer.texi (thread_exit): Add "silent" parameter.
5501
5502 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5503
5504         * observer.texi (about_to_proceed): New.
5505
5506 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5507
5508         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5509         field throughout to handle types with spaces in them.  Fix typos
5510         found by aspell.
5511         (Summary, Requirements, Contributors): New first chapter,
5512         "Summary" added, old Requirements section moved there, and new
5513         section, "Contributors" added.
5514         (Initializing a New Architecture, Register Representation)
5515         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5516         (Porting gdb): These sections extended and updated.
5517         (Compiler Characteristics): This section (empty) deleted.
5518         (Defining Other Architecture Features): This section renamed and
5519         duplicate material removed from (formerly "Target Conditionals").
5520         Use braces {} in @deftypeXX type field throughout to handle types
5521         with spaces in them. Typos found by aspell fixed.
5522
5523         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5524         * stack_frame.pdf: Version of image for PDF output.
5525         * stack_frame.png: Version of image for HTML output and for Emacs.
5526         * stack_frame.txt: Version of image for Info output.
5527         * stack_frame.eps: Version of image for TeX DVI output.
5528
5529 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5530
5531         * gdb.texinfo (Character Sets): Fix last change.
5532
5533 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5534
5535         * gdb.texinfo (Values From Inferior): Fix optional arguments
5536         markup.
5537         (Commands In Python): Adjust argument names of gdb.Command.__init__
5538         to what the function accepts as keywords.
5539
5540 2008-03-20  Tom Tromey  <tromey@redhat.com>
5541
5542         * gdb.texinfo (Convenience Vars): Document convenience functions.
5543         (Functions In Python): New node.
5544         (Python API): Update.
5545
5546 2009-03-20  Tom Tromey  <tromey@redhat.com>
5547
5548         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5549         set target-wide-charset.
5550         (Requirements): Mention iconv.
5551
5552 2009-03-17  Hui Zhu  <teawater@gmail.com>
5553
5554         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5555
5556 2009-03-17  Hui Zhu  <teawater@gmail.com>
5557
5558         * gdb.texinfo: Add documentation for disassemble-next-line.
5559
5560 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5561
5562         * gdb.texinfo (Commands In Python): Remove tindex entries.
5563
5564 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5565
5566         * gdb.texinfo (Returning): New description for missing debug info.
5567
5568 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5569
5570         * gdb.texinfo (Remote Configuration): Document query-attached.
5571         (General Query Packets): Document qAttached.
5572
5573 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5574
5575         * gdb.texinfo (Background Execution): Better describe the set
5576         target-async command.
5577         (Maintenance Commands): Delete description of the `maint set/show
5578         linux-async' and `maint set/show remote-async' commands.
5579
5580 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5581
5582         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5583         between sentences.
5584
5585 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5586
5587         * gdb.texinfo (GDB/MI Async Records): Document the
5588         =library-loaded and =library-unloaded notifications.
5589
5590 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5591
5592         * observer.texi (test_notification): New observer.
5593
5594 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5595
5596         * observer.texi: Add parameter 'print_frame' to normal_stop
5597         observer.
5598
5599 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5600
5601         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5602         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5603         @kbd for interactive input.  Add cross-references and index
5604         entries.
5605
5606 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5607
5608         * gdb.texinfo (Signals): Document $_siginfo.
5609         (Convenience Variables): Mention $_siginfo.
5610         (Remote Configuration): Document qXfer:siginfo:read,
5611         qXfer:siginfo:write packets, and the read-siginfo-object,
5612         write-siginfo-object commands.
5613
5614 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5615
5616         * gdbint.texinfo (Values): New chapter.
5617
5618 2009-02-06  Tom Tromey  <tromey@redhat.com>
5619
5620         * gdb.texinfo (Python API): Add entry for Commands In Python.
5621         (Commands In Python): New node.
5622
5623 2009-02-05  Tom Tromey  <tromey@redhat.com>
5624
5625         * gdb.texinfo (Values From Inferior): Document Value.string.
5626
5627 2009-02-05  Tom Tromey  <tromey@redhat.com>
5628
5629         * gdb.texinfo (Basic Python): Document execute's from_tty
5630         argument.
5631
5632 2009-02-04  Tom Tromey  <tromey@redhat.com>
5633
5634         * gdb.texinfo (Basic Python): Document gdb.history.
5635
5636 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5637
5638         * gdb.texinfo (GDB/MI Thread Commands): Document the
5639         'current-thread-id' field.  Remove the example with zero threads,
5640         since current GDB won't ever report that if there's inferior.
5641
5642 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5643
5644         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5645         option to -break-insert.
5646
5647 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5648             Jerome Guitton  <guitton@adacore.com>
5649
5650         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5651         (System-wide configuration): New section.
5652
5653 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5654
5655         PR gdb/7580:
5656         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5657         internal-error|internal-warning quit|corefile ask|yes|no".
5658
5659 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5660
5661         * gdb.texinfo (Using the `gdbserver' Program): Document
5662         --remote-debug.
5663
5664 2009-01-23  Doug Evans  <dje@google.com>
5665
5666         * gdb.texinfo: Add nexti to list of commands that support
5667         background execution.
5668
5669 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5670
5671         * gdb.texinfo (Define, Hooks): Document prefix command support.
5672
5673 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5674             Carlos O'Donell  <carlos@codesourcery.com>
5675
5676         Fixes for makeinfo --html.
5677
5678         * annotate.texinfo: Use @copying and @insertcopying.  Use
5679         @ifnottex in place of @ifinfo.
5680         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5681         place of @ifinfo.  Use @ifnotinfo for one index entry.
5682         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5683         in place of @ifinfo.
5684         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5685         in place of @ifinfo.  Include contents at start unconditionally.
5686
5687 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5688
5689         * gdb.texinfo (General Query Packets): Remove @var{} around the
5690         "spu" literal string.
5691
5692 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5693
5694         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5695         program may be running in another process" errors.
5696         * gdbint.texinfo (Native Conditionals): Delete
5697         ONE_PROCESS_WRITETEXT description.
5698
5699 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5700
5701         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5702         emacs local variable to be placed at the end of the ChangeLog.
5703         Add server.c and gdbreplay.c to the list of files where the
5704         copyright year needs to be updated.
5705
5706 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5707
5708         * gdb.texinfo (Remote Configuration): Document new
5709         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5710         commands.
5711
5712 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5713
5714         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5715         FETCH_INFERIOR_REGISTERS.
5716         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5717         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5718         gdbarch_get_longjmp_target descrition, since already described in
5719         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5720         (Target Conditionals): ... here.
5721
5722 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5723
5724         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5725         examples.
5726         (Additions to Ada): Likewise.  Add the missing opening and closing
5727         parenthesis of the GDB prompt in one of the examples.
5728
5729 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5730
5731         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5732         about the result of 'Address not being of type System.Address.
5733         This problem has been fixed a while ago.
5734
5735 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5736
5737         MI non-stop and multiprocess docs.
5738
5739         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5740         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5741         Adjust documentation for *stopped, document =thread-created,
5742         =thread-exited, =thread-group-created and =thread-group-exited.
5743         (GDB/MI Thread Commands): Document the 'state' field in
5744         -thread-info output.
5745         (GDB/MI Program Execution): Mention --all and --thread-group
5746         options.
5747         (GDB/MI Variable Objects): Describe floating and fixed variable
5748         objects.
5749         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5750
5751 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5752
5753         * gdb.texinfo (Operating System Information): New appendix.
5754         (Operating System Auxiliary Information): Document 'info os processes'
5755         (Remote Configuration): Document 'osdata'
5756         (General Query Packets): Document qXfer:osdata:read.
5757
5758 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5759
5760         * gdb.texinfo (Darwin): Document Darwin specific features.
5761
5762 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5763
5764         * gdbint.texinfo (Target Conditionals): Extend the
5765         gdbarch_breakpoint_from_pc description.
5766
5767 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5768
5769         * gdb.texinfo (M68K Features): Fix typo.
5770
5771 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5772
5773         * gdb.texinfo (Symbols): Mention printing containing
5774         image name in "info symbol".
5775         (Maint translate-address): Likewise.
5776
5777 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5778
5779         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5780         commands "catch load" and "catch unload".
5781
5782 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5783
5784         * gdb.texinfo (GDB/MI Async Records): Document
5785         =thread-selected.
5786
5787 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5788
5789         * observer.texi (new_inferior, inferior_exit): New observers.
5790
5791 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5792
5793         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5794         .mt files, TM_CLIBS or TM_CDEPS.
5795         (x86 Watchpoints): Don't mention TDEPFILES.
5796
5797 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5798
5799         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5800         (Overview): Mention notifications and non-stop mode behavior.
5801         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5802         with non-stop mode behavior.  Add vStopped description.
5803         (Stop Reply Packets):  Update list of packets that return
5804         stop replies.  Mention non-stop behavior.
5805         (General Query Packets): Document QNonStop packet and associated
5806         qSupported query response.
5807         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5808         behavior.
5809         (Notification Packets): New section.
5810         (Remote Non-Stop): New section.
5811         (File-I/O Overview): Mention non-stop behavior.
5812
5813 2008-10-24  Hui Zhu  <teawater@gmail.com>
5814             Pedro Alves  <pedro@codesourcery.com>
5815
5816         * gdb.texinfo (displaced-stepping): Describe the auto mode
5817         setting, and say it's the default.  This is now a mainstream
5818         setting instead of a maintenance setting.
5819
5820 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5821
5822         * observer.texi (thread_stop_requested): New.
5823
5824 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5825
5826         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5827         (Patching): Replace incorrect usage of @samp by @kbd.
5828
5829 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5830
5831         * gdb.texinfo: Add documentation for reverse execution.
5832
5833 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5834             Eli Zaretskii  <eliz@gnu.org>
5835
5836         * gdb.texinfo. (Values From Inferior): New subsubsection.
5837
5838 2008-10-06  Doug Evans  <dje@google.com>
5839
5840         * gdb.texinfo (set debug dwarf2-die): Document it.
5841
5842 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5843
5844         * gdb.texinfo (catch) [exception]: Document how to insert
5845         a breakpoint on user-defined exceptions when the exception
5846         name is identical to one of the language-defined ones.
5847
5848 2008-09-27  Tom Tromey  <tromey@redhat.com>
5849
5850         * gdb.texinfo (Macros): Remove text about stringification,
5851         varargs, and splicing.
5852
5853 2008-09-27  Tom Tromey  <tromey@redhat.com>
5854
5855         * gdbint.texinfo (Language Support): Remove text about omitting
5856         support for a language.
5857
5858 2008-09-23  Doug Evans  <dje@google.com>
5859
5860         * gdb.texinfo (info dcache): Update.
5861
5862 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5863
5864         * gdb.texinfo (Packets): Add info on thread-id syntax and
5865         multiprocess extensions.
5866         <D>: Document multiprocess form of packet.
5867         <H>: Use thread-id syntax.
5868         <T>: Likewise.
5869         <vCont>: Likewise.  Note this is required for multiprocess.
5870         <vKill>: New packet.
5871         (Stop Reply Packets) <T>: Use thread-id syntax.
5872         <W>: Document multiprocess form of reply.
5873         <X>: Likewise.
5874         (General Query Packets) <qC>: Use thread-id syntax.
5875         <qfThreadInfo>: Likewise.
5876         <qGetTLSAddr>: Likewise.
5877         <qP>: Likewise.
5878         <qSupported>: Add "multiprocess" feature.
5879         <qThreadExtraInfo>: Use thread-id syntax.
5880
5881 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5882
5883         * gdb.texinfo (Inferiors): New section.
5884
5885 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5886
5887         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5888
5889 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5890
5891         * gdbint.texinfo (Target Conditionals): Remove documentation
5892         for gdbarch_name_of_malloc.
5893
5894 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5895
5896         * gdb.texinfo (Interrupts): Mention TCP interface for
5897         sending BREAK.
5898
5899 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5900
5901         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5902         argument prefix to "set sysroot".
5903
5904 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5905
5906         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5907         and False.
5908
5909 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5910
5911         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5912         for possible features of -list-features.
5913
5914 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5915
5916         * gdb.texinfo (Background execution): Adjust example
5917         (GDB/MI Miscellaneous Commands): Document -list-target-features.
5918
5919 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5920
5921         * doc/gdb.texinfo (PowerPC): Fix typo.
5922         (PowerPC features): Fix typo.
5923
5924 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
5925
5926         * observer.texi (thread_ptid_changed): New.
5927
5928 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
5929
5930         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5931         (PowerPC features): Mention feature set for VSX registers.
5932
5933 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
5934
5935         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5936         the direct visibility of all names in user-written packages.
5937
5938 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
5939
5940         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5941         setting, and make it the default.
5942         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5943         non-stop script example.
5944
5945 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5946
5947         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5948         reference to the "Using Different Register and Memory Data
5949         Representation" section.
5950
5951 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
5952
5953         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5954         (Remote Protocol): Add Packet Acknowledgment to menu.
5955         (Overview): Mention +/- can be disabled, and point to new section
5956         where this is discussed in detail.
5957         (General Query Packets): Document QStartNoAckMode packet, and
5958         corresponding qSupported reply.
5959         (Packet Acknowledgment): New section.
5960
5961 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
5962             Pedro Alves  <pedro@codesourcery.com>
5963
5964         * gdb.texinfo (Threads): Move paragraph about automatic thread
5965         selection to All-Stop Mode subsection.
5966         (Thread Stops): Reorganize existing material into subsections.
5967         Add introductory blurb and menu.
5968         (Non-Stop Mode): New subsection.
5969         (Background Execution): New subsection.
5970         (Maintenance Commands): Add cross-references from async mode
5971         commands to the new Background Execution section.
5972
5973 2008-08-06  Tom Tromey  <tromey@redhat.com>
5974
5975         * gdb.texinfo (Extending GDB): New chapter.
5976         (Sequences): Demoted chapter, now a section under the new
5977         Extending GDB chapter.
5978         (Python): New section.
5979
5980 2008-07-31  Stan Shebs  <stan@codesourcery.com>
5981
5982         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5983
5984 2008-07-29  Stan Shebs  <stan@codesourcery.com>
5985
5986         * gdbint.texinfo: General round of cleanup and minor
5987         clarifications.
5988         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5989         (Longjmp Support): Update description to reflect how it is done
5990         for targets without using native header.
5991         (Symbol Handling): Add a little more general explanation.
5992         (COFF, ELF): Mention stabs encapsulation.
5993         (DWARF 3): New section.
5994         (Adding a New Host): Scrub out some obsolete bits.
5995         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5996         (Host Conditionals): Remove descriptions of NO_STD_REGS,
5997         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5998         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5999         SEEK_SET, STOP_SIGNAL, USG.
6000         (Raw and Virtual Register Representations): Ditto for
6001         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6002         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6003         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6004         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6005         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6006         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6007         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6008         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6009         DEPRECATED_USE_STRUCT_CONVENTION.
6010         Describe gdbarch_deprecated_fp_regnum.
6011         Update description of gdbarch_print_insn.
6012         (Adding a New Target): Scrub out obsolete bits.
6013         (Obsolete Conditionals): Remove entire section.
6014
6015 2008-07-25  Tom Tromey  <tromey@redhat.com>
6016
6017         * observer.texi (GDB Observers): Document new observers:
6018         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6019         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6020         architecture_changed.
6021
6022 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6023
6024         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6025         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6026
6027 2008-07-21  Tom Tromey  <tromey@redhat.com>
6028
6029         * observer.texi (GDB Observers): Remove obsolete comment.
6030         <executable_changed>: Remove argument.
6031
6032 2008-07-18  Tom Tromey  <tromey@redhat.com>
6033
6034         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6035
6036 2008-07-10  Doug Evans  <dje@google.com>
6037
6038         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6039
6040 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6041
6042         * gdb.texinfo (Starting): Document "set disable-randomization".
6043
6044 2008-07-07  Andreas Schwab  <schwab@suse.de>
6045
6046         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6047
6048 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6049
6050         * gdb.texinfo (GDB/MI Target Manipulation): Add
6051         example of -target-attach.
6052
6053 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6054
6055         * observer.texi (target_resumed): New observer.
6056         * gdb.texinfo (GDB/MI Output Records): Document *running.
6057
6058 2008-06-06  Tom Tromey  <tromey@redhat.com>
6059
6060         * gdb.texinfo (Completion): Add field name example.
6061
6062 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6063
6064         * gdb.texinfo (GDB/MI Program Context): Added example
6065         to -exec-arguments
6066
6067 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6068
6069         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6070         annotation.
6071
6072 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6073             Nathan Sidwell  <nathan@codesourcery.com>
6074             Joseph Myers  <joseph@codesourcery.com>
6075
6076         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6077         and ACX_BUGURL.
6078         * configure: Regenerate.
6079         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6080         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6081         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6082         mailing-list-specific text about bug reporting unless
6083         BUGURL_DEFAULT.
6084
6085 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6086
6087         * gdb.texinfo (-target-select): Remove reference to target async.
6088         (Maintenance Commands): Document "maint set/show remote-async".
6089
6090 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6091
6092         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6093         in -target-file-get section.
6094
6095 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6096
6097         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6098         killing the inferior when it is already debugging a process.
6099
6100 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6101
6102         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6103         abbreviation for "finish".
6104
6105 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6106
6107         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6108
6109 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6110
6111         * gdbint.texinfo (Target Conditionals): Delete entry for
6112         gdbarch_dwarf_reg_to_regnum.
6113
6114 2008-05-09  Doug Evans  <dje@google.com>
6115
6116         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6117
6118 2008-05-05  Doug Evans  <dje@google.com>
6119
6120         * gdb.texinfo (disassemble): Document /m modifier.
6121
6122 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6123
6124         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6125         will not report the time of commands that run the target.
6126
6127 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6128
6129         * gdb.texinfo (GDB/MI Output Records): Add
6130         missing semicolon.
6131
6132 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6133
6134         * gdb.texinfo (GDB/MI Output Records):
6135         Document =thread-create and =thread-exited.
6136
6137 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6138
6139         * gdb.texinfo (GDB/MI Development and Front Ends):
6140         Remove mention of dmi-discuss.
6141
6142 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6143
6144         * observer.texi (thread_exit): New.
6145
6146 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6147
6148         * gdb.texinfo (Debugging Output): Document "set/show debug
6149         displaced".
6150         (Maintenance Commands): Document "maint set/show
6151         can-use-displaced-stepping".
6152
6153 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6154
6155         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6156         and set/show arm force-mode.
6157
6158 2008-05-02  Andreas Schwab  <schwab@suse.de>
6159
6160         * gdbint.texinfo (Algorithms): Describe
6161         target_watchpoint_addr_within_range.
6162
6163 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6164
6165         * gdbint.texinfo (Stack Frames): New chapter.
6166         (Algorithms): Move Frames text to the new chapter.
6167         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6168         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6169
6170 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6171
6172         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6173         output does not necessary include any tokens.
6174
6175 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6176
6177         * gdb.texinfo (Set SH Calling convention): New @item.
6178         (Show SH Calling convention): Ditto.
6179
6180 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6181
6182         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6183
6184 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6185
6186         * gdb.texinfo (Set Breaks): Mention that multiple location
6187         breakpoints need line number info.  Add index entries.
6188
6189 2008-04-19  Craig Silverstein  <csilvers@google.com>
6190
6191         * gdb.texinfo (Requirements): Add an optional requirement on
6192         zlib.
6193         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6194         Compressed DWARF 2.
6195
6196 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6197
6198         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6199         sample output for 'stopped,reason="breakpoint-hit"' message.
6200         (GDB/MI Program Execution): Likewise.
6201
6202 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6203
6204         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6205         -var-set-format.  Add -f option to -var-evaluate-expression.
6206
6207 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6208
6209         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6210         new node "Ambiguous Expressions".  Replace references to this
6211         node by references to "Ambiguous Expressions" throughout.
6212         (Ambiguous Expressions): New node.
6213
6214 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6215
6216         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6217
6218 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6219
6220         * gdb.texinfo (Debugging Output): Document
6221         "set/show debug lin-lwp-async".
6222         (Maintenance Commands): Document "maint set/show linux-async".
6223
6224 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6225
6226         * gdb.texinfo (Expressions): Update description of malloced arrays.
6227
6228 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6229
6230         * gdb.texinfo (Thread Commands): Document
6231         -thread-info.  Remove -thread-list-all-threads.
6232
6233 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6234             Sandra Loosemore  <sandra@codesourcery.com>
6235
6236         * gdb.texinfo (Library List Format): Update to mention the
6237         possibility to pass section addresses instead of segment
6238         addresses.
6239
6240 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6241
6242         * gdb.texinfo (Starting): Document "set exec-wrapper".
6243         (Server): Document gdbserver --wrapper.
6244
6245 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6246
6247         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6248         unreadable memory.  Delete obsolete SPARClite reference.
6249
6250 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6251
6252         * gdb.texinfo (Starting): Mention always-running targets.
6253         (Target Commands): Add an anchor for load.
6254         (Connecting): Explain continue instead of run.
6255
6256 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6257
6258         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6259
6260 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6261
6262         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6263         breakpoint table.
6264
6265 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6266
6267         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6268         killing the inferior when it is already debugging a process.
6269
6270 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6271
6272         * gdbint.texinfo (Build Script): New section. Mention new build script
6273         gdb_buildall.sh.
6274
6275 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6276
6277         * gdb.texinfo (Help): Summarize 'info args' correctly.
6278
6279 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6280
6281         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6282         available in PowerPC architecture.
6283         (Embedded Processors): Change node name of PowerPC item in menu.
6284         (PowerPC): Rename to...
6285         (PowerPC Embedded): this.
6286         (Architectures): Add new PowerPC item in menu.
6287         (PowerPC): New node.
6288
6289 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6290
6291         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6292         commands.
6293
6294 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6295
6296         * gdb.texinfo (Setting Catchpoints): Mention features
6297         supported on GNU/Linux.
6298
6299 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6300
6301         * gdb.texinfo (GDB/MI File Commands): Describe new output
6302         field for MI command -file-list-exec-source-file.
6303
6304 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6305
6306         * gdb.texinfo (Using the `gdbserver' Program): Add security
6307         warning.  Rearrange into subsections and subsubsections.  Document
6308         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6309         usage.  Make load reference clearer.  Document monitor exit.
6310         (Remote Configuration): Document set remote exec-file, attach-packet,
6311         and run-packet.
6312         (Packets): Document vAttach and vRun.
6313
6314 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6315
6316         * gdb.texinfo (Processes): Mention process command.
6317         detach-on-follow -> detach-on-fork.
6318
6319 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6320
6321         * gdbint.texinfo (Native Conditionals): Remove
6322         SHELL_COMMAND_CONCAT and SHELL_FILE.
6323
6324 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6325
6326         * gdb.texinfo (Specify Location): Improve wording.
6327
6328 2008-01-23  Chris Demetriou  <cgd@google.com>
6329
6330         * gdb.texinfo (Threads): Document new "set print thread-events"
6331         and "show print thread-events" commands.
6332
6333 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6334
6335         * gdb.texinfo (Specify Location): New section.
6336         (Delete Breaks, Edit, Set Breaks): Remove description of
6337         locations.  Instead, add a reference to "Specify Location".
6338         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6339         (Symbols): Refer to "Specify Location" for the valid forms of
6340         linespecs and locations.
6341
6342 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6343
6344         * gdbint.texinfo (Target Conditionals): Replace the description of
6345         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6346
6347 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6348
6349         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6350         about &&var, which is rejected by the expression parser.
6351
6352 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6353
6354         * gdb.texinfo (Output): Update documentation on using printf with DFP
6355         types.
6356
6357 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6358
6359         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6360         subsubsection.
6361         (Decimal Floating Point format): New subsubsection.
6362
6363 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6364
6365         * gdb.texinfo (File Options): Remove mention of the attempt to
6366         open a core file with the -p option.  Don't list -c as a valid
6367         option to attach to a process.
6368
6369 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6370
6371         * gdbint.texinfo (Host Conditionals): Remove mention of
6372         ALIGN_STACK_ON_ENTRY.
6373
6374 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6375
6376         * gdbint.texinfo (Start of New Year Procedure): Add item
6377         describing how to update the source and documentation copyright
6378         notices.
6379
6380 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6381
6382         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6383         watchpoint explanation into the main description of the watchpoint
6384         command; update synopses of 'watch', 'rwatch', and 'awatch'
6385         commands.
6386
6387 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6388
6389         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6390         Document 'pending-breakpoints' feature of
6391         -list-features.
6392
6393 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6394
6395         * gdb.texinfo: Add new parameter's description.
6396
6397 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6398
6399         * gdb.texinfo (Overview): Clarify run-length encoding
6400         example.  Remove the restriction on "+" and "-" characters.
6401
6402 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6403
6404         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6405
6406 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6407
6408         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6409         the -f option for -break-insert, remove -r option,
6410         and clarify specification of location.
6411
6412 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6413
6414         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6415         formatting.
6416         (Remote Debugging): Add File Transfer section.
6417         (Remote Configuration): Document Host I/O packets.
6418         (GDB/MI): Add GDB/MI File Transfer Commands section.
6419         (Host I/O Packets): New section in "Remote Protocol".
6420         (Packets): Add vFile.
6421
6422 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6423
6424         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6425         breakpoints with multiple locations.
6426         (Breakpoint Menus): Improve wording.
6427         (Output): Fix last change.
6428
6429 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6430
6431         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6432
6433 2007-11-15  Doug Evans  <dje@google.com>
6434
6435         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6436
6437 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6438
6439         * gdbint.texinfo (Native Conditionals): Remove
6440         mention of CLEAR_SOLIB.
6441
6442 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6443
6444         * gdb.texinfo (Print Settings): Add documentation for "set/show
6445         print frame-arguments".
6446
6447 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6448
6449         * gdb.texinfo (Output): Update printf command's description.
6450
6451 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6452
6453         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6454         powerpc soft-float".
6455
6456 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6457
6458         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6459         requirement.
6460         (Requirements for Building GDB): Expand the list of Expat
6461         uses.
6462         (Library List Format, Memory Map Format): Mention Expat.
6463         (Target Descriptions): Update Expat wording.
6464
6465 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6466
6467         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6468         Document that gdbarch_convert_register_p should return zero for no-op
6469         conversions.
6470
6471 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6472
6473         * gdbint.texi (Compiler Characteristics): Move documentation
6474         of set_gdbarch_sofun_address_maybe_missing back to ...
6475         (Target Conditionals): ... here to fix build break.
6476
6477 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6478
6479         * gdbint.texi (Target Conditionals): Remove documentation of
6480         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6481         (Compiler Characteristics): ... documentation of
6482         set_gdbarch_sofun_address_maybe_missing.
6483
6484 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6485
6486         * gdbint.texinfo (Target Conditionals): Use
6487         frame_unwind_register_unsigned in examples instead of
6488         frame_unwind_unsigned_register.
6489
6490 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6491
6492         * gdb.texinfo (Predefined Target Types): Add int128
6493         and uint128.
6494         (Standard Target Features): Add PowerPC features.
6495
6496 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6497
6498         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6499
6500 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6501
6502         * gdbint.texi (Target Conditionals): Remove documentation
6503         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6504         gdbarch_extract_return_value, and gdbarch_store_return_value.
6505
6506 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6507
6508         * gdbint.texi (Target Conditionals): Remove documentation of
6509         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6510
6511 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6512
6513         * gdb.texinfo: Mention that inaccessible-by-default is on by
6514         default.
6515
6516 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6517
6518         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6519
6520 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6521
6522         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6523         multi-threaded watchpoints.
6524         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6525         checked.  Describe sticky notification.  Expand description
6526         of steppable and continuable watchpoints.
6527         (Watchpoints and Threads): New subsection.
6528
6529 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6530
6531         * gdb.texinfo (Setting Breakpoints): Revise
6532         documentation for pending breakpoints.  Document
6533         breakpoints with multiple locations.
6534
6535 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6536
6537         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6538         Document -list-features.
6539
6540 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6541
6542         * gdb.texinfo (Output): Spell out which features of C's printf are
6543         not supported by GDB's printf.
6544         (Separate Debug Files): More accurate wording regarding build ID
6545         and a reference to the ld manual rather than the Fedora wiki.
6546
6547 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6548             Jim Blandy  <jimb@codesourcery.com>
6549
6550         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6551         (Examining Memory): Update mentions of the 's' format.
6552         (Automatic Display): Likewise.
6553
6554 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6555
6556         * gdb.texinfo: Update the FSF's Back-Cover Text.
6557
6558 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6559             Eli Zaretskii  <eliz@gnu.org>
6560
6561         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6562         Fixed the ``build ID'' name.  New binaries build instructions for the
6563         build ID inclusion.  Explain how the commands are specific to the build
6564         ID vs. debug link.
6565
6566 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6567
6568         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6569         indexing for ``build ID'' support.
6570
6571 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6572
6573         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6574         Enlisted BUILD ID to the debug file searching example.
6575         Included a BUILD ID `.note.gnu.build-id' section description.
6576         Updated/added the debug files splitting instructions for OBJCOPY.
6577
6578 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6579
6580         * gdb.texinfo (Variable Objects): Adjust docs
6581         for -var-info-expression and document
6582         -var-info-path-expression.
6583
6584 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6585
6586         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6587         (title page): Include the dedication in the printed manual, as a
6588         separate page after the copyright notice.
6589
6590         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6591         don't break a @var across a line.
6592
6593 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6594
6595         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6596         for include files.
6597
6598 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6599
6600         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6601         in annotate.texinfo.
6602         (Command History): Link to new node.
6603
6604 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6605
6606         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6607
6608 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6609
6610         * gdbint.texinfo (Target Conditionals): Fix last change.
6611
6612 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6613
6614         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6615         routines:
6616         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6617         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6618         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6619         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6620         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6621         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6622         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6623         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6624         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6625         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6626         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6627         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6628         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6629         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6630         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6631         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6632         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6633         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6634         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6635         (SOFTWARE_SINGLE_STEP_P)
6636
6637         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6638         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6639
6640         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6641         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6642         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6643         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6644         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6645         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6646         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6647         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6648         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6649         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6650
6651         (Converting an existing Target Architecture to Multi-arch): Remove
6652          section.
6653
6654         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6655         (gdbarch_addr_bits_remove): Add code example.
6656
6657         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6658
6659 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6660
6661         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6662         Add other missing entries.  Adjust the table size to fit.
6663         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6664         stop reasons including the new "library" event.
6665         (General Query Packets): Adjust table widths for qSupported.  Mention
6666         qXfer:libraries:read reply to qSupported and document the new packet.
6667         (Library List Format): New section.
6668
6669 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6670
6671         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6672
6673 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6674
6675         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6676
6677 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6678
6679         * gdbint.texinfo (Register and Memory Data): Break sections
6680         into nodes and add a menu.
6681
6682 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6683
6684         * gdb.texinfo (Examining Memory): Document the new behaviour.
6685
6686 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6687
6688         * gdb.texinfo (Standard Target Features): Document
6689         m68k features.
6690
6691 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6692
6693         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6694
6695 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6696
6697         * gdb.texinfo (Target Description Format): Add version attribute
6698         for <target>.
6699
6700 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6701
6702         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6703
6704 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6705
6706         * gdb.texinfo (MIPS Features): New subsection.
6707
6708 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6709             Markus Deuling  <deuling@de.ibm.com>
6710
6711         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6712         and qXfer:spu:write packets and mention them under qSupported.
6713
6714 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6715             Markus Deuling  <deuling@de.ibm.com>
6716
6717         * gdb.texinfo (Architectures): Add new SPU section to document
6718         Cell Broadband Engine SPU architecture specific commands.
6719
6720 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6721
6722         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6723         comments.
6724
6725 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6726
6727         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6728
6729 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6730
6731         * gdb.texinfo (Overview): Doc fix.
6732
6733 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6734
6735         * gdb.texinfo (Remote Configuration): Document "set/show
6736         remoteflow".
6737
6738 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6739
6740         * gdb.texinfo (MIPS): Remove documentation for set mips
6741         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6742         stack-arg-size.
6743
6744 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6745
6746         * all-cfg.texi (GDBTUI): New.
6747         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6748         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6749         (TUI Configuration): Edit to improve clarity and fix problems of
6750         both style and content.
6751
6752 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6753
6754         * observer.texi (GDB Observers): New observer "new_objfile".
6755
6756 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6757
6758         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6759
6760 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6761
6762         * gdb.texinfo (GDB/MI Variable Objects): Document
6763         frozen variables objects.
6764
6765 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6766
6767         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6768         (Character Sets, Caching Data of Remote Targets): Likewise.
6769         (Targets): Delete Remote node.  Move its text...
6770         (Debugging Remote Programs): ...to here.  Delete description
6771         of the "remote" command.
6772         (Remote configuration): Delete description of "set remotedevice"
6773         and "show remotedevice".
6774         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6775
6776 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6777
6778         * gdb.texinfo (Contributors, Continuing and Stepping)
6779         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6780         (General Query Packets, File-I/O Remote Protocol Extension)
6781         (Protocol Basics, The F Reply Packet, Write)
6782         (Protocol-specific Representation of Datatypes, Memory Transfer):
6783         Fix hyphenation, punctuation and grammar problems.
6784         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6785         'section' instead of 'subsection' in the text.
6786         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6787         (i386): Remove period from section name.
6788         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6789         (Config Names, Configure Options): Use @file{configure}.
6790
6791 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6792
6793         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6794         and tab expansion.
6795
6796 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6797
6798         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6799
6800 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6801
6802         * gdb.texinfo: Consistently capitalize all significant words in
6803         node names, chapter titles, section titles, and headings.  Update
6804         cross references to match.
6805         (Starting and Stopping Trace Experiment): Make node name plural.
6806         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6807
6808 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6809
6810         * gdb.texinfo (WinCE): Delete obsolete subsection.
6811
6812 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6813
6814         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6815         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6816         references.
6817
6818 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6819
6820         * gdb.texinfo (Startup): Delete references to some alternate
6821         names for .gdbinit.
6822         (Thread): Remove LynxOS reference.
6823         (Tandem ST2000): Delete target-specific documentation.
6824         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6825         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6826         and GDB_OSABI_LYNXOS.
6827
6828 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6829
6830         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6831
6832 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6833
6834         * gdbint.texinfo (Target Conditionals): Remove mention of
6835         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6836         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6837
6838 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6839
6840         * Makefile.in: Add "pdfdir" installation
6841         directory, PDFTEX macro, support for "install-pdf" target,
6842         and rules for making a pdf version of refcard.texi.
6843         * refcard.tex: Specify paper size for PDF output.
6844
6845 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6846
6847         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6848
6849 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6850
6851         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6852         (Source Path, Character Sets, Macros, Define)
6853         (GDB/MI Result Records, GDB/MI Simple Examples)
6854         (GDB/MI Program Execution, GDB/MI File Commands)
6855         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6856         (Bug Reporting): Use @value{GCC}.
6857
6858 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6859
6860         * gdb.texinfo (Help): Fix formatting of examples.
6861         (Variables): Use @ifnotinfo instead of @iftex.
6862         (Non-debug DLL symbols): Use @ref instead of @pxref.
6863         (Sparclet File): Use @samp instead of quotes.
6864
6865 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6866
6867         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6868
6869 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6870
6871         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6872         the order of the nodes.
6873         (C Operators, C Constants, Debugging C): Remove extra menus.
6874         (Method Names in Commands): Do not specify next/prev/up nodes.
6875
6876 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6877
6878         * gdb.texinfo (File Options): Add missing parenthesis.
6879         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6880
6881 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6882
6883         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6884
6885 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6886
6887         * gdb.texinfo (Standard Target Features): Mention
6888         case insensitivity.
6889         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6890
6891 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6892
6893         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6894         (Files): Add section name to argument list for pxref.
6895         (Non-debug DLL symbols): Don't use `see' for pxref.
6896         (Embedded Processors): Fix typo.
6897         (GDB/MI Breakpoint Commands): Execution commands generate
6898         *stopped not ^done.
6899
6900 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6901
6902         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6903         values for in_scope.  Mention that only root variables can be
6904         updated.
6905         (GDB/MI Development and Front Ends): Explain new values may be
6906         added to existing fields.
6907
6908 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6909
6910         * gdb.texinfo (-target-disconnect): Use @smallexample.
6911         (Requirements): Add anchor for Expat.  Update description.
6912         (Target Descriptions): Mention Expat.
6913         (Target Description Format): Document new elements.  Use
6914         @smallexample.
6915         (Predefined Target Types, Standard Target Features): New sections.
6916         * gdbint.texinfo (Target Descriptions): New section.
6917
6918 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6919
6920         * gdb.texinfo (Target Description Format): Add section on XInclude.
6921
6922 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
6923
6924         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6925         command -enable-timings.
6926
6927 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6928
6929         * gdbint.texinfo (Operation System ABI Variant Handling): Update
6930         descriptions for new/deleted elements in gdb_osabi.  Add missing
6931         description for function generic_elf_osabi_sniff_abi_tag_sections.
6932
6933 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6934
6935         * gdb.texinfo (Maintenance Commands): Add documentation for
6936         the new "maint print target-stack" command.
6937
6938 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6939             Eli Zaretskii  <eliz@gnu.org>
6940
6941         * gdb.texinfo: Describe CHAR array vs. string identification rules.
6942
6943 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6944
6945         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6946         Use @value{NGCC} instead of @value{GCC}.
6947
6948 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6949
6950         * agentexpr.texi: Fix typos.
6951         * annotate.texinfo: Likewise.
6952         * gdb.texinfo: Likewise.
6953         * gdbint.texinfo: Likewise.
6954         * observer.texi: Likewise.
6955         * stabs.texinfo: Likewise.
6956
6957 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6958
6959         * gdbint.texinfo (Support Libraries): Remove mmalloc
6960         entry.  Describe readline library.
6961
6962 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
6963
6964         * gdb.texinfo (Target Descriptions): New section.
6965         (General Query Packets): Add QPassSignals anchor.  Mention
6966         qXfer:features:read under qSupported.  Expand mentions of
6967         qXfer:memory-map:read and QPassSignals.  Document
6968         qXfer:features:read.
6969
6970 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6971
6972         * gdb.texinfo (Commands to specify files): Describe
6973         "set sysroot" and "show sysroot".
6974         (Using the `gdbserver' program): Lowercase argument
6975         to @var.  Expand description of setting up GDB on the
6976         host.
6977
6978 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
6979
6980         * gdb.texinfo (Set Catchpoints): Add documentation for the new
6981         catch exception, catch exception unhandled, and catch assert
6982         commands.
6983
6984 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6985
6986         * gdb.texinfo (Debugging Output): Document "set debug xml"
6987         and "show debug xml".
6988
6989 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6990
6991         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6992
6993 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
6994
6995         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6996
6997 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
6998
6999         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7000         note in @ignore, to be removed later if nobody complains.
7001
7002 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7003
7004         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7005         of -var-delete.
7006
7007 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7008
7009         * gdb.texinfo (Setting breakpoints): Document
7010         automatic software/hardware breakpoint usage and
7011         the "set breakpoint auto-hw" command.
7012
7013 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7014
7015         * gdb.texinfo (Memory Access Checking): New.
7016
7017 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7018
7019         * gdb.texinfo (Remote configuration): Mention
7020         "pass-signals-packet".
7021         (General Query Packets): Document QPassSignals.  Fix
7022         a typo.
7023
7024 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7025
7026         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7027
7028 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7029
7030         * gdb.texinfo (Remote configuration): Rewrite documentation for
7031         packet configuration commands.
7032         (OS Information): Adjust reference to qXfer:auxv:read.
7033         (General Query Packets): Remove references to read-aux-vector-packet
7034         and set remote get-thread-local-storage-address.
7035
7036 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7037
7038         * gdbint.texinfo (Target Architecture Definition): Add new
7039         Initializing a New Architecture section.
7040
7041 2006-10-31  David Taylor  <dtaylor@emc.com>
7042
7043         * stabs.texinfo (Macro define and undefine): New node describing
7044         stabs for #define and #undef.
7045
7046 2006-10-27  Andreas Schwab  <schwab@suse.de>
7047
7048         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7049
7050 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7051
7052         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7053         clarify on the possible meanings of ``expression'' watched by
7054         watchpoints.  Add indexing.
7055         (Prompting, Errors, Invalidation, Annotations for Running)
7056         (Source Annotations): Fix index entries by adding "annotation" to
7057         them, to discriminate from index entries that point to the more
7058         general topic descriptions.
7059
7060 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7061
7062         * gdbint.texinfo (Target Vector Definition): Move most
7063         content into Existing Targets.  Add a menu.
7064         (Existing Targets): New section, moved from Target Vector
7065         Definition.  Use @subsection.
7066         (Managing Execution State): New section.
7067
7068 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7069
7070         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7071
7072 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7073
7074         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7075         (Command Syntax, Signals, Backtrace, Connecting)
7076         (Remote configuration, Renesas Boards, Console I/O): Fix last
7077         change: use Ctrl- instead of C-, except wrt Emacs.
7078         (File-I/O Examples): Put Ctrl-c in @kbd.
7079         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7080         (Console I/O): Use @samp with Ctrl-.
7081         (Signals, Set Breaks, Set Watchpoints): Document optional
7082         arguments to `info signals'  `handle', `info breakpoints', and
7083         `info watchpoints'.
7084
7085 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7086
7087         * gdb.texinfo (Backtrace): Fix last change.
7088
7089 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7090
7091         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7092
7093 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7094
7095         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7096         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7097         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7098
7099 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7100             Daniel Jacobowitz  <dan@codesourcery.com>
7101
7102         * gdb.texinfo (Packets): Document vFlashErase,
7103         vFlashWrite and vFlashDone packets.
7104         (General Query Packets): Document qXfer:memory-map:read.
7105         Add a new feature for qXfer:memory-map:read.
7106         (Memory map format): New section.
7107         (Target Commands): Mention that gdb can write flash.
7108
7109 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7110             Daniel Jacobowitz  <dan@codesourcery.com>
7111
7112         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7113         memory regions and "mem auto".
7114
7115 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7116
7117         * gdbint.texinfo (Array Containers): New section.
7118
7119 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7120
7121         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7122         -stack-list-arguments HIGH_FRAME argument can be larger then the
7123         actual number of frames.
7124
7125 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7126
7127         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7128         -stack-list-locals HIGH_FRAME argument can be larger then the
7129         actual number of frames.
7130
7131 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7132
7133         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7134         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7135
7136 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7137
7138         * gdbint.texinfo (Overall Structure): New section "Source Tree
7139         Structure".
7140
7141 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7142
7143         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7144         responses.
7145
7146 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7147
7148         * gdb.texinfo (Source Path): Add documentation for new
7149         substitute-path commands.
7150
7151 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7152
7153         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7154         (Running Configure): ...here.
7155         (Requirements): New node.  Mention expat.
7156
7157 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7158
7159         * gdb.texinfo (Target Commands): Remove
7160         'set download-write-size' and 'show download-write-size'.
7161
7162 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7163
7164         * stabs.texinfo (Member Type Descriptor): Correct example for
7165         pointer to member types.
7166
7167 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7168
7169         * gdb.texinfo (Optional warnings and messages): Add
7170         'set/show trace-commands'.
7171         (Command files): Add '-v' to source command.
7172
7173 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7174
7175         * gdb.texinfo (OS Information): Update qPart reference to
7176         qXfer.
7177         (Remote configuration): Likewise.
7178         (Overview): Move @cindex to the start of a paragraph.  Talk
7179         about binary data encoding.
7180         (Packets): Refer to the overview for the details of the X
7181         packet encoding.
7182         (General Query Packets): Remove qPart description.  Add qXfer
7183         description.  Add an anchor to qSupported.  Correct feature
7184         table title.  Add a new feature for qXfer:auxv:read.
7185         (Interrupts): Add a missing parenthesis.
7186
7187 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7188
7189         * gdb.texinfo (KOD): Remove node.
7190         (GDB/MI Kod Commands): Remove commented out node.
7191
7192 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7193
7194         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7195         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7196         (GDB/MI Thread Commands, GDB/MI Program Execution)
7197         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7198         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7199         (GDB/MI File Commands, GDB/MI Target Manipulation)
7200         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7201         since the MI prompt is hard-wired into the code.
7202
7203 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7204
7205         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7206         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7207         (GDB/MI Data Manipulation): Remove description of unimplemented
7208         display related commands as variable objects perform this function
7209         and are superior: -display-delete, -display-disable,
7210         -display-enable, -display-insert and -display-list.  Move
7211         -environment-cd, -environment-directory, -environment-path
7212         and -environment-pwd to "Program Context".
7213         (GDB/MI Program Control): Rename to "Program Execution".  Move
7214         -exec-arguments -exec-abort to...
7215         (GDB/MI Program Context): ...here.  New node split from "Data
7216          Manipulation".
7217
7218 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7219
7220         * gdb.texinfo (Remote configuration): Document set / show
7221         remote supported-packets.
7222         (General Query Packets): Document qSupported packet.
7223
7224 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7225
7226         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7227         and font markup.
7228         (Protocol basics): Likewise.
7229         (The F request packet): Likewise.
7230         (The F reply packet): Likewise.
7231         (Memory transfer): Move this node to be a subsubsection of
7232         "Protocol specific representation of datatypes".
7233         (The Ctrl-C message): More copy editing.
7234         (Console I/O): Likewise.
7235         (The isatty call): Delete this node, and merge its content into
7236         the "isatty" node.  Fixed references elsewhere.
7237         (The system call): Delete this node, and merge its content into
7238         the "system" node.  Fixed references elsewhere.
7239         (open): Reformat to use @table, and add appropriate font markup.
7240         (close): Likewise.
7241         (read): Likewise.
7242         (write): Likewise.
7243         (lseek): Likewise.
7244         (rename): Likewise.
7245         (unlink): Likewise.
7246         (stat/fstat): Likewise.
7247         (gettimeofday): Likewise.
7248         (isatty): Likewise.
7249         (system): Likewise, plus minor changes to fix confusing wording.
7250         (Integral datatypes): Fix font markup.
7251         (Pointer values): Likewise.
7252         (struct stat): Fix markup to use @table, plus minor copy editing.
7253         (struct timeval): Fix font markup, plus minor copy editing.
7254         (Constants): Minor copy editing.
7255         (Errno values): Add font markup.
7256         (File-I/O Examples): Likewise.
7257
7258 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7259
7260         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7261         (GDB/MI Simple Examples): Move node up one level.  Use real
7262         examples.
7263         (GDB/MI Compatibility with CLI): Update.
7264         (GDB/MI Result Records): Add "connected" and "exit" result
7265         classes.
7266         (GDB/MI Stream Records): Clarify target output.
7267         (GDB/MI Command Description Format): Modify example description.
7268         (GDB/MI Breakpoint Table Commands): Rename to...
7269         (GDB/MI Breakpoint Commands): ...this
7270         (GDB/MI Breakpoint Commands): Add optional thread field.
7271         (GDB/MI Program Control): Add an introduction.  Move "Program
7272         termination" examples into exec-run description.
7273         (GDB/MI File Commands): Mention similar CLI commands.
7274         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7275         is similar to "-gdb-version".
7276
7277 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7278
7279         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7280
7281 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7282
7283         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7284         sourceware.org for mailing lists.
7285         (GDB/MI File Commands): New node split from Program Control.
7286
7287 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7288
7289         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7290
7291 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7292
7293         * gdb.texinfo (Cygwin Native): Fix last change.
7294
7295 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7296
7297         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7298
7299 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7300
7301         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7302         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7303
7304 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7305
7306         * gdb.texinfo (General Query Packets): Recommend not starting
7307         new packets with qC and clarify.
7308
7309 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7310
7311         * gdb.texinfo (M2 Types): New section.
7312
7313 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7314
7315         * agentexpr.texi: Add a copyright and license notice.
7316         * observer.texi: Likewise, with GPL clause for function prototypes.
7317         Remove trailing whitespace.
7318
7319 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7320
7321         * gdb.texinfo (General Query Packets): Document conventions for
7322         terminating packet names, and their violations.
7323
7324 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7325
7326         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7327         * gdb.texinfo: Likewise.
7328
7329 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7330
7331         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7332         and "show remotedebug".
7333         (Debugging Output): Add additional index entries.
7334
7335 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7336
7337         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7338
7339 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7340
7341         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7342         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7343
7344 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7345
7346         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7347         and remove breakpoint prototypes.
7348         (Watchpoints): Move description of target_insert_hw_breakpoint and
7349         target_remove_hw_breakpoint ...
7350         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7351         target_remove_breakpoint.
7352
7353 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7354
7355         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7356         and C packets are optional.
7357
7358 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7359
7360         * gdb.texinfo (Specifying source directories): Update the description
7361         of the source file search to reflect the fact that the source path
7362         always contains at least $cdir and $cwd.
7363
7364 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7365
7366         * gdb.texinfo: Update copyright dates.
7367
7368 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7369
7370         * gdb.texinfo (Overview): Add an index entry to "empty response".
7371
7372 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7373
7374         * gdbint.texinfo (Prologue Analysis): New section.
7375
7376 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7377
7378         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7379
7380         * gdb.texinfo (Target Commands): Update text describing how to
7381         specify a target.  Refer to the detailed section on remote
7382         debugging, not the brief mention.
7383
7384         * gdb.texinfo (Connecting): Organize the different 'target remote'
7385         connection methods into a table.  Add a 'target remote' index
7386         entry. (!!!)
7387
7388 2006-02-17  Fred Fish  <fnf@specifix.com>
7389
7390         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7391         'ptype' commands to reflect the fact that the only significant
7392         difference between them is that ptype prints the complete type
7393         description instead of just the name.
7394
7395 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7396
7397         * gdbint.texinfo (Watchpoints): Delete
7398         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7399
7400 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7401
7402         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7403         times fields where needed.  Fix typos.  Update general form given
7404         for output of -break-insert.
7405         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7406
7407 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7408
7409         * gdbint.texinfo (Symbol Handling): Add a section
7410         on memory management.
7411
7412 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7413
7414         * gdb.texinfo (Breakpoint table commands): Document the fullname
7415         field in -break-list output.
7416
7417 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7418
7419         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7420         debugging information produced by the various "set debug..."
7421         options.
7422
7423 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7424
7425         * gdb.texinfo (Files): Remove obsolete bits from the description
7426         of "symbol-file".
7427
7428 2006-01-25  Jim Blandy  <jimb@redhat.com>
7429
7430         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7431
7432 2006-01-24  Jim Blandy  <jimb@redhat.com>
7433
7434         * gdbint.texinfo (Frames): Document the basics of GDB's register
7435         unwinding model, and explain the existence of the "sentinel" frame.
7436
7437 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7438
7439         * gdb.texinfo (Choosing files): Mention that -directory is used
7440         for script files.
7441         (Specifying source directories): Likewise.
7442         (Command files): Explain how script files are found.
7443
7444 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7445
7446         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7447         the threads in a multi-threaded program.
7448         (Threads): The threadno argument of "thread apply" can be a range
7449         of numbers.
7450
7451 2006-01-18  Jim Blandy  <jimb@redhat.com>
7452
7453         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7454         of warning flags.
7455
7456 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7457
7458         * gdb.texinfo (Sequences): Improve menu annotations.
7459         (Define): Add index entries for arguments of user-defined
7460         commands.  Move the description of flow-control commands...
7461         (Command Files): ...to here.  Document loop_break and
7462         loop_continue.
7463         (Define, Command Files): Document `end' and add index entries for
7464         it.
7465
7466 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7467
7468         * gdb.texinfo: Add documentation for linux-fork.
7469         * gdbint.texinfo: Add internal documentation for checkpoints.
7470
7471 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7472
7473         * gdb.texinfo (Omissions from Ada): Document that there is now
7474         limited aggregate support.
7475
7476 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7477
7478         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7479         registers and the likes.
7480
7481 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7482
7483         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7484         (Symbols): Fix usage of "e.g.".
7485         (Memory Region Attributes): Fix usage of "etc."
7486
7487         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7488         (Coding): Fix usage of "e.g.".
7489
7490 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7491
7492         * stabs.texinfo:
7493         * refcard.tex:
7494         * gpl.texi:
7495         * gdbint.texinfo:
7496         * gdb.texinfo:
7497         * gdb-cfg.texi:
7498         * fdl.texi:
7499         * annotate.texinfo:
7500         * all-cfg.texi:
7501         * Makefile.in: Add (C) after Copyright.  Update the FSF
7502         address.
7503
7504 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7505
7506         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7507         extend GDB with commands for external monitor.
7508
7509 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7510
7511         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7512
7513 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7514
7515         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7516
7517 2005-11-21  Jim Blandy  <jimb@redhat.com>
7518
7519         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7520         placement of 'R' actions in tracepoint action packets; document
7521         dependence of 'X' and 'M' actions on a preceding 'R' action for
7522         their registers.
7523
7524 2005-11-19  Jim Blandy  <jimb@redhat.com>
7525
7526         * gdb.texinfo (Tracepoint Packets): New node.
7527         (General Query Packets): Add entries for the tracepoint packets,
7528         referring to the "Tracepoint Packets" node.
7529         (Tracepoints): Add reference to "Tracepoint Packets".
7530
7531 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7532
7533         * gdb.texinfo (set remotebreak): Add anchor.
7534         (X packet): Likewise.
7535         (Remote Protocol): Add new section `Interrupts' and new index
7536         entry `interrupts (remote protocol)'.
7537
7538 2005-11-18  Jim Blandy  <jimb@redhat.com>
7539
7540         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7541         entries into the General Query Packets section.  Add a
7542         cross-reference to that section.  Drop description of replies, as
7543         these are covered in the descriptions of each packet.
7544         (General Query Packets): Add introductory text.  Explain naming
7545         conventions, and how the end of a name is recognized.
7546
7547 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7548
7549         * gdb.texinfo (Remote configuration): Fix typo in description of
7550         "set remotebreak" command.
7551
7552 2005-11-16  Jim Blandy  <jimb@redhat.com>
7553
7554         * gdb.texinfo (Packets, Stop Reply Packets)
7555         (General Query Packets): Various formatting cleanups.
7556         - Use @samp for packet contents.
7557         - Drop summaries from packet @item lines; the same information appears
7558           immediately below in the description.
7559         - Delete paragraph breaks after packet @item commands, so that the
7560           description appears directly to the right of the packet prototype
7561           in the printed manual, if it fits.
7562         - Place spaces in packet prototypes between @vars and non-@var
7563           letters, and explain that they're just for formatting.
7564         - Use @dots{} instead of '...'.
7565         - Fix uses of @code where @var was needed.
7566         - Replace "deprecated" markers with English text spelling out the
7567           packet's status and the preferred alternatives.
7568         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7569           what this ever meant.
7570         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7571           this for a long time.
7572         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7573           implemented several times, and have been in use for years.
7574
7575 2005-11-15  Jim Blandy  <jimb@redhat.com>
7576
7577         * gdb.texinfo (Packets): Add index entries for 'm' packet
7578         disclaimers.
7579
7580         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7581         of stub when processing an 'm' packet.
7582
7583         * gdb.texinfo (Packets): Mention that packets beginning with
7584         letters are reserved once, at the top, instead of actually listing
7585         them all and saying "reserved".
7586
7587 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7588
7589         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7590         Change @var{$arg0 to @code{$arg0.
7591
7592 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7593
7594         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7595
7596 2005-11-12  Jim Blandy  <jimb@redhat.com>
7597
7598         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7599         order.  Remove extraneous 'z'.
7600
7601 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7602
7603         * gdb.texinfo (Choosing files): Add --eval-command.
7604
7605 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7606
7607         * gdb.texinfo (Choosing modes): Add --return-child-result.
7608
7609
7610 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7611
7612         * gdb.texinfo (Choosing modes): Add --batch-silent.
7613
7614 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7615
7616         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7617         "The -var-update Command".
7618
7619 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7620
7621         * gdb.texinfo (Print Settings): Add documentation for set/show
7622         print array-indexes.
7623
7624 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7625
7626         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7627         6.2 and 6.3.
7628
7629 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7630
7631         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7632         since 19-Jan-2004.
7633         (Files): Likewise.
7634         (Variables, Symbols): Document the "<incomplete type>" message and
7635         its reasons.
7636
7637 2005-08-01  Fred Fish  <fnf@specifix.com>
7638
7639         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7640
7641 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7642
7643         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7644         option for -var-list-children and -var-update.
7645         (GDB/MI Stack Manipulation): Simplify description of
7646         print-values option for -stack-list-locals.
7647         (GDB/MI Command Description Format): Clarify.
7648         (Mode Options): Spelling of superseded.
7649
7650 2005-07-12  Bob Rossi  <bob@brasko.net>
7651
7652         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7653         corresponding GDB command comment.
7654
7655 2005-07-06  Bob Rossi  <bob@brasko.net>
7656
7657         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7658         and -inferior-tty-show.
7659         (Input/Output): Document "set/show inferior-tty" and tty alias.
7660
7661 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7662
7663         * gdb.texinfo (Packets): Change description of 'D' packet to note
7664         that GDB does wait for a response.
7665
7666 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7667
7668         * gdb.texinfo (History) Rename "Command History".
7669         (Command History): Move node "Server Prefix" from section on
7670         Annotations here.
7671
7672 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7673
7674         * gdb.texinfo (GDB/MI Stack Manipulation):
7675         Re-instate -stack-info-frame with example.  Say that it gets
7676         info on selected frame, not current frame.
7677
7678 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7679
7680         * gdb.texinfo (Server): Clarify that `file' should be used before
7681         connecting to the server.
7682         (Files): Add an xref to the above description.
7683         (Output Formats): More detailed description of the `c' format.
7684         (Memory): List explicitly all the formats supported by `x'.
7685         (Threads): Add an @cindex entry for "thread apply".
7686         (Files): Document the possibility of loading unlinked object
7687         files.  Add more indexing for solib-absolute-prefix and
7688         --with-sysroot.
7689         (Machine Code): Document possible problems with locations in
7690         shared libraries.
7691         (Backtrace): Document that free-standing environments do not need
7692         to have a `main' function.
7693
7694 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7695
7696         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7697         -stack-info-frame.
7698
7699 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7700
7701         * gdb.texinfo (Contributors): Note the original multi-arch
7702         contributors.
7703
7704 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7705
7706         * gdb.texinfo (Registers): Add index entries for the standard
7707         registers.
7708         (Frames): Add cross-reference from frame pointer description to
7709         the Registers node.
7710         (Annotations Overview): Fix the reference to GDB name.
7711
7712 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7713
7714         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7715         can-use-hw-watchpoints.
7716
7717 2005-05-28  Bob Rossi  <bob@brasko.net>
7718
7719         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7720         the possible reasons why an exec async record would be returned to FE.
7721
7722 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7723
7724         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7725         Andrew Cagney implemented the original GDB/MI.
7726
7727 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7728
7729         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7730         documentation.  Add documentation for cris-mode.
7731
7732 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7733
7734         * gdb.texinfo (Numbers): Explain the example and make the wording
7735         more acurate.
7736
7737 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7738             Dennis Brueni  <dennis@slickedit.com>
7739
7740         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7741         (GDB/MI Data Manipulation, GDB/MI Program Control)
7742         (GDB/MI Stack Manipulation): Update examples to include the fullname
7743         attribute in stack frames.
7744
7745 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7746
7747         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7748         do with other non-standard names of init files.
7749
7750 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7751
7752         * gdb.texinfo (Command Files): Move the description of the startup
7753         from here...
7754         (Startup): ...to this new subsection of the Invocation chapter.
7755         Rearrange the description of init files more logically and add a
7756         cross-reference to "Command Files".  Document the special gdbinit
7757         name for CISCO 68k.  Expand the description of what GDB does
7758         during startup.
7759         (History): Add index entry for HISTSIZE.
7760
7761 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7762
7763         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7764
7765 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7766
7767         * gdb.texinfo (SVR4 Process Information, The isatty call)
7768         (The system call): Don't use foo(N) notation for man pages and
7769         functions.
7770         (Compilation, DJGPP Native): Improve wording.
7771
7772 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7773
7774         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7775         were optimized away.
7776
7777 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7778
7779         * gdb.texinfo (Remote configuration): Document "set/show
7780         get-thread-local-storage-address".  Add cross-reference to the
7781         description of the qGetTLSAddr packet.
7782         (General Query Packets): Mention "set remote
7783         get-thread-local-storage-address" and add a reference to its
7784         description.
7785
7786 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7787
7788         * gdb.texinfo (Backtrace): Describe 'bt full'.
7789
7790 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7791
7792         * gdb.texinfo (Mode Options): Fix typo.
7793         (GDB/MI): Describe how to invoke GDB/MI.
7794
7795 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7796
7797         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7798         references changed.  Add description of "info udot".
7799         (Files): Document "set/show stop-on-solib-events".
7800         (M32R/D): Document "set/show download-path", "set/show
7801         board-address", "set/show server-address", "upload", "tload".
7802         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7803         "use_mon_code", "use_ib_break", "use_dbt_break".
7804         (Maintenance Commands): Improve indexing.
7805         (Target Commands): Document "set/show hash", "set/show debug
7806         monitor".
7807         (SVR4 Process Information): Document "info pidlist" and "info
7808         meminfo".  Document "set/show procfs-tarce" and "set/show
7809         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7810         (Symbols, The Print Command with Objective-C): Improve indexing.
7811         (Objective-C): Add references to "info classes" and "info
7812         selectors".
7813         (Debugging Output): Improve wording.  Document "set/show debug
7814         solib-frv".  Fix "set/show debugvarobj".
7815         (Set Breaks): Add index entry for "hardware breakpoints".
7816         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7817         and "set/show usehardbreakpoints".
7818         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7819         monitor-prompt", "set/show monitor-warnings", "pmon".
7820         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7821         rdiromatzero", "set/show rdiheartbeat".
7822         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7823         "sds".
7824         (Embedded Processors): Document the "sim" command.
7825         (Remote): Document the "remote" command.
7826         (DJGPP Native): Document the "info serial" command.
7827         (Threads): Document "maint info sol-threads".
7828         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7829         (Set Breaks): Improve indexing.
7830         (Command Syntax): Add a reference to dont-repeat.
7831         (Define): Document "dont-repeat".
7832         (TUI Commands): Document "tabset".
7833         (WinCE): New subsection.  Document "set/show remotedirectory",
7834         "set/show remoteupload", "set/show remoteaddhost".
7835
7836 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7837
7838         * gdb.texinfo (Hurd Native): New subsection, documents
7839         Hurd-specific commands.
7840         (Maintenance Commands): Add cross-reference to "Debugging Output".
7841         (Debugging Output): Document "set/show debug lin-lwp".
7842         (MIPS): Improve documentation of heuristic-fence-post.  Document
7843         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7844         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7845         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7846         (ARM): Document ARM-specific commands.
7847         (AVR): New section.  Document "info io_registers".
7848         (CRIS): New section.  Document "set/show cris-version" and
7849         "set/show cris-dwarf2-cfi".
7850         (HPPA): New section.  Document "set/show debug hppa" and "maint
7851         print unwind".
7852         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7853         (Super-H): New section.  Document the "regs" command.
7854         (Debugging Output): Document "set/show debug aix-thread".
7855
7856 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7857
7858         * gdb.texinfo (Print Settings): Document "set/show print
7859         pascal_static-members", "set print repeats", "show print
7860         null-stop".  Improve indexing.  Fix documentation of "set print
7861         union".
7862         (Pascal): New section.
7863         (Supported languages): Rename from "Support"; all references
7864         updated.  Add a menu item for Pascal.
7865         (Numbers): Document "set radix.
7866         (Screen Size): Document "set/show pagination".
7867         (MIPS Embedded): Remove "set processor" documentation.
7868         (Remote configuration): Document "set/show X/P/Z-packet",
7869         "set/show read-aux-vector-packet", "set/show remote
7870         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7871         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7872         remotedebug", "set/show remotebreak", "set/show remotedevice",
7873         "set/show remotelogfile".
7874         (Auxiliary Vector): Add reference to the description of the
7875         read-aux-vector-packet setting.
7876         (Set Watchpoints): Add a cross-reference to "set remote
7877         hardware-breakpoint-limit".
7878         (General Query Packets): Add indexing of requests and
7879         cross-references to related commands in "Remote configuration".
7880         (File-I/O Overview, The system call): Fix wording and typos.
7881         (Thread Stops): Add index entries.
7882         (Continuing and Stepping): Document "show step-mode".
7883         (i386): New node.  Document "set/show struct-convention".
7884         (Files): Document "show trust-readonly-sections".
7885         (Calling): Document "set/show unwindonsignal".
7886         (Messages/Warnings): Add index entries.
7887         (Maintenance Commands): Document "set/show watchdog".
7888         (Annotations Overview): Document "show annotate".
7889         (Set Watchpoints): Add index entries.
7890         (Symbols): Fix doc of case-sensitive.
7891         (ABI): Document "show coerce-float-to-double".
7892         (Convenience Vars, Help): Improve indexing.
7893         (Machine Code): Document "show disassembly-flavor".
7894         (Debugging C plus plus): Document "show overload-resolution".
7895         (Value History, Signaling): Add index entries.
7896
7897 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7898
7899         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7900         (Processes): Fix wording.
7901         (History, List, Logging output, Define, Symbols, Print Settings):
7902         Improve indexing.
7903
7904 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7905
7906         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7907         redundant index entry for "target" command.
7908         (Backtrace): Add index entries.
7909         (Symbols, Fortran): Document the "set case-sensitive" command.
7910         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7911         (Print Settings): Add index entry for "set demangle-style".
7912         (Target Commands): Document "set download-write-size".
7913         (Debugging Output): Document "set exec-done-display".
7914
7915 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
7916
7917         * gdb.texinfo (Files): Fix the name and documentation of
7918         add-shared-symbol-files.  Document its alias assf.  Update the
7919         list of OSs where GDB supports shared libraries.  Fix markup.
7920         (Continuing and Stepping): Add reference to @var{location} in the
7921         text.
7922         (Dump/Restore Files): Fix reference to @{filename}.
7923         (Help): Fix wording.
7924         (Attach): Ditto.
7925         (Set Watchpoints): Ditto.
7926         (Backtrace): Remove redundant index entries.  Improve index
7927         entries.
7928         (Delete Breaks): Fix wording.
7929         (Memory): Document the compare-sections command.
7930         (Memory Region Attributes): Improve wording.
7931         (Disabling): Improve wording.
7932         (Fortran): New subsection.  Document the "info common" command.
7933         (Help): Document aliases "info copying" and "info warranty".
7934         (Caching Remote Data): New section.  Document the "set/show
7935         remotecache" and "info dcache" commands.
7936         (Show): Fix wording of the documentation of the "set
7937         extension-language" command.
7938         (Signals): Add index entry for "info handle".
7939         (Memory Region Attributes): Fix punctuation.
7940         (Symbols): Change the arg name to "location" and refer to it in
7941         the text.  Fix wording of "info types" doc.
7942         (Threads): Fix usage of @enumerate @item's.
7943         (Listing Tracepoints): Add index entry for "info tp".
7944         (Set Watchpoints): Add xref to "info break" description.
7945         (Macros): Add an index entry for "macro exp1".  Document the
7946         "macro list" command.
7947         (Maintenance Commands): Document "flushregs", "maint agent",
7948         "maint check-symtabs", "maint cplus", "maint demangle", "maint
7949         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7950         "maint print architecture", "maint print objfiles", "maint print
7951         statistics", "maint print type", "maint show-debug-regs", "maint
7952         space", "maint time", and "maint translate-address".
7953         (Connecting): Document the "monitor" command.
7954         (Annotations Overview): Describe the "set annotate" command.
7955
7956 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
7957
7958         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7959         Rearrange index entries and improve wording about support for
7960         hardware watchpoints.
7961
7962 2005-03-10  Bob Rossi  <bob@brasko.net>
7963
7964         * gdb.texinfo: Update copyright
7965
7966 2005-02-09  Theodore A. Roth  <troth@openavr.org>
7967
7968         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7969         error.
7970
7971 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
7972
7973         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7974
7975 2005-01-17  Michael Snyder  <msnyder@redhat.com>
7976
7977         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
7978
7979 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
7980
7981         * observer.texi (GDB Observers): Document "solib_loaded".
7982
7983 2005-01-07  Andrew Cagney  <cagney@gnu.org>
7984
7985         * configure.ac: Rename configure.in, require autoconf 2.59.
7986         * configure: Re-generate.
7987
7988         * configure.in: Replace configdirs with multiple references to
7989         AC_CONFIG_SUBDIRS.
7990         * configure: Re-generate.
7991
7992 2005-01-04  Andrew Cagney  <cagney@gnu.org>
7993
7994         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7995         part of the version number.
7996
7997 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
7998
7999         * gdbint.texinfo (Algorithms): Remove description of
8000         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8001
8002 2004-12-07  Jim Blandy  <jimb@redhat.com>
8003
8004         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8005         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8006         numbers.
8007
8008 2004-12-07  Andreas Schwab  <schwab@suse.de>
8009
8010         * gdb.texinfo (Mode Options): Document -l option.
8011
8012 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8013
8014         * gdbint.texinfo (Algorithms): More accurate description of
8015         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8016         is not needed unless data-read and data-access watchpoints are
8017         supported.  Add a description of how GDB checks whether the
8018         inferior stopped because a watchpoint was hit.
8019
8020 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8021
8022         * gdb.texinfo (Files): Add cross-reference to description of
8023         -readnow command-line switch.
8024
8025 2004-11-10  Randolph Chung  <tausq@debian.org>
8026
8027         * gdb.texinfo: Document set/show backtrace past-entry commands.
8028         Rearrange index entries for set/show backtrace past-main.
8029
8030 2004-11-10  Jon Beniston <jon@beniston.com>
8031
8032         Committed by Andrew Cagney  <cagney@gnu.org>.
8033         * gdb.texinfo (Remote Serial Protocol): Further describe
8034         binary transfer escaping mechanism .
8035
8036 2004-11-08  Randolph Chung  <tausq@debian.org>
8037
8038         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8039         and "show debug infrun".  Add index entries.
8040
8041 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8042
8043         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8044         "info proc" that are already implemented.  Add index entries.
8045         (Working Directory): Add a cross-reference to "info proc" command.
8046         (Files): Add a tip for decreasing memory used for symtabs from
8047         shared libraries.
8048         (Starting): Fix whitespace; make "elaboration" stand out where it
8049         is first used, and add an index entry for the term.
8050         (Calling): Expand and elaborate text.  Add "print".  Add the
8051         description of problems with weak aliases.
8052         (Core File Generation): New section.
8053
8054 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8055
8056         * gdbint.texinfo (Versions and Branches): New chapter.
8057         (Releasing GDB): Delete "Versions and Branches" section.
8058         (Top): Add "Versions and Branches".
8059
8060 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8061
8062         * gdb.texinfo (Editing, History): Add cross-references to the
8063         included Readline and History user documentation.  Remove
8064         references to the symbol have-readline-appendices which is unused
8065         and undefined.
8066         (History): Fix indexing.
8067
8068 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8069
8070         * gdbint.texinfo (target_stopped_data_address): Update to
8071         new prototype.
8072         (i386_stopped_data_address): Update prototype and description.
8073         (i386_stopped_by_watchpoint): New function and description.
8074
8075 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8076
8077         * gdb.texinfo (Filenames): Add Ada suffixes.
8078         (Ada) New section.
8079
8080 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8081             Robert Picco  <Robert.Picco@hp.com>
8082
8083         * gdb.texinfo (Packets): Document the "p" packet.
8084
8085 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8086
8087         * gdb.texinfo (Paths and Names of the Source Files): Document the
8088         meaning of values in the 'desc' field of a SO stab.
8089
8090 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8091
8092         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8093         max-cache-age" and "maint show dwarf2 max-cache-age".
8094
8095 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8096
8097         * gdb.texinfo (Set Breaks): Add index entry for setting
8098         breakpoints on overloaded C++ functions that are not members of
8099         any classes.  Add an example and an index entry for setting
8100         breakpoints on all program functions.
8101         (Character Sets, Macros, Overlay Commands)
8102         (Non-debug DLL symbols, GDB/MI Output Syntax)
8103         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8104         Use "(@value{GDBP})" instead of a literal "(gdb)".
8105
8106 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8107
8108         * gdbint.texinfo (Native Debugging): Delete description of
8109         FILES_INFO_HOOK.
8110
8111 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8112
8113         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8114         to hex_string_custom (not historically correct, but more
8115         understandable, given the current code).
8116
8117 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8118
8119         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8120
8121 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8122
8123         * observer.texi (solib_unloaded): New observer.
8124
8125 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8126
8127         * gdbint.texinfo (Target Architecture Definition): Add missing
8128         comma.
8129
8130 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8131
8132         * (Using the Testsuite): build != host is supported,
8133         but some test scripts do not support build != host.
8134
8135 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8136
8137         * gdbint.texinfo (Host Definition): Delete description of
8138         FCLOSE_PROVIDED and GETENV_PROVIDED.
8139
8140 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8141
8142         * gdbint.texinfo (Host Definition): Delete description of
8143         NO_SYS_FILE.
8144         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8145         PTRACE_FP_BUG.
8146
8147 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8148
8149         * gdbint.texinfo (Target Architecture Definition): Delete
8150         reference to deprecated_read_fp.
8151
8152 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8153
8154         * gdbint.texinfo (Target Architecture Definition): Delete
8155         description of DEPRECATED_REGISTER_BYTES.
8156
8157 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8158
8159         * gdb.texinfo (Source Path): Document the new behavior of
8160         searching for the source files.
8161
8162 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8163
8164         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8165         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8166         (Auto Display): Improve indexing.
8167
8168 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8169
8170         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8171         "-noasync".
8172
8173 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8174
8175         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8176         have the same prefix have only their prefix in the index.
8177
8178 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8179
8180         * gdb.texinfo (BSD libkvm Interface): New node (section)
8181         (Native): Add it to the menu.
8182
8183 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8184
8185         * gdbint.texinfo (Target Architecture Definition): Remove
8186         PCC_SOL_BROKEN.
8187
8188 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8189
8190         * gdbint.texinfo (Target Architecture Definition): Remove
8191         SUN_FIXED_LBRAC_BUG.
8192
8193 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8194
8195         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8196
8197 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8198
8199         * gdbint.texinfo (Target Architecture Definition): Deprecate
8200         USE_STRUCT_CONVENTION.
8201
8202 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8203
8204         gdb.texinfo (Bug Reporting): Mention session recording,
8205         with the script command or Emacs.
8206
8207 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8208
8209         * gdbint.texinfo (Target Architecture Definition): Deprecate
8210         FUNCTION_START_OFFSET.
8211
8212 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8213
8214         Based on changes from Karl Berry.
8215         * gdb.texinfo: Do not use @sc in a direntry.
8216         * stabs.texinfo: Change @dircateogry to "Software development".
8217         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8218
8219 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8220
8221         * gdbint.texinfo (Target Architecture Definition): Delete
8222         description of RETURN_VALUE_ON_STACK.
8223
8224 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8225
8226         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8227         deleted by previous patch.
8228
8229 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8230
8231         * gdbint.texinfo (Native Debugging): Delete documentation on
8232         ATTACH_DETACH.
8233
8234 2004-06-06  Randolph Chung  <tausq@debian.org>
8235
8236         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8237
8238 2004-06-06  Randolph Chung  <tausq@debian.org>
8239
8240         * gdb.texinfo (push_dummy_call): Update argument list to match
8241         the new push_dummy_call method signature.  Describe the function
8242         argument.
8243
8244 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8245
8246         * gdb.texinfo (Starting): Document new start command.
8247
8248 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8249
8250         * observer.texi (GDB Observers): Document "inferior_created".
8251
8252 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8253
8254         * gdbint.texinfo (Target Architecture Definition): Delete
8255         description of DO_DEFERRED_STORES.
8256
8257         * gdbint.texinfo (Target Architecture Definition): Delete
8258         references to DEPRECATED_FIX_CALL_DUMMY.
8259
8260         * gdbint.texinfo (Target Architecture Definition): Delete
8261         description of DEPRECATED_CALL_DUMMY_WORDS,
8262         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8263
8264         * gdbint.texinfo (Target Architecture Definition): Delete
8265         description of DEPRECATED_PUSH_DUMMY_FRAME.
8266
8267         * gdbint.texinfo (Target Architecture Definition): Delete
8268         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8269
8270 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8271
8272         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8273         cross reference to "set/show debug observer".
8274         * gdb.texinfo (Debugging Output): Document "set/show debug
8275         observer".
8276
8277 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8278
8279         * gdbint.texinfo (Target Architecture Definition): Delete
8280         description of DEPRECATED_PC_IN_SIGTRAMP.
8281
8282 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8283
8284         * gdbint.texinfo (Target Architecture Definition): Delete
8285         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8286
8287 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8288
8289         * observer.texi (GDB Observers): Correct spelling.
8290
8291 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8292
8293         * observer.texi (GDB Observers): Add target_changed event.
8294
8295 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8296
8297         * observer.texi (GDB Observers): Rework, provide generic observer
8298         definitions and then a list of observable events.
8299
8300 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8301
8302         * gdbint.texinfo (Host Definition): Delete reference to
8303         NO_SIGINTERRUPT.
8304
8305 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8306
8307         * gdbint.texinfo (Target Architecture Definition): Delete
8308         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8309
8310 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8311
8312         * gdb.texinfo (TUI Commands): Document tui reg commands.
8313
8314 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8315
8316         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8317         "gdbtui".
8318         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8319         (Contributors): Mention both Text and Terminal User Interface.
8320
8321 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8322
8323         * gdbint.texinfo (Target Architecture Definition): Deprecate
8324         references to SIGTRAMP_START and SIGTRAMP_END.
8325
8326 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8327
8328         * gdbint.texinfo (Target Architecture Definition): Deprecate
8329         references to PC_IN_SIGTRAMP.
8330
8331 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8332
8333         * gdbint.texinfo (Target Architecture Definition): Delete
8334         reference to GDB_TARGET_IS_HPPA.
8335
8336 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8337
8338         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8339         describe pre_init and post_init.
8340
8341 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8342
8343         * gdb.texinfo (Debugging Output): Document values for "set debug
8344         target".
8345
8346 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8347
8348         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8349
8350 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8351
8352         * gdb.texinfo (breakpoints): Add information about the
8353         new "set breakpoint pending" and "show breakpoint pending"
8354         commands.
8355
8356 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8357
8358         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8359         in Per-architecture module data section.
8360
8361 2004-02-25  Roland McGrath  <roland@redhat.com>
8362
8363         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8364
8365 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8366
8367         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8368         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8369         * fdl.texi: Import Version 1.2, November 2002.
8370
8371 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8372
8373         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8374
8375 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8376
8377         * gdbint.texinfo (Target Architecture Definition): Deprecate
8378         FRAMELESS_FUNCTION_INVOCATION.
8379
8380 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8381
8382         * gdbint.texinfo (Coding): Mention -Wunused-function.
8383
8384 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8385
8386         * gdbint.texinfo (Target Architecture Definition): Delete
8387         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8388
8389 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8390
8391         * gdb.texinfo: Properly quote the name "C++".
8392         * gdbint.texinfo: Ditto.
8393         * stabs.texinfo: Ditto.
8394
8395 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8396
8397         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8398         minimal information about libiberty.
8399
8400 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8401
8402         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8403
8404 2004-02-04  Roland McGrath  <roland@redhat.com>
8405
8406         * gdb.texinfo (Auxiliary Vector): New node (section).
8407         (Data): Add it to the menu.
8408
8409 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8410
8411         * gdb.texinfo (Breakpoints): Add information about pending
8412         breakpoint support.
8413
8414 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8415
8416         * gdb.texinfo (Overview): Delete references to the cisco protocol
8417         including the "N" response.
8418
8419 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8420
8421         * gdbint.texinfo (Target Architecture Definition): Rename
8422         EXTRACT_STRUCT_VALUE_ADDRESS to
8423         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8424
8425 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8426
8427         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8428         "set/show os" and "info cisco" commands.
8429
8430 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8431
8432         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8433
8434 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8435
8436         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8437         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8438
8439 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8440
8441         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8442         -stack-list-locals.
8443         (GDB/MI Variable Objects): Describe extension to
8444         -var-list-children.
8445
8446 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8447
8448         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8449
8450 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8451
8452         * gdbint.texinfo (Target Architecture Definition): Delete
8453         documentation on DEPRECATED_NPC_REGNUM.
8454
8455 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8456
8457         * gdb.texinfo: Update copyright year.  Mention that set
8458         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8459         "set follow-fork-mode ask".
8460
8461 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8462
8463         * gdbint.texinfo: Update copyright year.
8464         (Coding): Add -Wunused-label to list of -Werror warnings.
8465
8466 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8467             Eli Zaretskii  <eliz@gnu.org>
8468
8469         * gdb.texinfo: Update copyright.
8470         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8471         around names, as appropriate.  Minor syntax cleanup of
8472         _NSPrintForDebugger explanation.  Two spaces after periods.
8473         GDBN used instead of lit. "gdb".  Index entries added for
8474         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8475
8476 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8477
8478         * stabs.texinfo: Add dircategory and direntry commands.
8479         * annotate.texinfo: Ditto.
8480
8481 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8482
8483         * gdbint.texinfo (Target Architecture Definition): Replace the
8484         return_value method's "inval" and "outval" parameters with
8485         "readbuf" and "writebuf".
8486
8487 2003-10-28  Jim Blandy  <jimb@redhat.com>
8488
8489         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8490         from "The `F' request packet" and "The `F' reply packet", to make
8491         texi2dvi happy.
8492         (File-I/O remote protocol extension): Update menu entries, too.
8493
8494 2003-10-26  Michael Chastain  <mec@shout.net>
8495
8496         * gdb.texinfo (Thread Stops): Document the issue with
8497         premature return from system calls in multi-threaded programs.
8498
8499 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8500
8501         * annotate.texinfo: Fix "fortunatly"[sic].
8502
8503 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8504
8505         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8506         with "Hitachi" and "Mitsubishi".
8507
8508 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8509
8510         * gdbint.texinfo (Target Architecture Definition): Document
8511         gdbarch_return_value.  Add cross references from
8512         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8513         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8514
8515 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8516
8517         * gdbint.texinfo (Target Architecture Definition): Document
8518         regset_from_core_section.
8519
8520 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8521
8522         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8523
8524 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8525
8526         From Anthony Green  <green@redhat.com>:
8527         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8528
8529 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8530
8531         * gdb.texinfo (Breakpoint related warnings): New node.
8532         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8533
8534 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8535
8536         * gdb.texinfo (Remote Protocol): Document v and vCont.
8537
8538 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8539
8540         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8541         * gdbint.texinfo: Ditto.
8542
8543 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8544
8545         From 2003-09-18 David Anderson <davea@sgi.com>:
8546         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8547         "command".
8548
8549 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8550
8551         * gdbint.texinfo (Target Architecture Definition): Deprecate
8552         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8553         just target.
8554
8555 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8556
8557         * gdbint.texinfo (Target Architecture Definition): Rename
8558         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8559         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8560         * gdbint.texinfo (Target Architecture Definition): Rename
8561
8562 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8563
8564         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8565         (Target Architecture Definition):
8566
8567         * gdbint.texinfo (Target Architecture Definition): Rename
8568         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8569
8570 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8571
8572         * gdbint.texinfo (Target Architecture Definition): Delete
8573         documentation for NEED_TEXT_START_END.
8574
8575         * gdbint.texinfo (Target Architecture Definition): Rename
8576         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8577         TARGET_WRITE_PC.
8578
8579 2003-09-22  Michael Chastain  <mec@shout.net>
8580
8581         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8582
8583 2003-09-21  Anthony Green  <green@redhat.com>
8584
8585         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8586
8587 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8588
8589         * gdbint.texinfo (Target Architecture Definition): Document
8590         stabs_argument_has_addr.
8591
8592 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8593
8594         * gdbint.texinfo (Target Architecture Definition): Delete
8595         documentation on REGISTER_NAMES.
8596
8597 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8598
8599         * gdbint.texinfo (Target Architecture Definition): Replace
8600         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8601
8602 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8603
8604         * gdbint.texinfo (Target Architecture Definition): Replace
8605         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8606
8607 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8608
8609         * gdbint.texinfo (Target Architecture Definition): Document
8610         "frame_red_zone_size".
8611
8612 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8613
8614         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8615         with "set/show backtrace past-main" and "set/show backtrace
8616         limit".
8617
8618 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8619
8620         * Makefile.in (install-info): Support DESTDIR.
8621         (install-html): Likewise.
8622
8623 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8624
8625         Patch from Nick Roberts.
8626         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8627         bindings.  Remove description of send-gdb-command.
8628
8629 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8630
8631         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8632         GDB 6.0.
8633
8634 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8635
8636         * gdb.texinfo (Mode Options): Mention that level three is the
8637         highest available and that level 2 is deprecated.
8638         (Annotations Overview): Mention annotation levels. Cross reference
8639         to "Limitations of the Annotation Interface" in annotate.texi.
8640         (TODO, Value Annotations, Frame Annotations): Delete section.
8641         (Displays, Breakpoint Info): Delete.
8642
8643 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8644
8645         * agentexpr.texi: Delete @bye.
8646         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8647         (stabs.info): Add $(srcdir) to include search path.
8648         (html): Depend on "annotate_toc.html", and not "annotate.html".
8649         * stabs.texinfo: Ditto.  Include "fdl.texi".
8650         * gdbint.texinfo: Update copyright statement's list of invariant
8651         sections.
8652
8653 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8654
8655         * Makefile.in (INFO_DEPS): Add annotate.info.
8656         (dvi, ps, html, pdf): Add annotate.
8657         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8658         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8659         (ANNOTATE_DOC_FILES): New macro.
8660         (ANNOTATE_TEX_TMPS): New macro.
8661         (annotate.info, annotate_toc.html): Specify dependencies.
8662         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8663         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8664         "Migrating to GDB/MI" and "Limitations of the Annotation
8665         Interface" chapters.  Mention why it is not part of the user
8666         guide.  Update copyright notice.  Include "fdl.texi".
8667
8668 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8669
8670         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8671
8672 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8673
8674         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8675
8676 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8677
8678         * gdb.texinfo (Server): Mention pidof.
8679
8680 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8681
8682         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8683         list.
8684
8685 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8686
8687         * gdb.texinfo (Logging output): New chapter.
8688
8689 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8690
8691         * gdb.texinfo (Unsupported languages): New section.
8692         (Languages): Add link to new section.
8693
8694 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8695
8696         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8697
8698 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8699
8700         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8701
8702 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8703
8704         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8705         * agentexpr.texi: Retitle section, and change it to an appendix.
8706         Comment out texinfo initialization.  Factor a @var{} into two
8707         pieces to prevent makeinfo warnings.
8708         * gdb.texinfo: Add Agent Expressions appendix.
8709
8710 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8711
8712         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8713
8714 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8715
8716         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8717         remote target".  Document the "detach" and "disconnect" commands.
8718         (Server, Netware, Debug Session): Reference "Connecting to a
8719         remote target".
8720         (GDB/MI Target Manipulation): Document "-target-disconnect".
8721
8722 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8723
8724         * gdbint.texinfo (Target Architecture Definition): Deprecate
8725         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8726         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8727
8728 2003-06-09  Jim Blandy  <jimb@redhat.com>
8729
8730         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8731
8732 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8733
8734         * gdbint.texinfo (Target Architecture Definition): Delete
8735         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8736
8737 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8738
8739         * gdbint.texinfo (Target Architecture Definition): Document
8740         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8741
8742 2003-06-07  Adam Fedor  <fedor@gnu.org>
8743
8744         * gdb.texinfo: Add Objective-C documentation.
8745
8746 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8747
8748         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8749         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8750
8751 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8752
8753         * gdbint.texinfo (Target Architecture Definition): Delete
8754         references to "extract_address" and "store_address".
8755
8756 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8757
8758         * gdbint.texinfo (Target Architecture Definition): Replace
8759         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8760         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8761
8762 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8763
8764         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8765
8766 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8767
8768         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8769         (gdb.dvi): Likewise.
8770         (gdb.pdf): Likewise.
8771         (links2roff): Likewise.
8772
8773 2003-05-08  Jim Blandy  <jimb@redhat.com>
8774
8775         * gdb.texinfo (Dump/Restore Files): Update documentation for
8776         'dump', 'append', and 'restore': note that format argument is
8777         optional; simplify presentation of the command variants; and be
8778         more precise about the formats.
8779
8780 2003-05-07  Jim Blandy  <jimb@redhat.com>
8781
8782         * gdb.texinfo (Symbols): Update documentation: 'maint list
8783         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8784         symtabs' and 'maint info psymtabs'.
8785
8786 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8787
8788         * gdbint.texinfo (Target Architecture Definition): Make
8789         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8790         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8791         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8792
8793 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8794
8795         * gdb.texinfo (Maintenance Commands): Document "maint print
8796         dummy-frames".
8797
8798 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8799
8800         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8801
8802 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8803
8804         Thierry Schneider  <tpschneider1@yahoo.com>
8805         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8806         for new MI command.
8807
8808 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8809
8810         * gdbint.texinfo (Target Architecture Definition): Document
8811         push_dummy_code.  Add cross references.
8812
8813 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8814
8815         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8816         set/show charsets commands.
8817
8818 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8819
8820         * gdbint.texinfo (Target Architecture Definition): Replace
8821         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8822         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8823
8824 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8825
8826         * gdbint.texinfo (Target Architecture Definition): Rename
8827         "tm_print_insn" to "deprecated_tm_print_insn".
8828
8829 2003-04-09  Jim Blandy  <jimb@redhat.com>
8830
8831         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8832         list psymtabs'.
8833
8834 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8835
8836         * gdbint.texinfo (Target Architecture Definition): Delete
8837         references to EXTRA_FRAME_INFO.
8838
8839 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8840
8841         * gdbint.texinfo (Target Architecture Definition): Delete
8842         PRINT_TYPELESS_INTEGER.
8843
8844 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8845
8846         * observer.texi (GDB Observers): Adjust the documentation for the
8847         normal_stop notification to better describe reality. Fix a couple
8848         of minor typos.
8849
8850 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8851
8852         * gdb.texinfo (GDB/MI Program Control): Add
8853         '-file-list-exec-source-file'
8854
8855 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8856
8857         * gdbint.texinfo (Target Architecture Definition): Delete
8858         references to CALL_DUMMY_P.
8859
8860 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8861
8862         * gdbint.texinfo (Target Architecture Definition): Remove
8863         reference to TARGET_WRITE_SP.
8864
8865 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8866
8867         * gdbint.texinfo (Target Architecture Definition): Remove
8868         references to write_sp.
8869
8870 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8871
8872         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8873         chapter body.  Use @smallexample instead of @example.
8874         (Annotations): Ditto.
8875         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8876         annotate.texi.
8877
8878 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8879
8880         * gdbint.texinfo (Target Architecture Definition): Replace
8881         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8882         dummy_addr parameters.
8883
8884 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8885
8886         * gdbint.texinfo (Target Architecture Definition): Delete
8887         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8888         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8889         Add reference to PUSH_ARGUMENTS.
8890
8891 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8892
8893         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8894         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8895
8896 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8897
8898         * gdbint.texinfo (Algorithms): Add new section describing the
8899         Observer paradigm.
8900         (Top): Add menu entry to new observer appendix.
8901         * observer.texi: New file.
8902         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8903         new observer.texi file.
8904
8905 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8906
8907         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8908         that GNU Press update the manual version number.
8909
8910 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8911
8912         * gdbint.texinfo (Target Architecture Definition): Delete
8913         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8914         DEPRECATED_GET_SAVED_REGISTER.
8915
8916 2003-03-13  Andrew Cagney  <cagney@redhat.com>
8917
8918         * gdbint.texinfo (Target Architecture Definition): Replace
8919         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
8920
8921 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8922
8923         * gdbint.texinfo (Target Architecture Definition): Rename
8924         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8925
8926 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
8927
8928         * gdb.texinfo: Add File-I/O documentation.
8929
8930 2003-03-10  Andrew Cagney  <cagney@redhat.com>
8931
8932         * gdbint.texinfo (Target Architecture Definition): Cross reference
8933         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
8934
8935 2003-03-07  Andrew Cagney  <cagney@redhat.com>
8936
8937         * gdb.texinfo (Debugging Output): Mention the "set/show debug
8938         frame" command.
8939
8940 2003-03-05  Andrew Cagney  <cagney@redhat.com>
8941
8942         * gdbint.texinfo (Target Architecture Definition): Document
8943         unwind_dummy_id.  Cross reference unwind_dummy_id and
8944         SAVE_DUMMY_FRAME_TOS.
8945
8946 2003-03-05  James Ingham <jingham@apple.com>
8947             Daniel Jacobowitz  <drow@mvista.com>
8948
8949         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8950         and "show cp-abi".
8951
8952 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8953
8954         * gdbint.texinfo (Target Architecture Definition): Document
8955         register_type.
8956
8957 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8958
8959         * stabs.texinfo (Structures): Use @samp and separate @var's
8960         instead of a single @var containing a comma separated list.
8961         (Unions): Ditto.
8962
8963 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
8964
8965         * Makefile.in (distclean): Remove config.log.
8966
8967 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8968
8969         * gdbint.texinfo (Target Architecture Definition): Rename
8970         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8971
8972 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8973
8974         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8975         DEPRECATED_INIT_EXTRA_FRAME_INFO.
8976
8977 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
8978
8979         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8980         (Non-debug DLL symbols): New node, describing the minimal symbols
8981         loaded from DLLs without real debugging symbols.
8982
8983 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
8984
8985         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8986         hardware-breakpoint-limit".
8987         (Set Watchpoints): Add cross reference to "set remote
8988         hardware-watchpoint-limit".
8989         (Remote configuration options): New section.
8990
8991 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
8992
8993         * gdbint.texinfo (Target Architecture Definition): Delete
8994         descrption of IS_TRAPPED_INTERNALVAR.
8995
8996         From Keith Seitz <keiths@redhat.com>:
8997         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
8998         option "-i"/"--interpreter" to this chapter.  Include index
8999         entries.
9000
9001 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9002
9003         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9004         (Variables): Recommend stabs+ and DWARF 2.
9005         (C plus plus expressions): Correct info about
9006         compiler versions, debug formats.
9007         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9008         PR symtab/874.
9009
9010 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9011
9012         * gdbint.texinfo (Target Architecture Definition): Delete
9013         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9014         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9015         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9016         references to nindy and i960.
9017         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9018
9019 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9020
9021         * gdbint.texinfo (Target Architecture Definition): Delete
9022         FLOAT_INFO.
9023
9024 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9025
9026         * stabs.texinfo (Member Type Descriptor): Clarify description of
9027         `@'.  Suggested by Ben Hutchings.
9028
9029 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9030
9031         * gdb.texinfo (M68K): Delete reference to es1800.
9032
9033 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9034
9035         * gdb.texinfo (Maintenance Commands): Document `maint print
9036         reggroups' and `maint print register-groups'.
9037         * gdbint.texinfo (Target Architecture Definition): Document
9038         register_reggroup_p.
9039
9040 2003-01-23  Jim Blandy  <jimb@redhat.com>
9041
9042         * gdb.texinfo (Separate Debug Files): New section.
9043
9044 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9045
9046         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9047         and "maint show profile".
9048
9049 2003-01-16  Michael Chastain  <mec@shout.net>
9050
9051         * gdb.texinfo (Installing GDB): Warn against
9052         ".../gdb-VERSION/gdb/configure".
9053         (Separate Objdir): Likewise.
9054
9055 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9056
9057         * gdbint.texinfo (Target Architecture Definition): Delete
9058         definition of PRINT_REGISTER_HOOK.
9059
9060 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9061
9062         (OpenRISC 1000): Fix formatting of command names.
9063
9064 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9065
9066         * gdb.texinfo (Continuing and Stepping): Add new command
9067         'advance'. Clarify behavior of 'until'.
9068
9069 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9070
9071         * gdb.texinfo (Files): Document solib-absolute-prefix and
9072         solib-search-path.
9073
9074 2003-01-09  Michael Chastain  <mec@shout.net>
9075
9076         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9077         (Create a Release): Add new instructions for new @file{src-release}.
9078         Document existing instructions for @file{Makefile.in} as
9079         being for @value{GDBN} 5.3.1 or earlier.
9080
9081 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9082
9083         * gdbint.texinfo (Target Architecture Definition): Mention
9084         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9085         allocate memory.
9086
9087 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9088
9089         * gdb.texinfo (Controlling GDB): Add @kindex for
9090         "show osabi".
9091         (Backtraces): Add @kindex's for backtrace-below-main.
9092
9093 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9094
9095         * gdb.texinfo (Controlling GDB): Document "set osabi".
9096
9097 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9098
9099         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9100         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9101
9102 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9103
9104         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9105         "set coerce-float-to-double".
9106         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9107
9108 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9109
9110         * stabs.texinfo: Remove obsolete text.
9111         * gdbint.texinfo: Ditto.
9112         * gdb.texinfo: Ditto.
9113
9114 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9115
9116         * gdbint.texinfo (Target Architecture Definition): Update
9117         description of gdbarch_register_osabi.
9118
9119 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9120
9121         * agentexpr.texi: Fix typos.
9122         * annotate.texi: Likewise.
9123         * fdl.texi: Likewise.
9124
9125 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9126
9127         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9128         DEPRECATED_INIT_FRAME_PC.
9129
9130 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9131
9132         * gdbint.texinfo (Target Architecture Definition): Delete
9133         PC_IN_CALL_DUMMY.
9134
9135 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9136
9137         * gdbint.texinfo (Host Definition): Delete documentation on
9138         USE_GENERIC_DUMMY_FRAMES.
9139
9140 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9141
9142         Fix PR gdb/723 and PR gdb/245.
9143         * Makefile.in (install-info): Run the install-info command as part
9144         of the post install steps only.
9145         (uninstall-info): New target.
9146         (uninstall): New target.
9147
9148 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9149
9150         * Makefile.in (install): Make install do some real work.
9151
9152 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9153
9154         Fix POSIX problem reported by Paul Eggert.
9155         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9156         Fix PR gdb/527.
9157
9158 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9159
9160         * gdbint.texinfo (Target Architecture Definition): Delete
9161         definition of DO_REGISTERS_INFO.
9162
9163 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9164
9165         * gdbint.texinfo (Address Classes): Fix problems with insertion
9166         of ``{'' and ``}'' in example.
9167
9168 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9169
9170         * gdbint.texinfo (Address Classes): New section.
9171         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9172         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9173         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9174         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9175
9176 2002-10-11  Klee Dienes  <kdienes@apple.com>
9177
9178         * gdb.texinfo (Registers): Mention vector registers as well as
9179         floating registers in the documentation for 'info registers' and
9180         'info all-registers'.
9181
9182 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9183
9184         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9185
9186 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9187
9188         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9189         interface definition.
9190
9191 2002-10-03  Marko Mlinar   <markom@opencores.org>
9192
9193         * gdb.texinfo (Target Commands): Add or1k target specific
9194         commands.
9195         * gdb.texinfo (Contributors): Add myself to the contributors list.
9196
9197 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9198
9199         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9200         and "mi1" instead of "mi1" and "mi0".
9201
9202 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9203
9204         * gdb.texinfo (Packets): Fix typos "alligned".
9205         Correct z3/Z3 description.  Correct z4/Z4 title.
9206
9207 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9208
9209         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9210
9211 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9212
9213         * gdb.texinfo: Use GNU/Linux instead of Linux.
9214
9215 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9216
9217         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9218
9219 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9220
9221         * gdb.texinfo: Replace @example with @smallexample.
9222
9223 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9224
9225         From Eli Zaretskii  <eliz@gnu.org>:
9226         * gdb.texinfo (Character Sets): Use @smallexample instead of
9227         @example.  Use GNU/Linux instead of Linux.
9228
9229 2002-09-20  Jim Blandy  <jimb@redhat.com>
9230
9231         * gdb.texinfo: Add character set documentation.
9232
9233 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9234
9235         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9236         (Packets): Add cross reference from `b' packet to `z' packets.
9237
9238 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9239
9240         * gdb.texinfo (Maintenance Commands): Document ``maint
9241         internal-error'' and ``maint internal-warning''.
9242
9243         * gdbint.texinfo (Target Architecture Definition): Revise
9244         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9245
9246 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9247
9248         * gdbint.texinfo (Target Conditionals): Document the new
9249         NAME_OF_MALLOC macro.
9250
9251 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9252
9253         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9254         engineer.
9255
9256 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9257
9258         * gdb.texinfo (TUI Overview): Document status line fields.
9259
9260 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9261
9262         * gdb.texinfo (TUI Commands): Document info win command.
9263
9264 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9265
9266         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9267
9268 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9269
9270         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9271         (TUI Keys): Likewise.
9272
9273 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9274
9275         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9276         for a packet receive.
9277
9278 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9279
9280         * Makefile.in (clean): Move to end of file.
9281         (distclean, maintainer-clean, realclean): Ditto.
9282         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9283         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9284         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9285         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9286
9287 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9288
9289         * Makefile.in (GDBINT_TEX_TMPS): Define.
9290         (gdbint.dvi, gdbint.pdf): Use
9291         (GDB_TEX_TMPS): Define.
9292         (gdb.dvi, gdb.pdf): Use.
9293         (STABS_TEX_TMPS): Define.
9294         (stabs.dvi, stabs.pdf): Use.
9295         (GDB_DOC_SOURCE_INCLUDES): New macros.
9296         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9297         (GDBINT_DOC_FILES_INCLUDES): New macros.
9298         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9299         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9300         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9301         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9302         (links2roff): Replace SFILES_INCLUDED with
9303         GDB_DOC_SOURCE_INCLUDES.
9304         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9305         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9306         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9307         dependencies.
9308         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9309         dependencies.
9310         (gdbmi.texinfo): Delete rule.
9311         (inc-hist.texinfo): Delete rule.
9312         (rluser.texinfo): Delete rule.
9313
9314 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9315
9316         * gdbint.texinfo (Target Architecture Definition): Update
9317         STORE_RETURN_VALUE, mention regcache.
9318
9319 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9320
9321         * gdbint.texinfo (Target Architecture Definition): Document
9322         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9323
9324 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9325
9326         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9327         Fix minor typos.  Add index entries.
9328
9329 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9330
9331         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9332
9333 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9334
9335         * gdbint.texinfo (Target Architecture Definition): Document
9336         PRINT_VECTOR_INFO.
9337         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9338
9339 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9340
9341         * gdb.texinfo (Maintenance Commands): Document "maint print
9342         registers", "maint print raw-registers" and "maint print
9343         cooked-registers".
9344
9345 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9346
9347         From Mark Salter:
9348         * gdb.texinfo (Protocol): Document T packet extension to
9349         allow watchpoint address reporting.
9350
9351 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9352
9353         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9354
9355 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9356
9357         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9358         to CHILL.
9359
9360 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9361
9362         * gdbint.texinfo (Coding): Revise section "Include Files".
9363
9364 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9365
9366         * gdbint.texinfo: Obsolete references to m88k.
9367         * gdb.texinfo: Ditto.
9368
9369 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9370
9371         * gdbint.texinfo (Create a release candiate): Add the location
9372         where the proper version of autoconf can be retrieved.
9373
9374 2002-07-09  Don Howard  <dhoward@redhat.com>
9375
9376         * gdb.texinfo (Command Files): Further describe the behavior of
9377         sourced command files.
9378
9379 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9380
9381         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9382         (Coding): Clarify ISO C version that GDB assumes.
9383
9384 2002-06-26  Tom Tromey  <tromey@redhat.com>
9385
9386         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9387         add_setshow_cmd_full.
9388
9389 2002-06-25  Don Howard  <dhoward@redhat.com>
9390
9391         * gdb.texinfo (Memory Region Attributes): Document new behavior
9392         for 'mem' command.
9393
9394 2002-06-11  Jim Blandy  <jimb@redhat.com>
9395
9396         * gdb.texinfo (Symbols): Update documentation for `info source'
9397         command.
9398
9399         * gdb.texinfo (Macros): Call the command `info macro', not
9400         `show macro'.
9401
9402 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9403
9404         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9405         data''.
9406
9407 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9408
9409         * gdbint.texinfo (Target Architecture Definition): Document
9410         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9411
9412 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9413
9414         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9415         lists.
9416
9417 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9418
9419         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9420         Branch''.
9421
9422 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9423
9424         * gdbint.texinfo (Target Architecture Definition): Add section
9425         ``Converting an existing Target Architecture to Multi-arch''.
9426
9427 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9428
9429         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9430         to ``Obsoleting code''.  Revise.
9431
9432 2002-05-17  Jim Blandy  <jimb@redhat.com>
9433
9434         * gdb.texinfo (C Preprocessor Macros): New chapter.
9435         Include it in the main menu.
9436         (Contributors): Credit Jim Blandy with macro support.
9437         (Compilation): Explain how to get macro information into the
9438         executable.
9439         (Expressions): Note that preprocessor macros are expanded.
9440
9441 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9442
9443         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9444         options for `target remote'.
9445
9446 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9447
9448         * gdbint.texinfo (Target Architecture Definition): Delete
9449         documentation on NNPC_REGNUM.
9450
9451 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9452
9453         * gdbint.texinfo (Target Architecture Definition): Document
9454         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9455         (Target Architecture Definition): Revise section `Using Different
9456         Register and Memory Data Representations'.  Add section `Raw and
9457         Virtual Register Representations'.
9458
9459 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9460
9461         * gdbint.texinfo (Target Architecture Definition): Mention
9462         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9463         (Target Architecture Definition): Mention same.  Add references to
9464         web pages.
9465
9466 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9467
9468         * stabs.texinfo (Attributes): Document new "vector" attribute.
9469
9470 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9471
9472         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9473
9474 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9475
9476         * gdb.texinfo: Delete obsolete references to a29k.
9477
9478 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9479
9480         * gdbint.texinfo (Target Architecture Definition): Replace
9481         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9482
9483 2002-04-24  David S. Miller  <davem@redhat.com>
9484
9485         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9486
9487 2002-04-21  David S. Miller  <davem@redhat.com>
9488
9489         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9490
9491 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9492
9493         * gdbint.texinfo (Target Architecture Definition): Delete
9494         definition of HAVE_REGISTER_WINDOWS.
9495
9496 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9497
9498         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9499         "Theodore A. Roth" <troth@verinet.com>.
9500
9501 2002-04-15  Don Howard  <dhoward@redhat.com>
9502
9503         From Eli Zaretskii <eliz@gnu.org>
9504         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9505         Provide a better explaination of this feature.
9506
9507 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9508
9509         * gdbint.texinfo (Target Architecture Definition): Remove
9510         FRAME_CHAIN_COMBINE.
9511
9512 2002-04-12  Michael Chastain  <mec@shout.net>
9513
9514         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9515         REG_STACK_SEGMENT.
9516
9517 2002-04-09  Michael Chastain  <mec@shout.net>
9518
9519         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9520         PYRAMID_* macros.
9521
9522 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9523
9524         * gdb.texinfo (Bug Reporting): Document that the web is the
9525         prefered way of submitting bug reports.
9526         (Bug Reporting): Delete the s-mail address as the last resort.
9527
9528 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9529
9530         * gdbint.texinfo (Target Architecture Definition): Delete
9531         references to TARGET_WRITE_FP and write_fp.
9532
9533 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9534
9535         * gdb.texinfo: Document new commands dump, append, and restore.
9536
9537 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9538
9539         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9540         Branch'.
9541
9542 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9543
9544         * gdb.texinfo: Change all examples to @smallexample.
9545         * gdbint.texinfo: Ditto.
9546
9547 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9548
9549         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9550         Branches''.
9551
9552 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9553
9554         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9555         Policy''.
9556
9557 2002-03-04  Fred Fish  <fnf@redhat.com>
9558
9559         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9560         expresson, suports, dependant, trhe, perhaphs, situtations,
9561         explictily, taged, oportunity, unfortunatly).
9562
9563 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9564
9565         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9566         Remove reference to 3.12.
9567
9568 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9569
9570         * gdbint.texinfo: Include fdl.texi.
9571         (Top): Add GNU Free Documentation License.
9572         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9573         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9574         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9575         (gdbint.info): Add srcdir to include path.
9576         * gdb.texinfo: Include gpl.texi.
9577         (Top): Add Copying.
9578         * gpl.texi: New file.
9579
9580 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9581
9582         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9583
9584 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9585
9586         * gdb.texinfo: Document Cygwin native specific commands.
9587
9588 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9589
9590         * gdb.texinfo: Document gdbserver ``--attach'' command.
9591
9592 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9593
9594         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9595         to @code(_ovly_debug_event).
9596
9597 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9598
9599         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9600
9601 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9602
9603         * gdb.texinfo (overlays): Mention new magic symbol
9604         '_ovly_debug_event', which allows GDB to keep better track
9605         of overlays.
9606
9607 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9608
9609         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9610         Suggested by Dmitry Sivachenko.
9611
9612         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9613
9614 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9615
9616         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9617
9618 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9619
9620         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9621         (set trust-readonly-sections): Document.
9622
9623 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9624
9625         * gdbint.texinfo (Releasing GDB): Revise and update.
9626
9627 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9628
9629         * gdbint.texinfo (Target Architecture Definition): Delete
9630         description of TARGET_BYTE_ORDER_DEFAULT.
9631
9632 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9633
9634         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9635         <mitya@cavia.pp.ru>.
9636
9637 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9638
9639         * libgdb.texinfo: Delete file.
9640
9641 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9642
9643         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9644         * gdbint.texinfo: Ditto.
9645
9646 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9647
9648         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9649
9650 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9651
9652         * Makefile.in: Update copyright.
9653         (TEXI2DVI): Define.
9654         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9655         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9656         gdb-cfg.texi.
9657         (TEXINDEX, PDFTEX): Delete makefile variables.
9658
9659 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9660
9661         * gdb.texinfo (Protocol): Move section to appendix.
9662
9663 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9664
9665         * gdb.texinfo (Remote Debugging): Create a menu.
9666         (Top): Add ``Remote Debugging'' to menu.
9667
9668 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9669
9670         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9671         serial protocol'' from here.
9672         (Remote Debugging): To here.  New chapter.
9673
9674 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9675
9676         * gdbint.texinfo (Target Architecture Definition): Delete
9677         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9678
9679 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9680
9681         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9682         are no longer needed.
9683         (Porting GDB): Add maintainer note about configure.host.
9684
9685 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9686
9687         * gdbint.texinfo (Target Architecture Definition): Remove
9688         definition of IEEE_FLOAT.
9689
9690 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9691
9692         * gdb.texinfo: Beautify copyright years; fix a typo.
9693         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9694         <3diff@gnu.org>
9695
9696 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9697
9698         * gdbint.texinfo (Host Definition): Remove references to
9699         MALLOC_INCOMPATIBLE.
9700
9701 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9702
9703         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9704         and xyz-xdep.o.
9705
9706 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9707
9708         * gdb.texinfo (Maintenance Commands): Add appendix.
9709         (Set Breaks): Copy ``maint info breakpoint'' doco to
9710         ``Maintenance Commands'' appendix.  Add reference.
9711
9712 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9713
9714         * fdl.texi: Remove next/prev from @node.
9715
9716 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9717
9718         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9719         for monstrous @multitable (from Brian Youmans).
9720
9721         * fdl.texi: New file.
9722
9723         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9724
9725 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9726
9727         * gdbint.texinfo (Releasing GDB): New chapter.
9728
9729 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9730
9731         * gdb.texinfo (Embedded Processors, Calling program functions):
9732         Obsolete references to a29k.
9733
9734 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9735
9736         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9737         examples.  Document that a code-block should do or discard its
9738         cleanups before exit.
9739
9740 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9741
9742         * gdb.texinfo (Choosing files): Change @samp to @file.
9743
9744 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9745
9746         * gdb.texinfo (--pid): Document new command line option (attach).
9747
9748 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9749
9750         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9751         in the stub.
9752
9753 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9754
9755         * gdbint.texinfo (Target Architecture Definition): Replace
9756         BIG_ENDIAN with BFD_ENDIAN_BIG.
9757
9758 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9759
9760         * gdbint.texinfo (Target Architecture Definition): Replace
9761         value_ptr with struct value pointer.
9762
9763 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9764
9765         * gdb.texinfo (Free Software): Fix wording.
9766
9767 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9768
9769         * gdb.texinfo (Free Software): New section ``Free Software Needs
9770         Free Documentation''.
9771
9772 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9773
9774         * stabs.texinfo:
9775         * gdb.texinfo:
9776         * gdbint.texinfo:
9777         * libgdb.texinfo:
9778         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9779
9780 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9781
9782         * gdb.texinfo (maint info sections): Fix typo.
9783
9784 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9785
9786         * gdb.texinfo (maint info sections): Document.
9787
9788         * gdb.texinfo (info proc): Comment out documentation for
9789         'info proc' sub-options that are currently not implemented.
9790
9791 2001-12-20  Jim Blandy  <jimb@redhat.com>
9792
9793         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9794
9795 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9796
9797         * gdbint.texinfo (Target Architecture Definition): Replace
9798         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9799
9800 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9801
9802         * gdbint.texinfo (Host Definition): Delete documentation on
9803         HOST_BYTE_ORDER.
9804
9805 2001-11-30  Jim Blandy  <jimb@redhat.com>
9806
9807         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9808         overlay support.  Add to top-level menu.
9809
9810 2001-11-26  Tom Tromey  <tromey@redhat.com>
9811
9812         * gdb.texinfo (Command Syntax): Document C-o binding.
9813
9814 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9815
9816         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9817         use since it is described in the referenced section.
9818
9819         From Eli Zaretskii <eliz@gnu.org>
9820         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9821         clearer when using DJGPP.
9822
9823 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9824
9825         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9826         specifically refer to MS-DOS.
9827         (command files): Mention gdb.ini is only used on MS-DOS.
9828
9829 2001-11-21  Tom Tromey  <tromey@redhat.com>
9830
9831         * gdb.texinfo (Invoking GDB): Document --args.
9832         (Mode Options): Likewise.
9833
9834 2001-11-21  Jim Blandy  <jimb@redhat.com>
9835
9836         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9837         Delete documentation; this macro has been removed from the
9838         sources.
9839
9840 2001-11-13  Jim Blandy  <jimb@redhat.com>
9841
9842         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9843
9844 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9845
9846         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9847
9848 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9849
9850         * gdb.texinfo (info functions): Document use of backslash to
9851         quote regexp chars in function names such as "operator*()".
9852
9853 2001-11-01  Fred Fish  <fnf@redhat.com>
9854
9855         * gdbint.texinfo (SOLIB_ADD): Document additional new
9856         "readsyms" arg.
9857
9858 2001-10-30  Don Howard  <dhoward@redhat.com>
9859
9860         * gdb.texinfo: (Command Files) Added documentation for the
9861         behavior of gdb with input redirected from a file.
9862
9863 2001-10-28  Fred Fish  <fnf@redhat.com>
9864
9865         * gdb.texinfo (auto-solib-add): Change docs to match
9866         implementation change.
9867         (auto-solib-limit): Add docs for new variable.
9868
9869 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9870
9871         * gdbint.texinfo (Target Architecture Definition): Function
9872         value_as_pointer renamed to value_as_address.
9873
9874 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9875
9876         * gdbint.texinfo (Target Architecture Definition): Default
9877         POINTER_TO_ADDRESS functions assume unsigned addresses.
9878         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9879         posting by Jim Blandy.
9880
9881 2001-10-12  Jim Blandy  <jimb@redhat.com>
9882
9883         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9884         version of texi2html (1.64) doesn't support this flag any more.
9885
9886 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9887
9888         * gdbint.texinfo (Host Definition): Remove description of
9889         MEM_FNS_DECLARED.
9890
9891         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9892
9893         * gdbint.texinfo (Host Definition): Remove description of
9894         HAVE_SIGSETMASK.
9895
9896 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9897
9898         * gdbint.texinfo (Target Architecture Definition): Add
9899         explanation of TARGET_PRINT_INSN macro.
9900
9901 2001-08-30  Jim Blandy  <jimb@redhat.com>
9902
9903         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9904         Explain what it means to load relocatable files.
9905
9906 2001-08-28  Jim Blandy  <jimb@redhat.com>
9907
9908         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9909         info `top' menu.
9910
9911 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9912
9913         * gdbint.texinfo: Add a cautionary note about macro use.
9914
9915 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
9916
9917         * gdb.texinfo: Explain omitting the hostname in the
9918         `target remote' command.
9919
9920 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
9921
9922         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9923         and END-INFO-DIR-ENTRY.
9924
9925 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9926
9927         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9928
9929 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
9930
9931         * gdbint.texinfo (libgdb): Rewrite.
9932
9933 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
9934
9935         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9936
9937 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9938
9939         * gdb.texinfo (TUI): New chapter, document the TUI.
9940         (Mode Options): Document the -tui option.
9941
9942 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
9943
9944         * gdbint.texinfo (Host Definition): Remove description of
9945         NEED_POSIX_SETPGID.
9946
9947 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
9948
9949         * gdb.tex (DJGPP Native): New node, with descriptions of
9950         DJGPP-specific commands.
9951
9952 2001-07-19  John R. Moore  <jmoore@redhat.com>
9953
9954         * gdbint.texinfo: Three misspellings.
9955
9956 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
9957
9958         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9959         `test` expressions on bash.  Problem reported by Colin Walters.
9960
9961 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9962
9963         * gdbint.texinfo (User Interface): Update ui-out documentation to
9964         refelect recent UI/MI updates.
9965
9966 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9967
9968         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9969         interpreters.
9970
9971 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
9972
9973         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9974         structure and not macros.
9975         (Host Definition): Document that much of this chapter is obsolete.
9976         (Target Architecture Definition): Update list of files that make
9977         up a target architecture.
9978         (Coding): Update.
9979
9980 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
9981
9982         * gdbint.texinfo (Target Architecture Definition): Update
9983         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9984         The latter has been changed to a true predicate.
9985
9986 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
9987
9988         * annotate.texi: Add @noindent where needed.  From Dmitry
9989         Sivachenko <dima@Chg.RU>.
9990         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
9991
9992 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
9993
9994         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
9995
9996 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
9997
9998         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9999         returns ``OK''.  Document that the ``R'' packet does not reply.
10000
10001 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10002
10003         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10004
10005 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10006
10007         * gdb.texinfo (Signals): Clarify the default setting of signal
10008         handling.
10009
10010 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10011
10012         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10013         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10014
10015 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10016
10017         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10018
10019 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10020
10021         * gdbint.texinfo (Clean Design and Portable Implementation):
10022         Renamed from "Clean Design".
10023         (Clean Design and Portable Implementation): Document portable
10024         methods of handling file names, and the associated macros.
10025
10026 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10027
10028         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10029         command and provide a cross-reference to its description.
10030         (Symbols): Note that "info scope" is useful for trace experiments.
10031
10032 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10033
10034         * gdb.texinfo (Symbols): Document "info scope".
10035         (Tracepoints): New chapter.
10036         (Contributors): Update for v5.1.
10037         <All nodes>: Change "C++" to "C@t{++}".
10038
10039         * gdbint.texinfo (User Interface): A new section about ui_out
10040         functions, based on text written by Fernando Nasser.
10041
10042         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10043
10044 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10045
10046         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10047
10048         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10049
10050         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10051         Replace "GDB" with "@value{GDBN}".  Fix markup.
10052
10053         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10054
10055         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10056         a cross-reference to its description.
10057         (Symbols): Document "info symbol".
10058
10059 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10060
10061         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10062         subsection "x86 Watchpoints".
10063         (Target Architecture Definition): Document the macros
10064         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10065         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10066
10067 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10068
10069         * gdbint.texinfo (Target Architecture Definition): Update
10070         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10071         list.
10072
10073 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10074
10075         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10076         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10077
10078 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10079
10080         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10081
10082 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10083
10084         * gdb.texinfo (Environment): Document that `path' does not change
10085         the value of PATH in GDB's own environment (it did in the past,
10086         but that was changed on March 15, 1994).  Reported by Doug Evans
10087         <dje@transmeta.com>.
10088
10089         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10090         its line.  Fix markup of commands and macros.  Add an Index node
10091         and index entries.
10092
10093 2001-01-23  J.T. Conklin  <jtc@redback.com>
10094
10095         * gdb.texinfo (Memory region attributes): New manual section.
10096
10097 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10098
10099         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10100
10101 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10102
10103         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10104         <pedwards@disaster.jaj.com>.
10105
10106 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10107
10108         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10109         DWARF2_REG_TO_REGNUM): Document.
10110
10111 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10112
10113         * gdbint.texinfo (Coding): Update current value of
10114         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10115
10116 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10117
10118         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10119         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10120
10121 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10122
10123         * gdb.texinfo: Document new 'set step-mode' command.
10124
10125 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10126
10127         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10128         changes from Dmitry Sivachenko <dima@Chg.RU>.
10129
10130 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10131
10132         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10133         From Steven Johnson <sbjohnson@ozemail.com.au>.
10134
10135 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10136
10137         * gdbint.texinfo (Overall Structure): Spelling fix.
10138
10139 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10140
10141         * gdbint.texinfo (Target Architecture Definition): Document that
10142         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10143         for which REGISTER_CONVERTIBLE returns a zero value.
10144
10145 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10146
10147         * Makefile.in (install-info): Find files to install in either the
10148         build or source directories (adapted from Makefile.am).
10149
10150 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10151
10152         * stabs.texinfo: Fix spelling errors.
10153         (String Field): FILE-NUMBER starts from 0, not 1.
10154
10155 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10156
10157         * refcard.tex: Remove \centerline from the blurb.  Patch from
10158         Brian Youmans.
10159
10160 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10161
10162         * Makefile.in (install-info): Support installation from outside of
10163         the source directory.  Reported by Mark Harig
10164         <markh@frazier.landmark.com>.
10165
10166 2000-06-20  J.T. Conklin  <jtc@redback.com>
10167
10168         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10169
10170 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10171
10172         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10173         Generate using pdftex.
10174         (PDFTEX): Define.
10175         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10176         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10177         @contents at the start.
10178
10179 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10180
10181         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10182         Youmans.
10183
10184 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10185
10186         From Brian Youmans:
10187         * gdb.texinfo: Fix ``et al.''.
10188
10189 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10190
10191         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10192         loop.
10193
10194 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10195
10196         * configure: Regenerate.
10197
10198 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10199
10200         * Makefile.in (install-info): Run install-info on installed Info
10201         files.
10202
10203 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10204
10205         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10206         Andrew Cagney.
10207
10208 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10209
10210         * gdb.texinfo: Proofreading changes from Brian Youmans.
10211
10212 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10213
10214         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10215         startup sequence, minor edits.
10216
10217 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10218
10219         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10220         TeX.
10221
10222         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10223         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10224         like `n' and `s' which look weird.  Convert some of the @kindex to
10225         @vindex, when they refer to variables, not commands.
10226
10227 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10228
10229         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10230
10231 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10232
10233         * Makefile.in (GDBMI_DIR): New variable.
10234         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10235         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10236         (gdbmi.texinfo): New target, for texi2roff.
10237         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10238         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10239
10240         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10241         gdbmi.texinfo.
10242         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10243         comment.
10244
10245 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10246
10247         * gdb.texinfo (Files): Update description of add-symbol-file
10248         command.
10249
10250 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10251
10252         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10253         prevents the build (and is generally a Bad Idea).
10254
10255 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10256
10257         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10258         a comma inside @var.
10259         (Command Files): Index markup changes from Dmitry Sivachenko
10260         <dima@Chg.RU>.
10261
10262 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10263
10264         * Makefile.in (LN_S): Define.
10265         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10266         invoke "ln -s" unless it is known to work.
10267
10268         * configure.in (AC_PROG_LN_S): Add.
10269
10270 2000-04-14  Jim Blandy  <jimb@redhat.com>
10271
10272         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10273         section.
10274         (Target Conditionals): Document ADDRESS_TO_POINTER,
10275         POINTER_TO_ADDRESS.
10276
10277 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10278
10279         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10280         gdb-cfg.texi to get the value.
10281
10282 2000-04-10  Jim Blandy  <jimb@redhat.com>
10283
10284         * gdbint.texinfo (Target Architecture Definition): Fix
10285         cross-references.
10286
10287 2000-04-08  Jim Blandy  <jimb@redhat.com>
10288
10289         * gdbint.texinfo (Using Different Register and Memory Data
10290         Representations): New section.
10291         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10292         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10293         REGISTER_CONVERT_TO_RAW): Document.
10294
10295 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10296
10297         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10298         for acknowledgments.
10299
10300 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10301
10302         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10303         qThreadExtraInfo.
10304
10305 2000-03-28  J.T. Conklin  <jtc@redback.com>
10306
10307         * gdb.texinfo: Clarify which remote debug protocol commands are
10308         required and which are optional.
10309
10310 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10311
10312         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10313         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10314         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10315         * annotate.texi: Update.
10316
10317 2000-03-28  Stan Shebs  <shebs@apple.com>
10318
10319         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10320         expectation of additional changes before release), update
10321         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10322         node links, rephrase and/or shorten lines to fix formatting
10323         problem in both regular and @smallbook formats.
10324         * annotate.texi: Shorten lines in example, use smallexample
10325         consistently everywhere.
10326         * Makefile.in: Add comment about texinfo 4.0 html generation.
10327         (SFILES_INCLUDED): Add annotate.texi.
10328
10329 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10330
10331         * gdb.texinfo (Debugging Output): Added new section, documenting
10332         the "set/show debug" commands.
10333
10334 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10335
10336         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10337         entry.
10338
10339         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10340         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10341         @chapter and @node entries.
10342
10343         * gdb.texinfo: Link all top-level nodes.
10344
10345 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10346
10347         * Makefile.in (install-info): Create $(infodir) before installing
10348         files.
10349
10350 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10351
10352         From David Whedon <dwhedon@gordian.com>
10353         * gdbint.texinfo : Added paragraphs about command deprecation.
10354
10355 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10356
10357       * gdb.texinfo: Add documentation for the apropos command.
10358
10359 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10360
10361         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10362
10363 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10364
10365         * gdb.texinfo: Add white space to prevent overprinting in
10366         two places.
10367
10368 2000-03-17  Stan Shebs  <shebs@apple.com>
10369
10370         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10371         <dima@Chg.RU>, also clarification of allowed content for
10372         string constants.
10373
10374 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10375
10376         * gdb.texinfo (main menu): Add Annotations.
10377         (File Options): Add @cindex entries for each command-line option.
10378         Document --epoch, --annotate, --async, --interpreter, --write,
10379         --statistics, and --version.
10380
10381         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10382         of GDB.
10383
10384 2000-02-23  Jim Blandy  <jimb@redhat.com>
10385
10386         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10387
10388 2000-02-22  Jim Blandy  <jimb@redhat.com>
10389
10390         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10391
10392 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10393
10394         * Makefile.in (diststuff): New target.
10395
10396 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10397
10398         * agentexpr.texi: Fix wording regarding Intel's IA-64
10399         architecture.  [From Jim Wilson.]
10400
10401 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10402
10403         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10404         (Delete Breaks): Mention range arguments.
10405         (Disabling): Likewise.
10406
10407 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10408
10409         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10410
10411 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10412
10413         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10414         valid functions.
10415
10416 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10417
10418         * gdb.texinfo: Clarify regular expressions used in rbreak.
10419
10420 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10421
10422         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10423         MEMORY_REMOVE_BREAKPOINT):  Document.
10424
10425 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10426
10427         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10428         offset re-using the DATA offset instead.
10429
10430 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10431
10432         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10433
10434 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10435
10436         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10437         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10438         typos.
10439
10440         * gdb.texinfo: Various minor wording and formatting improvements,
10441         mentions of additional command-line options.
10442
10443 1999-09-30  Fred Fish  <fnf@cygnus.com>
10444
10445         * gdb.texinfo:  Document additional forms of specifying section
10446         names and addresses for the add-symbol-file command.
10447
10448 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10449
10450         * gdbint.texinfo: Fix typo, add the word "have".
10451
10452 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10453
10454         * gdbint.texinfo (Target Architecture Definition): Document the
10455         SKIP_PERMANENT_BREAKPOINT macro.
10456
10457 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10458
10459         * gdb.texinfo: Fiks speling errers.
10460
10461         * gdb.texinfo: Fix uses of @multitable.
10462
10463         From Eli Zaretskii  <eliz@gnu.org>:
10464         * gdb.texinfo: Include details specific to DOS host, clarify
10465         some confusing language, fix @ref/@xref/@pxref usages, add
10466         comments about using with optimization, add more indexing,
10467         fix info about disassembly-flavor.
10468
10469 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10470
10471         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10472         SKIP_SOLIB_RESOLVER): Define.
10473
10474 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10475
10476         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10477         ``g'' packets.
10478
10479 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10480
10481         * gdb.texinfo: Create a new "Configurations" chapter with
10482         platform-specific info, inline remote.texi and move sections of it
10483         into the new chapter, move bits about info proc, heuristic search,
10484         and register stack into the new chapter.
10485         * remote.texi: Remove, now part of gdb.texinfo.
10486         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10487
10488 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10489
10490         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10491         GDB_TARGET_IS_MACH386): These kludges have gone away.
10492
10493 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10494
10495         * gdbint.texinfo (Target Architecture Definition): Mention
10496         TDEPLIBS.
10497
10498 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10499
10500         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10501         surrounding text to fit HP-UX bits into general info.
10502         (HPPA-cfg.texi): Remove, no longer useful.
10503
10504         * gdb.texinfo: Remove explicit links from @node lines, remove
10505         HP-added "Detailed Node Listing" from main menu which confuses
10506         things.
10507
10508         From Dmitry Sivachenko <dima@Chg.RU>:
10509         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10510         in description of `set environment'.
10511
10512 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10513
10514         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10515
10516 1999-08-12  Ben Elliston  <bje@cygnus.com>
10517
10518         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10519
10520 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10521
10522         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10523         watch, awatch, and rwatch.  Explain why the latter two cannot be
10524         set as software watchpoints.  Document that watchpoints for local
10525         variables are deleted when the debuggee terminates.
10526
10527 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10528
10529         * remote.texi (Protocol): Further clarification of the "qRcmd"
10530         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10531         reserved.
10532
10533 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10534
10535         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10536         * gdb.texinfo: Ditto.
10537
10538 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10539
10540         * gdb.texinfo (KOD): New node.
10541
10542 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10543
10544         * remote.texi (Rcmd): Fix minor formatting typos.
10545
10546 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10547
10548         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10549         packets.
10550
10551 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10552
10553         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10554         fixes.
10555
10556 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10557
10558         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10559
10560 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10561
10562         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10563         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10564         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10565         packets that are not supported on all hosts. Expand examples.
10566         Spell check.
10567
10568 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10569
10570         * Makefile.in: Recognize html, install-html.  Add targets
10571         to build HTML versions of documentation via texi2html.
10572
10573 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10574
10575         * gdbint.texinfo (Testsuite): New chapter, information about the
10576         testsuite.
10577
10578 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10579
10580         * remote.texi (Communication Protocol): Rewrite.
10581
10582 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10583
10584         * stabs.texinfo: Fix uses of xref.
10585
10586 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10587
10588         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10589         info about patch submission.
10590
10591 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10592
10593         From Per Bothner  <bothner@cygnus.com>:
10594         * gdb.texinfo: Document Chill support.
10595
10596 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10597
10598         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10599         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10600         Document that the value should be greater-than or equal-to zero.
10601         (NO_STD_REGS): Document. Deprecate.
10602
10603 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10604
10605         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10606         Document that these are not used.
10607
10608 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10609
10610         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10611
10612 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10613
10614         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10615         numargs was dropped.
10616
10617 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10618
10619         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10620
10621 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10622
10623         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10624         Update.
10625
10626 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10627
10628         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10629         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10630
10631 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10632
10633         * gdbint.texinfo: Fix typos: $ -> @.
10634
10635 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10636
10637         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10638         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10639         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10640         BREAKPOINT_FROM_PC.
10641
10642 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10643
10644         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10645         CALL_DUMMY_STACK_ADJUST): Document.
10646
10647 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10648
10649         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10650         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10651
10652 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10653
10654         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10655         longer exists.
10656
10657 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10658
10659         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10660         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10661         they make the manual source incomprehensible.
10662         * h8-cfg.texi: Remove, hasn't been used in years.
10663
10664 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10665
10666         * gdb.texinfo: Update the credits.
10667
10668 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10669
10670         * gdb.texinfo: Fix mistakes noticed in printout of last
10671         draft, add Alpha to discussion of heuristic fence post.
10672
10673 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10674
10675         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10676         Edition, merge some HP changes into mainline, describe some
10677         previously undocumented features, describe more of the target
10678         commands available, eliminate obsolete section on renamed
10679         commands.
10680         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10681
10682 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10683
10684         * gdb.texinfo: Make many HPPA conditionals unconditional,
10685         including catchpoint description, since now on for all configs.
10686         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10687         specializations.
10688
10689 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10690
10691         * Makefile.in (GDBvn.texi): Fix match expression to work with
10692         current format of VERSION in gdb/Makefile.in.
10693         * gdb.texinfo: Fix node ref to match new readline.
10694
10695 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10696
10697         * gdb.texinfo: Changes made as part of a project to merge in
10698           changes made by HP. Documentation makes extensive use of
10699           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10700           on remote debugging. There are differences in documentation
10701           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10702           the HP manual discusses catchpoints, hardware watchpoints, and
10703           some HPUX specific limitations for shared library support.
10704
10705           There are also a number of @node changes.
10706
10707 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10708
10709         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10710         (C Usage): Same.
10711
10712 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10713
10714         The following changes were made by Edith Epstein
10715         <eepstein@cygnus.com> as part of a project to merge in changes
10716         made by HP.
10717
10718         * HPPA-cfg.texi: new file.
10719
10720         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10721
10722         * refcard.tex: change documentation about catch.
10723           removed info catch.
10724
10725 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10726
10727         * gdbint.texinfo: Expand on GDB's coding standards,
10728         specify the use of arg names with prototypes.
10729
10730 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10731
10732         * gdb.texinfo: Fix tipo.
10733
10734 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10735
10736         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10737         TARGET_BYTE_ORDER_SELECTABLE_P.
10738
10739 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10740
10741         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10742
10743 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10744
10745         * agentexpr.texi: New file.
10746
10747 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10748
10749         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10750
10751 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10752
10753         * remote.texi: Changed wording that implied that the GDB remote
10754         protocol caches register values instead of GDB itself.
10755
10756 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10757
10758         * gdbint.texinfo: Add some info about symbol readers.
10759         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10760         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10761         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10762         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10763
10764 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10765
10766         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10767
10768 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10769
10770         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10771
10772 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10773
10774         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10775         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10776
10777 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10778
10779         * gdbint.texinfo: Fix minor typos.
10780
10781 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10782
10783         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10784         logically, add more info on generic algorithms, remove much
10785         obsolete and/or wrong material.
10786
10787 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10788
10789         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10790
10791 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10792
10793         * refcard.tex:  Copyright, address updates.
10794
10795 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10796
10797         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10798         for the edition instead of confusing GDB-version-like numbers.
10799
10800 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10801
10802         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10803
10804 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10805
10806         * LRS: Reformat a bit to keep text under 80 columns.
10807
10808 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10809
10810         * gdb.texinfo: Add some credits, mention bug monitor.
10811         * remote.texi: Mention mips monitor targets.
10812         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10813
10814 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10815
10816         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10817         files, finish sorting of host vs target vs native macros, describe
10818         some more of them.
10819
10820 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10821
10822         * gdbint.texinfo (Host Conditionals): Document change from
10823         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10824
10825 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10826
10827         * gdbint.texinfo (Host Conditionals): Document
10828         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10829
10830 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10831
10832         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10833         Document LSEEK_NOT_LINEAR.
10834
10835 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10836
10837         * stabs.texinfo (Stab Section Basics): Make it clear that only
10838         some versions of the GNU linker remove the leading N_UNDF symbol.
10839
10840 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10841
10842         * stabs.texinfo (String Field): Document type number pairs here,
10843         instead of in the Sun specific section.
10844         (Include Files): The GNU linker supports the N_BINCL
10845         optimization.  Clarify the N_BINCL value, and what it is used
10846         for.
10847         (Procedures): Document N_FUN with an empty string to mark the end
10848         of a function.
10849         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10850         (Sun Differences): Remove this node, as the information is now
10851         elsewhere in the main document.
10852         (Stab Section Basics): Mention that the GNU linker may optimize
10853         stabs and remove the leading N_UNDF symbol.
10854
10855 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10856
10857         * gdb.texinfo, refcard.tex: Restore author credit
10858
10859 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10860
10861         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10862         documentation to account for START and END macros taking
10863         one arg.
10864
10865 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10866
10867         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10868         * gdb.texinfo (Frames): Fix typo.
10869
10870 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10871
10872         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10873         a target_signal as arg type, not a pid.
10874
10875 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10876
10877         * gdb.texinfo:  Document `set assembly-language'.
10878
10879 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10880
10881         * remote.texi: Update list of stubs in the GDB distribution.
10882
10883 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10884
10885         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10886         Also document that some systems can use mmalloc but must define
10887         this if their C runtime allocates memory that is later freed.
10888         (MMCHECK_FORCE): Document new macro.
10889
10890 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10891
10892         * remote.texi: Add documentation for target Sparclet.
10893
10894 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10895
10896         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10897         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10898         * configure.in: Rewritten for autoconf.
10899         * configure: New.
10900
10901 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10902
10903         * Makefile.in (DVIPS): New define, set to dvips.
10904         (dvi): Add stabs.dvi.
10905         (ps): New target.
10906         (all-doc): Depend on info, dvi, and ps targets.
10907         (STAGESTUFF): Add *.ps and *.dvi files.
10908         (clean-info, clean-dvi): Remove.
10909         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10910         rules completely rewritten.
10911         (maintainer-clean): Remove clean-info and clean-dvi
10912         dependencies and put their actions in the rules.
10913         (gdb.ps): New target
10914         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10915         intermediate TeX files, whether they have 2 or 3 character
10916         extensions.
10917         (gdbint.ps): Add target and rules.
10918         (gdb-internals): Delete unused target.
10919         (Makefile): Depends upon config.status also.
10920
10921 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
10922
10923         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10924         set.
10925
10926 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
10927
10928         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10929         * gdb.texinfo (Expressions): Fix erroneous array constant example.
10930
10931 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
10932
10933         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10934
10935 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10936
10937         * gdb.texinfo (Print settings):  Document
10938         `set/show print static-members' commands.
10939
10940 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
10941
10942         * gdbint.texinfo (Native): Document name change, coredep.c to
10943         core-aout.c.
10944
10945 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10946
10947         * stabs.texinfo (Include Files): Document the values the SunOS4
10948         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10949
10950 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
10951
10952         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10953         Fix typo.
10954
10955 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
10956
10957         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10958         "gdb.tar.Z".
10959
10960 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
10961
10962         * Makefile.in (maintainer-clean): New target, synonym for
10963         realclean.
10964
10965 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
10966
10967         * Update all FSF addresses except those in COPYING* files.
10968
10969 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10970
10971         From Richard Earnshaw (rearnsha@armltd.co.uk):
10972         * gdb.texinfo (convenience variables): Document $_exitcode.
10973         (quit): Document optional expression to use as exit code.
10974
10975 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
10976
10977         * gdb.texinfo, remote.texi: Brought up to date with various
10978         GDB changes.
10979
10980 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
10981
10982         * gdb.texinfo: Update dates and versions, fix comments about
10983         hardware watchpoints in future releases and about the
10984         sharedlibrary command.
10985
10986 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10987
10988         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
10989         C_FUN stab.  Other cleanups.
10990
10991 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10992
10993         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10994         for the sparc stub.
10995
10996 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10997
10998         * annotate.texi: Clarify which addresses have differing formats
10999         depending on the language and which do not.
11000
11001 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11002
11003         * remote.texi (NetWare): Changed example to use BOARD= instead of
11004           NODE= argument to reflect correspoding change to gdbserve.nlm.
11005
11006 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11007
11008         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11009         GDB, as well as AIX dbx, supports the size type attribute.
11010
11011 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11012
11013         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11014
11015 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11016
11017         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11018         and new 'if' and 'while' commands.
11019
11020 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11021
11022         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11023
11024 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11025
11026         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11027         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11028           NetWare targets.  Mostly stolen from the Server node.
11029
11030 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11031
11032         * gdb.texinfo (Setting): Talk about the language of a source file
11033         versus the working language.  The old documentation did not match
11034         what GDB did.
11035
11036 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11037
11038         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11039         of a source file.
11040
11041 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11042
11043         * gdb.texinfo (Processes): New node.
11044
11045 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11046
11047         * remote.texi: Update documentation of set/show mipsfpu.
11048
11049 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11050
11051         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11052         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11053
11054 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11055
11056         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11057         obsolete conditionals, described some others.
11058
11059 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11060
11061         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11062         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11063
11064 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11065
11066         * gdbint.texinfo: Put regex conditionals in their own table.
11067
11068 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11069
11070         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11071         described or fixed the descriptions of many others.
11072
11073 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11074
11075         * gdb.texinfo: Add some more credits.
11076         * gdbint.texinfo: Capitalize GDB consistently, describe some
11077         macros and remove some.
11078
11079 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11080
11081         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11082         obsolete conditionals, described some others.
11083
11084 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11085
11086         * gdb.texinfo (help targets):  Changed to `help target', which
11087         is the correct gdb command.
11088
11089 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11090
11091         * annotate.texi (TODO): New node, for keeping track of annotations
11092         suggested but not yet implemented.
11093
11094 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11095
11096         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11097         another symbol, it is not the address itself.
11098
11099 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11100
11101         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11102         of stabs-in-coff sections.
11103
11104 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11105
11106         * annotate.texi: Change edition to 0.5 and date to May 1994.
11107         Add index.
11108         (Frames): New node, for frame annotation.
11109         (Displays): New node, for display annotation.
11110
11111         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11112         when waiting for your program to stop.
11113
11114 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11115
11116         * annotate.texi (Breakpoint Info): Document annotation of header
11117         fields and record annotation.
11118
11119 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11120
11121         * annotate.texi: New file, to document annotations.
11122
11123 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11124
11125         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11126         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11127
11128 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11129
11130         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11131         section, and say n_strx field is compilation unit relative.
11132         * stabs.texinfo: Don't use @code for a.out when it is the name of
11133         an object file format.
11134
11135 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11136
11137         * gdb.texinfo: Refer to file names, not path names, per rms
11138         convention.
11139         (Arguments): Fix typo.
11140
11141 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11142
11143         * stabs.texinfo (Global Variables): Talk about stabs in files
11144         where variables are referenced, but not defined.
11145
11146 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11147
11148         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11149         Cplusplus to new nodes Member Type Descriptor and Method Type
11150         Descriptor.  Re-write stuff for #.
11151
11152 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11153
11154         * gdb.texinfo (Print Settings): Don't document "set print
11155         fast-symbolic-addr off".  The bug which it worked around was fixed
11156         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11157
11158         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11159         N_ENTRY node.
11160
11161         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11162
11163 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11164
11165         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11166         references to ieee-float.c.
11167
11168 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11169
11170         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11171         match what the code actually does.
11172
11173 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11174
11175         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11176
11177 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11178
11179         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11180         i, and b.
11181
11182 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11183
11184         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11185         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11186         as "stabs in sections" rather than just saying "ELF and SOM".
11187         Also make that stuff apply to COFF.
11188
11189 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11190
11191         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11192         Ghostscript.
11193
11194 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11195
11196         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11197         versus functions without line numbers, also mention stepping into
11198         them as well as "step" when you are in them.  Tell the user how to
11199         deal with the situation.  Add comment about "debugging information".
11200
11201 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11202
11203         * stabs.texinfo (Enumerations): Document restriction on where
11204         enumeration types can appear and still win with GDB.
11205
11206 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11207
11208         * stabs.texinfo (Negative Type Numbers): Document format for type
11209         -16.
11210
11211 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11212
11213         * gdb.texinfo (Selection, Frame Info): Update information about
11214         arbitrary frame specficiations.
11215
11216 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11217
11218         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11219
11220 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11221
11222         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11223
11224 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11225
11226         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11227
11228 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11229
11230         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11231         Differences node to Statics node.
11232         (Statics): Discuss XCOFF use of V symbol descriptor.
11233
11234         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11235         not clean.
11236
11237 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11238
11239         * gdb.texinfo (Print Settings): Document `set print
11240         fast-symbolic-addr' and improve the doc for some other
11241         `set print's.
11242
11243 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11244
11245         * stabs.texinfo (String Field): Talk about defining several type
11246         numbers at once.
11247         Fix lint regarding changing node ELF Transformations to
11248         ELF and SOM Transformations.
11249
11250 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11251
11252         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11253
11254 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11255
11256         * stabs.texinfo (Cross-References): `::' is for nested types only
11257         within <>.
11258         (Structures): Document static members.
11259
11260 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11261
11262         * stabs.texinfo: Document S type attribute.
11263
11264 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11265
11266         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11267
11268 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11269
11270         * gdbint.texinfo:  Fix a few typos.
11271
11272 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11273
11274         * gdb.texinfo, remote.texi: formatting improvements
11275
11276         * gdb.texinfo (New Features): mention threads.
11277         (Summary, C): fix xrefs in newly contributed text.
11278         (Threads): index entries, clarifications, example
11279         (passim): minor typos fixed, phrasing improvements
11280
11281         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11282         entries; (Server): explain use of gdbserver w/real-time systems,
11283         add example of conflicting TCP port; (MIPS Remote) break up
11284         running text into table, highlighting commands, and add example.
11285
11286 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11287
11288         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11289
11290 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11291
11292         * stabs.texinfo (Nested Symbols): New node.
11293         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11294
11295 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11296
11297         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11298         to picking which Bbss.bss symbol to use, and (because there seems to
11299         be no good way of doing it) re-write some of the text to make it
11300         sound like Bbss.bss isn't such a great idea after all (as currently
11301         designed).
11302
11303         * gdb.texinfo (C): In addition to saying people have to use g++ for
11304         good results, say they have to use stabs.  Specifically say cfront
11305         doesn't work well.
11306         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11307         the gdb README.  Add xrefs to places where the support for the various
11308         languages is described in detail.
11309
11310 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11311
11312         * stabs.texinfo: Clean up stuff about visibility and virtual
11313         characters.
11314
11315         * stabs.texinfo (N_M2C): Cite Sun doc.
11316
11317 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11318
11319         * gdb.texinfo: updates re threads.
11320         * remote.texinfo: avoid index entries starting with digits.
11321
11322 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11323
11324         * stabs.texinfo (Enumerations): Talk about large, negative and
11325         octal values.  Clean up cross reference to type attributes.
11326         (String Field): Say that GDB 4.11 supports size attribute.
11327
11328 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11329
11330         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11331         is a mandatory step.  Make the stuff about that more concise.
11332
11333 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11334
11335         * stabs.texinfo (Class Names): New node.
11336
11337         * gdb.texinfo (Command Files): Explain order of init file reading.
11338
11339         * remote.texi (Bootstrapping): Talk about getting the serial driver
11340         to deal with ^C sent by gdb to stop the remote system.
11341
11342 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11343
11344         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11345
11346         * libgdb.texinfo (Defining Commands): made the DOC arg
11347         to gdb_define_app_command a char * instead of char **
11348         per a suggestion from kingdon.
11349
11350         * libgdb.texinfo: total rewrite from a different starting
11351         premise.
11352
11353 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11354
11355         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11356         floats passed as doubles (to improve clarity).
11357
11358 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11359
11360         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11361
11362         * a4rc.sed: update to work with Andreas Vogel papersize params
11363
11364         * refcard.tex: use Andreas Vogel simplifications of papersize
11365         params; remove useless version info; update copyright date.
11366
11367 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11368
11369         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11370
11371 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11372
11373         * gdb.texinfo (Files): Say what address the load command loads it at.
11374
11375         * stabs.texinfo (Common Blocks): Minor cleanups.
11376
11377         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11378         that Sun has backed away from the linker kludge and thus the relevant
11379         issue is changes to the SunPRO tools, not the Solaris linker.
11380
11381         * stabs.texinfo (Traditional Integer Types): Clean up description
11382         of octal bounds a little bit.  Document extra leading zeroes.
11383
11384 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11385
11386         * gdb.texinfo (Signaling): Update for symbolic symbol names
11387         and add a section explaining the difference between the GDB
11388         signal command and the shell kill utility.
11389
11390 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11391
11392         * libgdb.texinfo: added `@' to braces that were unescaped.
11393
11394 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11395
11396         * libgdb.texinfo: new file.  Spec for the gdb library.
11397
11398 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11399
11400         * stabs.texinfo (Include Files): Fix typo (start -> end).
11401
11402 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11403
11404         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11405         from Melissa at FSF's editing pass.
11406
11407 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11408
11409         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11410         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11411         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11412
11413 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11414
11415         * remote.texi (Bootstrapping): Discuss 386 call gates.
11416
11417 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11418
11419         * stabs.texinfo (Based Variables): New node.
11420
11421 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11422
11423         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11424         names, sizes, and formats to suggest how not to lose.
11425
11426 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11427
11428         * stabs.texinfo (Methods): Fix typo.
11429
11430 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11431
11432         * gdb.texinfo: Fix a few typos.
11433
11434 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11435
11436         * gdb.texinfo: Clarify how well it works with Fortran.
11437
11438         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11439         More on relocating stabs in ELF files.
11440
11441 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11442
11443         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11444
11445 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11446
11447         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11448         parameters on VAX.
11449
11450 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11451
11452         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11453
11454 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11455
11456         * stabs.texinfo: Make info author notice match the TeX author notice.
11457
11458 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11459
11460         * stabs.texinfo: Initial-caps all words in node names and
11461         non-trivial words in section names.
11462
11463 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11464
11465         * stabs.texinfo: Many minor cleanups.
11466
11467         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11468
11469 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11470
11471         * stabs.texinfo: Remove full description of big example.
11472         It's not really helpful; just use pieces of it where appropriate.
11473         Add more Texinfo formatting directives (@samp, etc.).
11474         Use @deffn to define stab types.
11475         Eliminate some wordiness.  Break up some nodes.
11476         Add an (alphabetized) index of symbol types.
11477         Use consistent capitalization style in node and section names.
11478
11479 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11480
11481         * gdb.texinfo:  Change typo "Two two" to "The two".
11482
11483 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11484
11485         * stabs.texinfo (XCOFF-differences): Remove references to
11486         non-existent types N_DECL and N_RPSYM.
11487
11488         * stabs.texinfo (String Field): Say that type attributes bug is
11489         fixed in GDB 4.10, since it is.
11490
11491         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11492
11493 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11494
11495         * stabs.texinfo: Formatting cleanups.
11496
11497 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11498
11499         * stabs.texinfo: When explaining the n_type of a stab, standardize
11500         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11501         no tabs, use @r).
11502         (Global Variables): Clean up.
11503
11504 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11505
11506         * stabs.texinfo (Stack Variables): Re-write.
11507
11508 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11509
11510         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11511         addresses of a source file.  Also revise formatting.
11512         Change "object module" or "object file" to "source file".
11513         Various: Miscellaneous cleanups.
11514
11515 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11516
11517         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11518
11519 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11520
11521         * gdbint.texinfo: Removed many nonsensical machine-collected
11522         host and target conditionals, described some of the remainder.
11523
11524 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11525
11526         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11527
11528         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11529         paragraph which follows.
11530
11531         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11532         variables.  Looks better and avoids overful hbox.
11533
11534 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11535
11536         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11537
11538 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11539
11540         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11541         retransmit-timeout
11542
11543 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11544
11545         * gdbint.texinfo: Update statement about `some ancient Unix
11546         systems, like Ultrix 4.0' to Ultrix 4.2.
11547
11548 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11549
11550         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11551
11552         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11553
11554         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11555         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11556
11557         * remote.texi: new name for former gdbinv-s.texi
11558
11559         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11560
11561 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11562
11563         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11564         variables for MIPS remote debugging protocol.
11565
11566 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11567
11568         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11569
11570 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11571
11572         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11573
11574 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11575
11576         * gdb.texinfo: repair conditional bugs in text markup
11577
11578 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11579
11580         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11581         to select Modula-2 material.
11582
11583 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11584
11585         * stabs.texinfo: Cleanups regarding statics.
11586
11587         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11588         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11589
11590 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11591
11592         * stabs.texinfo: N_MAIN is sometimes used for C.
11593
11594 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11595
11596         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11597
11598 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11599
11600         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11601         removed from the code by Kingdon.
11602
11603 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11604
11605         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11606         input when evaluating breakpoint conditions; the bug has been fixed.
11607
11608         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11609         sets the ignore count to N-1, not to N.
11610
11611 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11612
11613         * refcard.tex (\hoffset): correct longstanding error to match
11614           intended offset; avoids cutting off edge on some printers
11615
11616 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11617
11618         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11619
11620 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11621
11622         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11623
11624 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11625
11626         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11627         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11628         collect sed edits if any, apply to refcard before formatting;
11629         (refcard.ps) stop implying PS fonts if PS output requested;
11630         (lrefcard.ps) delete extra target for variant PS fonts
11631
11632         * refcard.tex: parametrize papersize dependent info, collect
11633           in easily replaced spot
11634
11635         * a4rc.sed: new file, edits to refcard for A4 paper
11636
11637 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11638
11639         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11640
11641 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11642
11643         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11644
11645 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11646
11647         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11648         politely rather than rudely.
11649
11650 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11651
11652         * stabs.texinfo: Document common blocks.
11653
11654 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11655
11656         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11657
11658 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11659
11660         * stabs.texinfo (Top): Minor cleanup.
11661
11662 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11663
11664         * Makefile.in (install-info): remove parentdir support
11665
11666 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11667
11668         * gdb.texinfo (Copying): delete this node and references to it;
11669         RMS says this manual need not carry GPL. (passim): Improvements
11670         from last round at FSF, largely due to Ian Taylor review, and
11671         minor formatting improvements.
11672
11673         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11674         largely due to Ian Taylor review. (Debug Session): minor edits to
11675         new text.
11676
11677 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11678
11679         * Makefile.in (realclean): Remove info and dvi files too.
11680
11681 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11682
11683         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11684         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11685         * gdb.texinfo: Change accordingly.
11686
11687         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11688         N_{L,R}BRAC,N_SLINE are relative to.
11689
11690 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11691
11692         * Makefile.in (GDBvn.texi): Update atomically.
11693
11694 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11695
11696         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11697
11698 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11699
11700         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11701         addresses together.  Also motivate the set print symbol-filename
11702         command and suggest other solutions.
11703
11704 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11705
11706         * gdb.texinfo (set print elements):  Note that the number of
11707         elements is set to unlimited by "set print elements 0".
11708
11709 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11710
11711         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11712         NF_LDOUBLE means.
11713         (Stab Types): Include Solaris stab types.
11714         (Procedures): Document Solaris extensions.
11715
11716 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11717
11718         * gdb.texinfo:  Add `set print symbol-filename' doc.
11719
11720 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11721
11722         * stabs.texinfo (Arrays): Talk about type definition vs. type
11723         information.
11724
11725         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11726         the trailing semicolon.
11727
11728 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11729
11730         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11731         and merge in other parts of the document addressing these subjects.
11732         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11733
11734         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11735         at the end of a range type.
11736
11737         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11738         AIX extensions.
11739
11740 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11741
11742         * stabs.texinfo (Stabs Format):  Misc fixes.
11743
11744 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11745
11746         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11747         (Traditional builtin types): Document convex convention for long long.
11748         (Negative builtin types): Discuss type names, and misc fixes.
11749
11750 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11751
11752         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11753         point types used with @samp{R} type descriptor.
11754         (Symbol Descriptors): Describe how to handle conflict between
11755         different meanings of @samp{P} symbol descriptor.
11756
11757 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11758
11759         * stabs.texinfo: Remove node Quick Reference and put its children
11760         directly under the main menu.
11761
11762         * stabs.texinfo: Many more changes to bring it into line with
11763         AIX documentation and reality.  I think it now has all the
11764         information from the AIX documentation, except that I burned
11765         out when I got to variant records (Pascal and Modula-2) and
11766         all the COBOL types.  Oh well, we can add them later when we're
11767         worrying more about those languages.
11768
11769         * stabs.texinfo (Automatic variables): Talk about what it means
11770         to omit the symbol descriptor.
11771
11772 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11773
11774         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11775         gcc2 behavior with promoted args.
11776
11777 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11778
11779         * gdb.texinfo: include readline appendices in info version of manual
11780
11781 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11782
11783         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11784         target remote.
11785
11786         * gdb.texinfo (Machine Code): more index entries for disassemble
11787
11788 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11789
11790         * Clarify the intended use of the gdb-testers and gdb-patches
11791         mailing lists, and shrink gzip comment.
11792
11793 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11794
11795         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11796         DOSHOST configuration of manual.
11797
11798         * gdb.texinfo (MIPS Stack): new node.
11799
11800         * all-config.texi (MIPS) new switch.
11801
11802         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11803         tense; (MIPS Remote) new node.
11804
11805         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11806         bug; (Environment) less passive, other small cleanups in text about
11807         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11808         (Remote) new MIPS Remote menu entry.
11809
11810 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11811
11812         * stabs.texinfo: Many changes to include information from the
11813         AIX documentation.
11814
11815         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11816
11817 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11818
11819         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11820         Move a bunch of information from ../README.
11821         (Getting Started): New node.
11822
11823 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11824
11825         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11826
11827         * gdb.texinfo: advance manual revision dates to present
11828
11829         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11830         stop using silly Roman numerals in @set variable names
11831
11832 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11833
11834         * stabs.texinfo (Parameters): Keep trying to get this right.
11835
11836 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11837
11838         * stabs.texinfo (Parameters): More on "local parameters".
11839
11840 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11841
11842         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11843
11844 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11845
11846         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11847         (Parameters): Rewrite.
11848         (xcoff-differences, Sun-differences): Minor changes.
11849
11850 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11851
11852         * stabs.texinfo:  Minor cleanup.
11853
11854 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11855
11856         * gdbint.texinfo: Minor xcoff stuff.
11857
11858 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11859
11860         * gdbint.texinfo:  Update for new config directory structure.
11861         Add info about internal type data structures.
11862
11863 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11864
11865         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11866         $(srcdir).
11867         (gdb-config.texi): Depend on file in $(srcdir).
11868
11869 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11870
11871         * stabs.texinfo: Fixes about N_SO.
11872
11873 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11874
11875         * gdb.texinfo: include list of nonstandard init file names
11876
11877         * *-config.texi: new switch GENERIC for text that applies *only*
11878         to (usual) multiple-target version of manual
11879
11880         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11881         h8 config
11882
11883         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11884         in menus (rather than conditionally selected multiple alternative
11885         menus).
11886
11887         * Makefile.in: define and use DOC_CONFIG var to select
11888         configuration for GDB user manual.
11889
11890         * gdb-config.texi: delete from repository, generate from Makefile.
11891
11892         * all-config.texi: normal `generic' configuration file, formerly
11893         stored as gdb-config.texi
11894
11895 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11896
11897         * Makefile.in: add dvi target to build all .dvi files
11898
11899 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11900
11901         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11902
11903 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11904
11905         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11906         host conditionals.
11907         * stabs.texinfo:  More array fixes inspired by Jim's.
11908
11909 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11910
11911         * stabs.texinfo: Fixes re arrays and continuations.
11912
11913         * gdbint.texinfo: Add XCOFF node.
11914
11915 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
11916
11917         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
11918
11919 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11920
11921         * stabs.texinfo:  Fix for array types to mention lower bounds.
11922
11923 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
11924
11925         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
11926
11927 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
11928
11929         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
11930
11931 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
11932
11933         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
11934         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11935
11936 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
11937
11938         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
11939
11940 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11941
11942         * gdb.texinfo, gdbinv-s.texi: misc updates
11943
11944 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
11945
11946         * gdbint.texinfo:  Brief documentation for longjmp support,
11947         from an email msg by Stu.
11948
11949 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
11950
11951         * stabs.texinfo:  Fix description of floating point "range"
11952         types (which really define basic types).  Reported by Jim Meehan,
11953         <meehan@src.dec.com>.
11954
11955         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11956
11957 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
11958
11959         * gdbint.texinfo: Slightly expand section on supporting a new
11960         object file format.
11961
11962 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
11963
11964         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
11965         intermediate file.
11966
11967 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11968
11969         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11970
11971 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11972
11973         * gdbinv-s.texi: z8000 simulator target name is just "sim"
11974
11975         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
11976         as well as Z8002.
11977
11978 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
11979
11980         * gdbint.texinfo:  Add sections on clean design and on how to send
11981         in changes.
11982
11983 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
11984
11985         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
11986
11987 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
11988
11989         * gdb.texinfo:  Fix typo, reported by Karl Berry.
11990
11991 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
11992
11993         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
11994
11995 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11996
11997         * gdbint.texinfo: fixed a stray email address (needs @@),
11998         added @table @code to node "Native Conditionals"
11999
12000 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12001
12002         * gdbint.texinfo:  Describe coding style of GDB.
12003
12004 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12005
12006         * stabs.texinfo:  Minor wording changes.
12007
12008 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12009
12010         * gdbint.texinfo:  Improve release doc slightly.
12011
12012 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12013
12014         * gdbint.texinfo:  Improve doc of GDB config macros.
12015
12016 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12017
12018         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12019         These will be reinserted when examined.
12020
12021 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12022
12023         * gdbint.texinfo:  Make a start at documenting all the #if macros
12024         in GDB.  At least list them all, and start separating them into
12025         host-specific and target-specific.
12026
12027 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12028
12029         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12030         examples (not consistent w others).
12031         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12032         for generic vn of doc
12033
12034 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12035
12036         * Makefile.in: always create installation directories.
12037
12038 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12039
12040         * gdb.texinfo: in h8 config, do not describe searching commands.
12041
12042 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12043
12044         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12045           conditionals; introduce a few generic switches that may be
12046           useful for other cross-dev or dos-hosted configs.
12047
12048         * gdb.texinfo: fix typo in "info reg" description
12049
12050 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12051
12052         * stabs.texinfo:  Minor updates from running TeX over it.
12053         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12054
12055 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12056
12057         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12058         First pass at converting it to texinfo.
12059
12060 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12061
12062         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12063         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12064
12065 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12066
12067         * gdbint.texinfo:  Add section on partial symbol tables.
12068
12069 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12070
12071         * gdb.texinfo:  document `set remotedebug' and `set
12072         rstack_high_address'.
12073
12074 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12075
12076         * gdb.texinfo: slight expansion of new text on reading info files
12077         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12078         H8/300 from DOS.
12079
12080 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12081
12082         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12083
12084 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12085
12086         * gdb.texinfo:  Say how to read the `info' files.
12087
12088 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12089
12090         * Makefile.in: gm4 -> m4.
12091
12092 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12093
12094         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12095         Documentation' ahead of `Installing GDB' to match README.
12096         Update shared library doc, -readnow and -mapped, and directory
12097         structure (add glob and mmalloc).  Update configure doc.
12098
12099 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12100
12101         * Makefile.in: remove $(srcdir) from gdb.info rule.
12102
12103 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12104
12105         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12106           temporary.
12107
12108 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12109
12110         * Makefile.in, configure.in: removed traces of namesubdir,
12111           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12112           copyrights to '92, '13, changed some from Cygnus to FSF.
12113
12114 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12115
12116         * gdb.texinfo:  Improve how we ask for bug reports.
12117
12118 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12119
12120         * Makefile.in: infodir belongs in datadir.
12121
12122 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12123
12124         * Makefile.in: remove spaces following hyphens, bsd make can't
12125           cope.  install using INSTALL_DATA.  added clean-info.  added
12126           standards.text support.
12127
12128 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12129
12130         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12131           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12132           and mandir now keyed off datadir by default.
12133
12134 \f
12135 Local Variables:
12136 mode: change-log
12137 left-margin: 8
12138 fill-column: 74
12139 version-control: never
12140 coding: utf-8
12141 End: