tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p
[external/binutils.git] / gdb / doc / ChangeLog
1 2017-12-27  Stafford Horne  <shorne@gmail.com>
2
3         * gdb.texinfo (Target Description Format): Explain that arbitrary
4         strings are now allowed for register groups.
5
6 2017-12-27  Stafford Horne  <shorne@gmail.com>
7
8         * gdb.texinfo (Registers): Document info reg $reggroup feature.
9
10 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11
12         PR cli/16224
13         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
14
15 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
16
17         * python.texi (Manipulating breakpoints using Python): Document
18         qualified parameter to gdb.Breakpoint.
19
20 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
21
22         * python.texi (Manipulating breakpoints using Python): Split doc
23         of Breakpoint.__init__ in two, split text in multiple
24         paragraphs, don't nest parameter square brackets.
25
26 2017-12-12  Stafford Horne  <shorne@gmail.com>
27             Stefan Wallentowitz  <stefan@wallentowitz.de>
28             Franck Jullien  <franck.jullien@gmail.com>
29             Jeremy Bennett  <jeremy.bennett@embecosm.com>
30
31         * gdb.texinfo: Add OpenRISC documentation.
32
33 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
34
35         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
36
37 2017-12-07  Keith Seitz  <keiths@redhat.com>
38
39         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
40         and "show print type nested-type-limit".
41
42 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
43
44        * python.texi (Breakpoints In Python): Add text relating
45         to allowed explicit locations and keywords in gdb.Breakpoints.
46
47 2017-12-04  Tom Tromey  <tom@tromey.com>
48
49         * gdb.texinfo (Rust): Update trait object status
50
51 2017-12-01  Andrew Cagney  <cagney@redhat.com>
52             Joel Brobecker  <brobecker@adacore.com>
53             Sergio Durigan Junior  <sergiodj@redhat.com>
54
55         * gdb.texinfo (File Options): Document --readnever.
56         (Commands to Specify Files): Likewise, for 'symbol-file' and
57         'add-symbol-file'.
58
59 2017-11-29  Pedro Alves  <palves@redhat.com>
60
61         PR c++/19436
62         * gdb.texinfo (Debugging C Plus Plus): Document setting
63         breakpoints in functions with ABI tags.
64
65 2017-11-29  Pedro Alves  <palves@redhat.com>
66
67         * gdb.texinfo (Linespec Locations): Document how "function" is
68         interpreted in C++ and Ada.  Document "-qualified".
69         (Explicit Locations): Document how "-function" is interpreted in
70         C++ and Ada.  Document "-qualified".
71
72 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
73
74         PR gdb/21945
75         * gdb.texinfo (Search Memory): Update description and example
76         about how to search a string without NULL terminator.
77
78 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
79
80         * gdb.texinfo (GDB/MI Ada Exception Information): Document
81         new "exception-message" field.
82
83 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
84
85         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
86
87 2017-11-24  Pedro Alves  <palves@redhat.com>
88
89         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
90         false claim that GDB inserts quoting automatically.
91         (Symbols): Add anchor.
92
93 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
94
95         * gdb.texinfo (Requirements): Document use of GNU MPFR.
96
97 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
98
99         * python.texi (Basic Python): Add rbreak documentation.
100
101 2017-11-07  Xavier Roirand  <roirand@adacore.com>
102             Pedro Alves  <palves@redhat.com>
103
104         * gdb.texinfo (Set Breaks): Document support for breakpoint
105         location ranges in the enable/disable commands.
106
107 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
108
109         * gdb.texinfo (Starting your Program) <The working directory.>:
110         Mention remote debugging.
111         (Working Directory) <Your Program's Working Directory>:
112         Likewise.
113         (Connecting) <Remote Packet>: Add "set-working-dir"
114         and "QSetWorkingDir" to the table.
115         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
116         packet.
117
118 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
119
120         * gdb.texinfo (Starting your Program) <The working directory.>:
121         Mention new "set cwd" command.
122         (Working Directory) <Your Program's Working Directory>:
123         Rephrase to explain that "set cwd" exists and is the default
124         way to change the inferior's cwd.
125
126 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
127
128         * gdb.texinfo (S/390 and System z Features): Document the new
129         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
130
131 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
132
133         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
134         attribute.
135
136 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
137
138         * python.texi (Inferiors In Python): Add description for method
139         Inferior.thread_from_thread_handle.
140
141 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
142
143         * gdb.texinfo (Starting your Program): Add description of
144         starti command.  Mention starti command as an alternative for
145         debugging the elaboration phase.
146
147 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
148
149         * gdb.texinfo (Maintenance Commands): Document filter parameter
150         of "maint selftest".  Document "maint info selftests" command.
151
152 2017-09-11  Tom Tromey  <tom@tromey.com>
153
154         * python.texi (Events In Python): Document new events.
155
156 2017-09-04  Pedro Alves  <palves@redhat.com>
157
158         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
159         no-debug-info variables.
160         (Symbols) <Examining the Symbol Table>: Document inspecting
161         no-debug-info types.
162         (Calling) <Calling functions with no debug info>: New subsection,
163         documenting calling no-debug-info functions.
164         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
165
166 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
167
168         * gdb.texinfo (set environment): Add @anchor.  Explain that
169         environment variables set by the user are sent to GDBserver.
170         (unset environment): Likewise, but for unsetting variables.
171         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
172         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
173         "environment-reset" and "QEnvironmentReset" to the table.
174         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
175         QEnvironmentReset>: New item, explaining the packet.
176
177 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
178
179         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
180         "Compiler search for the compile command" descriptions of set
181         compile-gcc and show compile-gcc.
182
183 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
184
185         * gdb.texinfo (Architectures): Add new Sparc64 section to document
186         ADI support.
187         * NEWS: Add "adi examine" and "adi assign" commands.
188
189 2017-08-18  Yao Qi  <yao.qi@linaro.org>
190
191         * gdb.texinfo (Server): Document "--selftest".
192
193 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
194
195         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
196         Single-Key mode.
197
198 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
199
200         PR gdb/21925
201         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
202         set...").
203
204 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
205
206         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
207         conditional expression.
208
209 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
210
211         * agentexpr.texi (rot): Fix symbolic description, improve
212         textual description.
213
214 2017-07-26  Yao Qi  <yao.qi@linaro.org>
215
216         * gdb.texinfo (Maintenance Commands): Document command
217         "maint check xml-descriptions".
218
219 2017-07-26  Yao Qi  <yao.qi@linaro.org>
220
221         * gdb.texinfo (Maintenance Commands): Document optional
222         argument of "maint print c-tdesc".
223
224 2017-07-18  Yao Qi  <yao.qi@linaro.org>
225
226         * gdb.texinfo (Maintenance Commands): Improve the doc to
227         command "maint print c-tdesc".
228
229 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
230
231         PR gdb/21606
232         * python.texi (Python representation of Symbols.): Replace
233         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
234         * guile.texi (Guile representation of Symbols.): Likewise.
235
236 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
237
238         * gdb.texinfo (Optional Messages about Internal Happenings):
239         Document {set,show} debug separate-debug-file commands.
240
241 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
242
243         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
244         (Connecting) <Remote Packet>: Add "startup-with-shell"
245         and "QStartupWithShell" to the table.
246         (Remote Protocol) <QStartupWithShell>: New item, explaining the
247         packet.
248
249 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
250
251         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
252
253 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
254
255         * python.texi (Recording in Python): Factor out the documentation of
256         gdb.RecordInstruction's super class.
257
258 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
259
260         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
261         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
262         prev and next.
263
264 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
265
266         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
267         gdb.RecordInstruction
268
269 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
270
271         * python.texi (Recording in Python): Add documentation for
272         gdb.RecordGap and remove documentation of special cases for
273         gdb.BtraceInstruction.
274
275 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
276
277         * python.texi (Recording in Python): Remove Record.ptid defvar.
278
279 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
280
281         * gdb.texinfo (GDB/MI Thread Information): Add missing
282         fields, re-word some things.
283         (GDB/MI Thread Commands): Describe fields found in the output of
284         -thread-info, remove description of fields in the
285         thread output tuple, replace with a cross-reference to "GDB/MI
286         Thread Information".
287
288 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
289
290         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
291         from -thread-info output.
292
293 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
294
295         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
296
297 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
298
299         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
300
301 2017-03-22  Yao Qi  <yao.qi@linaro.org>
302
303         * python.texi (Inferiors In Python): Remove @code from Python.
304
305 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
306
307         * python.texi (Recordings In Python): Document return type of
308         gdb.BtraceInstruction.data.
309
310 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
311
312         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
313         command file-list-shared-libraries
314         (GDB/MI Async Records): Update documentation of library-loaded with new
315         field.
316
317 2017-03-16  Doug Evans  <dje@google.com>
318
319         * guile.texi (Lazy Strings In Guile): Mention arrays.
320         * python.texi (Lazy Strings In Python): Ditto.
321
322 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
323
324         * gdb.texinfo (Memory Protection Extensions): Add missing escape
325         character "@".
326
327 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
328
329         * Memory Protection Extensions: Add information about inferior
330         calls.
331
332 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
333
334         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
335         DW_TAG_GNU_* and DW_AT_GNU_*.
336
337 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
338
339         * python.texi (Recordings In Python): New section.
340
341 2017-02-14  Tom Tromey  <tom@tromey.com>
342
343         PR python/13598:
344         * python.texi (Events In Python): Document events.before_prompt.
345
346 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
347
348         * gdb.texinfo (Target Commands): Document the optional offset
349         argument for the load command.
350
351 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
352
353         PR gdb/21122
354         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
355         space-separated breakpoint lists.  Also add a missing @table command
356         and @cindex for breakpoint lists.
357
358 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
359
360         PR tdep/20936
361         * gdb.texinfo: (Standard Target Features): Document SPARC features.
362         (Sparc Features): New node.
363
364 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
365
366         * gdb.texinfo (i386 Features): Add system segment registers
367         as feature.
368
369 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
370
371         * python.texi (Events In Python): Fix typo.
372
373 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
374             Luis Machado  <lgustavo@codesourcery.com>
375
376         * gdb.texinfo (-target-flash-erase): New MI command description.
377         (flash-erase): New CLI command description.
378
379 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
380
381         * gdb.texinfo (Contributors): Add SRI International and University
382         of Cambridge for FreeBSD/mips.
383
384 2016-12-22  Doug Evans  <xdje42@gmail.com>
385
386         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
387         commands.
388
389 2016-12-02  Pedro Alves  <palves@redhat.com>
390
391         * gdb.texinfo (User-defined Commands): Limit on number of
392         arguments passed to user-defined commands removed; update.
393
394 2016-12-02  Pedro Alves  <palves@redhat.com>
395
396         PR cli/20559
397         * gdb.texinfo (Define): Add example of using "eval" to process a
398         variable number of arguments.
399         (Output) <eval>: Add anchor.
400
401 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
402
403         * Makefile.in: Likewise.
404
405 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
406
407         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
408         xref.
409
410 2016-10-29  Pedro Alves  <palves@redhat.com>
411
412         * gdb.texinfo (Packets) <vCont>: Remove mention of default
413         actions.
414
415 2016-10-26  Pedro Alves  <palves@redhat.com>
416
417         * gdb.texinfo (Packets): Clarify vCont packets with multiple
418         actions that match a thread, and what happens when an action
419         matches a thread that is already running.
420
421 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
422
423         * gdb.texinfo (Using Trace Files): Fix typo.
424         (GDB/MI Tracepoint Commands): Likewise.
425
426 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
427
428         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
429         of -trace-save.
430
431 2016-10-06  Tom Tromey  <tom@tromey.com>
432
433         * guile.texi (Types In Guile): Remove Java mentions.
434         * python.texi (Types In Python): Remove Java mentions.
435         * gdb.texinfo (Address Locations, Supported Languages)
436         (Index Section Format): Remove Java mentions.
437
438 2016-08-15  Doug Evans  <dje@google.com>
439
440         * gdb.texinfo (Target Description Format): Update docs on "end"
441         field spec and field default type.
442
443 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
444 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
445
446         PR gdb/20487
447         * gdb.texinfo (Context management): Update mention of frame
448         change notifications.
449         (gdb/mi Async Records): Document frame field in
450         =thread-select event.
451         * observer.texi (GDB Observers): New user_selected_context_changed
452         observer.
453
454 2016-09-28  Tom Tromey  <tom@tromey.com>
455
456         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
457         than "memory breakpoint".  Further document "kind".  Move
458         protocol-details link earlier.
459         <z1>: Document the cmd_list argument.  Fix typo.
460         <g>: Remove incorrect sentence.
461         (Stop Reply Packets): Document "OK" response to requests when in
462         non-stop mode.
463         <swbreak>: Use "software breakpoint" rather than "memory
464         breakpoint".
465         <create>: Document that "R" is ignored.
466         <W, X, w>: Document formatting of "AA".
467         (Notification Packets): Use "%Stop", not "%%Stop".
468
469 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
470
471         * gdb.texinfo (Embedded Processors): Document ARC.
472         (Synopsys ARC): New section.
473         (Standard Target Features): Document ARC features.
474         (ARC Features): New section.
475
476 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
477
478         * .gitignore: New file.
479
480 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
481
482         * gdb.texinfo (Input/Output): Mention possibility to unset
483         inferior-tty.
484
485 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
486
487         * gdb.texinfo: Resume btrace on reconnect.
488
489 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
490
491         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
492         syscall.
493
494 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
495
496         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
497         command.
498
499 2016-07-13  Tom Tromey  <tom@tromey.com>
500
501         PR python/15620, PR python/18620:
502         * python.texi (Events In Python): Document new breakpoint events.
503
504 2016-07-13  Tom Tromey  <tom@tromey.com>
505
506         PR python/17698:
507         * python.texi (Breakpoints In Python): Document
508         Breakpoint.pending.
509
510 2016-07-13  Tom Tromey  <tom@tromey.com>
511
512         * python.texi (Breakpoints In Python): Move table of types and
513         table of watchpoint types earlier in node.
514
515 2016-07-12  Tom Tromey  <tom@tromey.com>
516
517         PR python/19293:
518         * python.texi (Frames In Python): Document
519         gdb.invalidate_cached_frames.
520
521 2016-06-21  Pedro Alves  <palves@redhat.com>
522
523         * gdb.texinfo (Interpreters): Update intepreter-exec section,
524         document new-ui and explain use case.
525
526 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
527
528         * gdb.texinfo (Standard Target Features): Document NDS32 features.
529         (NDS32 Features): New Section.
530
531 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
532
533         * gdb.texinfo (Examining Memory): Document negative repeat
534         count in the 'x' command.
535
536 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
537
538         * gdb.texinfo (GDB/MI Async Records): Document method and
539         format fields in =record-started.
540         * observer.texi (record_changed): Add method and format
541         parameters.
542
543 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
544
545         * gdb.texinfo (General Query Packets): Move the description of the
546         response before the long list of the specific 'read' and 'write'
547         requests.
548
549 2016-05-23  Tom Tromey  <tom@tromey.com>
550
551         * python.texi (Basic Python): Document gdb.breakpoints return.
552
553 2016-05-24  Tom Tromey  <tom@tromey.com>
554
555         PR gdb/19194:
556         * gdb.texinfo (gdb man): Fix typo.
557
558 2016-05-17  Tom Tromey  <tom@tromey.com>
559
560         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
561         (Rust): New node.
562
563 2016-05-17  Tom Tromey  <tom@tromey.com>
564
565         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
566
567 2016-04-27  Yao Qi  <yao.qi@linaro.org>
568
569         * gdb.texinfo (tfind): Complete doc about tfind without
570         argument.
571
572 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
573
574         * agentexpr.texi (byte): Fix zero_ext description.
575
576 2016-03-31  Pedro Alves  <palves@redhat.com>
577
578         * gdb.texinfo (M32R/SDI): Delete node.
579         (MIPS Embedded): Remove references to the MIPS remote debugging
580         protocol, PMON and variants, and the associated commands.
581
582 2016-03-15  Doug Evans  <dje@google.com>
583
584         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
585         (Target Description Format): Mention enum types.  Update docs on
586         flags types.
587         (Predefined Target Types): Add "bool".
588         (Enum Target Types): New node.
589
590 2016-03-15  Pedro Alves  <palves@redhat.com>
591
592         * gdb.texinfo (Tracepoint Actions): Fix typo.
593
594 2016-03-15  Pedro Alves  <palves@redhat.com>
595             Andreas Arnez  <arnez@linux.vnet.ibm.com>
596             Marcin Kościelnicki  <koriakin@0x04.net>
597
598         * gdb.texinfo (Tracepoint Actions): Document possible
599         unreliability of '$_ret'.
600
601 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
602
603         * gdb.texinfo (Symbols): Document new 'maint info line-table'
604         command.
605
606 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
607
608         * gdb.texinfo (Convenience Functions): Document $_as_string.
609
610 2016-02-23  Doug Evans  <dje@google.com>
611
612         * gdb.texinfo (Skipping Over Functions and Files): Document new
613         options to "skip" command.  Update docs of output of "info skip".
614
615 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
616
617         * gdb.texinfo (Signals): Add bound violation display hints for
618         a SIGSEGV.
619
620 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
621
622         * gdb.texinfo (Trace File Format): Add documentation for description
623         section lines.
624
625 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
626
627         * gdb.texinfo (Trace File Format): Remove misleading information
628         about register block ordering.
629
630 2016-02-01  Doug Evans  <dje@google.com>
631
632         * gdb.texinfo (Value Sizes): Fix typo.
633
634 2016-02-01  Doug Evans  <dje@google.com>
635
636         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
637
638 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
639
640         * gdb.texinfo (Value Sizes): New section.
641         (Data): Add the 'Value Sizes' node to the menu.
642
643 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
644
645         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
646
647 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
648
649         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
650
651 2016-01-18  Pedro Alves  <palves@redhat.com>
652
653         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
654         of the thread that hit a breakpoint or received a signal.
655
656 2016-01-15  Pedro Alves  <palves@redhat.com>
657
658         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
659
660 2016-01-13  Pedro Alves  <palves@redhat.com>
661
662         * gdb.texinfo (Threads): Document the $_gthread convenience
663         variable.
664         (Convenience Vars): Likewise.
665
666 2016-01-13  Pedro Alves  <palves@redhat.com>
667
668         * gdb.texinfo (Threads): Document "info threads -gid".
669
670 2016-01-13  Pedro Alves  <palves@redhat.com>
671
672         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
673         anchor.
674         (Threads In Python): Document new InferiorThread.global_num
675         attribute.
676
677 2016-01-07  Pedro Alves  <palves@redhat.com>
678
679         * gdb.texinfo (Threads): Document per-inferior thread IDs,
680         qualified thread IDs, global thread IDs and thread ID lists.
681         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
682         thread IDs.
683         (Convenience Vars): Document the $_thread convenience variable.
684         (Ada Tasks): Adjust to refer to thread IDs.
685         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
686         Commands, GDB/MI Variable Objects): Update to mention global
687         thread IDs.
688         * guile.texi (Breakpoints In Guile)
689         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
690         global thread IDs instead of thread IDs.
691         * python.texi (Threads In Python): Adjust documentation of
692         InferiorThread.num.
693         (Breakpoint.thread): Mention global thread IDs instead of thread
694         IDs.
695
696 2016-01-13  Pedro Alves  <palves@redhat.com>
697
698         * python.texi (Threads In Python): Document
699         InferiorThread.inferior.
700
701 2016-01-13  Pedro Alves  <palves@redhat.com>
702
703         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
704         convenience variable.
705         (Convenience Vars): Likewise.
706
707 2016-01-12  Josh Stone  <jistone@redhat.com>
708             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
709
710         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
711         (Stop Reply Packets): List the syscall entry and return stop reasons.
712         (General Query Packets): Describe QCatchSyscalls, and add it to the
713         table and the detailed list of stub features.
714
715 2016-01-12  Pedro Alves  <palves@redhat.com>
716
717         Remove use of the registered trademark symbol throughout.
718
719 2016-01-12  Yao Qi  <yao.qi@linaro.org>
720
721         * gdb.texinfo (Interrupts): Update the document on handling
722         interrupt when program is stopped.
723
724 2015-12-11  Don Breazeal  <donb@codesourcery.com>
725
726         * gdb.texinfo (Forks): Correct Linux kernel version where
727         fork and exec events are supported, add notes about support
728         of these events in target remote mode.
729         (Connecting): Reorganize and clarify distinctions between
730         target remote, extended-remote, and multiprocess.
731         Reorganize related text from separate sections into new
732         sections.
733         (Server): Note effects of target extended-remote mode.
734         Delete section on Multi-Process Mode for gdbserver.
735         Move some text to "Connecting" node.
736
737 2015-12-10  Pedro Alves  <palves@redhat.com>
738
739         * gdb.texinfo (Threads): Replace warning with explanation
740         about single-threaded programs.
741
742 2015-12-10  Pedro Alves  <palves@redhat.com>
743
744         * gdb.texinfo (Threads): Remove mention of SGI.
745         (Forks): Remove mention of HP-UX.
746         (Breakpoints): Remove mention of HP-UX.
747         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
748         Reword in terms of architectures.
749         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
750         mention supported systems.
751         (Convenience Vars): Don't mention HP-UX.
752         (Jumping): Remove mention of HP-UX in comment.
753         (Files) <shared libraries>: Update supported shared library types
754         list.  Remove mention of HP-UX.
755         (Native): Remove HP-UX subsection.
756         (SVR4 Process Information): Remove mention of HP-UX.
757
758 2015-12-10  Pedro Alves  <palves@redhat.com>
759
760         * gdb.texinfo (Stack): Reorder menu.
761
762 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
763
764         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
765         -var-set-format's new zero-hexadecimal format.
766
767 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
768
769         * gdb.texinfo (Ada Mode Into): Move overloading support
770         description to its own node.
771         (Overloading support for Ada): New node.
772
773 2015-11-30  Pedro Alves  <palves@redhat.com>
774
775         PR 14618
776         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
777         (Remote Configuration): Add the "set/show remote
778         no-resumed-stop-reply" to the available settings table.
779         (General Query Packets): Document the "no-resumed" qSupported
780         feature.
781
782 2015-11-30  Pedro Alves  <palves@redhat.com>
783
784         * gdb.texinfo (Remote Configuration): List "set/show remote
785         thread-events" command in configuration table.
786         (Stop Reply Packets): Document "T05 create" stop
787         reason and 'w' stop reply.
788         (General Query Packets): Document QThreadEvents packet.  Document
789         QThreadEvents qSupported feature.
790
791 2015-11-30  Pedro Alves  <palves@redhat.com>
792
793         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
794         anchor.
795         (Packets): Document vCtrlC.
796
797 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
798
799         * gdb.texinfo (Thread List Format): Mention thread names.
800
801 2015-11-24  Pedro Alves  <palves@redhat.com>
802
803         PR 17539
804         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
805         program-spaces" example to ascending order listing.
806         (Threads): Adjust "info threads" example to ascending order
807         listing.
808         (Forks): Adjust "info inferiors" example to ascending order
809         listing.
810
811 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
812
813         * gdb.texinfo (Process Record and Replay): Document "record
814         instruction-history" modifiers.
815
816 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
817
818         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
819         description.
820         (Frame Filter Management): Move to later in the 'Examining the
821         Stack' chapter.
822         (Selection): Add entry for 'select-frame'.
823
824 2015-09-25  Doug Evans  <dje@google.com>
825
826         * gdb.texinfo (Process Record and Replay): Fix syntax of
827         "record instruction-history begin, end" and
828         "record function-call-history begin, end".
829
830 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
831
832         * gdb.texinfo (Specifying Source Directories): Fix
833         substitute-path example.
834
835 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
836
837         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
838
839 2015-09-15  Pedro Alves  <palves@redhat.com>
840
841         PR remote/18965
842         * gdb.texinfo (Stop Reply Packets): Revert previous change to
843         the vforkdone description.
844
845 2015-09-15  Pedro Alves  <palves@redhat.com>
846
847         PR remote/18965
848         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
849         part indicates the thread ID of the parent process.
850
851 2015-09-15  Yao Qi  <yao.qi@linaro.org>
852
853         * gdb.texinfo (General Query Packets): Add vContSupported to
854         tables of 'gdbfeatures' and 'stub features' supported in the
855         qSupported packet, as well as to the list containing stub
856         feature details.
857
858 2015-09-11  Don Breazeal  <donb@codesourcery.com>
859
860         * gdb.texinfo (Remote Configuration): Add exec event
861         feature to table of packet settings.
862         (Stop Reply Packets): Add exec events to the list of stop
863         reasons.
864         (General Query Packets): Add exec events to tables of
865         'gdbfeatures' and 'stub features' supported in the qSupported
866         packet, as well as to the list containing stub feature
867         details.
868
869 2015-08-24  Pedro Alves  <palves@redhat.com>
870
871         * gdb.texinfo (Remote Configuration): Document the "set/show
872         remote multiprocess-extensions-packet" commands.
873
874 2015-08-24  Pedro Alves  <palves@redhat.com>
875
876         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
877         <M32R>: Remove references to M32R/D.
878         <M68K>: Remove references to target dbug.
879         <MIPS Embedded>: Remove references to target r3900 and target
880         array.
881         <PowerPC Embedded>: Remove references to target dink32 and target
882         ppcbug, target sds
883         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
884
885 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
886
887         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
888
889 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
890
891         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
892
893 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
894
895         * gdb.texinfo (Maintenance Commands): Move documentation of "main
896         info bfds" to...
897         (File Caching): A New section.  Outline bfd caching, and add new
898         description for "main set/show bfd-sharing".
899
900 2015-08-14  Doug Evans  <xdje42@gmail.com>
901
902         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
903         disassembly.
904         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
905
906 2015-08-11  Keith Seitz  <keiths@redhat.com>
907
908         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
909         Use "location(s)"instead of "linespec(s)".
910         (Specifying a Location): Rewrite.
911         Add subsections describing linespec, address, and explicit locations.
912         Add node/menu for each subsection.
913         (Source and Machine Code, C Preprocessor Macros)
914         (Create and Delete Trace points)
915         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
916         (Continuing at a Different Address): Remove "linespec" examples.
917         Add reference to "Specify a Location"
918         (The -break-insert Command): Rewrite.  Add anchor.
919         Add reference to appropriate manual section discussing locations.
920         (The -dprintf-insert Command): Refer to -break-insert for
921         specification of 'location'.
922
923 2015-08-07  Pedro Alves  <palves@redhat.com>
924
925         * gdb.texinfo (Maintenance Commands): Document "maint set/show
926         target-non-stop".
927
928 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
929
930         * gdb.texinfo (Process Record and Replay): Document prefixing of
931         speculatively executed instructions in the "record instruction-history"
932         command.
933
934 2015-07-20  Doug Evans  <dje@google.com>
935
936         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
937
938 2015-07-16  Doug Evans  <dje@google.com>
939
940         * stabs.texinfo: @include gdb-cfg.texi.
941
942 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
943
944         Revert the previous 2 commits:
945         gdbserver build-id attribute generator
946         Validate symbol file using build-id
947
948 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
949
950         * gdb.texinfo (Files): Add 'set validate-build-id'
951         and 'show validate-build-id'.
952
953 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
954             Jan Kratochvil  <jan.kratochvil@redhat.com>
955
956         gdbserver build-id attribute generator.
957         * gdb.texinfo (Library List Format for SVR4 Targets): Add
958         'build-id' in description, example, new attribute in dtd.
959
960 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
961
962         * gdb.texinfo (Selection): Update documentation for 'frame'
963         command.
964
965 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
966
967         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
968         commands.
969
970 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
971
972         * gdb.texinfo (Process Record and Replay): Spell out that variables
973         and registers are not available during btrace replay.
974         Describe the new "record btrace pt" command.
975         Describe the new "set|show record btrace pt buffer-size" options.
976         (General Query Packets): Describe the new Qbtrace:pt and
977         Qbtrace-conf:pt:size packets.
978         Expand "bts" to "Branch Trace Store".
979         Update the branch trace DTD.
980
981 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
982
983         * gdb.texinfo (Command History): Document the new option
984         "history remove-duplicates".
985
986 2015-06-19  Doug Evans  <dje@google.com>
987
988         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
989         longer supported.
990
991 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
992
993         * gdb.texinfo (Command History): Mention that setting
994         GDBHISTSIZE to the empty string disables history truncation.
995
996 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
997
998         PR gdb/16999
999         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1000         behavior.
1001
1002 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1003
1004         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1005         with GDBHISTSIZE.
1006
1007 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
1008
1009         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1010         bytes and memory units for -data-{read,write}-memory-bytes.
1011         (Packets): Same for m, M and X packets.
1012         * python.texi (Inferiors In Python): Same for read_memory and
1013         write_memory.
1014
1015 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1016
1017         * gdb.texinfo (Separate Debug Files): Document that PE is also
1018         supported.
1019
1020 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1021
1022         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1023         single table entry.
1024
1025 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1026
1027         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1028
1029
1030 2015-06-10  Gary Benson <gbenson@redhat.com>
1031
1032         * gdb.texinfo (Remote Configuration): Document the
1033         "set/show remote hostio-setfs-packet" command.
1034         (Host I/O Packets): Document the vFile:setfs packet.
1035
1036 2015-06-10  Gary Benson <gbenson@redhat.com>
1037
1038         * gdb.texinfo (Debugging Output): Document the "set/show debug
1039         linux-namespaces" command.
1040
1041 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1042             Mircea Gherzan  <mircea.gherzan@intel.com>
1043
1044         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1045         and "set mpx bound".
1046
1047 2015-05-27  Doug Evans  <dje@google.com>
1048
1049         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1050
1051 2015-05-26  Doug Evans  <dje@google.com>
1052
1053         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1054         command renamings.
1055         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1056
1057 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1058
1059         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1060
1061 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1062
1063         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1064         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1065
1066 2015-05-16  Doug Evans  <xdje42@gmail.com>
1067
1068         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1069         memory ports.
1070
1071 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1072
1073         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1074
1075 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1076
1077         * gdb.texinfo (Forks): Note that fork debugging is
1078         supported in extended mode.
1079         (Remote Configuration): Add fork event features to table
1080         of packet settings.
1081         (Stop Reply Packets): Add fork events to list of stop reasons.
1082         (General Query Packets): Add fork events to tables of
1083         'gdbfeatures' and 'stub features' supported in the qSupported
1084         packet, as well as to the list containing stub feature
1085         details.
1086
1087 2015-05-12  Gary Benson <gbenson@redhat.com>
1088
1089         * gdb.texinfo (General Query Packets): Document
1090         qXfer:exec-file:read with empty annex.
1091
1092 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1093
1094         * python.texi (Values From Inferior): Add descriptions of new
1095         methods gdb.Value.reference_value and gdb.Value.const_value.
1096
1097 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1098
1099         * gdb.texinfo (Files): Add "info dll" documentation.
1100         (Cygwin Native): Remove "info dll" documentation.
1101
1102 2015-04-29  Doug Evans  <dje@google.com>
1103
1104         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1105         Document.
1106         (Writing an Xmethod): Add get_result_type to example.
1107
1108 2015-04-28  Sasha Smundak  <asmundak@google.com>
1109
1110         * python.texi: New method documented.
1111
1112 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1113
1114         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1115         format.
1116
1117 2015-04-24  Doug Evans  <dje@google.com>
1118
1119         * python.texi (Xmethods In Python): Fix name of method to call the
1120         xmethod.
1121
1122 2015-04-17  Gary Benson <gbenson@redhat.com>
1123
1124         * gdb.texinfo (Connecting to a Remote Target): Mention that
1125         GDB can access program files from remote targets that support
1126         qXfer:exec-file:read and Host I/O packets.
1127
1128 2015-04-17  Gary Benson <gbenson@redhat.com>
1129
1130         * gdb.texinfo (Remote Configuration): Document the "set/show
1131         remote pid-to-exec-file-packet" command.
1132         (General Query Packets): Document the qXfer:exec-file:read
1133         qSupported features.  Document the qXfer:exec-file:read packet.
1134
1135 2015-04-17  Gary Benson <gbenson@redhat.com>
1136
1137         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1138         applies to executable paths if supplied to GDB as absolute.
1139
1140 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1141
1142         * gdb.texinfo (Mode Options): Remove -xdb.
1143
1144 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1145             Eli Zaretskii  <eliz@gnu.org>
1146
1147         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1148         compile, show debug compile.  New subsection Compilation options for
1149         the compile command.  New subsection Compiler search for the compile
1150         command.
1151
1152 2015-04-09  Andy Wingo  <wingo@igalia.com>
1153
1154         * guile.texi (Frames In Guile): Describe frame-read-register.
1155
1156 2015-04-02  Gary Benson <gbenson@redhat.com>
1157
1158         * gdb.texinfo (set sysroot): Document "target:".
1159
1160 2015-04-01  Sasha Smundak  <asmundak@google.com>
1161
1162         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1163         section.
1164
1165 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1166
1167         PR corefiles/16092
1168         * gdb.texinfo (gcore): Mention new command 'set
1169         use-coredump-filter'.
1170         (set use-coredump-filter): Document new command.
1171
1172 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1173
1174         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1175         documentation, reorder the info os entries in alphabetical order.
1176
1177 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1178
1179         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1180         -data-write-memory-bytes.
1181
1182 2015-03-24  Pedro Alves  <palves@redhat.com>
1183
1184         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1185         mention that threads may sometimes run unlocked.
1186
1187 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1188
1189         * gdb.texinfo (Remote configuration): Document "set/show
1190         serial parity" command.
1191
1192 2015-03-18  Gary Benson <gbenson@redhat.com>
1193
1194         * gdb.texinfo (General Query Packets): Remove documentation
1195         for now-removed vFile:fstat qSupported features.
1196
1197 2015-03-11  Gary Benson <gbenson@redhat.com>
1198
1199         * gdb.texinfo (Remote Configuration): Document the
1200         "set/show remote hostio-fstat-packet" command.
1201         (General Query Packets): Document the vFile:fstat
1202         qSupported features.
1203         (Host I/O Packets): Document the vFile:fstat packet.
1204
1205 2015-03-11  Andy Wingo  <wingo@igalia.com>
1206
1207         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1208
1209 2015-03-04  Pedro Alves  <palves@redhat.com>
1210
1211         * gdb.texinfo (Remote Configuration): Document the "set/show
1212         remote swbreak-feature-packet" and "set/show remote
1213         hwbreak-feature-packet" commands.
1214         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1215         decription.
1216         (Stop Reply Packets): Document the swbreak and hwbreak stop
1217         reasons.
1218         (General Query Packets): Document the swbreak and hwbreak
1219         qSupported features.
1220         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1221
1222 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1223
1224         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1225         under *stopped.
1226
1227 2015-03-02  Doug Evans  <xdje42@gmail.com>
1228
1229         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1230
1231 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1232
1233         * gdb.texinfo (S/390 and System z Features): Describe new feature
1234         "org.gnu.gdb.s390.vx".
1235
1236 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1237
1238         PR gdb/18008
1239         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1240         demangler-warning): Fix typo ("problam").
1241
1242 2015-02-19  David Taylor  <dtaylor@emc.com>
1243
1244         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1245
1246 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1247
1248         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1249         point, DTrace'.
1250         (Static Probe Points): Modified to cover DTrace probes in addition
1251         to SystemTap probes.  Also modified to cover the `enable probe'
1252         and `disable probe' commands.
1253
1254 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1255
1256         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1257         `disable probe' commands.
1258
1259 2015-02-12  David Taylor  <dtaylor@emc.com>
1260
1261         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1262         fields of the QTDV packet.
1263
1264 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1265
1266         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1267         (Process Record and Replay): Describe new set|show commands.
1268         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1269
1270 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1271
1272         * gdb.texinfo (Process Record and Replay): Describe the "record
1273         btrace bts" command.
1274         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1275         (Branch Trace Configuration Format): New.
1276
1277 2015-01-31  Gary Benson <gbenson@redhat.com>
1278             Doug Evans  <dje@google.com>
1279
1280         * gdb.texinfo (Command Completion): Document new
1281         "set/show max-completions" option.
1282
1283 2015-01-31  Doug Evans  <xdje42@gmail.com>
1284
1285         * gdb.texinfo (Symbols): Document new commands
1286         "maint print symbol-cache", "maint print symbol-cache-statistics",
1287         "maint flush-symbol-cache".  Document new option
1288         "maint set symbol-cache-size".
1289
1290 2015-01-31  Doug Evans  <xdje42@gmail.com>
1291
1292         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1293         distinguish script files vs inlined scripts.
1294         * python.texi (Python Auto-loading): Ditto.
1295
1296 2015-01-30  Doug Evans  <dje@google.com>
1297
1298         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1299         string if present.
1300
1301 2015-01-27  Doug Evans  <dje@google.com>
1302
1303         * python.texi (Objfiles In Python): Document Objfile.username.
1304
1305 2015-01-27  Doug Evans  <dje@google.com>
1306
1307         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1308         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1309
1310 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1311
1312         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1313
1314 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1315
1316         * doc/gdb.texinfo (TUI Commands): Document the possible
1317         values of NAME argument to 'winheight' command.  Explain the
1318         effect of 'tabset' setting better.
1319
1320 2015-01-11  Doug Evans  <xdje42@gmail.com>
1321
1322         PR gdb/15830
1323         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1324         (Symbols): Ditto.
1325         (Maintenance Commands): Delete docs for "maint demangle".
1326
1327 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1328
1329         * gdb.texinfo (Files): Remove documentation of the
1330         "add-shared-symbol-files" and "assf" commands.
1331         (Cygwin Native): Remove documentation of the "dll-symbols"
1332         command.
1333
1334 2014-12-17  Doug Evans  <xdje42@gmail.com>
1335
1336         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1337
1338 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1339             Jan Kratochvil  <jan.kratochvil@redhat.com>
1340
1341         * gdb.texinfo (Altering): Update.
1342         (Compiling and Injecting Code): New node.
1343
1344 2014-12-12  Doug Evans  <dje@google.com>
1345
1346         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1347
1348 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1349
1350         * gdb.texinfo: Document "maint print user-registers".
1351
1352 2014-12-08  Doug Evans  <dje@google.com>
1353
1354         * python.texi (Objfiles In Python): Document Objfile.owner.
1355
1356 2014-12-04  Doug Evans  <dje@google.com>
1357
1358         * python.texi (Objfiles In Python): Document
1359         Objfile.add_separate_debug_file.
1360
1361 2014-12-04  Doug Evans  <dje@google.com>
1362
1363         * python.texi (Objfiles In Python): Document Objfile.build_id.
1364
1365 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1366
1367         * python.texi (Events In Python): Document new events
1368         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1369         and RegisterChangedEvent.
1370
1371 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1372
1373         Add add-auto-load-scripts-directory.
1374         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1375         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1376
1377 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1378
1379         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1380         description typo.
1381
1382 2014-10-30  Doug Evans  <dje@google.com>
1383
1384         * python.texi (Progspaces In Python): Document ability to add
1385         random attributes to gdb.Progspace objects.
1386         (Objfiles In Python): Document ability to add random attributes to
1387         gdb.objfile objects.
1388
1389 2014-10-27  Pedro Alves  <palves@redhat.com>
1390
1391         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1392         info on stepping and signal handlers.
1393         (Signals): Explain stepping and signal handlers.  Add context
1394         index entry, and cross references.
1395
1396 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1397
1398         * python.texi (Breakpoints In Python): Add parenthesis after
1399         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1400         that it contains "disable".
1401
1402 2014-10-17  Doug Evans  <dje@google.com>
1403
1404         * python.texi (Events In Python): Document clear_objfiles event.
1405
1406 2014-10-17  Doug Evans  <dje@google.com>
1407
1408         * python.texi (Objfiles In Python): Document new progspace attribute.
1409
1410 2014-10-17  Pedro Alves  <palves@redhat.com>
1411
1412         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1413         (SVR4 Process Information): Delete mention of OSF/1.
1414
1415 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1416
1417         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1418         exit-code field in -list-thread-groups output.
1419
1420 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1421
1422         * gdb.texinfo (Set Breaks): Add missing "@end table".
1423
1424 2014-09-22  Pedro Alves  <palves@redhat.com>
1425
1426         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1427         always-inserted off" is the default mode now.  Delete
1428         documentation of "set breakpoint always-inserted auto".
1429
1430 2014-09-18  Doug Evans  <dje@google.com>
1431
1432         * python.texi (Symbol Tables In Python): Document "producer"
1433         attribute of gdb.Symtab objects.
1434
1435 2014-09-16  Pedro Alves  <palves@redhat.com>
1436
1437         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1438         (Embedded OS): Remove VxWorks menu entry.
1439         (VxWorks): Remove node.
1440
1441 2014-09-13  Doug Evans  <xdje42@gmail.com>
1442
1443         * gdb.texinfo (Signaling): Document new queue-signal command.
1444
1445 2014-09-06  Doug Evans  <xdje42@gmail.com>
1446
1447         PR 15276
1448         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1449         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1450
1451 2014-09-03  Justin Lebar <jlebar@google.com>
1452
1453         * python.texi (Types In Python): Type.template_argument(n) returns a
1454         gdb.Value or a gdb.Type and throws an exception if n is out of
1455         range.
1456
1457 2014-09-03  Sasha Smundak  <asmundak@google.com>
1458
1459         * python.texi (Frames in Python): Add read_register description.
1460
1461 2014-08-04  Tom Tromey  <tromey@redhat.com>
1462
1463         * gdb.texinfo (Debugging Output): Update for change to "set debug
1464         target".
1465
1466 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1467
1468         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1469         * Makefile.in (transform): New variable.
1470         (install-man1, install-man5): Apply $(transform) to man file names.
1471
1472 2014-07-26  Doug Evans  <xdje42@gmail.com>
1473
1474         PR guile/17177
1475         * guile.texi (Guile Pretty Printing API): Fix typo.
1476         Document set-pretty-printers!, pretty-printers.
1477         (Selecting Guile Pretty-Printers): Update.
1478         Mention program-space based pretty-printers.
1479
1480 2014-07-25  Pedro Alves  <palves@redhat.com>
1481             Eli Zaretskii  <eliz@gnu.org>
1482
1483         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1484         with multi-threaded programs.
1485
1486 2014-06-27  Yao Qi  <yao@codesourcery.com>
1487
1488         * gdb.texinfo (Maintenance Commands): Update the output of
1489         'maint print dummy-frames' command.
1490
1491 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1492
1493         * gdb.texinfo (Screen Size): Improve indexing.
1494
1495 2014-06-19  Gary Benson  <gbenson@redhat.com>
1496
1497         * gdb.texinfo (Maintenance Commands): Document new
1498         "maint set/show catch-demangler-crashes" option.
1499
1500 2014-06-19  Gary Benson  <gbenson@redhat.com>
1501
1502         * gdb.texinfo (Maintenance Commands): Document new
1503         "maint demangler-warning" command and new
1504         "maint set/show demangler-warning" option.
1505
1506 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1507
1508         * python.texi (Xmethod API): Add space before the opening
1509         parenthesis in function descriptions.
1510
1511 2014-06-06  Doug Evans  <xdje42@gmail.com>
1512
1513         * guile.texi (Guile Configuration): Document guile-data-directory.
1514
1515 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1516
1517         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1518
1519 2014-06-04  Doug Evans  <xdje42@gmail.com>
1520
1521         * guile.texi (Breakpoints In Guile): Update.
1522
1523 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1524
1525         * python.texi (Xmethod API): Fix reference to "Progspaces In
1526         Python".
1527
1528 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1529
1530         *  python.texi (Xmethods In Python, XMethod API)
1531         (Writing an Xmethod): New nodes.
1532         (Python API): New menu entries "Xmethods In Python",
1533         "Xmethod API", "Writing an Xmethod".
1534
1535 2014-06-02  Doug Evans  <xdje42@gmail.com>
1536
1537         * guile.texi (Guile API): Add entry for Parameters In Guile.
1538         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1539         (Parameters In Guile): New node.
1540
1541 2014-06-02  Doug Evans  <xdje42@gmail.com>
1542
1543         * guile.texi (Guile API): Add entry for Commands In Guile.
1544         (Basic Guile) <parse-and-eval>: Add reference.
1545         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1546         (GDB Scheme Data Types): Mention <gdb:command> object.
1547         (Commands In Guile): New node.
1548
1549 2014-06-02  Doug Evans  <xdje42@gmail.com>
1550
1551         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1552         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1553         (Progspaces In Guile): New node.
1554
1555 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1556
1557         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1558         * python.texi (Frames In Python): Mention
1559         gdb.FRAME_UNWIND_MEMORY_ERROR.
1560
1561 2014-05-29  Pedro Alves  <palves@redhat.com>
1562             Tom Tromey  <tromey@redhat.com>
1563
1564         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1565         from example.
1566         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1567         Mention that target-async is now deprecated.
1568         (Maintenance Commands): Document maint set/show target-async.
1569
1570 2014-05-29  Pedro Alves  <palves@redhat.com>
1571
1572         * observer.texi (sync_execution_done, command_error): New
1573         subjects.
1574
1575 2014-05-29  Pedro Alves  <palves@redhat.com>
1576
1577         PR gdb/13860
1578         * observer.texi (signal_received, end_stepping_range)
1579         (signal_exited, exited, no_history): New observer subjects.
1580
1581 2014-05-26  Andy Wingo  <wingo@igalia.com>
1582
1583         * guile.texi (GDB Scheme Data Types): Remove documentation for
1584         removed interfaces.  Update spelling of gdb-object-kind.
1585
1586 2014-05-26  Andy Wingo  <wingo@igalia.com>
1587
1588         * guile.texi (Basic Guile): Fix some typos.
1589
1590 2014-05-26  Andy Wingo  <wingo@igalia.com>
1591
1592         * guile.texi (Writing a Guile Pretty-Printer)
1593         (Guile Types Module): Fix excess parentheses in use-modules forms.
1594
1595 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1596
1597         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1598         (Breakpoints In Guile, Guile Printing Module)
1599         (Guile Exception Handling, Values From Inferior In Guile)
1600         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1601         Don't use @var at the beginning of a sentence.
1602
1603         * gdb.texinfo (Frame Filter Management, Trace Files)
1604         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1605         (PowerPC Embedded, Define, Annotations for Running)
1606         (IPA Protocol Commands, Packets, General Query Packets)
1607         (Tracepoint Packets, Notification Packets, Environment)
1608         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1609         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1610         (Frames, Backtrace, Selection, Expressions, Registers)
1611         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1612         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1613         (Source Annotations, Using JIT Debug Info Readers, Packets)
1614         (Stop Reply Packets, Host I/O Packets)
1615         (Target Description Format): Don't use @var at the beginning of a
1616         sentence.
1617
1618         * python.texi (Basic Python, Types In Python)
1619         (Commands In Python, Frames In Python, Line Tables In Python)
1620         (Breakpoints In Python, gdb.printing, gdb.types)
1621         (Type Printing API): Don't use @var at the beginning of a
1622         sentence.
1623
1624 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1625
1626         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1627         replay-memory-access".
1628
1629 2014-05-21  Pedro Alves  <palves@redhat.com>
1630
1631         * gdb.texinfo (Starting): Document "set/show
1632         auto-connect-native-target".
1633         (Target Commands): Document "target native".
1634
1635 2014-05-20  Pedro Alves  <palves@redhat.com>
1636
1637         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1638         not be remote specific.  Add cross reference to the qCRC packet.
1639         (Separate Debug Files): Update cross reference to the qCRC packet.
1640         (General Query Packets) <qCRC packet>: Add anchor.
1641
1642 2014-05-17  Doug Evans  <xdje42@gmail.com>
1643
1644         Copy over changes from guile.texi.
1645         * python.texi (Basic Python) <gdb.execute>: Add text.
1646         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1647         (Values From Inferior) <Python string>: Add text.
1648         (Values From Inferior) <Value.string>: Clarify string length handling.
1649         (Pretty Printing API): Add cindex.
1650         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1651         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1652         @vindex.
1653         (Commands In Python) <COMPLETE_*>: Similarly.
1654         (Symbols In Python) <SYMBOL_*>: Similarly.
1655         (Breakpoints In Python) <WP_*>: Similarly.
1656         (Breakpoints In Python) <BP_*>: Similarly.
1657
1658 2014-05-17  David Taylor <dtaylor@emc.com>
1659
1660         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1661         mentioned in the qfThreadInfo reply.
1662
1663 2014-05-16  Doug Evans  <dje@google.com>
1664
1665         * gdb.texinfo (Mode Options): Add -D.
1666
1667 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1668
1669         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1670         "make -C".
1671
1672 2014-04-29  Tom Tromey  <tromey@redhat.com>
1673
1674         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1675         "show debug varobj".
1676
1677 2014-05-01  David Taylor  <dtaylor@emc.com>
1678
1679         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1680         option.
1681
1682 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1683             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1684
1685         * gdb.texinfo (i386 Features): Add description of AVX512
1686         registers.
1687
1688 2014-03-31  Doug Evans  <dje@google.com>
1689
1690         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1691
1692 2014-03-30  Doug Evans  <dje@google.com>
1693
1694         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1695         (Background Execution): Ditto.
1696
1697 2014-03-21  Pedro Alves  <palves@redhat.com>
1698             Stan Shebs  <stan@codesourcery.com>
1699             Hui Zhu  <hui@codesourcery.com>
1700
1701         * gdb.texinfo (Packets): Add anchor to "? packet".
1702         Remove fixme and update introduction of "k packet".
1703         Add anchor to "vKill packet".
1704
1705 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1706
1707         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1708
1709 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1710
1711         * guile.texi (Basic Guile): Document 'history-append!'.
1712
1713 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1714
1715         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1716         and "assf" as being deprecated.
1717         (Cygwin Native): Likewise for "dll-symbols".
1718         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1719         as a way to force the loading of symbols from a DLL.
1720
1721 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1722
1723         * python.texi (Values From Inferior): Add description about the
1724         new feature.
1725
1726 2014-02-17  Doug Evans  <xdje42@gmail.com>
1727
1728         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1729         * gdb.texinfo (Python): Moved to ...
1730         * python.texi: ... here.  New file.
1731
1732 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1733
1734         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1735         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1736         parameter to 'str-lookup-function' procedure.  Look for
1737         the "std::string<" prefix.
1738         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1739         Adjust description.
1740
1741 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1742
1743         * guile.texi (Values From Inferior In Guile): Remove stray
1744         parantheses for deffn.
1745         (Disassembly In Guile): Ditto.
1746
1747 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1748
1749         Add Doxygen support.
1750         * Makefile.in (doxy): New action, generates Doxygen files.
1751         (DOXYGEN): New.
1752         (doxyedit): New.
1753         * Doxyfile-base.in: New file.
1754         * Doxyfile-gdb-api.in: New file.
1755         * Doxyfile-gdb-xref.in: New file.
1756         * Doxyfile-gdbserver.in: New file.
1757         * doxy-index.in: New file.
1758         * filter-for-doxygen: New file.
1759         * filter-params.pl: New file.
1760
1761 2014-02-10  Doug Evans  <xdje42@gmail.com>
1762
1763         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1764         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1765         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1766         (Guile docs): Include guile.texi.
1767         (objfile-gdbdotext file): Add objfile-gdb.scm.
1768         (dotdebug_gdb_scripts section): Mention Guile scripts.
1769         (Multiple Extension Languages): New node.
1770         * guile.texi: New file.
1771
1772 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1773
1774         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1775         ignore-descriptive-types". commands.
1776
1777 2014-01-22  Doug Evans  <dje@google.com>
1778
1779         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1780         (gdbserver man): Ditto.
1781
1782 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1783
1784         * gdb.texinfo: Document limited reverse/replay support
1785         for target record-btrace.
1786
1787 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1788
1789         * gdb.texinfo (Process Record and Replay): Update documentation.
1790
1791 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1792
1793         * gdb.texinfo (Process Record and Replay): Document new /c
1794         modifier accepted by "record function-call-history".
1795         Add /i modifier to "record function-call-history" example.
1796
1797 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1798             Joel Brobecker  <brobecker@adacore.com>
1799
1800         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1801         markers.  Remove one that was misplaced.
1802
1803 2014-01-10  Pedro Alves  <palves@redhat.com>
1804
1805         * gdb.texinfo (Your Program's Environment) <set environment>:
1806         Mention the shell, and point at 'set exec-wrapper'.
1807
1808 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1809
1810         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1811
1812 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1813
1814         * gdb.texinfo (Types In Python): Clarify the documentation
1815         of attribute gdb.Field.bitpos.
1816
1817 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1818
1819         * gdb.texinfo (Types In Python): Fix the documentation of
1820         attribute "bitpos" in class gdb.Field for enum types.  Add
1821         documentation for attribute "enumval" in that same class.
1822
1823 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1824
1825         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1826         @ftable.
1827
1828 2013-12-23  Doug Evans  <xdje42@gmail.com>
1829
1830         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1831         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1832         corresponding section in Extending GDB.
1833         (Extending GDB): Move menu up.  New menu item "Auto-loading
1834         extensions".
1835         (Sequences): New menu item "Auto-loading sequences".
1836         (Auto-loading sequences): New node.
1837         (Python): Rename section from Scripting GDB to Extending GDB.
1838         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1839         Move docs on ways to auto-load extensions to ...
1840         (Auto-loading extensions): ... here.  New node.
1841
1842 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1843
1844         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1845         in menu.
1846         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1847         command, now in a new node.
1848         (GDB/MI Support Commands): New node, with its contents being
1849         extracted from the "GDB/MI Miscellaneous Commands" node.
1850         A small paragraph introducing the section is also added at
1851         the start.
1852         (GDB/MI Miscellaneous Commands): Delete the description of the
1853         -info-gdb-mi-command, -list-features and -list-target-features
1854         commands, now hosted in the "GDB/MI Support Commands" node.
1855
1856 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1857
1858         PR python/16113
1859         * gdb.texinfo (Values From Inferior): Add a note about using
1860         gdb.Field objects as subscripts on gdb.Value objects.
1861         (Types In Python): Add description about the new attribute
1862         "parent_type" of gdb.Field objects.
1863
1864 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1865
1866         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1867         entry for section docuumenting the -list-features GDB/MI command.
1868
1869 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1870
1871         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1872         "exec-run-start-option" entry in the output of the "-list-features"
1873         command.
1874
1875 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1876
1877         * gdb.texinfo (i386): Fix yesterday's commit.
1878
1879 2013-12-03  Tom Tromey  <tromey@redhat.com>
1880
1881         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1882         documented here.
1883
1884 2013-12-03  Tom Tromey  <tromey@redhat.com>
1885
1886         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1887
1888 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1889
1890         * gdb.texinfo (i386 Features): Add MPX feature registers.
1891         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1892         a subsubsection for MPX and describes the display of the
1893         boundary registers.
1894
1895 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1896
1897         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1898         documentation of the "ada-exceptions" entry.
1899
1900 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1901
1902         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1903         "^error" result record concerning the error message.  Document
1904         the error code that may also be part of that result record.
1905         (GDB/MI Miscellaneous Commands): Document the
1906         "undefined-command-error-code" element in the output of
1907         the "-list-features" GDB/MI command.
1908
1909 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1910
1911         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1912         the new -info-gdb-mi-command GDB/MI command.  Document
1913         the meaning of "-info-gdb-mi-command" in the output of
1914         -list-features.
1915
1916 2013-11-29  Pedro Alves  <palves@redhat.com>
1917
1918         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1919         Update comment.
1920
1921 2013-11-24  Yao Qi  <yao@codesourcery.com>
1922
1923         * gdb.texinfo (Caching Remote Data): Document new
1924         "set/show stack-cache" option.
1925
1926 2013-11-24  Yao Qi  <yao@codesourcery.com>
1927
1928         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1929         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1930         "off" respectively.
1931
1932 2013-11-23  Yao Qi  <yao@codesourcery.com>
1933
1934         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1935         of "displayhint" to the table about child results.
1936
1937 2013-11-21  Yao Qi  <yao@codesourcery.com>
1938
1939         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1940         'dynamic' for the output of command -var-list-children.
1941
1942 2013-11-21  Yao Qi  <yao@codesourcery.com>
1943
1944         * gdb.texinfo (Caching Target Data): Remove "see" before
1945         @pxref.
1946
1947 2013-11-20  Yao Qi  <yao@codesourcery.com>
1948
1949         * gdb.texinfo (Caching Target Data): Update doc for
1950         per-address-space dcache.
1951
1952 2013-11-20  Yao Qi  <yao@codesourcery.com>
1953
1954         * gdb.texinfo (Data): Rename menu item.
1955         (Caching Remote Data): Rename to ...
1956         (Caching Target Data): ... it.  Update.
1957
1958 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1959
1960         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1961         "language-option" entry in the output of the "-list-features"
1962         command.
1963
1964 2013-11-15  Tom Tromey  <tromey@redhat.com>
1965
1966         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1967         Add example.
1968
1969 2013-11-14  Tom Tromey  <tromey@redhat.com>
1970
1971         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1972
1973 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1974
1975         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1976         (Context management): Place current subsection text into its own
1977         subsubsection.  Add new subsubsection describing the "--language"
1978         command option.
1979
1980 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1981
1982         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1983         the documentation of "info-ada-exceptions" in the output
1984         of the "-list-features" command.  Add the documentation
1985         of the "ada-exception" entry instead.
1986
1987 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1988
1989
1990         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1991         word of a couple of sentences to start with a capital letter.
1992
1993 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1994
1995         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1996         (Ada Exceptions): New node.
1997         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1998         Commands" node.
1999         (GDB/MI Ada Exceptions Commands): New node.
2000         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2001         field in the output of the "-list-features" command.
2002         * NEWS: Add entry for the new "info exceptions" CLI command,
2003         and for the new "-info-ada-exceptions" GDB/MI command.
2004
2005 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2006
2007         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2008         (Line Tables In Python): New node.
2009
2010 2013-11-08  Doug Evans  <dje@google.com>
2011
2012         * gdb.texinfo (Debugging Output): Update text for
2013         "set debug dwarf2-read".
2014
2015 2013-11-08  Doug Evans  <dje@google.com>
2016
2017         * gdb.texinfo (Debugging Output): Update text for
2018         "set debug symtab-create".
2019
2020 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2021
2022         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2023         constant.
2024
2025 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2026
2027         * gdb.texinfo (Breakpoints In Python): Document temporary
2028         option in breakpoint constructor, and add documentation to the
2029         temporary attribute.
2030
2031 2013-11-07  Yao Qi  <yao@codesourcery.com>
2032
2033         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2034         output of "-var-info-expression".
2035
2036 2013-11-06  Pedro Alves  <palves@redhat.com>
2037
2038         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2039         non-interactive mode.
2040         (Environment) <shell startup files warning>: Mention
2041         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2042         BASH_ENV instead of .bashrc for BASH.
2043
2044 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2045
2046         * gdb.texinfo (Commands to Specify Files): Add description
2047         of the remove-symbol-file command.
2048         * observer.texi: New free_objfile event
2049
2050 2013-10-24  Pedro Alves  <palves@redhat.com>
2051
2052         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2053
2054 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2055
2056         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2057         New subsection inside which the "-catch-load" and "-catch-unload"
2058         commands documentation is now placed.
2059         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2060         documenting the "-catch-assert" and "-catch-exception" new
2061         GDB/MI commands.
2062
2063 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2064
2065         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2066
2067 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2068
2069         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2070         serial baud".
2071         (Remote Configuration): Replace "set remotebaud" by "set serial
2072         baud".  Replace "show remotebaud" by "show serial baud".
2073
2074 2013-10-07  Pedro Alves  <palves@redhat.com>
2075
2076         PR breakpoints/11568
2077         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2078         when the thread is removed from the thread list.
2079
2080 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2081
2082         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2083         Update entry for $_exitcode.
2084
2085 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2086
2087         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2088         new "--start" option.
2089
2090 2013-10-02  Pedro Alves  <palves@redhat.com>
2091
2092         * gdb.texinfo (Registers): Expand description of saved registers
2093         in frames.  Explain <not saved>.
2094
2095 2013-09-25  Doug Evans  <dje@google.com>
2096
2097         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2098
2099 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2100
2101         Remove the internals manual gdbint.texinfo.
2102         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2103         (PDFFILES): Remove gdbint.pdf.
2104         (HTMLFILES): Remove gdbint/index.html.
2105         (HTMLFILES_INSTALL): Remove gdbint.
2106         (GDBINT_DOC_FILES): Remove.
2107         (dvi): Remove gdbint.dvi.
2108         (ps): Remove gdbint.ps.
2109         * gdbint.texinfo: Remove file.
2110         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2111
2112 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2113
2114         * gdb.texinfo (Convenience Functions): Mention new convenience
2115         function $_isvoid.
2116
2117 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2118
2119         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2120         (Standard Target Features): Add new node to menu.
2121         (S/390 and System z Features): New node.
2122
2123 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2124
2125         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2126         -list-target-features in the example.
2127
2128 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2129
2130         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2131         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2132
2133 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2134
2135         Sync documentation with gdb.base/gnu-debugdata.exp.
2136         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2137
2138 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2139
2140         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2141
2142 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2143             Yao Qi  <yao@codesourcery.com>
2144
2145         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2146         Document new --skip-unavailable option.
2147         <-stack-list-variables>: Document new --skip-unavailable option.
2148
2149 2013-08-26  Doug Evans  <dje@google.com>
2150
2151         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2152         an optional regexp.
2153
2154 2013-08-13  Tom Tromey  <tromey@redhat.com>
2155
2156         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2157         Document GDB_PARALLEL and GDB_INOTIFY.
2158
2159 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2160
2161         * LRS: Remove file, describes a long-abandoned live-range
2162         splitting extension to stabs.
2163
2164 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2165
2166         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2167
2168 2013-07-17  Doug Evans  <dje@google.com>
2169
2170         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2171
2172 2013-07-02  Tom Tromey  <tromey@redhat.com>
2173
2174         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2175
2176 2013-06-28  Tom Tromey  <tromey@redhat.com>
2177
2178         * Makefile.in (version.subst): Use version.in, not
2179         common/version.in.
2180         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2181         Likewise.
2182
2183 2013-06-27  Pedro Alves  <palves@redhat.com>
2184
2185         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2186         dynamic symbol resolution code>: New section, based on infrun.c
2187         comment.
2188
2189 2013-06-26  Tom Tromey  <tromey@redhat.com>
2190
2191         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2192         Update.
2193         (Releasing GDB): Likewise.
2194
2195 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2196             Yao Qi  <yao@codesourcery.com>
2197
2198         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2199         -trace-frame-collected.
2200
2201 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2202
2203         * gdb.texinfo (Traceframe Info Format): Document tvar element
2204         and its attributes.
2205
2206 2013-06-25  Yao Qi  <yao@codesourcery.com>
2207
2208         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2209
2210 2013-06-24  Tom Tromey  <tromey@redhat.com>
2211
2212         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2213         (GDBvn.texi): Use version.subst.
2214         (version.subst): New target.
2215         (mostlyclean): Remove version.subst.
2216
2217 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2218
2219         * gdb.texinfo (GDB/MI Data Manipulation)
2220         <-data-list-register-values>: Document the --skip-unavailable
2221         option.
2222
2223 2013-06-07  Yao Qi  <yao@codesourcery.com>
2224
2225         * gdb.texinfo (Symbols): Add kindex and cindex for
2226         'maint print msymbols'.
2227
2228 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2229
2230         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2231         response field name (thread-group to inferior).
2232
2233 2013-06-04 Gary Benson  <gbenson@redhat.com>
2234
2235         * gdb.texinfo (General Query Packets/qSupported): Added
2236         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2237         to the table of currently defined stub features.
2238         Added a more detailed entry for "augmented-libraries-svr4-read".
2239         (General Query Packets/qXfer:libraries-svr4:read): Documented
2240         the augmented form of this packet.
2241
2242 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2243
2244         * gdb.texinfo (System-wide Configuration Scripts): Renames
2245         "Installed System-wide Configuration Scripts". Add associated
2246         @menu block.
2247
2248 2013-05-23  Yao Qi  <yao@codesourcery.com>
2249             Pedro Alves  <palves@redhat.com>
2250
2251         * gdb.texinfo (Packets): Document 'vCont;r'.
2252         (Continuing and Stepping): Document target-assisted range
2253         stepping, and the 'set range-stepping' and 'show range-stepping'
2254         commands.
2255
2256 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2257
2258         * gdb.texinfo (Installed System-wide Configuration Scripts):
2259         Add subsection describing the scripts now available under
2260         the data-dir's system-gdbbinit subdirectory.
2261         * NEWS: Add entry announcing the availability of system-wide
2262         configuration scripts for ElinOS and Wind River Linux.
2263
2264 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2265
2266         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2267         "-dprintf-insert" command.
2268
2269 2013-05-17  Doug Evans  <dje@google.com>
2270
2271         * gdb.texinfo (Maintenance Commands): Update doc for
2272         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2273         "maint expand-symtabs".
2274
2275 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2276
2277         * gdb.texinfo (Process Record and Replay): Document the
2278         "record goto" command and its sub-commands.
2279
2280 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2281
2282         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2283         (Python API): Add Frame Filters API, Frame Wrapper API,
2284         Writing a Frame Filter/Wrapper, Managing Management of Frame
2285         Filters chapter entries.
2286         (Frame Filters API): New Node.
2287         (Frame Wrapper API): New Node.
2288         (Writing a Frame Filter): New Node.
2289         (Managing Frame Filters): New Node.
2290         (Progspaces In Python): Add note about frame_filters attribute.
2291         (Objfiles in Python): Ditto.
2292         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2293         @anchors and --no-frame-filters option to -stack-list-variables,
2294         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2295         commands.
2296
2297 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2298
2299         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2300         Support" subsection documenting the XML format used to transfer
2301         shared library info on AIX.
2302
2303 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2304
2305         * gdb.texinfo (Debugging Output): Add documentation of
2306         "set debug aix-solib" and "show debug aix-solib" commands.
2307
2308 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2309
2310         * gdb.texinfo (Nios II): New section.
2311         (Nios II Features): New section.
2312
2313 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2314
2315         * gdbint.texinfo (Algorithms): Remove entries documenting
2316         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2317         SOLIB_CREATE_INFERIOR_HOOK.
2318
2319 2013-04-29  Tom Tromey  <tromey@redhat.com>
2320
2321         PR python/14204:
2322         * gdb.texinfo (Python API): Fix menu entry.
2323         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2324         Define global and static block.  Add example.  Clarify
2325         block relationship for inline functions.
2326
2327 2013-04-29  Tom Tromey  <tromey@redhat.com>
2328
2329         * gdb.texinfo (Python API): Mention Python help and keyword
2330         arguments.  Move pagination text to Basic Python.
2331         (Basic Python): Put pagination text here.  Document
2332         close-on-exec, SIGCHLD, and SIGINT.
2333
2334 2013-04-19  Pedro Alves  <palves@redhat.com>
2335
2336         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2337         "signedness" instead of "signness".
2338
2339 2013-04-19  Pedro Alves  <palves@redhat.com>
2340
2341         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2342         -Wno-pointer-sign text with text on -Wpointer-sign.
2343
2344 2013-04-16  Tom Tromey  <tromey@redhat.com>
2345
2346         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2347         GCC that has the SDT probe points.
2348
2349 2013-04-15  Tom Tromey  <tromey@redhat.com>
2350
2351         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2352         exception catchpoints.
2353
2354 2013-04-15  Tom Tromey  <tromey@redhat.com>
2355
2356         * gdb.texinfo (Set Catchpoints): Document $_exception.
2357         (Convenience Vars): Mention $_exception.
2358
2359 2013-04-15  Tom Tromey  <tromey@redhat.com>
2360
2361         * gdb.texinfo (Set Catchpoints): Reorganize exception
2362         catchpoints.  Document "catch rethrow".
2363         (Debugging C Plus Plus): Mention "catch rethrow".
2364
2365 2013-04-15  Tom Tromey  <tromey@redhat.com>
2366
2367         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2368
2369 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2370             Eli Zaretskii  <eliz@gnu.org>
2371
2372         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2373         line below the sample output.
2374
2375 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2376
2377         * gdb.texinfo (Mode Options): Document '-configuration'.
2378         (Help): Document "show configuration".
2379         (Bug Reporting): Add requirements to include the configuration
2380         details in bug reports.
2381
2382 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2383
2384         * Makefile.in (MAN1S): Add gcore.1.
2385         Remove "Host, target, and site specific Makefile fragments" comment.
2386         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2387         (install-man1, uninstall-man1): Conditionalize gcore.1.
2388         (gcore.1): New.
2389         * gdb.texinfo (Man Pages): Add gcore man.
2390         (gcore man): New node.
2391
2392 2013-04-10  Pedro Alves  <palves@redhat.com>
2393
2394         * gdb.texinfo (Process Record and Replay): Document that "set
2395         record full insn-number-max", "set record
2396         instruction-history-size" and "set record
2397         function-call-history-size" accept "unlimited".
2398         (Backtrace): Document that "set backtrace limit" accepts
2399         "unlimited".
2400         (List): Document that "set listsize" accepts "unlimited".
2401         (Print Settings)" Document that "set print max-symbolic-offset",
2402         "set print elements" and "set print repeats" accept "unlimited".
2403         (Starting and Stopping Trace Experiments): Document that "set
2404         trace-buffer-size" accepts "unlimited".
2405         (Remote Configuration): Document that "set tcp connect-timeout"
2406         accepts "unlimited".
2407         (Command History): Document that "set history size" accepts
2408         "unlimited".
2409         (Screen Size): Document that "set height" and "set width" accepts
2410         "unlimited".  Adjust "set pagination"'s description to suggest
2411         "set height unlimited" instead of "set height 0".
2412
2413 2013-04-10  Yao Qi  <yao@codesourcery.com>
2414
2415         * gdb.texinfo (Trace Files): Add "target ctf".
2416
2417 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2418
2419         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2420
2421         * Makefile.in (install-man1, install-man5, uninstall-man1)
2422         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2423
2424         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2425
2426 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2427             Eli Zaretskii  <eliz@gnu.org>
2428
2429         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2430         parameters order.  Remove "On some targets" for --attach.  Document the
2431         --multi parameter and extended-remote command.  Document all the
2432         options.
2433
2434 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2435
2436         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2437         the list of supported languages.
2438
2439 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2440
2441         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2442         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2443         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2444         (diststuff): Add man.
2445         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2446         (uninstall-man5): New.
2447         (STAGESTUFF): Add *.1 and *.5.
2448         (GDBvn.texi): Add SYSTEM_GDBINIT.
2449         (gdb.1, gdbserver.1, gdbinit.5): New.
2450         (maintainer-clean realclean): Add $(MANS).
2451         (install): Add install-man.
2452         (uninstall): Add uninstall-man.
2453         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2454         (@copying): Wrap it by @c man begin COPYRIGHT.
2455         (Top): Add Man Pages.
2456         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2457
2458 2013-04-02  Pedro Alves  <palves@redhat.com>
2459
2460         * gdb.texinfo (Debugging Output): Document "set/show debug
2461         aarch64", "set/show debug coff-pe-read" and "set/show debug
2462         mach-o".
2463
2464 2013-04-02  Pedro Alves  <palves@redhat.com>
2465
2466         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2467         table>: Add entry for "trace-buffer-size".
2468
2469 2013-03-28  Pedro Alves  <palves@redhat.com>
2470
2471         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2472         table>: Add entry for "trace-status".
2473
2474 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2475
2476         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2477         @bullet", which is invalid (makeinfo 5.1 barfs).
2478
2479 2013-03-28  Pedro Alves  <palves@redhat.com>
2480
2481         PR gdb/15294
2482
2483         * gdb.texinfo (List) <set listsize>: Adjust to document that
2484         listsize 0 means no limit, and remove mention of -1.
2485
2486 2013-03-22  Yao Qi  <yao@codesourcery.com>
2487
2488         * gdb.texinfo (Embedded Processors): Remove menu item
2489         "OpenRISC 1000".
2490         (OpenRISC 1000): Remove.
2491
2492 2013-03-21  Doug Evans  <dje@google.com>
2493
2494         * gdb.texinfo (Maintenance Commands): Add docs for
2495         "mt set per-command {space,time,symtab} {on,off}".
2496
2497 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2498             Yao Qi  <yao@codesourcery.com>
2499
2500         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2501
2502 2013-03-13  Keith Seitz  <keiths@redhat.com>
2503
2504         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2505         "maint agent" reference to Dynamic printf.
2506
2507 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2508
2509         * gdb.texinfo (General Query Packets): Don't use colon in index
2510         entries visible to Info format.
2511
2512 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2513
2514         * gdb.texinfo (Process Record and Replay): Document record
2515         changes.
2516
2517 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2518
2519         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2520         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2521         qXfer:btrace:read.
2522
2523 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2524
2525         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2526         use colons in @anchor and @cindex entries.
2527
2528 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2529
2530         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2531
2532 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2533             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2534
2535         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2536         trace-buffer-size set and show commands.
2537         (Tracepoint Packets): Document QTBuffer:size.
2538         (General Query Packets): Document QTBuffer:size.
2539
2540 2013-02-21  Tom Tromey  <tromey@redhat.com>
2541
2542         * gdb.texinfo: Remove bad @syncodeindex.
2543         (Values From Inferior, Types In Python, Inferiors In Python)
2544         (Events In Python, Threads In Python, Frames In Python, Blocks In
2545         Python, Symbols In Python, Symbol Tables In Python): Remove
2546         @tables.
2547         (Packets, General Query Packets, Tracepoint Packets)
2548         (Host I/O Packets): Use @w{} for empty @item.
2549
2550 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2551
2552         * gdb.texinfo (Architectures In Python): Add description about
2553         the new method gdb.Architecture.disassemble.
2554
2555 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2556             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2557
2558         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2559         Document the "trace-file" field.
2560
2561 2013-02-07  Doug Evans  <dje@google.com>
2562
2563         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2564         command.
2565
2566 2013-02-06  Yao Qi  <yao@codesourcery.com>
2567
2568         * gdb.texinfo (GDB/MI Async Records): Document new MI
2569         notification "=tsv-modified".  Update the document of MI
2570         notification "=tsv-created".
2571         * observer.texi (GDB Observers): New observer tsv_modified.
2572         Update observer tsv_created and tsv_delete.
2573
2574 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2575
2576         * gdb.texinfo (AArch64 Features): New section; document
2577         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2578         (Architectures): Add new AArch64 section to document AArch64
2579         architecture specific commands.
2580         (ABI): Add description of the new OS ABI "Newlib" and its influence
2581         on the longjmp handling.
2582
2583 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2584             Jan Kratochvil  <jan.kratochvil@redhat.com>
2585
2586         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2587         variable in 'set/show backtrace' section.
2588
2589 2013-01-31  Tom Tromey  <tromey@redhat.com>
2590
2591         * gdb.texinfo (Target Commands): Fix typo.
2592
2593 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2594
2595         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2596         describing the gdb.Architecture class.
2597         (Frames In Python): Add description about the new method
2598         gdb.Frame.architecture().
2599
2600 2013-01-23  Doug Evans  <dje@google.com>
2601
2602         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2603
2604 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2605
2606         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2607         'thread-groups' field when printing a breakpoint in MI.
2608
2609 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2610         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2611         to reflect that jit-reader-load now supports absolute file-names.
2612
2613 2013-01-16  Tom Tromey  <tromey@redhat.com>
2614
2615         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2616         (Signals): Likewise.
2617
2618 2013-01-16  Tom Tromey  <tromey@redhat.com>
2619
2620         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2621         "catch-type" field.
2622         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2623
2624 2013-01-07  Tom Tromey  <tromey@redhat.com>
2625
2626         * gdb.texinfo (Mode Options): Don't mention -epoch.
2627         (Data, Emacs): Remove obsolete comments.
2628
2629 2013-01-02  Tom Tromey  <tromey@redhat.com>
2630
2631         * gdb.texinfo (GDB/MI Output Records): Update menu.
2632         (GDB/MI Breakpoint Information): New node.
2633         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2634         <-break-insert>: Likewise.
2635
2636 2012-12-31  Yao Qi  <yao@codesourcery.com>
2637
2638         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2639         (Packets): Move "vStopped" packet to ...
2640         (Notification Packets): ... here.  Describe the components
2641         of notification.  Add a table of supported notifications.
2642         Add an example on the process of he async notification.
2643
2644 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2645
2646         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2647         present.
2648         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2649         fullname output always present.
2650
2651 2012-12-23  Pierre Muller  <muller@sourceware.org>
2652
2653         * gdbint.texinfo (Function prototypes): Require use of "extern"
2654         modifier for function prototypes in headers.
2655
2656 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2657
2658         * refcard.tex: Update copyright notice to GPL v3 or later.
2659         Update contact info.
2660
2661 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2662
2663         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2664
2665 2012-12-15  Yao Qi  <yao@codesourcery.com>
2666
2667         * gdb.texinfo (Debugging Output): Document 'set debug
2668         notification' and 'show debug notification'.
2669
2670 2012-12-15  Yao Qi  <yao@codesourcery.com>
2671
2672         * gdb.texinfo (Listing Tracepoints): New item and example about
2673         'installed on target' output.
2674         Add more in the example about 'installed on target'.
2675         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2676
2677 2012-12-14  Tom Tromey  <tromey@redhat.com>
2678
2679         * gdb.texinfo (SVR4 Process Information): Mention core files.
2680
2681 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2682
2683         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2684
2685 2012-12-11  Pedro Alves  <palves@redhat.com>
2686
2687         * gdb.texinfo: Remove all mentions of Unixware throughout.
2688
2689 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2690
2691         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2692
2693 2012-11-29  Tom Tromey  <tromey@redhat.com>
2694
2695         * gdb.texinfo (SVR4 Process Information): Document missing
2696         "info proc" subcommands.
2697
2698 2012-11-29  Yao Qi  <yao@codesourcery.com>
2699
2700         PR gdb/1477.
2701         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2702         to 'auto' instead of 'gnu'.
2703
2704 2012-11-26  Tom Tromey  <tromey@redhat.com>
2705
2706         * gdb.texinfo (MiniDebugInfo): New node.
2707         (GDB Files): Update.
2708
2709 2012-11-16  Doug Evans  <dje@google.com>
2710
2711         * gdb.texinfo (System-wide configuration): If the system-wide init
2712         file lives in the data-directory, and --data-directory is provided,
2713         look for it there.
2714
2715 2012-11-15  Tom Tromey  <tromey@redhat.com>
2716
2717         * gdb.texinfo (Signaling): Fix typo.
2718
2719 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2720
2721         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2722         parameter "count" of -data-write-memory-bytes, and add an example.
2723
2724 2012-11-12  Tom Tromey  <tromey@redhat.com>
2725
2726         * gdb.texinfo (Symbols): Document "info type-printers",
2727         "enable type-printer" and "disable type-printer".
2728         (Python API): Add new node to menu.
2729         (Type Printing API): New node.
2730         (Progspaces In Python): Document type_printers field.
2731         (Objfiles In Python): Likewise.
2732         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2733         register_type_printer, TypePrinter>: Document.
2734
2735 2012-11-12  Tom Tromey  <tromey@redhat.com>
2736
2737         * gdb.texinfo (Symbols): Document "set print type methods",
2738         "set print type typedefs", and flags to ptype and whatis.
2739
2740 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2741
2742         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2743         the example -data-disassemble output.  Extend the description of
2744         the -data-disassemble results to document all fields.  Document
2745         the cli disassemble command as being related to -data-disassemble.
2746
2747 2012-11-09  Yao Qi  <yao@codesourcery.com>
2748
2749         PR gdb/14777.
2750         * gdb.texinfo (OS Information): Remove doc on command
2751         'info udot'.
2752
2753 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2754
2755         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2756         gdb.ini warning for Windows port.
2757
2758 2012-11-08  Yao Qi  <yao@codesourcery.com>
2759
2760         * gdb.texinfo (Search): Add kindex for 'fo'.
2761
2762 2012-11-05  Tom Tromey  <tromey@redhat.com>
2763
2764         PR python/14802:
2765         * gdb.texinfo (Functions In Python): Add example.
2766
2767 2012-11-03  Yao Qi  <yao@codesourcery.com>
2768
2769         * observer.texi (GDB Observers): Remove observer
2770         'tracepoint_modified', 'tracepoint_created' and
2771         'tracepoint_deleted'.
2772
2773 2012-10-26  Tom Tromey  <tromey@redhat.com>
2774
2775         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2776
2777 2012-10-25  Tom Tromey  <tromey@redhat.com>
2778
2779         * gdb.texinfo (General Query Packets): Use @itemx.
2780
2781 2012-10-17  Yao Qi  <yao@codesourcery.com>
2782
2783         * observer.texi (GDB Observers): Update observer
2784         'memory_changed'.
2785         * gdb.texinfo (GDB/MI Async Records): Document for
2786         "memory-changed" notification.
2787
2788 2012-10-15  Doug Evans  <dje@google.com>
2789
2790         * gdb.texinfo (Mode Options): Document -nh.
2791         Elaborate on docs for -nx.
2792
2793 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2794
2795         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2796
2797 2012-09-21  Yao Qi  <yao@codesourcery.com>
2798             Pedro Alves  <palves@redhat.com>
2799
2800         * gdb.texinfo (GDB/MI Async Records): Document notification
2801         'record-started' and 'record-stopped'.
2802         * observer.texi (GDB Observers): New observer 'record-changed'.
2803
2804 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2805
2806         * gdb.texinfo: Document the removal of SH's 'regs' command.
2807
2808 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2809
2810         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2811
2812 2012-09-18  Yao Qi  <yao@codesourcery.com>
2813
2814         * gdb.texinfo (GDB/MI Async Records): Document new MI
2815         notifications '=tsv-created' and '=tsv-deleted'.
2816         * observer.texi (GDB Observers): New observer tsv_created and
2817         tsv_deleted.
2818
2819 2012-09-18  Yao Qi  <yao@codesourcery.com>
2820
2821         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2822         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2823         '=traceframe-changed'.
2824
2825 2012-09-17  Yao Qi  <yao@codesourcery.com>
2826
2827         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2828         'set listsize'.
2829
2830 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2831             Eli Zaretskii  <eliz@gnu.org>
2832
2833         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2834         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2835         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2836
2837 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2838
2839         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2840
2841 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2842
2843         Document how to return from "python-interactive" to GDB.
2844         * gdb.texinfo (Python Commands): Update documentation.
2845
2846 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2847
2848         Add a new "python-interactive" command that starts a standard
2849         Python interactive prompt with "pi" as alias, and add "py" as
2850         an alias to "python".
2851         * gdb.texinfo (Python Commands): Document the new commands.
2852
2853 2012-08-22  Tom Tromey  <tromey@redhat.com>
2854
2855         * gdbint.texinfo (Host Definition): Remove documentation for
2856         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2857
2858 2012-08-17  Keith Seitz  <keiths@redhat.com>
2859
2860         PR c++/13356
2861         * gdb.texinfo (Type and Range Checking): Remove warning.
2862         Remove spurious commas.
2863         Update text and examples for re-implementation of set/show
2864         check type.
2865         (C and C++ Type and Range Checks): Likewise.
2866
2867 2012-08-16  Yao Qi  <yao@codesourcery.com>
2868
2869         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2870         is deprecated.
2871
2872 2012-08-13  Doug Evans  <dje@google.com>
2873
2874         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2875         to include functions.
2876
2877 2012-08-10  Doug Evans  <dje@google.com>
2878
2879         * gdb.texinfo (Convenience Funs): New node.
2880         (Types In Python): Document Type.vector.
2881
2882 2012-08-09  Yao Qi  <yao@codesourcery.com>
2883
2884         * observer.texi: New observer command_param_changed.
2885         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2886
2887 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2888
2889         * gdbint.texinfo (Debugging GDB): In section
2890         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2891         Mention also gdb-gdb.py.
2892
2893 2012-08-07  Yao Qi  <yao@codesourcery.com>
2894
2895         Revert the folloing patch:
2896         2012-08-06  Yao Qi  <yao@codesourcery.com>
2897         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2898         remote hardware-watchpoint-limit' and 'set
2899         remote hardware-breakpoint-limit'.
2900
2901 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2902
2903         * gdb.texinfo (Working Directory): Added information about new
2904         default argument for 'cd' command.
2905
2906 2012-08-06  Yao Qi  <yao@codesourcery.com>
2907
2908         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2909         remote hardware-watchpoint-limit' and 'set
2910         remote hardware-breakpoint-limit'.
2911
2912 2012-08-06  Yao Qi  <yao@codesourcery.com>
2913
2914         Fix PR14371.
2915
2916         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2917         '=breakpoint-deleted'.
2918
2919 2012-08-02  Yao Qi  <yao@codesourcery.com>
2920
2921         * gdb.texinfo (Native): Remove node Neutrino.
2922
2923 2012-07-27  Yao Qi  <yao@codesourcery.com>
2924
2925         * gdb.texinfo (IPA Protocol Commands): Document new command
2926         'close'.
2927
2928 2012-07-25  Tom Tromey  <tromey@redhat.com>
2929
2930         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2931
2932 2012-07-20  Doug Evans  <dje@google.com>
2933
2934         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2935         (Index Files): Document how to control the use of deprecated index
2936         sections.
2937         (Index Section Format): Replace --use-deprecated-index-sections with
2938         "set use-deprecated-index-sections on".
2939
2940 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2941
2942         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2943         indices into a single node "Index".  Instead, join function and
2944         variable indices into a single index, separate from the concept
2945         index.  Requested in
2946         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2947         (Top): Update the top-level menu: instead of one "Index" there are
2948         now separate entries "Concept Index" and "Function and Variable
2949         Index".
2950         (Concept Index, Function and Variable Index): New nodes.
2951         (Index): Node deleted.
2952
2953 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2954
2955         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2956         and "maint agent-eval".
2957
2958 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2959
2960         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2961         avoid file-name clashes between Index.html and index.html on
2962         case-insensitive filesystems.  See the discussion starting in
2963         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2964         details of the problem.
2965         (Top): Update the master menu for the above.
2966         (Concept Index, Command and Variable Index): New nodes, instead of
2967         the old "Index" node that was deleted.  All cross-references
2968         updated.
2969
2970 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2971
2972         * gdb.texinfo (Dynamic Printf): Mention agent style and
2973         disconnected dprintf.
2974         (Maintenance Commands): Describe maint agent-printf.
2975         (General Query Packets): Mention BreakpointCommands feature.
2976         (Packets): Document commands extension to Z0 packet.
2977         * agentexpr.texi (Bytecode Descriptions): Document printf
2978         bytecode.
2979
2980 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2981
2982         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2983         only after gdbinit files.
2984         (Startup): Move -iex and -iex commands down after gdbinit files.
2985
2986 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2987
2988         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2989         possibility.
2990
2991 2012-06-29  Tom Tromey  <tromey@redhat.com>
2992
2993         * gdb.texinfo (Index Section Format): Update for version 7.
2994
2995 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2996
2997         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2998         example, add note about title column.
2999
3000 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3001
3002         * gdb.texinfo (Symbol Tables In Python): Add description about
3003         the new 'last' attribute of gdb.Symtab_and line.
3004
3005 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3006
3007         * gdb.texinfo (Symbol Tables In Python): Correct the description
3008         of the 'pc' attribute of gdb.Symtab_and_line.
3009
3010 2012-06-26  Doug Evans  <dje@google.com>
3011
3012         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3013         and symtab-create.
3014
3015 2012-06-25  Keith Seitz  <keiths@redhat.com>
3016
3017         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3018         from example.  Remove "rbreak" from list of corresponding
3019         gdb commands.
3020
3021 2012-06-23  Doug Evans  <dje@google.com>
3022
3023         * gdb.texinfo (Index Section Format): Document version 7 format.
3024
3025 2012-06-22  Yao Qi  <yao@codesourcery.com>
3026
3027         * gdb.texinfo: Add missing cindex for some packets.
3028
3029 2012-06-20  Keith Seitz  <keiths@redhat.com>
3030
3031         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3032         for -break-insert and document -p.
3033
3034 2012-06-20  Yao Qi  <yao@codesourcery.com>
3035
3036         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3037         and "gdb.write_memory" with "Inferior.read_memory" and
3038         "Inferior.write_memory".
3039
3040 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3041
3042         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3043         (Free Documentation): Add @node line.
3044         (Continuing and Stepping) <advance location>: Use @item instead of
3045         @itemx.
3046         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3047         @itemx.
3048         (Embedded Processors): Put the link to "PA" to its correct place,
3049         according to document structure.
3050         (Python API): Put the link to "Lazy Strings In Python" to its
3051         correct place.
3052         (Index): Use @@ in @tex block to get a literal @.
3053
3054         * gdbint.texinfo: Fix the @subtitle line.
3055
3056         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3057         correct place.
3058
3059 2012-06-08  Yao Qi  <yao@codesourcery.com>
3060
3061         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3062         Protocol'.
3063         (In-Process Agent Protocol, IPA Protocol Objects)
3064         (IPA Protocol Commands): New nodes.
3065         (Tracepoint Packets): Add anchors.
3066
3067 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3068
3069         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3070
3071 2012-06-06  Yao Qi  <yao@codesourcery.com>
3072
3073         * gdb.texinfo: Update copyright year.
3074
3075 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3076             Kwok Cheung Yeung  <kcy@codesourcery.com>
3077
3078         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3079
3080 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3081
3082         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3083         Mention also --with-separate-debug-dir.
3084         (Auto-loading): Prepend $debugdir in the sample output.
3085         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3086         auto-load safe-path variable.
3087         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3088         Mention also $debugdir for 'set auto-load scripts-directory'.
3089
3090 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3091
3092         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3093         (MIPS Embedded, MIPS, MIPS Register packet Format)
3094         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3095         appropriate.
3096
3097 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3098             Maciej W. Rozycki  <macro@codesourcery.com>
3099
3100         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3101         mips compression".
3102         (MIPS Breakpoint Kinds): New subsubsection.
3103
3104 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3105
3106         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3107         nodes for subsections.  Add @acronym mark-ups and adjust
3108         formatting.
3109
3110 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3111
3112         Rename $ddir to $datadir.
3113         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3114         (objfile-gdb.py file): Rename $ddir to $datadir.
3115
3116 2012-05-18  Tom Tromey  <tromey@redhat.com>
3117
3118         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3119
3120 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3121
3122         * gdb.texinfo (Dynamic Printf): New subsection.
3123
3124 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3125
3126         * gdb.texinfo (Basic Python): Add description about the function
3127         gdb.find_pc_line
3128
3129 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3130             Eli Zaretskii  <eliz@gnu.org>
3131
3132         * gdb.texinfo (Separate Debug Files): Use plural form for global
3133         debugging information directory.
3134
3135 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3136             Kwok Cheung Yeung  <kcy@codesourcery.com>
3137
3138         * gdb.texinfo (Operating System Auxiliary Information): Document new
3139         'info os' subcommands.
3140
3141 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3142
3143         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3144         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3145         (dotdebug_gdb_scripts section): Add reference
3146         to 'Auto-loading safe path'.
3147
3148 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3149
3150         Implement multi-component --with-auto-load-dir.
3151         * gdb.texinfo (Auto-loading): New references
3152         for 'set auto-load scripts-directory'
3153         and 'show auto-load scripts-directory'.
3154         (Auto-loading safe path): Describe the new default.  Move $ddir
3155         substituation reference to 'objfile-gdb.py file'.
3156         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3157         script-name.  Describe new 'set auto-load scripts-directory'
3158         and 'show auto-load scripts-directory'.
3159
3160 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3161
3162         Provide $ddir substitution for --with-auto-load-safe-path.
3163         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3164         (Auto-loading safe path): Likewise.  Mention the default value,
3165         $ddir substitution, --with-auto-load-safe-path and
3166         --without-auto-load-safe-path.
3167         * observer.texi (gdb_datadir_changed): New.
3168
3169 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3170
3171         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3172         Twice.
3173
3174         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3175         directory separator by path separator.
3176
3177 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3178
3179         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3180         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3181         Change disabling security protection condition to "/", twice.
3182
3183 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3184
3185         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3186         the new methods global_block and static_block on gdb.Symtab
3187         objects.
3188
3189 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3190
3191         * gdb.texinfo (Blocks In Python): Add a note saying that future
3192         improvements to GDB and its infrastructure can move symbols
3193         across blocks within a symbol table.
3194
3195 2012-04-29  Yao Qi  <yao@codesourcery.com>
3196
3197         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3198         (A29K): Remove.
3199
3200 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3201             Tom Tromey  <tromey@redhat.com>
3202
3203         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3204         and generic static probe support on GDB.
3205
3206 2012-04-25  Doug Evans  <dje@google.com>
3207
3208         * gdb.texinfo (Go): Fix thinko.
3209
3210         * gdb.texinfo (Supported Languages): Add Go.
3211         (Go): New node.
3212
3213 2012-04-25  Yao Qi  <yao@codesourcery.com>
3214
3215         * gdbint.texinfo (Testsuite): New section `Board settings'.
3216
3217 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3218
3219         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3220         Three times.
3221
3222         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3223         Three times.
3224
3225 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3226
3227         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3228         by @table @asis.  Fix formatting of one item.
3229
3230 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3231
3232         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3233
3234 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3235
3236         New option "set debug auto-load".
3237         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3238         (auto-load verbose mode): New node.
3239
3240 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3241
3242         New option "set auto-load safe-path".
3243         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3244         and "info auto-load" examples for safe-path.  Put there also references
3245         for "set auto-load safe-path" and "show auto-load safe-path".
3246         New menu item for Auto-loading safe path.
3247         (Auto-loading safe path): New node.
3248         (Python Auto-loading): Update the expected output from "Missing"
3249         to "No".
3250
3251 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3252
3253         auto-load: Implementation.
3254         * gdb.texinfo (Mode Options): New anchor for -nx.
3255         (Startup): New anchors for Option -init-eval-command,
3256         Home Directory Init File
3257         and Init File in the Current Directory during Startup.
3258         Mention set auto-load local-gdbinit with a reference.
3259         Change the sample code to "set auto-load python-scripts".
3260         (Threads): New anchor set libthread-db-search-path.
3261         Provide references to libthread_db.so.1 file.
3262         (Controlling GDB): New menu item for Auto-loading.
3263         (Auto-loading, Init File in the Current Directory)
3264         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3265         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3266         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3267         reference.
3268         (Auto-loading): Rename to ...
3269         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3270         "set auto-load python-scripts", new anchor for it.  Change
3271         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3272         for it.  Change "info auto-load-scripts"
3273         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3274         to "Python scripts".
3275
3276 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3277
3278         PR mi/13393
3279         * gdb.texinfo (Print Settings): Extend the description for "set print
3280         object".
3281         (GDB/MI Variable Objects): Extend the description for -var-create and
3282         -var-list-children.
3283
3284 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3285
3286         * gdb.texinfo (Examining Data): Document the 'explore' command.
3287
3288 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3289
3290         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3291         to the children of a varobj and its update range when -var-update
3292         returns that the varobj's type changed.
3293
3294 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3295
3296         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3297         Create two new links fir 'objfile-gdb.py file'
3298         and 'dotdebug_gdb_scripts section'.
3299
3300 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3301
3302         * gdb.texinfo (Auto-loading): Rename node reference
3303         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3304         Twice.
3305         (.debug_gdb_scripts section): Rename the node ...
3306         (dotdebug_gdb_scripts section): ... here.
3307         (Maintenance Commands): Also rename this node reference.
3308
3309 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3310
3311         * gdb.texinfo (Python API/Values From Inferior): Add description
3312         about the new method Value.referenced_value.  Add description on
3313         how Value.dereference is different (and similar) to
3314         Value.referenced_value.
3315
3316 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3317
3318         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3319         --init-eval-command=COMMAND, -iex.
3320         (Startup): Describe -iex and -ix.  Simplify the example
3321         for "set auto-load-scripts off".
3322
3323 2012-03-16  Gary Benson  <gbenson@redhat.com>
3324
3325         PR breakpoints/10738
3326         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3327         stating that GDB cannot set breakpoints on inlined functions.
3328         (Mode Options): Document --use-deprecated-index-sections.
3329         (Index Section Format): Document new index section version format.
3330
3331 2012-03-15  Tom Tromey  <tromey@redhat.com>
3332
3333         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3334
3335 2012-03-13  Doug Evans  <dje@google.com>
3336
3337         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3338         of "reload".
3339         (Symbols): Delete docs for set/show symbol-reloading.
3340         * gdbint.texinfo (Defining Other Architecture Features): Delete
3341         SYMBOL_RELOADING_DEFAULT.
3342         * refcard.tex: Delete reference to symbol-reloading.
3343
3344 2012-03-07  Pedro Alves  <palves@redhat.com>
3345
3346         * gdb.texinfo (General Query Packets): Document new
3347         QProgramSignals packet.
3348         * gdb.texinfo (Remote configuration): Mention
3349         "program-signals-packet".
3350
3351 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3352
3353         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3354
3355 2012-03-03  Yao Qi  <yao@codesourcery.com>
3356
3357         * gdb.texinfo (In-Process Agent): New node.
3358         Document new commands.
3359         (General Query Packets): Add packet `QAgent'.
3360
3361 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3362
3363         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3364
3365 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3366
3367         * gdb.texinfo (Commands In Python): Put example python macro in
3368         COMMAND_USER category rather than COMMAND_OBSCURE.
3369         Document gdb.COMMAND_USER.
3370         (User-defined Commands): Update documentation to clarify
3371         "set/show max-user-call-depth" and "show user" don't apply to python
3372         commands.  Update documentation to clarify "help user-defined" may
3373         also include python commands defined as COMMAND_USER.
3374
3375 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3376
3377         * gdb.texinfo (Startup): Add option -ex description to the option -x
3378         description.
3379
3380 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3381
3382         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3383         condition-evaluation breakpoint parameter.
3384         Mention condition-evaluation mode being shown in "info break".
3385         (Break Conditions): Add description for target-side
3386         conditional breakpoints.
3387         (Remote Configuration): Mention conditional-breakpoints-packet.
3388         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3389         cond-expr.
3390         (General Query Packets): Mention new ConditionalBreakpoint feature.
3391
3392 2012-02-22  Tom Tromey  <tromey@redhat.com>
3393
3394         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3395
3396 2012-02-17  Tom Tromey  <tromey@redhat.com>
3397
3398         PR python/10753:
3399         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3400         directory.
3401
3402 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3403
3404         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3405
3406 2012-02-13  Pedro Alves  <palves@redhat.com>
3407
3408         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3409         mips-idt-ecoff.
3410
3411 2012-02-09  Yao Qi  <yao@codesourcery.com>
3412
3413         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3414
3415 2012-02-07  Tom Tromey  <tromey@redhat.com>
3416
3417         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3418         Symbol.value.
3419
3420 2012-02-07  Tom Tromey  <tromey@redhat.com>
3421
3422         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3423
3424 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3425
3426         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3427
3428 2012-01-24  Tom Tromey  <tromey@redhat.com>
3429
3430         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3431         unload".
3432         (Files): Mention new catch commands.
3433         (GDB/MI Async Records): Likewise.
3434
3435 2012-01-24  Gary Benson  <gbenson@redhat.com>
3436
3437         Delete #if 0'd out code.
3438         * gdb.texinfo (Frame Info): Remove "info catch".
3439
3440 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3441
3442         * gdb.texinfo (Remote Configuration): Document
3443         "set remote hostio-readlink-packet" command.
3444         (General Query Packets): Document vFile:readlink packet.
3445
3446 2012-01-16  Tom Tromey  <tromey@redhat.com>
3447
3448         * gdb.texinfo (Specify Location): Document relative file name
3449         handling.
3450
3451 2012-01-16  Tom Tromey  <tromey@redhat.com>
3452
3453         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3454
3455 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3456             Eli Zaretskii  <eliz@gnu.org>
3457
3458         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3459         code.
3460
3461 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3462
3463         * gdb.texinfo (Variables): Document use of :: for non-static
3464         variables.
3465
3466 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3467
3468         * gdbint.texinfo (Start of New Year Procedure): Update
3469         to replace use of copyright.sh by use of copyright.py.
3470
3471 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3472
3473         Remove the gdbtui binary.
3474         * all-cfg.texi (GDBTUI): Remove.
3475         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3476         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3477         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3478
3479 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3480
3481         Introduce gdb.FinishBreakpoint in Python.
3482         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3483         (Python API): Add menu entry for Finish Breakpoints.
3484
3485 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3486
3487         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3488         tests.
3489
3490 2011-12-16  Doug Evans  <dje@google.com>
3491
3492         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3493
3494 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3495
3496         * gdb.texinfo (Python Commands): Remove "maint set/show print
3497         stack".  Add documentation for "set/show python print-stack".
3498
3499 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3500
3501         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3502         should transfer control to the stub in the startup code instead of
3503         in main.  Mention the need to get past the initial breakpoint.
3504
3505 2011-12-06  Tom Tromey  <tromey@redhat.com>
3506
3507         * gdb.texinfo (Set Breaks): Update for new behavior.
3508
3509 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3510
3511         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3512         List Format for SVR4 Targets'.
3513         (General Query Packets): New item qXfer:libraries-svr4:read.
3514         (Library List Format for SVR4 Targets): New node.
3515
3516 2011-12-01  Tom Tromey  <tromey@redhat.com>
3517
3518         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3519         add.
3520
3521 2011-11-22  Tom Tromey  <tromey@redhat.com>
3522
3523         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3524         reasons.
3525
3526 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3527
3528         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3529         note-related options and variables.
3530         (Tracepoint Packets): Document packet changes.
3531
3532 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3533
3534         * gdb.texinfo (JIT Interface): Add documentation on writing and
3535         usind JIT debug info readers.
3536         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3537         Debug Info Readers): New nodes.
3538
3539 2011-11-18  Yao Qi  <yao@codesourcery.com>
3540
3541         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3542         tracepoint.
3543
3544 2011-11-15  Doug Evans  <dje@google.com>
3545
3546         * gdb.texinfo (Files): Document basenames-may-differ.
3547
3548 2011-11-14  Doug Evans  <dje@google.com>
3549
3550         * gdb.texinfo (Shell Commands): Document "!".
3551
3552 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3553             Kwok Cheung Yeung  <kcy@codesourcery.com>
3554
3555         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3556         needed to get shorter fast tracepoints.
3557         (Tracepoint Packets): Document new qTMinFTPILen packet.
3558
3559 2011-11-14  Yao Qi  <yao@codesourcery.com>
3560
3561         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3562         behavior of tracepoint.
3563         (General Query Packets): New feature InstallInTrace.
3564         (Remote Configuration): Document "set remote
3565         install-in-trace-packet".
3566
3567 2011-11-12  Matt Rice  <ratmice@gmail.com>
3568
3569         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3570         Add arguments to info macro.
3571
3572 2011-11-10  Tom Tromey  <tromey@redhat.com>
3573
3574         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3575         manual.
3576         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3577         (Macros): Add a footnote.
3578         (C): Remove paragraph about compiler options.
3579         (C Constants): Mention wide character and string constants.
3580         (C Plus Plus Expressions): Update compiler option advice.  Mention
3581         using declarations.  Mention ADL.  Remove old HP compiler
3582         information.
3583
3584 2011-11-10  Tom Tromey  <tromey@redhat.com>
3585
3586         PR c++/9257:
3587         * gdb.texinfo (Print Settings): Add an extra note about the need
3588         for a vtable.
3589
3590 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3591
3592         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3593         "set mips abi" documentation.
3594
3595 2011-11-04  Doug Evans  <dje@google.com>
3596
3597         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3598
3599 2011-11-03  Tom Tromey  <tromey@redhat.com>
3600
3601         * gdb.texinfo (Stopping): Add menu entry.
3602         (Continuing and Stepping): Restore @node.  Use @section, not
3603         @subsection.
3604
3605 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3606
3607         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3608         designation.  Fix "Specify Location" cross-reference.
3609
3610 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3611
3612         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3613         (General Query Packets): Describe tracenz feature.
3614         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3615
3616 2011-10-28  Paul Koning  <paul_koning@dell.com>
3617
3618         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3619
3620 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3621
3622         * gdb.texinfo ((Frames In Python): Document
3623         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3624
3625 2011-10-26  Paul Koning  <paul_koning@dell.com>
3626
3627         * gdb.texinfo (gdb.types): Document new deepitems function.
3628
3629 2011-10-25  Paul Koning  <paul_koning@dell.com>
3630
3631         PR python/13327
3632
3633         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3634         fetch_lazy method.
3635
3636 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3637
3638         PR python/12656
3639
3640         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3641         global_block, static_block function.
3642
3643 2011-10-19  Tom Tromey  <tromey@redhat.com>
3644
3645         * gdb.texinfo (Commands In Python): Add missing "@"s.
3646
3647 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3648
3649         PR python/13285 Document named constants for frame unwind stop reasons
3650         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3651         constants.
3652
3653 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3654
3655         Fix compatibility with texinfo versions older than 4.12.
3656         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3657         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3658         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3659         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3660         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3661         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3662         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3663
3664 2011-10-09  Doug Evans  <dje@google.com>
3665
3666         * gdb.texinfo (Extending GDB): Document alias command.
3667
3668 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3669
3670         Support @entry in input expressions.
3671         * gdb.texinfo (Variables): Describe @entry names suffix.
3672         (Print Settings): Add anchor for `set print entry-values'.
3673
3674 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3675             Eli Zaretskii  <eliz@gnu.org>
3676
3677         Display @entry parameter values (without references).
3678         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3679         example.
3680         (Print Settings): New description of set print entry-values and show
3681         print entry-values.
3682
3683 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3684             Eli Zaretskii  <eliz@gnu.org>
3685
3686         Recognize virtual tail call frames.
3687         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3688         (Tail Call Frames): New node.
3689         (Frames In Python): Add gdb.TAILCALL_FRAME.
3690
3691 2011-10-07  Doug Evans  <dje@google.com>
3692
3693         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3694         register_pretty_printer.
3695
3696 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3697
3698         PR python/12930
3699         PR python/12802
3700
3701         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3702         stop method.
3703
3704 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3705
3706         * gdb.texinfo (Starting your Program): "set disable-randomization"
3707         is no longer Linux-specific.
3708         (Remote Configuration): Document "set remote
3709         disable-randomization-packet".
3710         (General Query Packets): Document "QDisableRandomization" packet
3711         and add it to "qSupported" list.
3712
3713 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3714
3715         Allow Python notification of new object-file loadings.
3716         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3717         event type.
3718
3719 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3720
3721         PR python/12691: Add the inferior to Python exited event
3722         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3723
3724 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3725
3726         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3727         rephasing.
3728
3729 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3730
3731         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3732         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3733         as possible feature returned by the `-list-features'
3734         command.
3735
3736 2011-09-28  Paul Koning  <paul_koning@dell.com>
3737
3738         * gdb.texinfo (gdb.Type): Document field access by dictionary
3739         key syntax.
3740
3741 2011-09-28  Yao Qi  <yao@codesourcery.com>
3742
3743         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3744         Add one space after option `-s'.  Remove @r{} markup.
3745
3746 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3747
3748         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3749
3750 2011-09-16  Hui Zhu  <teawater@gmail.com>
3751
3752         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3753         to *(unsigned char *)$esp@300.
3754
3755 2011-09-15  Paul Koning  <paul_koning@dell.com>
3756
3757         * gdb.texinfo: Make style of Python functions and methods match
3758         the syntax of Python.  Also put class and module names explicitly
3759         on function, member, and variable names, matching Python
3760         documentation conventions.
3761
3762 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3763
3764         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3765         * gdb.texinfo (Inferiors In Python): Describe new
3766         gdb.selected_inferior() function.
3767
3768 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3769
3770         Handle multiple breakpoint hits in Python interface:
3771         * gdb.texinfo (Events In Python): New function documentation:
3772         gdb.BreakpointEvent.breakpoints. Indicate that
3773         gdb.BreakpointEvent.breakpoint is now deprecated.
3774
3775 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3776
3777         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3778
3779 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3780
3781         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3782
3783 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3784
3785         * gdb.texinfo (Prompt): Add set/show extended-prompt
3786         documentation
3787         (Basic Python): Add prompt_hook anchor.
3788         (Python modules): Reword module text to reflect multiple modules.
3789         (gdb.prompt): Document gdb.prompt module.
3790
3791 2011-08-14  Yao Qi  <yao@codesourcery.com>
3792
3793         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3794
3795 2011-08-14  Yao Qi  <yao@codesourcery.com>
3796
3797         * gdb.texinfo (Standard Target Features): Document C6x features.
3798         (TIC6x Features): New node.
3799
3800 2011-08-12  Doug Evans  <dje@google.com>
3801
3802         * gdb.texinfo (Symbols In Python): Document symbol.type.
3803
3804 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3805
3806         * gdb.texinfo (Python): Document command and function
3807         auto-loading.
3808
3809 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3810             Eli Zaretskii  <eliz@gnu.org>
3811
3812         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3813         typedefs unrolling.  Extend the sample code by an inner typedef and
3814         outer typedefs unrolling.
3815
3816 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3817
3818         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3819         size and line-size.
3820
3821 2011-07-21  Matt Rice  <ratmice@gmail.com>
3822
3823         PR macros/12999
3824         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3825         Update text and cindex entries for info macro command.
3826
3827 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3828
3829         * observer.texi (GDB Observers): Add before_prompt observer.
3830         * gdb.texinfo (Basic Python): Add documentation for prompt
3831         substitution.
3832
3833 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3834
3835         PR python/12438
3836         * gdb.texinfo (Python Commands): Add deprecate note to maint
3837           set/show python print-stack.  Document set/show python
3838           print-backtrace.
3839
3840 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3841
3842         * gdb.texinfo: Fix typos.
3843
3844 2011-07-01  Tom Tromey  <tromey@redhat.com>
3845
3846         * gdb.texinfo (Debugging Output): Document set debug
3847         check-physname.
3848
3849 2011-06-29  Tom Tromey  <tromey@redhat.com>
3850
3851         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3852         breakpoint-notifications feature.
3853
3854 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3855
3856         * gdb.texinfo (Target Description): Remove warning about
3857         possibly unstable format.
3858
3859 2011-06-03  Tom Tromey  <tromey@redhat.com>
3860
3861         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3862         (Events In Python): Note that exit_code is optional.
3863
3864 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3865
3866         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3867         required for multi-threading support.
3868         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3869         Hc are deprecated for multi-threading debugging.  Point readers at
3870         the vCont packet.
3871
3872 2011-05-15  Doug Evans  <dje@google.com>
3873
3874         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3875
3876 2011-05-13  Doug Evans  <dje@google.com>
3877
3878         * gdb.texinfo (Threads): Document $sdir,$pdir.
3879         (Server): Document $pdir exception.
3880
3881         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3882
3883         * gdb.texinfo (Threads): Clarify default value for
3884         libthread-db-search-path.
3885
3886         * gdb.texinfo (Completion): Update example.
3887         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3888
3889 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3890
3891         * gdb.texinfo: Document change in the behaviour of the enable and
3892         disable GDB commands when applied to tracepoints.
3893         Document the EnableDisableTracepoints remote stub feature.
3894         Document QTEnable and QTDisable in the list of tracepoint packets.
3895
3896 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3897
3898         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3899         hsuser.texi.
3900         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3901         comment to hsuser.texi.  Change rluser.texi name in the comment.
3902
3903 2011-05-10  Doug Evans  <dje@google.com>
3904
3905         * gdb.texinfo (Threads): If an empty path is provided for
3906         libthread-db-search-path it is reset to its default value.
3907         (Server): Ditto.
3908
3909 2011-05-09  Doug Evans  <dje@google.com>
3910
3911         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3912
3913 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3914             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3915
3916         Implement support for PowerPC BookE masked watchpoints.
3917         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3918         (PowerPC Embedded): Mention support of masked watchpoints.
3919
3920 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3921
3922         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3923         `@value{GDBN}'.
3924
3925 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3926
3927         * gdb.texinfo (titlepage): Remove dedication.
3928         (In Memoriam): New appendix.
3929
3930 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3931             Eli Zaretskii  <eliz@gnu.org>
3932
3933         * gdb.texinfo (Index Section Format): Change the version to 5.
3934         Describe the different formula.
3935
3936 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3937             Eli Zaretskii  <eliz@gnu.org>
3938
3939         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3940         for disconnected tracing.
3941         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3942         extended-remote relationship.  Mention --once.
3943         (TCP port allocation lifecycle of @code{gdbserver}): New.
3944
3945 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3946
3947         * gdb.texinfo (Server): Improve indexing.  Index all optional
3948         switches to gdbserver.
3949
3950 2011-04-20  Tom Tromey  <tromey@redhat.com>
3951
3952         * gdb.texinfo (Index Section Format): New node.
3953         (Top): Add new node to menu.
3954
3955 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3956
3957         * gdb.texinfo (Maintenance Commands): Document `maint print
3958         remote-registers'.
3959
3960 2011-04-20  Tom Tromey  <tromey@redhat.com>
3961
3962         * gdb.texinfo (Trace File Format): Move node later.
3963
3964 2011-04-19  Tom Tromey  <tromey@redhat.com>
3965
3966         * gdbint.texinfo (Register Information Functions): Remove
3967         duplicate "the".
3968         * gdb.texinfo (Emacs): Remove duplicate "to".
3969         (GDB/MI Variable Objects): Remove duplicate "the".
3970         (General Query Packets): Likewise.
3971
3972 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3973
3974         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3975         "GDB/MI Ada Exception Information" node.
3976
3977 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3978
3979         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3980         the "exception-name" field in the *stopped async record.
3981
3982 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3983             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3984
3985         Implement support for PowerPC BookE ranged breakpoints.
3986         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3987
3988 2011-03-28  Tom Tromey  <tromey@redhat.com>
3989
3990         * gdb.texinfo (Set Tracepoints): Fix typo.
3991
3992 2011-03-24  Tom Tromey  <tromey@redhat.com>
3993
3994         * gdb.texinfo (Specify Location): Document `function:label'
3995         linespec.
3996
3997 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3998
3999         PR python/12149
4000
4001         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4002
4003 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
4004
4005         * gdb.texinfo (Blocks In Python): Add is_valid method description.
4006         (Inferiors In Python): Likewise.
4007         (Threads In Python): Likewise.
4008         (Symbols In Python): Likewise.
4009         (Objfiles In Python): Likewise.
4010         (Symbol Tables In Python): Likewise.
4011
4012 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
4013
4014         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4015         display>: Explain that the commands accept number ranges.
4016
4017 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
4018
4019         * gdb.texinfo (Breakpoints In Python): Add description and example
4020         of Python stop function operation.
4021
4022 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
4023
4024         * gdb.texinfo (Parameters In Python): Document get_set_string and
4025         get_show_string methods.
4026
4027 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4028
4029         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4030
4031         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4032         circular-trace-buffer name.
4033
4034 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4035
4036         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4037         in the previous change.
4038
4039 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4040
4041         * gdb.texinfo (Inferiors and Programs): Update commands to show
4042         that they can accept multiple arguments.
4043
4044 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4045
4046         Revert the following patch (code patch was not approved):
4047         2011-02-21  Hui Zhu  <teawater@gmail.com>
4048         * agentexpr.texi (bytecode descriptions): add printf.
4049         * gdb.texinfo (tracepoint action lists): add printf.
4050
4051 2011-02-23  Doug Evans  <dje@google.com>
4052
4053         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4054
4055 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4056
4057         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4058         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4059         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4060
4061 2011-02-22  Doug Evans  <dje@google.com>
4062
4063         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4064         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4065         add description of result, fix @defun formatting.
4066
4067 2011-02-21  Hui Zhu  <teawater@gmail.com>
4068
4069         * agentexpr.texi (Bytecode Descriptions): Add printf.
4070         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4071
4072 2011-02-18  Tom Tromey  <tromey@redhat.com>
4073
4074         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4075
4076 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4077
4078         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4079         Document new command "thread find".
4080
4081 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4082
4083         * gdb.texinfo (Threads): Update example of new thread message.
4084
4085 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4086
4087         * gdb.texinfo (Remote Configuration): Mention set/show remote
4088         traceframe-info.
4089         (Tools/Packages Optional for Building GDB): Mention that expat is
4090         used for traceframe info.
4091         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4092         (General Query Packets) <qSupported>: Describe the
4093         qXfer:traceframe-info:read feature.
4094         (qXfer::read): Describe qXfer:traceframe-info:read.
4095         (Traceframe Info Format): New section.
4096
4097 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4098
4099         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4100         for casts and unary operators.
4101
4102 2011-02-04  Tom Tromey  <tromey@redhat.com>
4103
4104         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4105         is not useful.
4106
4107 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4108
4109         * gdb.texinfo: s/value optimized out/optimized out/g
4110
4111 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4112
4113         * gdb.texinfo (Other Misc Settings): Rework part of the
4114         documentation of the "set interactive mode" command.
4115
4116 2011-01-19  Tom Tromey  <tromey@redhat.com>
4117
4118         * gdb.texinfo (Threads): Document thread name output and `thread
4119         name' command.
4120         (Threads In Python): Document Thread.name attribute.
4121         (GDB/MI Thread Commands): Document thread attributes.
4122
4123 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4124
4125         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4126         changes in mi/mi-cmd-disas.c
4127
4128 2011-01-12  Tom Tromey  <tromey@redhat.com>
4129
4130         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4131         Fix "thread apply" text.
4132
4133 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4134             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4135
4136         Implement support for PowerPC BookE ranged watchpoints.
4137         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4138         the "set powerpc exact-watchpoints" flag.
4139
4140 2011-01-07  Tom Tromey  <tromey@redhat.com>
4141
4142         * gdb.texinfo (Python API): Add descriptions to @menu items.
4143
4144 2011-01-06  Tom Tromey  <tromey@redhat.com>
4145
4146         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4147
4148 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4149
4150         * gdb.texinfo (Debugging Output): Document "set debug jit".
4151
4152 2011-01-06  Tom Tromey  <tromey@redhat.com>
4153
4154         PR python/12133:
4155         * gdb.texinfo (Frames In Python): Document various frame
4156         constants.
4157
4158 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4159
4160         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4161         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4162         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4163
4164 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4165
4166         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4167         (clean): Add GDBvn.texi.
4168
4169 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4170
4171         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4172         occasional case where the debugger prints an array address
4173         instead of the array itself.
4174
4175 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4176
4177         * gdb.texinfo (Packets) <read registers packet>: Document support
4178         for registers that were not collected.
4179
4180 2010-12-15  Doug Evans  <dje@google.com>
4181
4182         * gdb.texinfo (Startup): Document auto-loading of scripts during
4183         startup.
4184         (Auto-loading): Delete "maint set python auto-load on|off".
4185         Add "set auto-load-scripts on|off".
4186
4187 2010-12-07  Doug Evans  <dje@google.com>
4188
4189         * gdb.texinfo (Mode Options): Document -data-directory.
4190         (Data Files): Add reference to -data-directory.
4191
4192 2010-11-29  Doug Evans  <dje@google.com>
4193
4194         * gdb.texinfo (Pretty-Printer Introduction): Change
4195         printer-name:subprinter-name to printer-name;subprinter-name.
4196
4197 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4198
4199         PR python/12199
4200
4201         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4202
4203 2010-11-23  Tom Tromey  <tromey@redhat.com>
4204
4205         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4206         (Editing): Likewise.
4207         (Command History): Likewise.
4208         (TUI Keys): Likewise.
4209         (Bug Reporting): Conditionally include rluser.texi and
4210         inc-history.texinfo.
4211         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4212         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4213         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4214         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4215         (gdb.pdf): Likewise.
4216         (gdb.info): Likewise.
4217         (gdb/index.html): Likewise.
4218
4219 2010-11-23  Tom Tromey  <tromey@redhat.com>
4220
4221         * Makefile.in (Makefile): Run ../config.status.
4222         (distclean): Update.
4223         * configure: Remove.
4224         * configure.ac: Remove.
4225
4226 2010-11-12  Tom Tromey  <tromey@redhat.com>
4227
4228         * gdb.texinfo (Basic Python): Update.  Add xref.
4229         (Exception Handling): Document new exception classes.
4230         (Types In Python): Update.
4231         (Frames In Python): Update.
4232
4233 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4234
4235         * gdb.texinfo (Breakpoints In Python): Document "internal"
4236         parameter, and visible attribute.
4237
4238 2010-11-05  Doug Evans  <dje@google.com>
4239
4240         * gdb.texinfo (Source Path): Document "set directories".
4241
4242 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4243
4244         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4245         (OpenCL C): New node.
4246
4247 2010-11-02  Doug Evans  <dje@google.com>
4248
4249         * gdb.texinfo (Pretty Printing): Expand into three sections,
4250         introduction, example, and commands.
4251         (Python API): Delete section Disabling Pretty-Printers, merge into
4252         Selecting Pretty-Printers.
4253         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4254         example here, and reformat to match python coding style.  Add a second
4255         example using the gdb.printing module.
4256         (Python modules): Add gdb.printing.
4257
4258 2010-10-29  Doug Evans  <dje@google.com>
4259
4260         * gdb.texinfo (Python): Fix long line.
4261
4262 2010-10-20  Doug Evans  <dje@google.com>
4263
4264         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4265         All references updated.  Correct sections marked as subsections.
4266         (Coding Standards): New chapter.  Move the coding standard related
4267         subsections here.  Add section on Python coding standards.
4268
4269 2010-10-13  Doug Evans  <dje@google.com>
4270
4271         * gdb.texinfo (Python): Add "Python modules".
4272         (Types in Python): Add reference to gdb.types section.
4273         (Python modules): New node.
4274
4275 2010-10-11  Doug Evans  <dje@google.com>
4276
4277         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4278         Python" from gdb.Value.type description.
4279
4280 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4281
4282         * gdb.texinfo (Ravenscar Profile): New node.
4283
4284 2010-09-22  Tom Tromey  <tromey@redhat.com>
4285
4286         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4287
4288 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4289
4290         * gdb.texinfo (Values From Inferior): Clarify that
4291         value.dynamic_type works only in C++ programs with RTTI.
4292
4293 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4294
4295         * gdb.texinfo (Character Sets): Correctly reference host-charset
4296         in example.
4297
4298 2010-09-13  Tom Tromey  <tromey@redhat.com>
4299
4300         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4301         Document "fullname" and "from".
4302
4303 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4304
4305         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4306         feature `reverse' output by -list-target-features.
4307
4308 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4309
4310         * gdb.texinfo (i386 Features): Remove an extra "@item".
4311
4312 2010-08-30  Tom Tromey  <tromey@redhat.com>
4313
4314         PR python/11792:
4315         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4316
4317 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4318
4319         * gdb.texinfo (ARM Features): Document
4320         org.gnu.gdb.arm.m-profile.
4321
4322 2010-08-23  Tom Tromey  <tromey@redhat.com>
4323
4324         PR python/11145:
4325         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4326         reinterpret_cast methods.
4327
4328 2010-08-23  Tom Tromey  <tromey@redhat.com>
4329
4330         PR python/11915:
4331         * gdb.texinfo (Types In Python): Document array method.
4332
4333 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4334
4335         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4336
4337 2010-08-16   Tom Tromey  <tromey@redhat.com>
4338
4339         * gdb.texinfo (Set Watchpoints): Document -location option.
4340
4341 2010-08-13  Doug Evans  <dje@google.com>
4342
4343         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4344
4345 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4346
4347         * gdb.texinfo (GDB/MI Data Manipulation): Document
4348         -data-read-memory-raw and -data-write-memory-raw.
4349
4350 2010-08-11  Tom Tromey  <tromey@redhat.com>
4351             Phil Muldoon <pmuldoon@redhat.com>
4352
4353         * gdb.texinfo (Basic Python): Describe post_event API.
4354
4355 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4356
4357         * gdb.texinfo (Basic Python): Describe solib_address and
4358         decode_line Python APIs
4359
4360 2010-08-10  Tom Tromey  <tromey@redhat.com>
4361
4362         * gdb.texinfo (Pretty Printing API): Document
4363         gdb.default_visualizer.
4364
4365 2010-08-10  Tom Tromey  <tromey@redhat.com>
4366
4367         Revert gdb-add-index addition:
4368         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4369
4370 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4371             Eli Zaretskii <eliz@gnu.org>
4372
4373         * gdb.texinfo (Mode Options) <-batch>
4374         (Basic Python) <gdb.execute>: Describe setting width and height.
4375
4376 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4377
4378         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4379
4380 2010-07-30  Tom Tromey  <tromey@redhat.com>
4381
4382         * gdb.texinfo (Index Files): Mention gdb-add-index.
4383
4384 2010-07-30  Hui Zhu  <teawater@gmail.com>
4385
4386         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4387         "detach inferior" and "kill inferior".
4388
4389 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4390
4391         * gdb.texinfo (Machine Code): Update description of two forms of
4392         arguments, and add new example to demonstrate the new form.
4393
4394 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4395
4396         * gdb.texinfo (Values From Inferior): Add value inferior function
4397         call description.
4398
4399 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4400
4401         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4402
4403 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4404             Eli Zaretskii  <eliz@gnu.org>
4405
4406         Make core files the process_stratum.
4407         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4408         record_stratum example.
4409
4410 2010-07-13  Tom Tromey  <tromey@redhat.com>
4411
4412         * gdb.texinfo (Index Files): New node.
4413
4414 2010-07-13  Tom Tromey  <tromey@redhat.com>
4415
4416         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4417
4418 2010-07-13  Tom Tromey  <tromey@redhat.com>
4419
4420         * gdb.texinfo (Specify Location): Document labels.
4421
4422 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4423
4424         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4425         entries for fast tracepoints and static tracepoints.
4426
4427 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4428
4429         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4430         qsThreadInfo>: Spell out `l' as ell.
4431
4432 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4433
4434         * gdb.texinfo (Convenience Variables): Document $_sdata.
4435         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4436         `Listing Static Tracepoint Markers' menu entry.  Document
4437         "strace".
4438         (Tracepoint Action Lists): Document collecting $_sdata.
4439         (Listing Static Tracepoint Markers): New subsection.
4440         (Tracepoints support in gdbserver): Mention static tracepoints.
4441         (remote packets, enabling and disabling): Mention
4442         read-sdata-object.
4443         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4444         and StaticTracepoint.
4445         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4446         Document qXfer:sdata:read.
4447         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4448
4449 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4450
4451         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4452
4453 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4454             Tom Tromey  <tromey@redhat.com>
4455             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4456
4457         * gdb.texinfo (Inferiors In Python): New node.
4458         * gdb.texinfo (Threads In Python): New node.
4459
4460 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4461
4462         * gdb.texinfo (Python): Document what the python directory is
4463         and what its location is.
4464         (Basic Python): Document the gdb.PYTHONDIR constant.
4465
4466 2010-06-25  Tom Tromey  <tromey@redhat.com>
4467
4468         PR python/10808:
4469         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4470
4471 2010-06-24  Hui Zhu  <teawater@gmail.com>
4472
4473         * gdb.texinfo: (Commands for Controlled Output): Add
4474         documentation for command "eval".
4475
4476 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4477
4478         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4479         * annotate.texinfo: Ditto.
4480         * gdbint.texinfo: Ditto.
4481         * stabs.texinfo: Ditto.
4482
4483 2010-06-22  Hui Zhu  <teawater@gmail.com>
4484
4485         * gdb.texinfo: (Process Record and Replay): Add documentation
4486         for command "set record memory-query".
4487
4488 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4489
4490         * gdb.texinfo: Relicense under GFDL version 1.3.
4491         * annotate.texinfo: Relicense under GFDL version 1.3.
4492         * gdbint.texinfo: Relicense under GFDL version 1.3.
4493         * stabs.texinfo: Relicense under GFDL version 1.3.
4494         * fdl.texi: Update to version 1.3.
4495
4496 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4497
4498         * gdb.texinfo (Operating System Auxiliary Information): Describe
4499         "info os" when no arguments given.
4500
4501         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4502         $_thread.
4503
4504 2010-06-18  Hui Zhu  <teawater@gmail.com>
4505
4506         * gdb.texinfo: (Process Record and Replay): Add documentation
4507         for commands "record save" and "record restore".
4508
4509 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4510
4511         * gdb.texinfo: Include information about the correct use
4512         of addresses in the `watch' command.
4513
4514 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4515
4516         * gdb.texinfo (Observer Mode): New section.
4517         (General Query Packets): Document QAllow.
4518
4519 2010-06-04  Doug Evans  <dje@google.com>
4520
4521         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4522
4523 2010-06-03  Doug Evans  <dje@google.com>
4524
4525         * gdbint.texinfo (Coding): Add subsection on command names.
4526
4527 2010-06-02  Tom Tromey  <tromey@redhat.com>
4528
4529         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4530         always-disassemble.
4531
4532 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4533
4534         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4535         gdbserver, and add cross reference.
4536         (Tracepoints support in gdbserver): New subsection.
4537
4538 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4539
4540         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4541         `qRelocInsn' feature.
4542         (Relocate instruction reply packet): New subsection
4543         of `Tracepoint Packets'.
4544         (Tracepoint Packets): Mention that packets QTDP and QTStart
4545         support the qRelocInsn request, and add cross reference to new
4546         subsection.
4547
4548 2010-05-25  Doug Evans  <dje@google.com>
4549
4550         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4551         (Commands In Python): Document gdb.string_to_argv.
4552
4553 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4554
4555         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4556         ATTR_NORETURN.
4557
4558 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4559             Tom Tromey  <tromey@redhat.com>
4560             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4561
4562         * gdb.texinfo (Parameters In Python): New Node.
4563
4564 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4565
4566         * gdb.texinfo: (Summary) Add mention about D language support.
4567         (Filenames): Add D suffixes.
4568         (D): New node.
4569
4570 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4571
4572         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4573         of macro deleted from GDB code.
4574
4575 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4576
4577         * gdb.texinfo (Commands to specify files): Describe what how GDB
4578         looks up DOS-based filesystem paths on the system root.  Document
4579         the new `set/show target-file-system-kind' commands.
4580
4581 2010-04-23  Doug Evans  <dje@google.com>
4582
4583         * gdb.texinfo (Python): Move Auto-loading section here ...
4584         (Python API): from here.
4585         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4586         (Maintenance Commands): Add docs for "maint print section-scripts".
4587
4588 2010-04-20  Chris Moller  <cmoller@redhat.com>
4589
4590         * gdb.texinfo (Setting Breakpoints): Added description of
4591         filename-qualified rbreak.
4592         * refcard.tex (Breakpoints and Watchpoints): Added brief
4593         description of filename-qualified rbreak.
4594
4595 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4596
4597         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4598         (Python API): Change the reference to Pretty Printing API.
4599         (Pretty Printing): Move the user part under the Data node.  Reformat
4600         the sample output to 72 columns.  Create a new reference to Pretty
4601         Printing API.  Rename the API part ...
4602         (Pretty Printing API): To a new node name.
4603         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4604         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4605
4606 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4607
4608         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4609         and commands.
4610         (Listing Tracepoints): Update to reflect current behavior.
4611
4612 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4613
4614         * gdb.texinfo (Examining memory): Update for change in string
4615         display with explicit size.
4616
4617 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4618
4619         PR breakpoints/8554.
4620
4621         * gdb.texinfo (Save Breakpoints): New node.
4622         (save-tracepoints): Rename to ...
4623         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4624         a deprecated alias to `save tracepoints'.
4625
4626 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4627
4628         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4629         (info w32 thread-information-block): Document new command.
4630         (qGetTIBAddress): Document new gdbserver query.
4631         (maint set/show show-all-tib): Document new command.
4632
4633 2010-04-15  Doug Evans  <dje@google.com>
4634
4635         * gdb.texinfo (Python API): Add progspaces section.
4636         (Selecting Pretty-Printers): Progspace pretty-printers are
4637         searched too.
4638         (Progspaces In Python): New section.
4639
4640         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4641
4642 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4643
4644         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4645         returns None.
4646
4647 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4648
4649         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4650         Describe the `frames-created' field, tweak grammar.
4651
4652 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4653
4654         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4655         Describe the `circular' and `disconnected' fields.
4656
4657 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4658
4659         * gdb.texinfo (maint print registers): Mention unavailable and
4660         invisible registers.
4661
4662 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4663             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4664             Tom Tromey  <tromey@redhat.com>
4665
4666         * gdb.texinfo (Breakpoints In Python): New Node.
4667
4668 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4669
4670         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4671         trace status fields.
4672
4673 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4674
4675         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4676         optional.  Make org.gnu.gdb.i386.avx requires
4677         org.gnu.gdb.i386.avx.
4678
4679 2010-04-08  Doug Evans  <dje@google.com>
4680
4681         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4682         search path, and document that gdb only scans the search path if
4683         the script's path doesn't specify a directory.
4684
4685 2010-04-05  Doug Evans  <dje@google.com>
4686
4687         * gdb.texinfo (maint show python auto-load): Fix typo.
4688
4689 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4690
4691         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4692         (Setting Watchpoints): Update description of "info watch".
4693         (Disabling Breakpoints): Only "info break" lists all.
4694
4695         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4696         (tdump): Explain how tdump works.
4697
4698 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4699
4700         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4701         add cross reference.
4702
4703 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4704
4705         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4706         commands error out.
4707
4708 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4709
4710         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4711
4712 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4713
4714         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4715
4716 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4717             Nathan Sidwell  <nathan@codesourcery.com>
4718
4719         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4720         GDBN equivalent.
4721         (Set Tracepoints): Remove mention that conditional tracepoints
4722         don't exist.
4723         (Tracepoint Actions): Clarify when while-stepping collection
4724         happens, note that while-stepping does not automatically collect
4725         $pc.
4726
4727 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4728
4729         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4730         (General Query Packets): Describe TracepointSource.
4731
4732 2010-03-27  Matt Rice  <ratmice@gmail.com>
4733
4734         * gdb.texinfo (ARM): Document arguments to "target sim".
4735         (Set Catchpoints): Use @dots{} instead of @r{...}.
4736
4737 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4738
4739         * gdb.texinfo (Tracepoint Packets): Remove mention that
4740         terror:string may be plain text, and drop mention of X prefix.
4741
4742 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4743
4744         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4745
4746 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4747
4748         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4749
4750 2010-03-24  Tom Tromey  <tromey@redhat.com>
4751
4752         PR breakpoints/9352:
4753         * gdb.texinfo (Break Commands): Update.
4754
4755 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4756
4757         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4758         commands.
4759
4760 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4761
4762         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4763         circular-trace-buffer.
4764         (Tracepoint Packets): Describe QTBuffer, and details of the
4765         qTStatus reply.
4766
4767 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4768             Nathan Sidwell  <nathan@codesourcery.com>
4769
4770         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4771         doing instruction stepping.
4772         (Tracepoint Restrictions): New node.
4773
4774 2010-03-10  Tom Tromey  <tromey@redhat.com>
4775
4776         * gdbint.texinfo (Symbol Handling): Update.
4777
4778 2010-03-08  Tom Tromey  <tromey@redhat.com>
4779
4780         PR cli/9591:
4781         * gdb.texinfo (Mode Options): Mention lack of pagination and
4782         confirmation with --batch.
4783         (Screen Size): Mention --batch.
4784         (Messages/Warnings): Likewise.
4785
4786 2010-03-05  Tom Tromey  <tromey@redhat.com>
4787
4788         * gdb.texinfo (Basic Python): Document target_charset and
4789         target_wide_charset.
4790
4791 2010-03-05  Tom Tromey  <tromey@redhat.com>
4792
4793         * gdb.texinfo (Data): Link to pretty-printing.
4794         (Output Formats): Likewise.  Correct text.
4795
4796 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4797
4798         * gdb.texinfo (Types): Describe <struct> and <flags>.
4799
4800 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4801
4802         * gdb.texinfo (Frames In Python): Add block parameter and
4803         description to read_var text.
4804
4805 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4806             Tom Tromey  <tromey@redhat.com>
4807
4808         * gdb.texinfo (Types In Python): Describe block argument in
4809         template_argument and gdb.lookup_type.
4810
4811 2010-02-24  Tom Tromey  <tromey@redhat.com>
4812
4813         * gdb.texinfo (Cygwin Native): Fix typo.
4814
4815 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4816
4817         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4818         and select method descriptions.
4819         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4820         Tables in Python to menu.
4821         (Blocks In Python): New node.
4822         (Symbols In Python): New node.
4823         (Symbol Tables in Python): New node.
4824
4825 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4826
4827         Multiexec MI
4828
4829         gdb/
4830         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4831
4832         gdb/doc/
4833         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4834         changes.
4835         (GDB/MI Program Execution): Document current behaviour of
4836         --all and --thread-group.
4837         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4838         -remove-inferior.
4839         * observer.texi (inferior_added, inferior_removed): New
4840         observers.
4841
4842 2010-02-19  Tom Tromey  <tromey@redhat.com>
4843
4844         * gdbint.texinfo (Getting Started): Fix @node.
4845         (Debugging GDB): Likewise.
4846
4847 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4848
4849         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4850         documenting the gdb_test_timeout variable.
4851
4852 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4853
4854         * gdb.texinfo (MI commands): Added documentation of --reverse
4855         option to a set of MI commands. Restructured documentation of MI
4856         commands --exec-continue to reflect the complexity of reverse
4857         execution.
4858
4859 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4860
4861         * gdb.texinfo (Using the Collected Data): Specify that the address
4862         range of `tfind outsize' is exclusive, and that the address range
4863         of `tfind range' is inclusive.
4864         (Tracepoint Packets): Specify that the address range of
4865         `QTFrame:range' is inclusive, and that the address range of
4866         `QTFrame:outside' is exclusive
4867
4868 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4869
4870         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4871
4872 2010-02-10  Tom Tromey  <tromey@redhat.com>
4873
4874         * gdb.texinfo (Debugging Output): Document set debug parser and
4875         show debug parser.
4876
4877 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4878
4879         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4880         i386_eflags and i386_mxcsr.
4881
4882 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4883
4884         * gdb.texinfo: Document i386 target features.
4885
4886 2010-02-05  Doug Evans  <dje@google.com>
4887
4888         * gdbint.texinfo (Testsuite): Add a new section to document the
4889         various DejaGnu variables that may be overridden.
4890         Document INTERNAL_GDBFLAGS.
4891
4892 2010-02-04  Tom Tromey  <tromey@redhat.com>
4893
4894         PR cli/8830:
4895         * gdb.texinfo (Files): -readnow comes before the filename for file
4896         and symbol-file.
4897
4898 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4899
4900         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4901         Document ARM breakpoint types.
4902         (Register Packet Format): Move into the new section.
4903         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4904
4905 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4906
4907         * gdb.texinfo (File Options): Adjust the documentation of this
4908         switch to refer to the "source" command rather than partially
4909         duplicating some of the relevant information.
4910         (Extending GDB): Introduce and document the set/show script-extension
4911         setting.
4912         (Command Files): Add note explaining that the "source" command
4913         is also used to evalute scripts written in other languages.
4914         Remove the short slightly incorrect reference to sourcing Python
4915         scripts.
4916         (Python Commands): Document how to execute a Python script from GDB.
4917
4918 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4919
4920         * gdb.texinfo (Command Files): Fix typo.
4921
4922 2010-01-18  Tom Tromey  <tromey@redhat.com>
4923
4924         * gdb.texinfo (File Options): Document -x on .py files.
4925         (Command Files): Document handling of Python scripts.
4926
4927 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4928
4929         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4930
4931 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4932
4933         * gdb.texinfo (Trace Files): New section.
4934         (Tracepoint Packets): Document QTSave and qTBuffer.
4935         (Trace File Format): New appendix.
4936
4937 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4938
4939         * gdb.texinfo (Values From Inferior): Document lazy_string value
4940         method.
4941         (Python API): Add Lazy strings menu item.
4942         (Lazy Strings In Python): New node.
4943
4944 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4945
4946         * gdb.texinfo (GDB/MI Thread Information): New.
4947         (GDB/MI Async Records): Document the core field in *stopped.
4948         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4949         documentation
4950         (Process list): Document that osdata document may contain
4951         threads.
4952         (Remote Serial Protocol): Document qXfer:threads.
4953
4954 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4955
4956         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4957         disconnected tracing.
4958         (Tracepoint Packets): Document new protocol.
4959
4960 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4961
4962         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4963         tracepoints.
4964         (Tracepoint Packets): Describe remote protocol for fast
4965         tracepoints.
4966
4967 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4968
4969         Update the "Start of New Year Procedure".
4970         * gdbint.texinfo: Add the list of files that need to be updated
4971         manually.  Minor reformatting.
4972
4973 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4974
4975         * refcard.tex: Update copyright year in header and text.
4976
4977 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4978
4979         * agentexpr.texi: Add 2010 to the list of copyright years.
4980         * annotate.texinfo: Likewise.
4981         * gdb.texinfo: Likewise.
4982         * gdbint.texinfo: Likewise.
4983         * observer.texi: Likewise.
4984         * stabs.texinfo: Likewise.
4985
4986 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4987
4988         * gdb.texinfo (Tracepoint Actions): Describe teval.
4989
4990 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4991
4992         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4993
4994 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4995
4996         * gdb.texinfo (Trace State Variables): New section.
4997         (Tracepoint Packets): Describe trace state variable packets.
4998         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4999         variable bytecodes.
5000
5001 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
5002
5003         * gdb.texinfo (Symbols): "info variables" prints definitions, not
5004         declarations.
5005
5006 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
5007
5008         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5009         -gdb-exit behaviour.
5010
5011 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5012
5013         * gpl.texi: Update to version 3 of the GPL.
5014
5015 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5016
5017         * Makefile.in: Update copyright header.
5018         * observer.texi: Fix the copyright header of the generated files.
5019
5020 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
5021
5022         * gdb.texinfo (Types In Python): Describe range function.
5023
5024 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
5025
5026         * gdb.texinfo (Types In Python): Describe "is_base_class".
5027
5028 2009-12-03  Tom Tromey  <tromey@redhat.com>
5029
5030         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5031
5032 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5033
5034         * observer.texi: New memory_changed observer.
5035
5036 2009-12-01  Tom Tromey  <tromey@redhat.com>
5037
5038         * gdb.texinfo (Reverse Execution): Fix typo.
5039
5040 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5041
5042         PR gdb/8704
5043
5044         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5045         are allowed after the breakpoint condition.
5046
5047 2009-11-23  Tom Tromey  <tromey@redhat.com>
5048
5049         PR python/10782:
5050         * gdb.texinfo (Types In Python): Document Type.pointer.
5051
5052 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5053
5054         * gdb.texinfo (Machine Code): Adjust.
5055
5056 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5057
5058         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5059         (Using Agent Expressions): Delete cross reference.
5060
5061 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5062
5063         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5064         and @settitle directives up to help makeinfo find them.
5065
5066 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5067
5068         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5069         (Auto-loading): Use plural and note one can use multiple components now.
5070
5071 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5072
5073         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5074         -stack-list-arguments have the same documentation for parameter
5075         as -stack-list-locals. Add comas.
5076
5077 2009-10-27  Tom Tromey <tromey@redhat.com>
5078             Eli Zaretskii <eliz@gnu.org>
5079
5080         PR python/10781
5081
5082         * gdb.texinfo (Values From Inferior): Document cast method.
5083
5084 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5085
5086         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5087         and adjust example.
5088
5089 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5090
5091         * gdb.texinfo (Process Record and Replay): Document new form of
5092         info record command.  Also document the new save and restore
5093         commands.
5094
5095 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5096
5097         * gdb.texinfo (Machine Code): Mention current pc marker.
5098         (Memory): Likewise.
5099
5100 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5101             Stan Shebs  <stan@codesourcery.com>
5102
5103         * observer.texi (new_inferior): Rename to...
5104         (inferior_appeared): ... this.
5105
5106         * gdb.texinfo (Inferiors): Rename node to ...
5107         (Inferiors and Programs): ... this.  Mention running multiple
5108         programs in the same debug session.
5109         <info inferiors>: Mention the new 'Executable' column if "info
5110         inferiors".  Update examples.  Document the "add-inferior",
5111         "clone-inferior", "remove-inferior" and "maint info
5112         program-spaces" commands.
5113         (Process): Rename node to...
5114         (Forks): ... this.  Document "set|show follow-exec-mode".
5115
5116 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5117
5118         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5119         (ReverseContinue): Ditto.
5120
5121 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5122
5123         * gdb.texinfo (Server): Document libthread-db-search-path.
5124
5125 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5126
5127         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5128
5129 2009-10-06  Michael Eager  <eager@eagercon.com>
5130
5131         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5132         (Embedded Processors): Add MicroBlaze.
5133         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5134
5135 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5136
5137         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5138
5139 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5140
5141         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5142
5143 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5144
5145         * observer.texi (solib_unloaded): Document explicitly the fact that
5146         this observer is called before the associated symbols are unloaded.
5147
5148 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5149
5150         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5151         -stack-list-variables.
5152
5153 2009-09-18  Tom Tromey  <tromey@redhat.com>
5154
5155         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5156         is experimental.
5157
5158 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5159
5160         * gdb.texinfo (convenince variables): Mention
5161         $_siginfo could be empty.
5162
5163 2009-09-15  Tom Tromey  <tromey@redhat.com>
5164
5165         * gdb.texinfo (GDB/MI Variable Objects): Document
5166         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5167         Expand -var-update documentation.
5168
5169 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5170
5171         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5172         feature.
5173
5174 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5175
5176         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5177
5178 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5179
5180         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5181         ReverseStep replies to the qSupported query.
5182
5183 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5184
5185         Add documentation for set/show interactive-mode.
5186         * gdb.texinfo (Other Misc Settings): New node.
5187
5188 2009-09-01  Doug Evans  <dje@google.com>
5189
5190         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5191         non-stop mode's affect on remote caching.
5192
5193 2009-08-31  Jacob Potter  <jdpotter@google.com>
5194             Doug Evans  <dje@google.com>
5195
5196         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5197         Mark `set/show remotecache' options as obsolete.
5198         Document new `set/show stack-cache' option.
5199         Update text for `info dcache'.
5200
5201 2009-08-27  Doug Evans  <dje@google.com>
5202
5203         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5204         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5205
5206 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5207
5208         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5209         about autoconf.
5210
5211 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5212
5213         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5214         small example, and describe its columns.  Replace "inferior-id" by
5215         "infno" throughout.
5216
5217 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5218
5219         * gdbint.texinfo (Releasing GDB): Point to
5220         README-maintainer-mode file for required autoconf version.
5221         * configure.ac: Do not substitute datarootdir, htmldir,
5222         pdfdir, docdir.  Do not process --with-datarootdir,
5223         --with-htmldir, --with-pdfdir, --with-docdir.
5224         * configure: Regenerate.
5225
5226         * configure: Regenerate.
5227
5228 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5229
5230         * gdb.texinfo: Add chapter on JIT interface.
5231
5232 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5233
5234         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5235         confirmation request.
5236
5237 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5238
5239         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5240         CRC definitions.
5241
5242 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5243
5244         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5245         -break-commands.
5246
5247 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5248
5249         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5250         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5251
5252 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5253
5254         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5255         "set spu stop-on-load" and "show spu stop-on-load" commands.
5256
5257 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5258
5259         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5260
5261 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5262
5263         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5264         org.gnu.gdb.arm.neon.
5265
5266 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5267
5268         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5269         optional element.
5270         (subsection OS ABI): New subsection.
5271
5272 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5273
5274         * gdb.texinfo (Tracepoint Conditions): New section.
5275         (General Query Packets): Describe ConditionalTracepoints.
5276         (Tracepoint Packets): Describe condition field.
5277         (Maintenance Commands): Describe maint agent-eval.
5278         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5279
5280 2009-07-11  Hui Zhu  <teawater@gmail.com>
5281
5282         * gdb.texinfo (disassemble): Add a new modifier /r
5283         to "disassemble" command to make it print the raw instructions
5284         in hex as well as in symbolic form.
5285
5286 2009-07-09  Tom Tromey  <tromey@redhat.com>
5287
5288         * gdbint.texinfo (Testsuite): Document parallel make check.
5289
5290 2009-07-09  Tom Tromey  <tromey@redhat.com>
5291
5292         * gdbint.texinfo (Testsuite): Document test transcripts.
5293
5294 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5295
5296         * gdb.texinfo (Values From Inferior): Add length parameter
5297         description.
5298
5299 2009-07-04  Chris Genly  <chris@genly.us>
5300
5301         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5302         in -var-list-children.  Fix example according to what the code
5303         does.
5304
5305 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5306
5307         * gdb.texinfo (Debugging multiple inferiors): Document the
5308         "inferior", "detach inferior" and "kill inferior" commands.
5309         (Debugging Programs with Multiple Processes): Adjust to mention
5310         generic "inferior" commands.  Delete mention of "detach fork" and
5311         "delete fork".  Cross reference to "Debugging multiple inferiors"
5312         section.
5313
5314 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5315
5316         * gdbint.texinfo (Item Output Functions): Update signature
5317         for ui_out_field_core_addr.
5318
5319 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5320
5321         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5322         Update example code extrated from breakpoint.c.
5323
5324 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5325
5326         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5327         MI commands.
5328         (GDB/MI Symbol Query): Likewise.
5329         (GDB/MI File Commands): Likewise.
5330         (GDB/MI File Transfer Commands): Likewise.
5331         (GDB/MI Target Manipulation): Likewise.
5332         (GDB/MI Miscellaneous Commands): Likewise.
5333
5334 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5335
5336         * gdb.texinfo (Debugging Optimized Code): New chapter.
5337         (Compiling for Debugging): Reference it.  Move some
5338         text to the new section.
5339
5340 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5341
5342         * doc/gdb.texinfo (Calling): Document
5343         set-unwind-on-terminating-exception usage.
5344
5345 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5346
5347         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5348         command.
5349
5350 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5351
5352         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5353         references.
5354
5355 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5356
5357         * gdbint.texinfo: Rename formal parameters to gdbarch function
5358         protoypes from "current_gdbarch" to "gdbarch".
5359
5360 2009-05-28  Tom Tromey  <tromey@redhat.com>
5361
5362         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5363
5364 2009-05-27  Tom Tromey  <tromey@redhat.com>
5365
5366         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5367         feature.
5368         (GDB/MI Variable Objects): Document -var-set-visualizer.
5369
5370 2009-04-02  Tom Tromey  <tromey@redhat.com>
5371
5372         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5373         feature.
5374         (GDB/MI Variable Objects): Document -var-set-visualizer.
5375
5376 2009-05-27  Tom Tromey  <tromey@redhat.com>
5377             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5378             Phil Muldoon  <pmuldoon@redhat.com>
5379
5380         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5381         (Pretty Printing): New node.
5382         (Selecting Pretty-Printers): Likewise.
5383         (Python API): Update.
5384         (Output Formats): Document /r format.
5385
5386 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5387             Tom Tromey  <tromey@redhat.com>
5388
5389         * gdb.texinfo (Types In Python): New node.
5390         (Values From Inferior): "type" is now an attribute.
5391         (Python API): Update.
5392
5393 2009-05-27  Tom Tromey  <tromey@redhat.com>
5394             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5395             Phil Muldoon  <pmuldoon@redhat.com>
5396
5397         * gdb.texinfo: Add @syncodeindex for `tp'.
5398         (Python API): Update.
5399         (Auto-loading): New node.
5400         (Objfiles In Python): New node.
5401
5402 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5403
5404         * gdb.texinfo (Threads): Document libthread-db-search-path.
5405
5406 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5407
5408         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5409
5410 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5411
5412         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5413         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5414         show show-debug-regs' docs.
5415
5416 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5417
5418         * gdb.texinfo (Process Record and Replay): Add description of
5419         reverse execution.
5420
5421 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5422
5423         * gdbint.texinfo (Adding support for debugging core files): New node.
5424         (Native Debugging): Remove the ``Native core file Support'' section.
5425
5426 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5427
5428         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5429         Add index entries.
5430
5431 2009-04-30  Hui Zhu  <teawater@gmail.com>
5432             Michael Snyder  <msnyder@vmware.com>
5433
5434         * gdb.texinfo: (Process Record and Replay): Add documentation for
5435         process record and replay.
5436
5437 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5438
5439         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5440         a new part on command-line defined macros.
5441
5442 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5443
5444         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5445         clarify the wording.
5446
5447 2009-04-23  Tom Tromey  <tromey@redhat.com>
5448
5449         * gdb.texinfo (Data Files): New node.
5450         (GDB Files): Update menu.
5451
5452 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5453
5454         * gdbint.texinfo (Defining Other Architecture Features): Remove
5455         entry for PROCESS_LINENUMBER_HOOK.
5456
5457 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5458
5459         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5460
5461 2009-04-22  Hui Zhu  <teawater@gmail.com>
5462
5463         * gdb.texinfo (disassemble-next-line): Set the default of
5464         disassemble-next-line to off.
5465
5466 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5467
5468         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5469         --with-htmldir): New.
5470         * configure: Regenerate.
5471         * Makefile.in (datarootdir, docdir): Define.
5472         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5473         instead of $(SET_TEXINPUTS).
5474         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5475         gdbint.info instead of $(SET_TEXINPUTS).
5476         (gdbint/index.html): Use same -I options as for building
5477         gdbint.info.
5478         (stabs.dvi, stabs.pdf): Use same -I options as for building
5479         stabs.info instead of $(SET_TEXINPUTS).
5480         (stabs/index.html): Use same -I options as for building
5481         stabs.info.
5482         (annotate.dvi, annotate.pdf): Use same -I options as for building
5483         annotate.info instead of $(SET_TEXINPUTS).
5484         (annotate/index.html): Use same -I options as for building
5485         annotate.info.
5486
5487 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5488
5489         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5490
5491 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5492
5493         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5494
5495 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5496             Joseph Myers  <joseph@codesourcery.com>
5497
5498         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5499         (MAKEHTMLFLAGS): Set to empty.
5500         (html__strip_dir): Define.
5501         (HTMLFILES): Define.
5502         (HTMLFILES_INSTALL): Define.
5503         (install-html): Copy new automake rule.
5504         (html): Depend on $(HTMLFILES).
5505         (gdb_toc.html): Rename to gdb/index.html.
5506         (gdbint_toc.html): Rename to gdbint/index.html.
5507         (stabs_toc.html): Rename to stabs/index.html.
5508         (annotate_toc.html): Rename to annotate/index.html.
5509
5510 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5511
5512         * Makefile.in: Set pdfdir and htmldir from configure
5513         substitutions.
5514         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5515         * configure: Regenerate.
5516
5517 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5518
5519         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5520         This macro is no longer used.
5521
5522 2009-04-15  Tom Tromey  <tromey@redhat.com>
5523
5524         * gdb.texinfo (Character Sets): Document default character set.
5525
5526 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5527
5528         * gdbint.texinfo: Change server name from sources.redhat.com to
5529         sourceware.org throughout.
5530
5531 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5532
5533         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5534         about a missing dot or coma after @xref.
5535
5536 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5537
5538         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5539         example, and add a small explanation about it.
5540         (Print Settings): Change the documentation of the "set print
5541         frame-arguments" to reflect the fact that the default is now "scalars".
5542
5543 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5544
5545         * gdb.texinfo (Print Settings): Add kindex for command "set
5546         print frame-arguments".
5547
5548 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5549
5550         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5551         breakpoints.
5552         (Set Breaks): Add reference to thread-specific and task-specific
5553         breakpoints.
5554
5555 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5556
5557         * gdb.texinfo (Ada Tasks): Remove the documentation about
5558         the "Running" state, as this state has been eliminated.
5559         Now all runnable tasks are shown as "Runnable".
5560
5561 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5562
5563         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5564         special case of breakpoints.
5565         (Enable and Disable Tracepoints): Mention deprecation.
5566         (Listing Tracepoints): Update description and example.
5567
5568 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5569
5570         * gdb.texinfo (Frames in Python): New node.
5571         (Python API): Update.
5572
5573 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5574
5575         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5576         from a method to an attribute.
5577
5578 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5579
5580         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5581         attribute.
5582
5583 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5584
5585         * observer.texi (thread_exit): Add "silent" parameter.
5586
5587 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5588
5589         * observer.texi (about_to_proceed): New.
5590
5591 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5592
5593         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5594         field throughout to handle types with spaces in them.  Fix typos
5595         found by aspell.
5596         (Summary, Requirements, Contributors): New first chapter,
5597         "Summary" added, old Requirements section moved there, and new
5598         section, "Contributors" added.
5599         (Initializing a New Architecture, Register Representation)
5600         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5601         (Porting gdb): These sections extended and updated.
5602         (Compiler Characteristics): This section (empty) deleted.
5603         (Defining Other Architecture Features): This section renamed and
5604         duplicate material removed from (formerly "Target Conditionals").
5605         Use braces {} in @deftypeXX type field throughout to handle types
5606         with spaces in them. Typos found by aspell fixed.
5607
5608         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5609         * stack_frame.pdf: Version of image for PDF output.
5610         * stack_frame.png: Version of image for HTML output and for Emacs.
5611         * stack_frame.txt: Version of image for Info output.
5612         * stack_frame.eps: Version of image for TeX DVI output.
5613
5614 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5615
5616         * gdb.texinfo (Character Sets): Fix last change.
5617
5618 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5619
5620         * gdb.texinfo (Values From Inferior): Fix optional arguments
5621         markup.
5622         (Commands In Python): Adjust argument names of gdb.Command.__init__
5623         to what the function accepts as keywords.
5624
5625 2008-03-20  Tom Tromey  <tromey@redhat.com>
5626
5627         * gdb.texinfo (Convenience Vars): Document convenience functions.
5628         (Functions In Python): New node.
5629         (Python API): Update.
5630
5631 2009-03-20  Tom Tromey  <tromey@redhat.com>
5632
5633         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5634         set target-wide-charset.
5635         (Requirements): Mention iconv.
5636
5637 2009-03-17  Hui Zhu  <teawater@gmail.com>
5638
5639         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5640
5641 2009-03-17  Hui Zhu  <teawater@gmail.com>
5642
5643         * gdb.texinfo: Add documentation for disassemble-next-line.
5644
5645 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5646
5647         * gdb.texinfo (Commands In Python): Remove tindex entries.
5648
5649 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5650
5651         * gdb.texinfo (Returning): New description for missing debug info.
5652
5653 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5654
5655         * gdb.texinfo (Remote Configuration): Document query-attached.
5656         (General Query Packets): Document qAttached.
5657
5658 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5659
5660         * gdb.texinfo (Background Execution): Better describe the set
5661         target-async command.
5662         (Maintenance Commands): Delete description of the `maint set/show
5663         linux-async' and `maint set/show remote-async' commands.
5664
5665 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5666
5667         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5668         between sentences.
5669
5670 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5671
5672         * gdb.texinfo (GDB/MI Async Records): Document the
5673         =library-loaded and =library-unloaded notifications.
5674
5675 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5676
5677         * observer.texi (test_notification): New observer.
5678
5679 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5680
5681         * observer.texi: Add parameter 'print_frame' to normal_stop
5682         observer.
5683
5684 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5685
5686         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5687         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5688         @kbd for interactive input.  Add cross-references and index
5689         entries.
5690
5691 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5692
5693         * gdb.texinfo (Signals): Document $_siginfo.
5694         (Convenience Variables): Mention $_siginfo.
5695         (Remote Configuration): Document qXfer:siginfo:read,
5696         qXfer:siginfo:write packets, and the read-siginfo-object,
5697         write-siginfo-object commands.
5698
5699 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5700
5701         * gdbint.texinfo (Values): New chapter.
5702
5703 2009-02-06  Tom Tromey  <tromey@redhat.com>
5704
5705         * gdb.texinfo (Python API): Add entry for Commands In Python.
5706         (Commands In Python): New node.
5707
5708 2009-02-05  Tom Tromey  <tromey@redhat.com>
5709
5710         * gdb.texinfo (Values From Inferior): Document Value.string.
5711
5712 2009-02-05  Tom Tromey  <tromey@redhat.com>
5713
5714         * gdb.texinfo (Basic Python): Document execute's from_tty
5715         argument.
5716
5717 2009-02-04  Tom Tromey  <tromey@redhat.com>
5718
5719         * gdb.texinfo (Basic Python): Document gdb.history.
5720
5721 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5722
5723         * gdb.texinfo (GDB/MI Thread Commands): Document the
5724         'current-thread-id' field.  Remove the example with zero threads,
5725         since current GDB won't ever report that if there's inferior.
5726
5727 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5728
5729         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5730         option to -break-insert.
5731
5732 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5733             Jerome Guitton  <guitton@adacore.com>
5734
5735         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5736         (System-wide configuration): New section.
5737
5738 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5739
5740         PR gdb/7580:
5741         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5742         internal-error|internal-warning quit|corefile ask|yes|no".
5743
5744 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5745
5746         * gdb.texinfo (Using the `gdbserver' Program): Document
5747         --remote-debug.
5748
5749 2009-01-23  Doug Evans  <dje@google.com>
5750
5751         * gdb.texinfo: Add nexti to list of commands that support
5752         background execution.
5753
5754 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5755
5756         * gdb.texinfo (Define, Hooks): Document prefix command support.
5757
5758 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5759             Carlos O'Donell  <carlos@codesourcery.com>
5760
5761         Fixes for makeinfo --html.
5762
5763         * annotate.texinfo: Use @copying and @insertcopying.  Use
5764         @ifnottex in place of @ifinfo.
5765         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5766         place of @ifinfo.  Use @ifnotinfo for one index entry.
5767         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5768         in place of @ifinfo.
5769         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5770         in place of @ifinfo.  Include contents at start unconditionally.
5771
5772 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5773
5774         * gdb.texinfo (General Query Packets): Remove @var{} around the
5775         "spu" literal string.
5776
5777 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5778
5779         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5780         program may be running in another process" errors.
5781         * gdbint.texinfo (Native Conditionals): Delete
5782         ONE_PROCESS_WRITETEXT description.
5783
5784 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5785
5786         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5787         emacs local variable to be placed at the end of the ChangeLog.
5788         Add server.c and gdbreplay.c to the list of files where the
5789         copyright year needs to be updated.
5790
5791 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5792
5793         * gdb.texinfo (Remote Configuration): Document new
5794         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5795         commands.
5796
5797 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5798
5799         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5800         FETCH_INFERIOR_REGISTERS.
5801         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5802         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5803         gdbarch_get_longjmp_target descrition, since already described in
5804         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5805         (Target Conditionals): ... here.
5806
5807 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5808
5809         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5810         examples.
5811         (Additions to Ada): Likewise.  Add the missing opening and closing
5812         parenthesis of the GDB prompt in one of the examples.
5813
5814 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5815
5816         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5817         about the result of 'Address not being of type System.Address.
5818         This problem has been fixed a while ago.
5819
5820 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5821
5822         MI non-stop and multiprocess docs.
5823
5824         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5825         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5826         Adjust documentation for *stopped, document =thread-created,
5827         =thread-exited, =thread-group-created and =thread-group-exited.
5828         (GDB/MI Thread Commands): Document the 'state' field in
5829         -thread-info output.
5830         (GDB/MI Program Execution): Mention --all and --thread-group
5831         options.
5832         (GDB/MI Variable Objects): Describe floating and fixed variable
5833         objects.
5834         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5835
5836 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5837
5838         * gdb.texinfo (Operating System Information): New appendix.
5839         (Operating System Auxiliary Information): Document 'info os processes'
5840         (Remote Configuration): Document 'osdata'
5841         (General Query Packets): Document qXfer:osdata:read.
5842
5843 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5844
5845         * gdb.texinfo (Darwin): Document Darwin specific features.
5846
5847 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5848
5849         * gdbint.texinfo (Target Conditionals): Extend the
5850         gdbarch_breakpoint_from_pc description.
5851
5852 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5853
5854         * gdb.texinfo (M68K Features): Fix typo.
5855
5856 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5857
5858         * gdb.texinfo (Symbols): Mention printing containing
5859         image name in "info symbol".
5860         (Maint translate-address): Likewise.
5861
5862 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5863
5864         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5865         commands "catch load" and "catch unload".
5866
5867 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5868
5869         * gdb.texinfo (GDB/MI Async Records): Document
5870         =thread-selected.
5871
5872 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5873
5874         * observer.texi (new_inferior, inferior_exit): New observers.
5875
5876 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5877
5878         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5879         .mt files, TM_CLIBS or TM_CDEPS.
5880         (x86 Watchpoints): Don't mention TDEPFILES.
5881
5882 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5883
5884         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5885         (Overview): Mention notifications and non-stop mode behavior.
5886         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5887         with non-stop mode behavior.  Add vStopped description.
5888         (Stop Reply Packets):  Update list of packets that return
5889         stop replies.  Mention non-stop behavior.
5890         (General Query Packets): Document QNonStop packet and associated
5891         qSupported query response.
5892         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5893         behavior.
5894         (Notification Packets): New section.
5895         (Remote Non-Stop): New section.
5896         (File-I/O Overview): Mention non-stop behavior.
5897
5898 2008-10-24  Hui Zhu  <teawater@gmail.com>
5899             Pedro Alves  <pedro@codesourcery.com>
5900
5901         * gdb.texinfo (displaced-stepping): Describe the auto mode
5902         setting, and say it's the default.  This is now a mainstream
5903         setting instead of a maintenance setting.
5904
5905 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5906
5907         * observer.texi (thread_stop_requested): New.
5908
5909 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5910
5911         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5912         (Patching): Replace incorrect usage of @samp by @kbd.
5913
5914 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5915
5916         * gdb.texinfo: Add documentation for reverse execution.
5917
5918 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5919             Eli Zaretskii  <eliz@gnu.org>
5920
5921         * gdb.texinfo. (Values From Inferior): New subsubsection.
5922
5923 2008-10-06  Doug Evans  <dje@google.com>
5924
5925         * gdb.texinfo (set debug dwarf2-die): Document it.
5926
5927 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5928
5929         * gdb.texinfo (catch) [exception]: Document how to insert
5930         a breakpoint on user-defined exceptions when the exception
5931         name is identical to one of the language-defined ones.
5932
5933 2008-09-27  Tom Tromey  <tromey@redhat.com>
5934
5935         * gdb.texinfo (Macros): Remove text about stringification,
5936         varargs, and splicing.
5937
5938 2008-09-27  Tom Tromey  <tromey@redhat.com>
5939
5940         * gdbint.texinfo (Language Support): Remove text about omitting
5941         support for a language.
5942
5943 2008-09-23  Doug Evans  <dje@google.com>
5944
5945         * gdb.texinfo (info dcache): Update.
5946
5947 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5948
5949         * gdb.texinfo (Packets): Add info on thread-id syntax and
5950         multiprocess extensions.
5951         <D>: Document multiprocess form of packet.
5952         <H>: Use thread-id syntax.
5953         <T>: Likewise.
5954         <vCont>: Likewise.  Note this is required for multiprocess.
5955         <vKill>: New packet.
5956         (Stop Reply Packets) <T>: Use thread-id syntax.
5957         <W>: Document multiprocess form of reply.
5958         <X>: Likewise.
5959         (General Query Packets) <qC>: Use thread-id syntax.
5960         <qfThreadInfo>: Likewise.
5961         <qGetTLSAddr>: Likewise.
5962         <qP>: Likewise.
5963         <qSupported>: Add "multiprocess" feature.
5964         <qThreadExtraInfo>: Use thread-id syntax.
5965
5966 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5967
5968         * gdb.texinfo (Inferiors): New section.
5969
5970 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5971
5972         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5973
5974 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5975
5976         * gdbint.texinfo (Target Conditionals): Remove documentation
5977         for gdbarch_name_of_malloc.
5978
5979 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5980
5981         * gdb.texinfo (Interrupts): Mention TCP interface for
5982         sending BREAK.
5983
5984 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5985
5986         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5987         argument prefix to "set sysroot".
5988
5989 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5990
5991         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5992         and False.
5993
5994 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5995
5996         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5997         for possible features of -list-features.
5998
5999 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6000
6001         * gdb.texinfo (Background execution): Adjust example
6002         (GDB/MI Miscellaneous Commands): Document -list-target-features.
6003
6004 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6005
6006         * doc/gdb.texinfo (PowerPC): Fix typo.
6007         (PowerPC features): Fix typo.
6008
6009 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
6010
6011         * observer.texi (thread_ptid_changed): New.
6012
6013 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
6014
6015         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6016         (PowerPC features): Mention feature set for VSX registers.
6017
6018 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
6019
6020         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6021         the direct visibility of all names in user-written packages.
6022
6023 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
6024
6025         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6026         setting, and make it the default.
6027         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6028         non-stop script example.
6029
6030 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6031
6032         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6033         reference to the "Using Different Register and Memory Data
6034         Representation" section.
6035
6036 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6037
6038         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6039         (Remote Protocol): Add Packet Acknowledgment to menu.
6040         (Overview): Mention +/- can be disabled, and point to new section
6041         where this is discussed in detail.
6042         (General Query Packets): Document QStartNoAckMode packet, and
6043         corresponding qSupported reply.
6044         (Packet Acknowledgment): New section.
6045
6046 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6047             Pedro Alves  <pedro@codesourcery.com>
6048
6049         * gdb.texinfo (Threads): Move paragraph about automatic thread
6050         selection to All-Stop Mode subsection.
6051         (Thread Stops): Reorganize existing material into subsections.
6052         Add introductory blurb and menu.
6053         (Non-Stop Mode): New subsection.
6054         (Background Execution): New subsection.
6055         (Maintenance Commands): Add cross-references from async mode
6056         commands to the new Background Execution section.
6057
6058 2008-08-06  Tom Tromey  <tromey@redhat.com>
6059
6060         * gdb.texinfo (Extending GDB): New chapter.
6061         (Sequences): Demoted chapter, now a section under the new
6062         Extending GDB chapter.
6063         (Python): New section.
6064
6065 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6066
6067         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6068
6069 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6070
6071         * gdbint.texinfo: General round of cleanup and minor
6072         clarifications.
6073         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6074         (Longjmp Support): Update description to reflect how it is done
6075         for targets without using native header.
6076         (Symbol Handling): Add a little more general explanation.
6077         (COFF, ELF): Mention stabs encapsulation.
6078         (DWARF 3): New section.
6079         (Adding a New Host): Scrub out some obsolete bits.
6080         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6081         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6082         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6083         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6084         SEEK_SET, STOP_SIGNAL, USG.
6085         (Raw and Virtual Register Representations): Ditto for
6086         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6087         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6088         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6089         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6090         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6091         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6092         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6093         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6094         DEPRECATED_USE_STRUCT_CONVENTION.
6095         Describe gdbarch_deprecated_fp_regnum.
6096         Update description of gdbarch_print_insn.
6097         (Adding a New Target): Scrub out obsolete bits.
6098         (Obsolete Conditionals): Remove entire section.
6099
6100 2008-07-25  Tom Tromey  <tromey@redhat.com>
6101
6102         * observer.texi (GDB Observers): Document new observers:
6103         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6104         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6105         architecture_changed.
6106
6107 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6108
6109         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6110         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6111
6112 2008-07-21  Tom Tromey  <tromey@redhat.com>
6113
6114         * observer.texi (GDB Observers): Remove obsolete comment.
6115         <executable_changed>: Remove argument.
6116
6117 2008-07-18  Tom Tromey  <tromey@redhat.com>
6118
6119         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6120
6121 2008-07-10  Doug Evans  <dje@google.com>
6122
6123         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6124
6125 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6126
6127         * gdb.texinfo (Starting): Document "set disable-randomization".
6128
6129 2008-07-07  Andreas Schwab  <schwab@suse.de>
6130
6131         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6132
6133 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6134
6135         * gdb.texinfo (GDB/MI Target Manipulation): Add
6136         example of -target-attach.
6137
6138 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6139
6140         * observer.texi (target_resumed): New observer.
6141         * gdb.texinfo (GDB/MI Output Records): Document *running.
6142
6143 2008-06-06  Tom Tromey  <tromey@redhat.com>
6144
6145         * gdb.texinfo (Completion): Add field name example.
6146
6147 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6148
6149         * gdb.texinfo (GDB/MI Program Context): Added example
6150         to -exec-arguments
6151
6152 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6153
6154         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6155         annotation.
6156
6157 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6158             Nathan Sidwell  <nathan@codesourcery.com>
6159             Joseph Myers  <joseph@codesourcery.com>
6160
6161         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6162         and ACX_BUGURL.
6163         * configure: Regenerate.
6164         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6165         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6166         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6167         mailing-list-specific text about bug reporting unless
6168         BUGURL_DEFAULT.
6169
6170 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6171
6172         * gdb.texinfo (-target-select): Remove reference to target async.
6173         (Maintenance Commands): Document "maint set/show remote-async".
6174
6175 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6176
6177         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6178         in -target-file-get section.
6179
6180 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6181
6182         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6183         killing the inferior when it is already debugging a process.
6184
6185 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6186
6187         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6188         abbreviation for "finish".
6189
6190 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6191
6192         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6193
6194 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6195
6196         * gdbint.texinfo (Target Conditionals): Delete entry for
6197         gdbarch_dwarf_reg_to_regnum.
6198
6199 2008-05-09  Doug Evans  <dje@google.com>
6200
6201         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6202
6203 2008-05-05  Doug Evans  <dje@google.com>
6204
6205         * gdb.texinfo (disassemble): Document /m modifier.
6206
6207 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6208
6209         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6210         will not report the time of commands that run the target.
6211
6212 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6213
6214         * gdb.texinfo (GDB/MI Output Records): Add
6215         missing semicolon.
6216
6217 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6218
6219         * gdb.texinfo (GDB/MI Output Records):
6220         Document =thread-create and =thread-exited.
6221
6222 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6223
6224         * gdb.texinfo (GDB/MI Development and Front Ends):
6225         Remove mention of dmi-discuss.
6226
6227 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6228
6229         * observer.texi (thread_exit): New.
6230
6231 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6232
6233         * gdb.texinfo (Debugging Output): Document "set/show debug
6234         displaced".
6235         (Maintenance Commands): Document "maint set/show
6236         can-use-displaced-stepping".
6237
6238 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6239
6240         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6241         and set/show arm force-mode.
6242
6243 2008-05-02  Andreas Schwab  <schwab@suse.de>
6244
6245         * gdbint.texinfo (Algorithms): Describe
6246         target_watchpoint_addr_within_range.
6247
6248 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6249
6250         * gdbint.texinfo (Stack Frames): New chapter.
6251         (Algorithms): Move Frames text to the new chapter.
6252         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6253         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6254
6255 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6256
6257         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6258         output does not necessary include any tokens.
6259
6260 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6261
6262         * gdb.texinfo (Set SH Calling convention): New @item.
6263         (Show SH Calling convention): Ditto.
6264
6265 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6266
6267         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6268
6269 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6270
6271         * gdb.texinfo (Set Breaks): Mention that multiple location
6272         breakpoints need line number info.  Add index entries.
6273
6274 2008-04-19  Craig Silverstein  <csilvers@google.com>
6275
6276         * gdb.texinfo (Requirements): Add an optional requirement on
6277         zlib.
6278         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6279         Compressed DWARF 2.
6280
6281 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6282
6283         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6284         sample output for 'stopped,reason="breakpoint-hit"' message.
6285         (GDB/MI Program Execution): Likewise.
6286
6287 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6288
6289         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6290         -var-set-format.  Add -f option to -var-evaluate-expression.
6291
6292 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6293
6294         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6295         new node "Ambiguous Expressions".  Replace references to this
6296         node by references to "Ambiguous Expressions" throughout.
6297         (Ambiguous Expressions): New node.
6298
6299 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6300
6301         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6302
6303 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6304
6305         * gdb.texinfo (Debugging Output): Document
6306         "set/show debug lin-lwp-async".
6307         (Maintenance Commands): Document "maint set/show linux-async".
6308
6309 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6310
6311         * gdb.texinfo (Expressions): Update description of malloced arrays.
6312
6313 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6314
6315         * gdb.texinfo (Thread Commands): Document
6316         -thread-info.  Remove -thread-list-all-threads.
6317
6318 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6319             Sandra Loosemore  <sandra@codesourcery.com>
6320
6321         * gdb.texinfo (Library List Format): Update to mention the
6322         possibility to pass section addresses instead of segment
6323         addresses.
6324
6325 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6326
6327         * gdb.texinfo (Starting): Document "set exec-wrapper".
6328         (Server): Document gdbserver --wrapper.
6329
6330 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6331
6332         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6333         unreadable memory.  Delete obsolete SPARClite reference.
6334
6335 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6336
6337         * gdb.texinfo (Starting): Mention always-running targets.
6338         (Target Commands): Add an anchor for load.
6339         (Connecting): Explain continue instead of run.
6340
6341 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6342
6343         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6344
6345 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6346
6347         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6348         breakpoint table.
6349
6350 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6351
6352         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6353         killing the inferior when it is already debugging a process.
6354
6355 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6356
6357         * gdbint.texinfo (Build Script): New section. Mention new build script
6358         gdb_buildall.sh.
6359
6360 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6361
6362         * gdb.texinfo (Help): Summarize 'info args' correctly.
6363
6364 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6365
6366         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6367         available in PowerPC architecture.
6368         (Embedded Processors): Change node name of PowerPC item in menu.
6369         (PowerPC): Rename to...
6370         (PowerPC Embedded): this.
6371         (Architectures): Add new PowerPC item in menu.
6372         (PowerPC): New node.
6373
6374 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6375
6376         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6377         commands.
6378
6379 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6380
6381         * gdb.texinfo (Setting Catchpoints): Mention features
6382         supported on GNU/Linux.
6383
6384 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6385
6386         * gdb.texinfo (GDB/MI File Commands): Describe new output
6387         field for MI command -file-list-exec-source-file.
6388
6389 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6390
6391         * gdb.texinfo (Using the `gdbserver' Program): Add security
6392         warning.  Rearrange into subsections and subsubsections.  Document
6393         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6394         usage.  Make load reference clearer.  Document monitor exit.
6395         (Remote Configuration): Document set remote exec-file, attach-packet,
6396         and run-packet.
6397         (Packets): Document vAttach and vRun.
6398
6399 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6400
6401         * gdb.texinfo (Processes): Mention process command.
6402         detach-on-follow -> detach-on-fork.
6403
6404 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6405
6406         * gdbint.texinfo (Native Conditionals): Remove
6407         SHELL_COMMAND_CONCAT and SHELL_FILE.
6408
6409 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6410
6411         * gdb.texinfo (Specify Location): Improve wording.
6412
6413 2008-01-23  Chris Demetriou  <cgd@google.com>
6414
6415         * gdb.texinfo (Threads): Document new "set print thread-events"
6416         and "show print thread-events" commands.
6417
6418 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6419
6420         * gdb.texinfo (Specify Location): New section.
6421         (Delete Breaks, Edit, Set Breaks): Remove description of
6422         locations.  Instead, add a reference to "Specify Location".
6423         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6424         (Symbols): Refer to "Specify Location" for the valid forms of
6425         linespecs and locations.
6426
6427 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6428
6429         * gdbint.texinfo (Target Conditionals): Replace the description of
6430         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6431
6432 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6433
6434         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6435         about &&var, which is rejected by the expression parser.
6436
6437 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6438
6439         * gdb.texinfo (Output): Update documentation on using printf with DFP
6440         types.
6441
6442 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6443
6444         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6445         subsubsection.
6446         (Decimal Floating Point format): New subsubsection.
6447
6448 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6449
6450         * gdb.texinfo (File Options): Remove mention of the attempt to
6451         open a core file with the -p option.  Don't list -c as a valid
6452         option to attach to a process.
6453
6454 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6455
6456         * gdbint.texinfo (Host Conditionals): Remove mention of
6457         ALIGN_STACK_ON_ENTRY.
6458
6459 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6460
6461         * gdbint.texinfo (Start of New Year Procedure): Add item
6462         describing how to update the source and documentation copyright
6463         notices.
6464
6465 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6466
6467         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6468         watchpoint explanation into the main description of the watchpoint
6469         command; update synopses of 'watch', 'rwatch', and 'awatch'
6470         commands.
6471
6472 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6473
6474         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6475         Document 'pending-breakpoints' feature of
6476         -list-features.
6477
6478 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6479
6480         * gdb.texinfo: Add new parameter's description.
6481
6482 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6483
6484         * gdb.texinfo (Overview): Clarify run-length encoding
6485         example.  Remove the restriction on "+" and "-" characters.
6486
6487 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6488
6489         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6490
6491 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6492
6493         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6494         the -f option for -break-insert, remove -r option,
6495         and clarify specification of location.
6496
6497 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6498
6499         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6500         formatting.
6501         (Remote Debugging): Add File Transfer section.
6502         (Remote Configuration): Document Host I/O packets.
6503         (GDB/MI): Add GDB/MI File Transfer Commands section.
6504         (Host I/O Packets): New section in "Remote Protocol".
6505         (Packets): Add vFile.
6506
6507 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6508
6509         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6510         breakpoints with multiple locations.
6511         (Breakpoint Menus): Improve wording.
6512         (Output): Fix last change.
6513
6514 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6515
6516         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6517
6518 2007-11-15  Doug Evans  <dje@google.com>
6519
6520         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6521
6522 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6523
6524         * gdbint.texinfo (Native Conditionals): Remove
6525         mention of CLEAR_SOLIB.
6526
6527 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6528
6529         * gdb.texinfo (Print Settings): Add documentation for "set/show
6530         print frame-arguments".
6531
6532 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6533
6534         * gdb.texinfo (Output): Update printf command's description.
6535
6536 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6537
6538         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6539         powerpc soft-float".
6540
6541 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6542
6543         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6544         requirement.
6545         (Requirements for Building GDB): Expand the list of Expat
6546         uses.
6547         (Library List Format, Memory Map Format): Mention Expat.
6548         (Target Descriptions): Update Expat wording.
6549
6550 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6551
6552         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6553         Document that gdbarch_convert_register_p should return zero for no-op
6554         conversions.
6555
6556 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6557
6558         * gdbint.texi (Compiler Characteristics): Move documentation
6559         of set_gdbarch_sofun_address_maybe_missing back to ...
6560         (Target Conditionals): ... here to fix build break.
6561
6562 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6563
6564         * gdbint.texi (Target Conditionals): Remove documentation of
6565         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6566         (Compiler Characteristics): ... documentation of
6567         set_gdbarch_sofun_address_maybe_missing.
6568
6569 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6570
6571         * gdbint.texinfo (Target Conditionals): Use
6572         frame_unwind_register_unsigned in examples instead of
6573         frame_unwind_unsigned_register.
6574
6575 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6576
6577         * gdb.texinfo (Predefined Target Types): Add int128
6578         and uint128.
6579         (Standard Target Features): Add PowerPC features.
6580
6581 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6582
6583         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6584
6585 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6586
6587         * gdbint.texi (Target Conditionals): Remove documentation
6588         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6589         gdbarch_extract_return_value, and gdbarch_store_return_value.
6590
6591 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6592
6593         * gdbint.texi (Target Conditionals): Remove documentation of
6594         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6595
6596 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6597
6598         * gdb.texinfo: Mention that inaccessible-by-default is on by
6599         default.
6600
6601 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6602
6603         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6604
6605 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6606
6607         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6608         multi-threaded watchpoints.
6609         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6610         checked.  Describe sticky notification.  Expand description
6611         of steppable and continuable watchpoints.
6612         (Watchpoints and Threads): New subsection.
6613
6614 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6615
6616         * gdb.texinfo (Setting Breakpoints): Revise
6617         documentation for pending breakpoints.  Document
6618         breakpoints with multiple locations.
6619
6620 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6621
6622         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6623         Document -list-features.
6624
6625 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6626
6627         * gdb.texinfo (Output): Spell out which features of C's printf are
6628         not supported by GDB's printf.
6629         (Separate Debug Files): More accurate wording regarding build ID
6630         and a reference to the ld manual rather than the Fedora wiki.
6631
6632 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6633             Jim Blandy  <jimb@codesourcery.com>
6634
6635         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6636         (Examining Memory): Update mentions of the 's' format.
6637         (Automatic Display): Likewise.
6638
6639 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6640
6641         * gdb.texinfo: Update the FSF's Back-Cover Text.
6642
6643 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6644             Eli Zaretskii  <eliz@gnu.org>
6645
6646         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6647         Fixed the ``build ID'' name.  New binaries build instructions for the
6648         build ID inclusion.  Explain how the commands are specific to the build
6649         ID vs. debug link.
6650
6651 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6652
6653         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6654         indexing for ``build ID'' support.
6655
6656 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6657
6658         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6659         Enlisted BUILD ID to the debug file searching example.
6660         Included a BUILD ID `.note.gnu.build-id' section description.
6661         Updated/added the debug files splitting instructions for OBJCOPY.
6662
6663 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6664
6665         * gdb.texinfo (Variable Objects): Adjust docs
6666         for -var-info-expression and document
6667         -var-info-path-expression.
6668
6669 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6670
6671         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6672         (title page): Include the dedication in the printed manual, as a
6673         separate page after the copyright notice.
6674
6675         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6676         don't break a @var across a line.
6677
6678 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6679
6680         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6681         for include files.
6682
6683 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6684
6685         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6686         in annotate.texinfo.
6687         (Command History): Link to new node.
6688
6689 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6690
6691         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6692
6693 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6694
6695         * gdbint.texinfo (Target Conditionals): Fix last change.
6696
6697 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6698
6699         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6700         routines:
6701         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6702         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6703         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6704         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6705         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6706         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6707         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6708         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6709         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6710         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6711         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6712         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6713         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6714         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6715         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6716         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6717         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6718         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6719         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6720         (SOFTWARE_SINGLE_STEP_P)
6721
6722         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6723         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6724
6725         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6726         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6727         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6728         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6729         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6730         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6731         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6732         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6733         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6734         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6735
6736         (Converting an existing Target Architecture to Multi-arch): Remove
6737          section.
6738
6739         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6740         (gdbarch_addr_bits_remove): Add code example.
6741
6742         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6743
6744 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6745
6746         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6747         Add other missing entries.  Adjust the table size to fit.
6748         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6749         stop reasons including the new "library" event.
6750         (General Query Packets): Adjust table widths for qSupported.  Mention
6751         qXfer:libraries:read reply to qSupported and document the new packet.
6752         (Library List Format): New section.
6753
6754 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6755
6756         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6757
6758 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6759
6760         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6761
6762 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6763
6764         * gdbint.texinfo (Register and Memory Data): Break sections
6765         into nodes and add a menu.
6766
6767 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6768
6769         * gdb.texinfo (Examining Memory): Document the new behaviour.
6770
6771 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6772
6773         * gdb.texinfo (Standard Target Features): Document
6774         m68k features.
6775
6776 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6777
6778         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6779
6780 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6781
6782         * gdb.texinfo (Target Description Format): Add version attribute
6783         for <target>.
6784
6785 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6786
6787         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6788
6789 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6790
6791         * gdb.texinfo (MIPS Features): New subsection.
6792
6793 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6794             Markus Deuling  <deuling@de.ibm.com>
6795
6796         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6797         and qXfer:spu:write packets and mention them under qSupported.
6798
6799 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6800             Markus Deuling  <deuling@de.ibm.com>
6801
6802         * gdb.texinfo (Architectures): Add new SPU section to document
6803         Cell Broadband Engine SPU architecture specific commands.
6804
6805 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6806
6807         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6808         comments.
6809
6810 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6811
6812         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6813
6814 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6815
6816         * gdb.texinfo (Overview): Doc fix.
6817
6818 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6819
6820         * gdb.texinfo (Remote Configuration): Document "set/show
6821         remoteflow".
6822
6823 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6824
6825         * gdb.texinfo (MIPS): Remove documentation for set mips
6826         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6827         stack-arg-size.
6828
6829 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6830
6831         * all-cfg.texi (GDBTUI): New.
6832         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6833         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6834         (TUI Configuration): Edit to improve clarity and fix problems of
6835         both style and content.
6836
6837 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6838
6839         * observer.texi (GDB Observers): New observer "new_objfile".
6840
6841 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6842
6843         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6844
6845 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6846
6847         * gdb.texinfo (GDB/MI Variable Objects): Document
6848         frozen variables objects.
6849
6850 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6851
6852         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6853         (Character Sets, Caching Data of Remote Targets): Likewise.
6854         (Targets): Delete Remote node.  Move its text...
6855         (Debugging Remote Programs): ...to here.  Delete description
6856         of the "remote" command.
6857         (Remote configuration): Delete description of "set remotedevice"
6858         and "show remotedevice".
6859         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6860
6861 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6862
6863         * gdb.texinfo (Contributors, Continuing and Stepping)
6864         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6865         (General Query Packets, File-I/O Remote Protocol Extension)
6866         (Protocol Basics, The F Reply Packet, Write)
6867         (Protocol-specific Representation of Datatypes, Memory Transfer):
6868         Fix hyphenation, punctuation and grammar problems.
6869         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6870         'section' instead of 'subsection' in the text.
6871         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6872         (i386): Remove period from section name.
6873         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6874         (Config Names, Configure Options): Use @file{configure}.
6875
6876 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6877
6878         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6879         and tab expansion.
6880
6881 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6882
6883         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6884
6885 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6886
6887         * gdb.texinfo: Consistently capitalize all significant words in
6888         node names, chapter titles, section titles, and headings.  Update
6889         cross references to match.
6890         (Starting and Stopping Trace Experiment): Make node name plural.
6891         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6892
6893 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6894
6895         * gdb.texinfo (WinCE): Delete obsolete subsection.
6896
6897 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6898
6899         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6900         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6901         references.
6902
6903 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6904
6905         * gdb.texinfo (Startup): Delete references to some alternate
6906         names for .gdbinit.
6907         (Thread): Remove LynxOS reference.
6908         (Tandem ST2000): Delete target-specific documentation.
6909         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6910         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6911         and GDB_OSABI_LYNXOS.
6912
6913 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6914
6915         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6916
6917 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6918
6919         * gdbint.texinfo (Target Conditionals): Remove mention of
6920         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6921         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6922
6923 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6924
6925         * Makefile.in: Add "pdfdir" installation
6926         directory, PDFTEX macro, support for "install-pdf" target,
6927         and rules for making a pdf version of refcard.texi.
6928         * refcard.tex: Specify paper size for PDF output.
6929
6930 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6931
6932         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6933
6934 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6935
6936         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6937         (Source Path, Character Sets, Macros, Define)
6938         (GDB/MI Result Records, GDB/MI Simple Examples)
6939         (GDB/MI Program Execution, GDB/MI File Commands)
6940         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6941         (Bug Reporting): Use @value{GCC}.
6942
6943 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6944
6945         * gdb.texinfo (Help): Fix formatting of examples.
6946         (Variables): Use @ifnotinfo instead of @iftex.
6947         (Non-debug DLL symbols): Use @ref instead of @pxref.
6948         (Sparclet File): Use @samp instead of quotes.
6949
6950 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6951
6952         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6953
6954 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6955
6956         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6957         the order of the nodes.
6958         (C Operators, C Constants, Debugging C): Remove extra menus.
6959         (Method Names in Commands): Do not specify next/prev/up nodes.
6960
6961 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6962
6963         * gdb.texinfo (File Options): Add missing parenthesis.
6964         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6965
6966 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6967
6968         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6969
6970 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6971
6972         * gdb.texinfo (Standard Target Features): Mention
6973         case insensitivity.
6974         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6975
6976 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6977
6978         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6979         (Files): Add section name to argument list for pxref.
6980         (Non-debug DLL symbols): Don't use `see' for pxref.
6981         (Embedded Processors): Fix typo.
6982         (GDB/MI Breakpoint Commands): Execution commands generate
6983         *stopped not ^done.
6984
6985 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6986
6987         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6988         values for in_scope.  Mention that only root variables can be
6989         updated.
6990         (GDB/MI Development and Front Ends): Explain new values may be
6991         added to existing fields.
6992
6993 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6994
6995         * gdb.texinfo (-target-disconnect): Use @smallexample.
6996         (Requirements): Add anchor for Expat.  Update description.
6997         (Target Descriptions): Mention Expat.
6998         (Target Description Format): Document new elements.  Use
6999         @smallexample.
7000         (Predefined Target Types, Standard Target Features): New sections.
7001         * gdbint.texinfo (Target Descriptions): New section.
7002
7003 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7004
7005         * gdb.texinfo (Target Description Format): Add section on XInclude.
7006
7007 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
7008
7009         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7010         command -enable-timings.
7011
7012 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7013
7014         * gdbint.texinfo (Operation System ABI Variant Handling): Update
7015         descriptions for new/deleted elements in gdb_osabi.  Add missing
7016         description for function generic_elf_osabi_sniff_abi_tag_sections.
7017
7018 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
7019
7020         * gdb.texinfo (Maintenance Commands): Add documentation for
7021         the new "maint print target-stack" command.
7022
7023 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
7024             Eli Zaretskii  <eliz@gnu.org>
7025
7026         * gdb.texinfo: Describe CHAR array vs. string identification rules.
7027
7028 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7029
7030         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7031         Use @value{NGCC} instead of @value{GCC}.
7032
7033 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7034
7035         * agentexpr.texi: Fix typos.
7036         * annotate.texinfo: Likewise.
7037         * gdb.texinfo: Likewise.
7038         * gdbint.texinfo: Likewise.
7039         * observer.texi: Likewise.
7040         * stabs.texinfo: Likewise.
7041
7042 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7043
7044         * gdbint.texinfo (Support Libraries): Remove mmalloc
7045         entry.  Describe readline library.
7046
7047 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7048
7049         * gdb.texinfo (Target Descriptions): New section.
7050         (General Query Packets): Add QPassSignals anchor.  Mention
7051         qXfer:features:read under qSupported.  Expand mentions of
7052         qXfer:memory-map:read and QPassSignals.  Document
7053         qXfer:features:read.
7054
7055 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7056
7057         * gdb.texinfo (Commands to specify files): Describe
7058         "set sysroot" and "show sysroot".
7059         (Using the `gdbserver' program): Lowercase argument
7060         to @var.  Expand description of setting up GDB on the
7061         host.
7062
7063 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7064
7065         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7066         catch exception, catch exception unhandled, and catch assert
7067         commands.
7068
7069 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7070
7071         * gdb.texinfo (Debugging Output): Document "set debug xml"
7072         and "show debug xml".
7073
7074 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7075
7076         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7077
7078 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7079
7080         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7081
7082 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7083
7084         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7085         note in @ignore, to be removed later if nobody complains.
7086
7087 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7088
7089         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7090         of -var-delete.
7091
7092 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7093
7094         * gdb.texinfo (Setting breakpoints): Document
7095         automatic software/hardware breakpoint usage and
7096         the "set breakpoint auto-hw" command.
7097
7098 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7099
7100         * gdb.texinfo (Memory Access Checking): New.
7101
7102 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7103
7104         * gdb.texinfo (Remote configuration): Mention
7105         "pass-signals-packet".
7106         (General Query Packets): Document QPassSignals.  Fix
7107         a typo.
7108
7109 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7110
7111         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7112
7113 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7114
7115         * gdb.texinfo (Remote configuration): Rewrite documentation for
7116         packet configuration commands.
7117         (OS Information): Adjust reference to qXfer:auxv:read.
7118         (General Query Packets): Remove references to read-aux-vector-packet
7119         and set remote get-thread-local-storage-address.
7120
7121 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7122
7123         * gdbint.texinfo (Target Architecture Definition): Add new
7124         Initializing a New Architecture section.
7125
7126 2006-10-31  David Taylor  <dtaylor@emc.com>
7127
7128         * stabs.texinfo (Macro define and undefine): New node describing
7129         stabs for #define and #undef.
7130
7131 2006-10-27  Andreas Schwab  <schwab@suse.de>
7132
7133         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7134
7135 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7136
7137         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7138         clarify on the possible meanings of ``expression'' watched by
7139         watchpoints.  Add indexing.
7140         (Prompting, Errors, Invalidation, Annotations for Running)
7141         (Source Annotations): Fix index entries by adding "annotation" to
7142         them, to discriminate from index entries that point to the more
7143         general topic descriptions.
7144
7145 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7146
7147         * gdbint.texinfo (Target Vector Definition): Move most
7148         content into Existing Targets.  Add a menu.
7149         (Existing Targets): New section, moved from Target Vector
7150         Definition.  Use @subsection.
7151         (Managing Execution State): New section.
7152
7153 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7154
7155         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7156
7157 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7158
7159         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7160         (Command Syntax, Signals, Backtrace, Connecting)
7161         (Remote configuration, Renesas Boards, Console I/O): Fix last
7162         change: use Ctrl- instead of C-, except wrt Emacs.
7163         (File-I/O Examples): Put Ctrl-c in @kbd.
7164         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7165         (Console I/O): Use @samp with Ctrl-.
7166         (Signals, Set Breaks, Set Watchpoints): Document optional
7167         arguments to `info signals'  `handle', `info breakpoints', and
7168         `info watchpoints'.
7169
7170 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7171
7172         * gdb.texinfo (Backtrace): Fix last change.
7173
7174 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7175
7176         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7177
7178 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7179
7180         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7181         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7182         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7183
7184 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7185             Daniel Jacobowitz  <dan@codesourcery.com>
7186
7187         * gdb.texinfo (Packets): Document vFlashErase,
7188         vFlashWrite and vFlashDone packets.
7189         (General Query Packets): Document qXfer:memory-map:read.
7190         Add a new feature for qXfer:memory-map:read.
7191         (Memory map format): New section.
7192         (Target Commands): Mention that gdb can write flash.
7193
7194 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7195             Daniel Jacobowitz  <dan@codesourcery.com>
7196
7197         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7198         memory regions and "mem auto".
7199
7200 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7201
7202         * gdbint.texinfo (Array Containers): New section.
7203
7204 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7205
7206         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7207         -stack-list-arguments HIGH_FRAME argument can be larger then the
7208         actual number of frames.
7209
7210 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7211
7212         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7213         -stack-list-locals HIGH_FRAME argument can be larger then the
7214         actual number of frames.
7215
7216 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7217
7218         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7219         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7220
7221 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7222
7223         * gdbint.texinfo (Overall Structure): New section "Source Tree
7224         Structure".
7225
7226 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7227
7228         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7229         responses.
7230
7231 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7232
7233         * gdb.texinfo (Source Path): Add documentation for new
7234         substitute-path commands.
7235
7236 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7237
7238         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7239         (Running Configure): ...here.
7240         (Requirements): New node.  Mention expat.
7241
7242 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7243
7244         * gdb.texinfo (Target Commands): Remove
7245         'set download-write-size' and 'show download-write-size'.
7246
7247 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7248
7249         * stabs.texinfo (Member Type Descriptor): Correct example for
7250         pointer to member types.
7251
7252 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7253
7254         * gdb.texinfo (Optional warnings and messages): Add
7255         'set/show trace-commands'.
7256         (Command files): Add '-v' to source command.
7257
7258 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7259
7260         * gdb.texinfo (OS Information): Update qPart reference to
7261         qXfer.
7262         (Remote configuration): Likewise.
7263         (Overview): Move @cindex to the start of a paragraph.  Talk
7264         about binary data encoding.
7265         (Packets): Refer to the overview for the details of the X
7266         packet encoding.
7267         (General Query Packets): Remove qPart description.  Add qXfer
7268         description.  Add an anchor to qSupported.  Correct feature
7269         table title.  Add a new feature for qXfer:auxv:read.
7270         (Interrupts): Add a missing parenthesis.
7271
7272 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7273
7274         * gdb.texinfo (KOD): Remove node.
7275         (GDB/MI Kod Commands): Remove commented out node.
7276
7277 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7278
7279         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7280         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7281         (GDB/MI Thread Commands, GDB/MI Program Execution)
7282         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7283         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7284         (GDB/MI File Commands, GDB/MI Target Manipulation)
7285         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7286         since the MI prompt is hard-wired into the code.
7287
7288 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7289
7290         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7291         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7292         (GDB/MI Data Manipulation): Remove description of unimplemented
7293         display related commands as variable objects perform this function
7294         and are superior: -display-delete, -display-disable,
7295         -display-enable, -display-insert and -display-list.  Move
7296         -environment-cd, -environment-directory, -environment-path
7297         and -environment-pwd to "Program Context".
7298         (GDB/MI Program Control): Rename to "Program Execution".  Move
7299         -exec-arguments -exec-abort to...
7300         (GDB/MI Program Context): ...here.  New node split from "Data
7301          Manipulation".
7302
7303 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7304
7305         * gdb.texinfo (Remote configuration): Document set / show
7306         remote supported-packets.
7307         (General Query Packets): Document qSupported packet.
7308
7309 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7310
7311         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7312         and font markup.
7313         (Protocol basics): Likewise.
7314         (The F request packet): Likewise.
7315         (The F reply packet): Likewise.
7316         (Memory transfer): Move this node to be a subsubsection of
7317         "Protocol specific representation of datatypes".
7318         (The Ctrl-C message): More copy editing.
7319         (Console I/O): Likewise.
7320         (The isatty call): Delete this node, and merge its content into
7321         the "isatty" node.  Fixed references elsewhere.
7322         (The system call): Delete this node, and merge its content into
7323         the "system" node.  Fixed references elsewhere.
7324         (open): Reformat to use @table, and add appropriate font markup.
7325         (close): Likewise.
7326         (read): Likewise.
7327         (write): Likewise.
7328         (lseek): Likewise.
7329         (rename): Likewise.
7330         (unlink): Likewise.
7331         (stat/fstat): Likewise.
7332         (gettimeofday): Likewise.
7333         (isatty): Likewise.
7334         (system): Likewise, plus minor changes to fix confusing wording.
7335         (Integral datatypes): Fix font markup.
7336         (Pointer values): Likewise.
7337         (struct stat): Fix markup to use @table, plus minor copy editing.
7338         (struct timeval): Fix font markup, plus minor copy editing.
7339         (Constants): Minor copy editing.
7340         (Errno values): Add font markup.
7341         (File-I/O Examples): Likewise.
7342
7343 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7344
7345         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7346         (GDB/MI Simple Examples): Move node up one level.  Use real
7347         examples.
7348         (GDB/MI Compatibility with CLI): Update.
7349         (GDB/MI Result Records): Add "connected" and "exit" result
7350         classes.
7351         (GDB/MI Stream Records): Clarify target output.
7352         (GDB/MI Command Description Format): Modify example description.
7353         (GDB/MI Breakpoint Table Commands): Rename to...
7354         (GDB/MI Breakpoint Commands): ...this
7355         (GDB/MI Breakpoint Commands): Add optional thread field.
7356         (GDB/MI Program Control): Add an introduction.  Move "Program
7357         termination" examples into exec-run description.
7358         (GDB/MI File Commands): Mention similar CLI commands.
7359         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7360         is similar to "-gdb-version".
7361
7362 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7363
7364         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7365
7366 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7367
7368         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7369         sourceware.org for mailing lists.
7370         (GDB/MI File Commands): New node split from Program Control.
7371
7372 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7373
7374         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7375
7376 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7377
7378         * gdb.texinfo (Cygwin Native): Fix last change.
7379
7380 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7381
7382         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7383
7384 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7385
7386         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7387         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7388
7389 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7390
7391         * gdb.texinfo (General Query Packets): Recommend not starting
7392         new packets with qC and clarify.
7393
7394 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7395
7396         * gdb.texinfo (M2 Types): New section.
7397
7398 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7399
7400         * agentexpr.texi: Add a copyright and license notice.
7401         * observer.texi: Likewise, with GPL clause for function prototypes.
7402         Remove trailing whitespace.
7403
7404 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7405
7406         * gdb.texinfo (General Query Packets): Document conventions for
7407         terminating packet names, and their violations.
7408
7409 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7410
7411         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7412         * gdb.texinfo: Likewise.
7413
7414 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7415
7416         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7417         and "show remotedebug".
7418         (Debugging Output): Add additional index entries.
7419
7420 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7421
7422         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7423
7424 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7425
7426         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7427         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7428
7429 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7430
7431         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7432         and remove breakpoint prototypes.
7433         (Watchpoints): Move description of target_insert_hw_breakpoint and
7434         target_remove_hw_breakpoint ...
7435         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7436         target_remove_breakpoint.
7437
7438 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7439
7440         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7441         and C packets are optional.
7442
7443 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7444
7445         * gdb.texinfo (Specifying source directories): Update the description
7446         of the source file search to reflect the fact that the source path
7447         always contains at least $cdir and $cwd.
7448
7449 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7450
7451         * gdb.texinfo: Update copyright dates.
7452
7453 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7454
7455         * gdb.texinfo (Overview): Add an index entry to "empty response".
7456
7457 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7458
7459         * gdbint.texinfo (Prologue Analysis): New section.
7460
7461 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7462
7463         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7464
7465         * gdb.texinfo (Target Commands): Update text describing how to
7466         specify a target.  Refer to the detailed section on remote
7467         debugging, not the brief mention.
7468
7469         * gdb.texinfo (Connecting): Organize the different 'target remote'
7470         connection methods into a table.  Add a 'target remote' index
7471         entry. (!!!)
7472
7473 2006-02-17  Fred Fish  <fnf@specifix.com>
7474
7475         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7476         'ptype' commands to reflect the fact that the only significant
7477         difference between them is that ptype prints the complete type
7478         description instead of just the name.
7479
7480 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7481
7482         * gdbint.texinfo (Watchpoints): Delete
7483         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7484
7485 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7486
7487         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7488         times fields where needed.  Fix typos.  Update general form given
7489         for output of -break-insert.
7490         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7491
7492 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7493
7494         * gdbint.texinfo (Symbol Handling): Add a section
7495         on memory management.
7496
7497 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7498
7499         * gdb.texinfo (Breakpoint table commands): Document the fullname
7500         field in -break-list output.
7501
7502 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7503
7504         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7505         debugging information produced by the various "set debug..."
7506         options.
7507
7508 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7509
7510         * gdb.texinfo (Files): Remove obsolete bits from the description
7511         of "symbol-file".
7512
7513 2006-01-25  Jim Blandy  <jimb@redhat.com>
7514
7515         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7516
7517 2006-01-24  Jim Blandy  <jimb@redhat.com>
7518
7519         * gdbint.texinfo (Frames): Document the basics of GDB's register
7520         unwinding model, and explain the existence of the "sentinel" frame.
7521
7522 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7523
7524         * gdb.texinfo (Choosing files): Mention that -directory is used
7525         for script files.
7526         (Specifying source directories): Likewise.
7527         (Command files): Explain how script files are found.
7528
7529 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7530
7531         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7532         the threads in a multi-threaded program.
7533         (Threads): The threadno argument of "thread apply" can be a range
7534         of numbers.
7535
7536 2006-01-18  Jim Blandy  <jimb@redhat.com>
7537
7538         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7539         of warning flags.
7540
7541 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7542
7543         * gdb.texinfo (Sequences): Improve menu annotations.
7544         (Define): Add index entries for arguments of user-defined
7545         commands.  Move the description of flow-control commands...
7546         (Command Files): ...to here.  Document loop_break and
7547         loop_continue.
7548         (Define, Command Files): Document `end' and add index entries for
7549         it.
7550
7551 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7552
7553         * gdb.texinfo: Add documentation for linux-fork.
7554         * gdbint.texinfo: Add internal documentation for checkpoints.
7555
7556 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7557
7558         * gdb.texinfo (Omissions from Ada): Document that there is now
7559         limited aggregate support.
7560
7561 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7562
7563         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7564         registers and the likes.
7565
7566 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7567
7568         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7569         (Symbols): Fix usage of "e.g.".
7570         (Memory Region Attributes): Fix usage of "etc."
7571
7572         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7573         (Coding): Fix usage of "e.g.".
7574
7575 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7576
7577         * stabs.texinfo:
7578         * refcard.tex:
7579         * gpl.texi:
7580         * gdbint.texinfo:
7581         * gdb.texinfo:
7582         * gdb-cfg.texi:
7583         * fdl.texi:
7584         * annotate.texinfo:
7585         * all-cfg.texi:
7586         * Makefile.in: Add (C) after Copyright.  Update the FSF
7587         address.
7588
7589 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7590
7591         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7592         extend GDB with commands for external monitor.
7593
7594 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7595
7596         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7597
7598 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7599
7600         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7601
7602 2005-11-21  Jim Blandy  <jimb@redhat.com>
7603
7604         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7605         placement of 'R' actions in tracepoint action packets; document
7606         dependence of 'X' and 'M' actions on a preceding 'R' action for
7607         their registers.
7608
7609 2005-11-19  Jim Blandy  <jimb@redhat.com>
7610
7611         * gdb.texinfo (Tracepoint Packets): New node.
7612         (General Query Packets): Add entries for the tracepoint packets,
7613         referring to the "Tracepoint Packets" node.
7614         (Tracepoints): Add reference to "Tracepoint Packets".
7615
7616 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7617
7618         * gdb.texinfo (set remotebreak): Add anchor.
7619         (X packet): Likewise.
7620         (Remote Protocol): Add new section `Interrupts' and new index
7621         entry `interrupts (remote protocol)'.
7622
7623 2005-11-18  Jim Blandy  <jimb@redhat.com>
7624
7625         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7626         entries into the General Query Packets section.  Add a
7627         cross-reference to that section.  Drop description of replies, as
7628         these are covered in the descriptions of each packet.
7629         (General Query Packets): Add introductory text.  Explain naming
7630         conventions, and how the end of a name is recognized.
7631
7632 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7633
7634         * gdb.texinfo (Remote configuration): Fix typo in description of
7635         "set remotebreak" command.
7636
7637 2005-11-16  Jim Blandy  <jimb@redhat.com>
7638
7639         * gdb.texinfo (Packets, Stop Reply Packets)
7640         (General Query Packets): Various formatting cleanups.
7641         - Use @samp for packet contents.
7642         - Drop summaries from packet @item lines; the same information appears
7643           immediately below in the description.
7644         - Delete paragraph breaks after packet @item commands, so that the
7645           description appears directly to the right of the packet prototype
7646           in the printed manual, if it fits.
7647         - Place spaces in packet prototypes between @vars and non-@var
7648           letters, and explain that they're just for formatting.
7649         - Use @dots{} instead of '...'.
7650         - Fix uses of @code where @var was needed.
7651         - Replace "deprecated" markers with English text spelling out the
7652           packet's status and the preferred alternatives.
7653         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7654           what this ever meant.
7655         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7656           this for a long time.
7657         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7658           implemented several times, and have been in use for years.
7659
7660 2005-11-15  Jim Blandy  <jimb@redhat.com>
7661
7662         * gdb.texinfo (Packets): Add index entries for 'm' packet
7663         disclaimers.
7664
7665         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7666         of stub when processing an 'm' packet.
7667
7668         * gdb.texinfo (Packets): Mention that packets beginning with
7669         letters are reserved once, at the top, instead of actually listing
7670         them all and saying "reserved".
7671
7672 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7673
7674         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7675         Change @var{$arg0 to @code{$arg0.
7676
7677 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7678
7679         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7680
7681 2005-11-12  Jim Blandy  <jimb@redhat.com>
7682
7683         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7684         order.  Remove extraneous 'z'.
7685
7686 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7687
7688         * gdb.texinfo (Choosing files): Add --eval-command.
7689
7690 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7691
7692         * gdb.texinfo (Choosing modes): Add --return-child-result.
7693
7694
7695 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7696
7697         * gdb.texinfo (Choosing modes): Add --batch-silent.
7698
7699 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7700
7701         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7702         "The -var-update Command".
7703
7704 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7705
7706         * gdb.texinfo (Print Settings): Add documentation for set/show
7707         print array-indexes.
7708
7709 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7710
7711         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7712         6.2 and 6.3.
7713
7714 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7715
7716         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7717         since 19-Jan-2004.
7718         (Files): Likewise.
7719         (Variables, Symbols): Document the "<incomplete type>" message and
7720         its reasons.
7721
7722 2005-08-01  Fred Fish  <fnf@specifix.com>
7723
7724         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7725
7726 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7727
7728         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7729         option for -var-list-children and -var-update.
7730         (GDB/MI Stack Manipulation): Simplify description of
7731         print-values option for -stack-list-locals.
7732         (GDB/MI Command Description Format): Clarify.
7733         (Mode Options): Spelling of superseded.
7734
7735 2005-07-12  Bob Rossi  <bob@brasko.net>
7736
7737         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7738         corresponding GDB command comment.
7739
7740 2005-07-06  Bob Rossi  <bob@brasko.net>
7741
7742         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7743         and -inferior-tty-show.
7744         (Input/Output): Document "set/show inferior-tty" and tty alias.
7745
7746 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7747
7748         * gdb.texinfo (Packets): Change description of 'D' packet to note
7749         that GDB does wait for a response.
7750
7751 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7752
7753         * gdb.texinfo (History) Rename "Command History".
7754         (Command History): Move node "Server Prefix" from section on
7755         Annotations here.
7756
7757 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7758
7759         * gdb.texinfo (GDB/MI Stack Manipulation):
7760         Re-instate -stack-info-frame with example.  Say that it gets
7761         info on selected frame, not current frame.
7762
7763 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7764
7765         * gdb.texinfo (Server): Clarify that `file' should be used before
7766         connecting to the server.
7767         (Files): Add an xref to the above description.
7768         (Output Formats): More detailed description of the `c' format.
7769         (Memory): List explicitly all the formats supported by `x'.
7770         (Threads): Add an @cindex entry for "thread apply".
7771         (Files): Document the possibility of loading unlinked object
7772         files.  Add more indexing for solib-absolute-prefix and
7773         --with-sysroot.
7774         (Machine Code): Document possible problems with locations in
7775         shared libraries.
7776         (Backtrace): Document that free-standing environments do not need
7777         to have a `main' function.
7778
7779 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7780
7781         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7782         -stack-info-frame.
7783
7784 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7785
7786         * gdb.texinfo (Contributors): Note the original multi-arch
7787         contributors.
7788
7789 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7790
7791         * gdb.texinfo (Registers): Add index entries for the standard
7792         registers.
7793         (Frames): Add cross-reference from frame pointer description to
7794         the Registers node.
7795         (Annotations Overview): Fix the reference to GDB name.
7796
7797 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7798
7799         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7800         can-use-hw-watchpoints.
7801
7802 2005-05-28  Bob Rossi  <bob@brasko.net>
7803
7804         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7805         the possible reasons why an exec async record would be returned to FE.
7806
7807 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7808
7809         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7810         Andrew Cagney implemented the original GDB/MI.
7811
7812 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7813
7814         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7815         documentation.  Add documentation for cris-mode.
7816
7817 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7818
7819         * gdb.texinfo (Numbers): Explain the example and make the wording
7820         more acurate.
7821
7822 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7823             Dennis Brueni  <dennis@slickedit.com>
7824
7825         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7826         (GDB/MI Data Manipulation, GDB/MI Program Control)
7827         (GDB/MI Stack Manipulation): Update examples to include the fullname
7828         attribute in stack frames.
7829
7830 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7831
7832         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7833         do with other non-standard names of init files.
7834
7835 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7836
7837         * gdb.texinfo (Command Files): Move the description of the startup
7838         from here...
7839         (Startup): ...to this new subsection of the Invocation chapter.
7840         Rearrange the description of init files more logically and add a
7841         cross-reference to "Command Files".  Document the special gdbinit
7842         name for CISCO 68k.  Expand the description of what GDB does
7843         during startup.
7844         (History): Add index entry for HISTSIZE.
7845
7846 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7847
7848         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7849
7850 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7851
7852         * gdb.texinfo (SVR4 Process Information, The isatty call)
7853         (The system call): Don't use foo(N) notation for man pages and
7854         functions.
7855         (Compilation, DJGPP Native): Improve wording.
7856
7857 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7858
7859         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7860         were optimized away.
7861
7862 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7863
7864         * gdb.texinfo (Remote configuration): Document "set/show
7865         get-thread-local-storage-address".  Add cross-reference to the
7866         description of the qGetTLSAddr packet.
7867         (General Query Packets): Mention "set remote
7868         get-thread-local-storage-address" and add a reference to its
7869         description.
7870
7871 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7872
7873         * gdb.texinfo (Backtrace): Describe 'bt full'.
7874
7875 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7876
7877         * gdb.texinfo (Mode Options): Fix typo.
7878         (GDB/MI): Describe how to invoke GDB/MI.
7879
7880 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7881
7882         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7883         references changed.  Add description of "info udot".
7884         (Files): Document "set/show stop-on-solib-events".
7885         (M32R/D): Document "set/show download-path", "set/show
7886         board-address", "set/show server-address", "upload", "tload".
7887         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7888         "use_mon_code", "use_ib_break", "use_dbt_break".
7889         (Maintenance Commands): Improve indexing.
7890         (Target Commands): Document "set/show hash", "set/show debug
7891         monitor".
7892         (SVR4 Process Information): Document "info pidlist" and "info
7893         meminfo".  Document "set/show procfs-tarce" and "set/show
7894         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7895         (Symbols, The Print Command with Objective-C): Improve indexing.
7896         (Objective-C): Add references to "info classes" and "info
7897         selectors".
7898         (Debugging Output): Improve wording.  Document "set/show debug
7899         solib-frv".  Fix "set/show debugvarobj".
7900         (Set Breaks): Add index entry for "hardware breakpoints".
7901         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7902         and "set/show usehardbreakpoints".
7903         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7904         monitor-prompt", "set/show monitor-warnings", "pmon".
7905         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7906         rdiromatzero", "set/show rdiheartbeat".
7907         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7908         "sds".
7909         (Embedded Processors): Document the "sim" command.
7910         (Remote): Document the "remote" command.
7911         (DJGPP Native): Document the "info serial" command.
7912         (Threads): Document "maint info sol-threads".
7913         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7914         (Set Breaks): Improve indexing.
7915         (Command Syntax): Add a reference to dont-repeat.
7916         (Define): Document "dont-repeat".
7917         (TUI Commands): Document "tabset".
7918         (WinCE): New subsection.  Document "set/show remotedirectory",
7919         "set/show remoteupload", "set/show remoteaddhost".
7920
7921 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7922
7923         * gdb.texinfo (Hurd Native): New subsection, documents
7924         Hurd-specific commands.
7925         (Maintenance Commands): Add cross-reference to "Debugging Output".
7926         (Debugging Output): Document "set/show debug lin-lwp".
7927         (MIPS): Improve documentation of heuristic-fence-post.  Document
7928         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7929         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7930         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7931         (ARM): Document ARM-specific commands.
7932         (AVR): New section.  Document "info io_registers".
7933         (CRIS): New section.  Document "set/show cris-version" and
7934         "set/show cris-dwarf2-cfi".
7935         (HPPA): New section.  Document "set/show debug hppa" and "maint
7936         print unwind".
7937         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7938         (Super-H): New section.  Document the "regs" command.
7939         (Debugging Output): Document "set/show debug aix-thread".
7940
7941 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7942
7943         * gdb.texinfo (Print Settings): Document "set/show print
7944         pascal_static-members", "set print repeats", "show print
7945         null-stop".  Improve indexing.  Fix documentation of "set print
7946         union".
7947         (Pascal): New section.
7948         (Supported languages): Rename from "Support"; all references
7949         updated.  Add a menu item for Pascal.
7950         (Numbers): Document "set radix.
7951         (Screen Size): Document "set/show pagination".
7952         (MIPS Embedded): Remove "set processor" documentation.
7953         (Remote configuration): Document "set/show X/P/Z-packet",
7954         "set/show read-aux-vector-packet", "set/show remote
7955         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7956         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7957         remotedebug", "set/show remotebreak", "set/show remotedevice",
7958         "set/show remotelogfile".
7959         (Auxiliary Vector): Add reference to the description of the
7960         read-aux-vector-packet setting.
7961         (Set Watchpoints): Add a cross-reference to "set remote
7962         hardware-breakpoint-limit".
7963         (General Query Packets): Add indexing of requests and
7964         cross-references to related commands in "Remote configuration".
7965         (File-I/O Overview, The system call): Fix wording and typos.
7966         (Thread Stops): Add index entries.
7967         (Continuing and Stepping): Document "show step-mode".
7968         (i386): New node.  Document "set/show struct-convention".
7969         (Files): Document "show trust-readonly-sections".
7970         (Calling): Document "set/show unwindonsignal".
7971         (Messages/Warnings): Add index entries.
7972         (Maintenance Commands): Document "set/show watchdog".
7973         (Annotations Overview): Document "show annotate".
7974         (Set Watchpoints): Add index entries.
7975         (Symbols): Fix doc of case-sensitive.
7976         (ABI): Document "show coerce-float-to-double".
7977         (Convenience Vars, Help): Improve indexing.
7978         (Machine Code): Document "show disassembly-flavor".
7979         (Debugging C plus plus): Document "show overload-resolution".
7980         (Value History, Signaling): Add index entries.
7981
7982 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7983
7984         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7985         (Processes): Fix wording.
7986         (History, List, Logging output, Define, Symbols, Print Settings):
7987         Improve indexing.
7988
7989 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7990
7991         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7992         redundant index entry for "target" command.
7993         (Backtrace): Add index entries.
7994         (Symbols, Fortran): Document the "set case-sensitive" command.
7995         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7996         (Print Settings): Add index entry for "set demangle-style".
7997         (Target Commands): Document "set download-write-size".
7998         (Debugging Output): Document "set exec-done-display".
7999
8000 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
8001
8002         * gdb.texinfo (Files): Fix the name and documentation of
8003         add-shared-symbol-files.  Document its alias assf.  Update the
8004         list of OSs where GDB supports shared libraries.  Fix markup.
8005         (Continuing and Stepping): Add reference to @var{location} in the
8006         text.
8007         (Dump/Restore Files): Fix reference to @{filename}.
8008         (Help): Fix wording.
8009         (Attach): Ditto.
8010         (Set Watchpoints): Ditto.
8011         (Backtrace): Remove redundant index entries.  Improve index
8012         entries.
8013         (Delete Breaks): Fix wording.
8014         (Memory): Document the compare-sections command.
8015         (Memory Region Attributes): Improve wording.
8016         (Disabling): Improve wording.
8017         (Fortran): New subsection.  Document the "info common" command.
8018         (Help): Document aliases "info copying" and "info warranty".
8019         (Caching Remote Data): New section.  Document the "set/show
8020         remotecache" and "info dcache" commands.
8021         (Show): Fix wording of the documentation of the "set
8022         extension-language" command.
8023         (Signals): Add index entry for "info handle".
8024         (Memory Region Attributes): Fix punctuation.
8025         (Symbols): Change the arg name to "location" and refer to it in
8026         the text.  Fix wording of "info types" doc.
8027         (Threads): Fix usage of @enumerate @item's.
8028         (Listing Tracepoints): Add index entry for "info tp".
8029         (Set Watchpoints): Add xref to "info break" description.
8030         (Macros): Add an index entry for "macro exp1".  Document the
8031         "macro list" command.
8032         (Maintenance Commands): Document "flushregs", "maint agent",
8033         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8034         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8035         "maint print architecture", "maint print objfiles", "maint print
8036         statistics", "maint print type", "maint show-debug-regs", "maint
8037         space", "maint time", and "maint translate-address".
8038         (Connecting): Document the "monitor" command.
8039         (Annotations Overview): Describe the "set annotate" command.
8040
8041 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8042
8043         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8044         Rearrange index entries and improve wording about support for
8045         hardware watchpoints.
8046
8047 2005-03-10  Bob Rossi  <bob@brasko.net>
8048
8049         * gdb.texinfo: Update copyright
8050
8051 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8052
8053         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8054         error.
8055
8056 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8057
8058         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8059
8060 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8061
8062         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8063
8064 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8065
8066         * observer.texi (GDB Observers): Document "solib_loaded".
8067
8068 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8069
8070         * configure.ac: Rename configure.in, require autoconf 2.59.
8071         * configure: Re-generate.
8072
8073         * configure.in: Replace configdirs with multiple references to
8074         AC_CONFIG_SUBDIRS.
8075         * configure: Re-generate.
8076
8077 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8078
8079         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8080         part of the version number.
8081
8082 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8083
8084         * gdbint.texinfo (Algorithms): Remove description of
8085         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8086
8087 2004-12-07  Jim Blandy  <jimb@redhat.com>
8088
8089         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8090         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8091         numbers.
8092
8093 2004-12-07  Andreas Schwab  <schwab@suse.de>
8094
8095         * gdb.texinfo (Mode Options): Document -l option.
8096
8097 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8098
8099         * gdbint.texinfo (Algorithms): More accurate description of
8100         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8101         is not needed unless data-read and data-access watchpoints are
8102         supported.  Add a description of how GDB checks whether the
8103         inferior stopped because a watchpoint was hit.
8104
8105 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8106
8107         * gdb.texinfo (Files): Add cross-reference to description of
8108         -readnow command-line switch.
8109
8110 2004-11-10  Randolph Chung  <tausq@debian.org>
8111
8112         * gdb.texinfo: Document set/show backtrace past-entry commands.
8113         Rearrange index entries for set/show backtrace past-main.
8114
8115 2004-11-10  Jon Beniston <jon@beniston.com>
8116
8117         Committed by Andrew Cagney  <cagney@gnu.org>.
8118         * gdb.texinfo (Remote Serial Protocol): Further describe
8119         binary transfer escaping mechanism .
8120
8121 2004-11-08  Randolph Chung  <tausq@debian.org>
8122
8123         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8124         and "show debug infrun".  Add index entries.
8125
8126 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8127
8128         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8129         "info proc" that are already implemented.  Add index entries.
8130         (Working Directory): Add a cross-reference to "info proc" command.
8131         (Files): Add a tip for decreasing memory used for symtabs from
8132         shared libraries.
8133         (Starting): Fix whitespace; make "elaboration" stand out where it
8134         is first used, and add an index entry for the term.
8135         (Calling): Expand and elaborate text.  Add "print".  Add the
8136         description of problems with weak aliases.
8137         (Core File Generation): New section.
8138
8139 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8140
8141         * gdbint.texinfo (Versions and Branches): New chapter.
8142         (Releasing GDB): Delete "Versions and Branches" section.
8143         (Top): Add "Versions and Branches".
8144
8145 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8146
8147         * gdb.texinfo (Editing, History): Add cross-references to the
8148         included Readline and History user documentation.  Remove
8149         references to the symbol have-readline-appendices which is unused
8150         and undefined.
8151         (History): Fix indexing.
8152
8153 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8154
8155         * gdbint.texinfo (target_stopped_data_address): Update to
8156         new prototype.
8157         (i386_stopped_data_address): Update prototype and description.
8158         (i386_stopped_by_watchpoint): New function and description.
8159
8160 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8161
8162         * gdb.texinfo (Filenames): Add Ada suffixes.
8163         (Ada) New section.
8164
8165 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8166             Robert Picco  <Robert.Picco@hp.com>
8167
8168         * gdb.texinfo (Packets): Document the "p" packet.
8169
8170 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8171
8172         * gdb.texinfo (Paths and Names of the Source Files): Document the
8173         meaning of values in the 'desc' field of a SO stab.
8174
8175 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8176
8177         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8178         max-cache-age" and "maint show dwarf2 max-cache-age".
8179
8180 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8181
8182         * gdb.texinfo (Set Breaks): Add index entry for setting
8183         breakpoints on overloaded C++ functions that are not members of
8184         any classes.  Add an example and an index entry for setting
8185         breakpoints on all program functions.
8186         (Character Sets, Macros, Overlay Commands)
8187         (Non-debug DLL symbols, GDB/MI Output Syntax)
8188         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8189         Use "(@value{GDBP})" instead of a literal "(gdb)".
8190
8191 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8192
8193         * gdbint.texinfo (Native Debugging): Delete description of
8194         FILES_INFO_HOOK.
8195
8196 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8197
8198         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8199         to hex_string_custom (not historically correct, but more
8200         understandable, given the current code).
8201
8202 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8203
8204         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8205
8206 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8207
8208         * observer.texi (solib_unloaded): New observer.
8209
8210 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8211
8212         * gdbint.texinfo (Target Architecture Definition): Add missing
8213         comma.
8214
8215 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8216
8217         * (Using the Testsuite): build != host is supported,
8218         but some test scripts do not support build != host.
8219
8220 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8221
8222         * gdbint.texinfo (Host Definition): Delete description of
8223         FCLOSE_PROVIDED and GETENV_PROVIDED.
8224
8225 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8226
8227         * gdbint.texinfo (Host Definition): Delete description of
8228         NO_SYS_FILE.
8229         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8230         PTRACE_FP_BUG.
8231
8232 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8233
8234         * gdbint.texinfo (Target Architecture Definition): Delete
8235         reference to deprecated_read_fp.
8236
8237 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8238
8239         * gdbint.texinfo (Target Architecture Definition): Delete
8240         description of DEPRECATED_REGISTER_BYTES.
8241
8242 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8243
8244         * gdb.texinfo (Source Path): Document the new behavior of
8245         searching for the source files.
8246
8247 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8248
8249         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8250         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8251         (Auto Display): Improve indexing.
8252
8253 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8254
8255         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8256         "-noasync".
8257
8258 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8259
8260         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8261         have the same prefix have only their prefix in the index.
8262
8263 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8264
8265         * gdb.texinfo (BSD libkvm Interface): New node (section)
8266         (Native): Add it to the menu.
8267
8268 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8269
8270         * gdbint.texinfo (Target Architecture Definition): Remove
8271         PCC_SOL_BROKEN.
8272
8273 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8274
8275         * gdbint.texinfo (Target Architecture Definition): Remove
8276         SUN_FIXED_LBRAC_BUG.
8277
8278 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8279
8280         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8281
8282 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8283
8284         * gdbint.texinfo (Target Architecture Definition): Deprecate
8285         USE_STRUCT_CONVENTION.
8286
8287 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8288
8289         gdb.texinfo (Bug Reporting): Mention session recording,
8290         with the script command or Emacs.
8291
8292 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8293
8294         * gdbint.texinfo (Target Architecture Definition): Deprecate
8295         FUNCTION_START_OFFSET.
8296
8297 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8298
8299         Based on changes from Karl Berry.
8300         * gdb.texinfo: Do not use @sc in a direntry.
8301         * stabs.texinfo: Change @dircateogry to "Software development".
8302         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8303
8304 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8305
8306         * gdbint.texinfo (Target Architecture Definition): Delete
8307         description of RETURN_VALUE_ON_STACK.
8308
8309 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8310
8311         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8312         deleted by previous patch.
8313
8314 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8315
8316         * gdbint.texinfo (Native Debugging): Delete documentation on
8317         ATTACH_DETACH.
8318
8319 2004-06-06  Randolph Chung  <tausq@debian.org>
8320
8321         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8322
8323 2004-06-06  Randolph Chung  <tausq@debian.org>
8324
8325         * gdb.texinfo (push_dummy_call): Update argument list to match
8326         the new push_dummy_call method signature.  Describe the function
8327         argument.
8328
8329 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8330
8331         * gdb.texinfo (Starting): Document new start command.
8332
8333 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8334
8335         * observer.texi (GDB Observers): Document "inferior_created".
8336
8337 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8338
8339         * gdbint.texinfo (Target Architecture Definition): Delete
8340         description of DO_DEFERRED_STORES.
8341
8342         * gdbint.texinfo (Target Architecture Definition): Delete
8343         references to DEPRECATED_FIX_CALL_DUMMY.
8344
8345         * gdbint.texinfo (Target Architecture Definition): Delete
8346         description of DEPRECATED_CALL_DUMMY_WORDS,
8347         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8348
8349         * gdbint.texinfo (Target Architecture Definition): Delete
8350         description of DEPRECATED_PUSH_DUMMY_FRAME.
8351
8352         * gdbint.texinfo (Target Architecture Definition): Delete
8353         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8354
8355 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8356
8357         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8358         cross reference to "set/show debug observer".
8359         * gdb.texinfo (Debugging Output): Document "set/show debug
8360         observer".
8361
8362 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8363
8364         * gdbint.texinfo (Target Architecture Definition): Delete
8365         description of DEPRECATED_PC_IN_SIGTRAMP.
8366
8367 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8368
8369         * gdbint.texinfo (Target Architecture Definition): Delete
8370         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8371
8372 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8373
8374         * observer.texi (GDB Observers): Correct spelling.
8375
8376 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8377
8378         * observer.texi (GDB Observers): Add target_changed event.
8379
8380 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8381
8382         * observer.texi (GDB Observers): Rework, provide generic observer
8383         definitions and then a list of observable events.
8384
8385 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8386
8387         * gdbint.texinfo (Host Definition): Delete reference to
8388         NO_SIGINTERRUPT.
8389
8390 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8391
8392         * gdbint.texinfo (Target Architecture Definition): Delete
8393         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8394
8395 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8396
8397         * gdb.texinfo (TUI Commands): Document tui reg commands.
8398
8399 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8400
8401         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8402         "gdbtui".
8403         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8404         (Contributors): Mention both Text and Terminal User Interface.
8405
8406 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8407
8408         * gdbint.texinfo (Target Architecture Definition): Deprecate
8409         references to SIGTRAMP_START and SIGTRAMP_END.
8410
8411 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8412
8413         * gdbint.texinfo (Target Architecture Definition): Deprecate
8414         references to PC_IN_SIGTRAMP.
8415
8416 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8417
8418         * gdbint.texinfo (Target Architecture Definition): Delete
8419         reference to GDB_TARGET_IS_HPPA.
8420
8421 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8422
8423         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8424         describe pre_init and post_init.
8425
8426 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8427
8428         * gdb.texinfo (Debugging Output): Document values for "set debug
8429         target".
8430
8431 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8432
8433         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8434
8435 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8436
8437         * gdb.texinfo (breakpoints): Add information about the
8438         new "set breakpoint pending" and "show breakpoint pending"
8439         commands.
8440
8441 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8442
8443         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8444         in Per-architecture module data section.
8445
8446 2004-02-25  Roland McGrath  <roland@redhat.com>
8447
8448         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8449
8450 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8451
8452         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8453         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8454         * fdl.texi: Import Version 1.2, November 2002.
8455
8456 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8457
8458         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8459
8460 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8461
8462         * gdbint.texinfo (Target Architecture Definition): Deprecate
8463         FRAMELESS_FUNCTION_INVOCATION.
8464
8465 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8466
8467         * gdbint.texinfo (Coding): Mention -Wunused-function.
8468
8469 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8470
8471         * gdbint.texinfo (Target Architecture Definition): Delete
8472         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8473
8474 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8475
8476         * gdb.texinfo: Properly quote the name "C++".
8477         * gdbint.texinfo: Ditto.
8478         * stabs.texinfo: Ditto.
8479
8480 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8481
8482         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8483         minimal information about libiberty.
8484
8485 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8486
8487         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8488
8489 2004-02-04  Roland McGrath  <roland@redhat.com>
8490
8491         * gdb.texinfo (Auxiliary Vector): New node (section).
8492         (Data): Add it to the menu.
8493
8494 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8495
8496         * gdb.texinfo (Breakpoints): Add information about pending
8497         breakpoint support.
8498
8499 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8500
8501         * gdb.texinfo (Overview): Delete references to the cisco protocol
8502         including the "N" response.
8503
8504 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8505
8506         * gdbint.texinfo (Target Architecture Definition): Rename
8507         EXTRACT_STRUCT_VALUE_ADDRESS to
8508         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8509
8510 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8511
8512         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8513         "set/show os" and "info cisco" commands.
8514
8515 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8516
8517         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8518
8519 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8520
8521         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8522         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8523
8524 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8525
8526         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8527         -stack-list-locals.
8528         (GDB/MI Variable Objects): Describe extension to
8529         -var-list-children.
8530
8531 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8532
8533         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8534
8535 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8536
8537         * gdbint.texinfo (Target Architecture Definition): Delete
8538         documentation on DEPRECATED_NPC_REGNUM.
8539
8540 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8541
8542         * gdb.texinfo: Update copyright year.  Mention that set
8543         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8544         "set follow-fork-mode ask".
8545
8546 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8547
8548         * gdbint.texinfo: Update copyright year.
8549         (Coding): Add -Wunused-label to list of -Werror warnings.
8550
8551 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8552             Eli Zaretskii  <eliz@gnu.org>
8553
8554         * gdb.texinfo: Update copyright.
8555         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8556         around names, as appropriate.  Minor syntax cleanup of
8557         _NSPrintForDebugger explanation.  Two spaces after periods.
8558         GDBN used instead of lit. "gdb".  Index entries added for
8559         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8560
8561 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8562
8563         * stabs.texinfo: Add dircategory and direntry commands.
8564         * annotate.texinfo: Ditto.
8565
8566 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8567
8568         * gdbint.texinfo (Target Architecture Definition): Replace the
8569         return_value method's "inval" and "outval" parameters with
8570         "readbuf" and "writebuf".
8571
8572 2003-10-28  Jim Blandy  <jimb@redhat.com>
8573
8574         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8575         from "The `F' request packet" and "The `F' reply packet", to make
8576         texi2dvi happy.
8577         (File-I/O remote protocol extension): Update menu entries, too.
8578
8579 2003-10-26  Michael Chastain  <mec@shout.net>
8580
8581         * gdb.texinfo (Thread Stops): Document the issue with
8582         premature return from system calls in multi-threaded programs.
8583
8584 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8585
8586         * annotate.texinfo: Fix "fortunatly"[sic].
8587
8588 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8589
8590         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8591         with "Hitachi" and "Mitsubishi".
8592
8593 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8594
8595         * gdbint.texinfo (Target Architecture Definition): Document
8596         gdbarch_return_value.  Add cross references from
8597         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8598         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8599
8600 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8601
8602         * gdbint.texinfo (Target Architecture Definition): Document
8603         regset_from_core_section.
8604
8605 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8606
8607         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8608
8609 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8610
8611         From Anthony Green  <green@redhat.com>:
8612         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8613
8614 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8615
8616         * gdb.texinfo (Breakpoint related warnings): New node.
8617         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8618
8619 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8620
8621         * gdb.texinfo (Remote Protocol): Document v and vCont.
8622
8623 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8624
8625         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8626         * gdbint.texinfo: Ditto.
8627
8628 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8629
8630         From 2003-09-18 David Anderson <davea@sgi.com>:
8631         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8632         "command".
8633
8634 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8635
8636         * gdbint.texinfo (Target Architecture Definition): Deprecate
8637         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8638         just target.
8639
8640 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8641
8642         * gdbint.texinfo (Target Architecture Definition): Rename
8643         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8644         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8645         * gdbint.texinfo (Target Architecture Definition): Rename
8646
8647 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8648
8649         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8650         (Target Architecture Definition):
8651
8652         * gdbint.texinfo (Target Architecture Definition): Rename
8653         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8654
8655 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8656
8657         * gdbint.texinfo (Target Architecture Definition): Delete
8658         documentation for NEED_TEXT_START_END.
8659
8660         * gdbint.texinfo (Target Architecture Definition): Rename
8661         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8662         TARGET_WRITE_PC.
8663
8664 2003-09-22  Michael Chastain  <mec@shout.net>
8665
8666         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8667
8668 2003-09-21  Anthony Green  <green@redhat.com>
8669
8670         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8671
8672 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8673
8674         * gdbint.texinfo (Target Architecture Definition): Document
8675         stabs_argument_has_addr.
8676
8677 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8678
8679         * gdbint.texinfo (Target Architecture Definition): Delete
8680         documentation on REGISTER_NAMES.
8681
8682 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8683
8684         * gdbint.texinfo (Target Architecture Definition): Replace
8685         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8686
8687 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8688
8689         * gdbint.texinfo (Target Architecture Definition): Replace
8690         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8691
8692 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8693
8694         * gdbint.texinfo (Target Architecture Definition): Document
8695         "frame_red_zone_size".
8696
8697 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8698
8699         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8700         with "set/show backtrace past-main" and "set/show backtrace
8701         limit".
8702
8703 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8704
8705         * Makefile.in (install-info): Support DESTDIR.
8706         (install-html): Likewise.
8707
8708 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8709
8710         Patch from Nick Roberts.
8711         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8712         bindings.  Remove description of send-gdb-command.
8713
8714 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8715
8716         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8717         GDB 6.0.
8718
8719 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8720
8721         * gdb.texinfo (Mode Options): Mention that level three is the
8722         highest available and that level 2 is deprecated.
8723         (Annotations Overview): Mention annotation levels. Cross reference
8724         to "Limitations of the Annotation Interface" in annotate.texi.
8725         (TODO, Value Annotations, Frame Annotations): Delete section.
8726         (Displays, Breakpoint Info): Delete.
8727
8728 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8729
8730         * agentexpr.texi: Delete @bye.
8731         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8732         (stabs.info): Add $(srcdir) to include search path.
8733         (html): Depend on "annotate_toc.html", and not "annotate.html".
8734         * stabs.texinfo: Ditto.  Include "fdl.texi".
8735         * gdbint.texinfo: Update copyright statement's list of invariant
8736         sections.
8737
8738 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8739
8740         * Makefile.in (INFO_DEPS): Add annotate.info.
8741         (dvi, ps, html, pdf): Add annotate.
8742         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8743         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8744         (ANNOTATE_DOC_FILES): New macro.
8745         (ANNOTATE_TEX_TMPS): New macro.
8746         (annotate.info, annotate_toc.html): Specify dependencies.
8747         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8748         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8749         "Migrating to GDB/MI" and "Limitations of the Annotation
8750         Interface" chapters.  Mention why it is not part of the user
8751         guide.  Update copyright notice.  Include "fdl.texi".
8752
8753 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8754
8755         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8756
8757 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8758
8759         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8760
8761 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8762
8763         * gdb.texinfo (Server): Mention pidof.
8764
8765 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8766
8767         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8768         list.
8769
8770 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8771
8772         * gdb.texinfo (Logging output): New chapter.
8773
8774 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8775
8776         * gdb.texinfo (Unsupported languages): New section.
8777         (Languages): Add link to new section.
8778
8779 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8780
8781         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8782
8783 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8784
8785         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8786
8787 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8788
8789         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8790         * agentexpr.texi: Retitle section, and change it to an appendix.
8791         Comment out texinfo initialization.  Factor a @var{} into two
8792         pieces to prevent makeinfo warnings.
8793         * gdb.texinfo: Add Agent Expressions appendix.
8794
8795 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8796
8797         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8798
8799 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8800
8801         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8802         remote target".  Document the "detach" and "disconnect" commands.
8803         (Server, Netware, Debug Session): Reference "Connecting to a
8804         remote target".
8805         (GDB/MI Target Manipulation): Document "-target-disconnect".
8806
8807 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8808
8809         * gdbint.texinfo (Target Architecture Definition): Deprecate
8810         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8811         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8812
8813 2003-06-09  Jim Blandy  <jimb@redhat.com>
8814
8815         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8816
8817 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8818
8819         * gdbint.texinfo (Target Architecture Definition): Delete
8820         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8821
8822 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8823
8824         * gdbint.texinfo (Target Architecture Definition): Document
8825         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8826
8827 2003-06-07  Adam Fedor  <fedor@gnu.org>
8828
8829         * gdb.texinfo: Add Objective-C documentation.
8830
8831 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8832
8833         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8834         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8835
8836 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8837
8838         * gdbint.texinfo (Target Architecture Definition): Delete
8839         references to "extract_address" and "store_address".
8840
8841 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8842
8843         * gdbint.texinfo (Target Architecture Definition): Replace
8844         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8845         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8846
8847 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8848
8849         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8850
8851 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8852
8853         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8854         (gdb.dvi): Likewise.
8855         (gdb.pdf): Likewise.
8856         (links2roff): Likewise.
8857
8858 2003-05-08  Jim Blandy  <jimb@redhat.com>
8859
8860         * gdb.texinfo (Dump/Restore Files): Update documentation for
8861         'dump', 'append', and 'restore': note that format argument is
8862         optional; simplify presentation of the command variants; and be
8863         more precise about the formats.
8864
8865 2003-05-07  Jim Blandy  <jimb@redhat.com>
8866
8867         * gdb.texinfo (Symbols): Update documentation: 'maint list
8868         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8869         symtabs' and 'maint info psymtabs'.
8870
8871 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8872
8873         * gdbint.texinfo (Target Architecture Definition): Make
8874         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8875         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8876         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8877
8878 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8879
8880         * gdb.texinfo (Maintenance Commands): Document "maint print
8881         dummy-frames".
8882
8883 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8884
8885         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8886
8887 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8888
8889         Thierry Schneider  <tpschneider1@yahoo.com>
8890         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8891         for new MI command.
8892
8893 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8894
8895         * gdbint.texinfo (Target Architecture Definition): Document
8896         push_dummy_code.  Add cross references.
8897
8898 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8899
8900         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8901         set/show charsets commands.
8902
8903 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8904
8905         * gdbint.texinfo (Target Architecture Definition): Replace
8906         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8907         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8908
8909 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8910
8911         * gdbint.texinfo (Target Architecture Definition): Rename
8912         "tm_print_insn" to "deprecated_tm_print_insn".
8913
8914 2003-04-09  Jim Blandy  <jimb@redhat.com>
8915
8916         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8917         list psymtabs'.
8918
8919 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8920
8921         * gdbint.texinfo (Target Architecture Definition): Delete
8922         references to EXTRA_FRAME_INFO.
8923
8924 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8925
8926         * gdbint.texinfo (Target Architecture Definition): Delete
8927         PRINT_TYPELESS_INTEGER.
8928
8929 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8930
8931         * observer.texi (GDB Observers): Adjust the documentation for the
8932         normal_stop notification to better describe reality. Fix a couple
8933         of minor typos.
8934
8935 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8936
8937         * gdb.texinfo (GDB/MI Program Control): Add
8938         '-file-list-exec-source-file'
8939
8940 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8941
8942         * gdbint.texinfo (Target Architecture Definition): Delete
8943         references to CALL_DUMMY_P.
8944
8945 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8946
8947         * gdbint.texinfo (Target Architecture Definition): Remove
8948         reference to TARGET_WRITE_SP.
8949
8950 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8951
8952         * gdbint.texinfo (Target Architecture Definition): Remove
8953         references to write_sp.
8954
8955 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8956
8957         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8958         chapter body.  Use @smallexample instead of @example.
8959         (Annotations): Ditto.
8960         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8961         annotate.texi.
8962
8963 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8964
8965         * gdbint.texinfo (Target Architecture Definition): Replace
8966         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8967         dummy_addr parameters.
8968
8969 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8970
8971         * gdbint.texinfo (Target Architecture Definition): Delete
8972         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8973         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8974         Add reference to PUSH_ARGUMENTS.
8975
8976 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8977
8978         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8979         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8980
8981 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8982
8983         * gdbint.texinfo (Algorithms): Add new section describing the
8984         Observer paradigm.
8985         (Top): Add menu entry to new observer appendix.
8986         * observer.texi: New file.
8987         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8988         new observer.texi file.
8989
8990 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8991
8992         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8993         that GNU Press update the manual version number.
8994
8995 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8996
8997         * gdbint.texinfo (Target Architecture Definition): Delete
8998         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8999         DEPRECATED_GET_SAVED_REGISTER.
9000
9001 2003-03-13  Andrew Cagney  <cagney@redhat.com>
9002
9003         * gdbint.texinfo (Target Architecture Definition): Replace
9004         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
9005
9006 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9007
9008         * gdbint.texinfo (Target Architecture Definition): Rename
9009         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9010
9011 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
9012
9013         * gdb.texinfo: Add File-I/O documentation.
9014
9015 2003-03-10  Andrew Cagney  <cagney@redhat.com>
9016
9017         * gdbint.texinfo (Target Architecture Definition): Cross reference
9018         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
9019
9020 2003-03-07  Andrew Cagney  <cagney@redhat.com>
9021
9022         * gdb.texinfo (Debugging Output): Mention the "set/show debug
9023         frame" command.
9024
9025 2003-03-05  Andrew Cagney  <cagney@redhat.com>
9026
9027         * gdbint.texinfo (Target Architecture Definition): Document
9028         unwind_dummy_id.  Cross reference unwind_dummy_id and
9029         SAVE_DUMMY_FRAME_TOS.
9030
9031 2003-03-05  James Ingham <jingham@apple.com>
9032             Daniel Jacobowitz  <drow@mvista.com>
9033
9034         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9035         and "show cp-abi".
9036
9037 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9038
9039         * gdbint.texinfo (Target Architecture Definition): Document
9040         register_type.
9041
9042 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9043
9044         * stabs.texinfo (Structures): Use @samp and separate @var's
9045         instead of a single @var containing a comma separated list.
9046         (Unions): Ditto.
9047
9048 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9049
9050         * Makefile.in (distclean): Remove config.log.
9051
9052 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9053
9054         * gdbint.texinfo (Target Architecture Definition): Rename
9055         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9056
9057 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9058
9059         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9060         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9061
9062 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9063
9064         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9065         (Non-debug DLL symbols): New node, describing the minimal symbols
9066         loaded from DLLs without real debugging symbols.
9067
9068 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9069
9070         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9071         hardware-breakpoint-limit".
9072         (Set Watchpoints): Add cross reference to "set remote
9073         hardware-watchpoint-limit".
9074         (Remote configuration options): New section.
9075
9076 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9077
9078         * gdbint.texinfo (Target Architecture Definition): Delete
9079         descrption of IS_TRAPPED_INTERNALVAR.
9080
9081         From Keith Seitz <keiths@redhat.com>:
9082         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9083         option "-i"/"--interpreter" to this chapter.  Include index
9084         entries.
9085
9086 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9087
9088         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9089         (Variables): Recommend stabs+ and DWARF 2.
9090         (C plus plus expressions): Correct info about
9091         compiler versions, debug formats.
9092         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9093         PR symtab/874.
9094
9095 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9096
9097         * gdbint.texinfo (Target Architecture Definition): Delete
9098         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9099         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9100         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9101         references to nindy and i960.
9102         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9103
9104 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9105
9106         * gdbint.texinfo (Target Architecture Definition): Delete
9107         FLOAT_INFO.
9108
9109 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9110
9111         * stabs.texinfo (Member Type Descriptor): Clarify description of
9112         `@'.  Suggested by Ben Hutchings.
9113
9114 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9115
9116         * gdb.texinfo (M68K): Delete reference to es1800.
9117
9118 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9119
9120         * gdb.texinfo (Maintenance Commands): Document `maint print
9121         reggroups' and `maint print register-groups'.
9122         * gdbint.texinfo (Target Architecture Definition): Document
9123         register_reggroup_p.
9124
9125 2003-01-23  Jim Blandy  <jimb@redhat.com>
9126
9127         * gdb.texinfo (Separate Debug Files): New section.
9128
9129 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9130
9131         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9132         and "maint show profile".
9133
9134 2003-01-16  Michael Chastain  <mec@shout.net>
9135
9136         * gdb.texinfo (Installing GDB): Warn against
9137         ".../gdb-VERSION/gdb/configure".
9138         (Separate Objdir): Likewise.
9139
9140 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9141
9142         * gdbint.texinfo (Target Architecture Definition): Delete
9143         definition of PRINT_REGISTER_HOOK.
9144
9145 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9146
9147         (OpenRISC 1000): Fix formatting of command names.
9148
9149 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9150
9151         * gdb.texinfo (Continuing and Stepping): Add new command
9152         'advance'. Clarify behavior of 'until'.
9153
9154 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9155
9156         * gdb.texinfo (Files): Document solib-absolute-prefix and
9157         solib-search-path.
9158
9159 2003-01-09  Michael Chastain  <mec@shout.net>
9160
9161         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9162         (Create a Release): Add new instructions for new @file{src-release}.
9163         Document existing instructions for @file{Makefile.in} as
9164         being for @value{GDBN} 5.3.1 or earlier.
9165
9166 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9167
9168         * gdbint.texinfo (Target Architecture Definition): Mention
9169         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9170         allocate memory.
9171
9172 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9173
9174         * gdb.texinfo (Controlling GDB): Add @kindex for
9175         "show osabi".
9176         (Backtraces): Add @kindex's for backtrace-below-main.
9177
9178 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9179
9180         * gdb.texinfo (Controlling GDB): Document "set osabi".
9181
9182 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9183
9184         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9185         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9186
9187 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9188
9189         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9190         "set coerce-float-to-double".
9191         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9192
9193 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9194
9195         * stabs.texinfo: Remove obsolete text.
9196         * gdbint.texinfo: Ditto.
9197         * gdb.texinfo: Ditto.
9198
9199 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9200
9201         * gdbint.texinfo (Target Architecture Definition): Update
9202         description of gdbarch_register_osabi.
9203
9204 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9205
9206         * agentexpr.texi: Fix typos.
9207         * annotate.texi: Likewise.
9208         * fdl.texi: Likewise.
9209
9210 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9211
9212         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9213         DEPRECATED_INIT_FRAME_PC.
9214
9215 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9216
9217         * gdbint.texinfo (Target Architecture Definition): Delete
9218         PC_IN_CALL_DUMMY.
9219
9220 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9221
9222         * gdbint.texinfo (Host Definition): Delete documentation on
9223         USE_GENERIC_DUMMY_FRAMES.
9224
9225 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9226
9227         Fix PR gdb/723 and PR gdb/245.
9228         * Makefile.in (install-info): Run the install-info command as part
9229         of the post install steps only.
9230         (uninstall-info): New target.
9231         (uninstall): New target.
9232
9233 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9234
9235         * Makefile.in (install): Make install do some real work.
9236
9237 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9238
9239         Fix POSIX problem reported by Paul Eggert.
9240         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9241         Fix PR gdb/527.
9242
9243 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9244
9245         * gdbint.texinfo (Target Architecture Definition): Delete
9246         definition of DO_REGISTERS_INFO.
9247
9248 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9249
9250         * gdbint.texinfo (Address Classes): Fix problems with insertion
9251         of ``{'' and ``}'' in example.
9252
9253 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9254
9255         * gdbint.texinfo (Address Classes): New section.
9256         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9257         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9258         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9259         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9260
9261 2002-10-11  Klee Dienes  <kdienes@apple.com>
9262
9263         * gdb.texinfo (Registers): Mention vector registers as well as
9264         floating registers in the documentation for 'info registers' and
9265         'info all-registers'.
9266
9267 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9268
9269         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9270
9271 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9272
9273         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9274         interface definition.
9275
9276 2002-10-03  Marko Mlinar   <markom@opencores.org>
9277
9278         * gdb.texinfo (Target Commands): Add or1k target specific
9279         commands.
9280         * gdb.texinfo (Contributors): Add myself to the contributors list.
9281
9282 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9283
9284         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9285         and "mi1" instead of "mi1" and "mi0".
9286
9287 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9288
9289         * gdb.texinfo (Packets): Fix typos "alligned".
9290         Correct z3/Z3 description.  Correct z4/Z4 title.
9291
9292 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9293
9294         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9295
9296 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9297
9298         * gdb.texinfo: Use GNU/Linux instead of Linux.
9299
9300 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9301
9302         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9303
9304 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9305
9306         * gdb.texinfo: Replace @example with @smallexample.
9307
9308 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9309
9310         From Eli Zaretskii  <eliz@gnu.org>:
9311         * gdb.texinfo (Character Sets): Use @smallexample instead of
9312         @example.  Use GNU/Linux instead of Linux.
9313
9314 2002-09-20  Jim Blandy  <jimb@redhat.com>
9315
9316         * gdb.texinfo: Add character set documentation.
9317
9318 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9319
9320         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9321         (Packets): Add cross reference from `b' packet to `z' packets.
9322
9323 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9324
9325         * gdb.texinfo (Maintenance Commands): Document ``maint
9326         internal-error'' and ``maint internal-warning''.
9327
9328         * gdbint.texinfo (Target Architecture Definition): Revise
9329         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9330
9331 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9332
9333         * gdbint.texinfo (Target Conditionals): Document the new
9334         NAME_OF_MALLOC macro.
9335
9336 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9337
9338         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9339         engineer.
9340
9341 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9342
9343         * gdb.texinfo (TUI Overview): Document status line fields.
9344
9345 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9346
9347         * gdb.texinfo (TUI Commands): Document info win command.
9348
9349 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9350
9351         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9352
9353 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9354
9355         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9356         (TUI Keys): Likewise.
9357
9358 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9359
9360         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9361         for a packet receive.
9362
9363 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9364
9365         * Makefile.in (clean): Move to end of file.
9366         (distclean, maintainer-clean, realclean): Ditto.
9367         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9368         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9369         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9370         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9371
9372 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9373
9374         * Makefile.in (GDBINT_TEX_TMPS): Define.
9375         (gdbint.dvi, gdbint.pdf): Use
9376         (GDB_TEX_TMPS): Define.
9377         (gdb.dvi, gdb.pdf): Use.
9378         (STABS_TEX_TMPS): Define.
9379         (stabs.dvi, stabs.pdf): Use.
9380         (GDB_DOC_SOURCE_INCLUDES): New macros.
9381         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9382         (GDBINT_DOC_FILES_INCLUDES): New macros.
9383         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9384         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9385         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9386         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9387         (links2roff): Replace SFILES_INCLUDED with
9388         GDB_DOC_SOURCE_INCLUDES.
9389         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9390         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9391         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9392         dependencies.
9393         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9394         dependencies.
9395         (gdbmi.texinfo): Delete rule.
9396         (inc-hist.texinfo): Delete rule.
9397         (rluser.texinfo): Delete rule.
9398
9399 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9400
9401         * gdbint.texinfo (Target Architecture Definition): Update
9402         STORE_RETURN_VALUE, mention regcache.
9403
9404 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9405
9406         * gdbint.texinfo (Target Architecture Definition): Document
9407         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9408
9409 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9410
9411         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9412         Fix minor typos.  Add index entries.
9413
9414 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9415
9416         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9417
9418 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9419
9420         * gdbint.texinfo (Target Architecture Definition): Document
9421         PRINT_VECTOR_INFO.
9422         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9423
9424 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9425
9426         * gdb.texinfo (Maintenance Commands): Document "maint print
9427         registers", "maint print raw-registers" and "maint print
9428         cooked-registers".
9429
9430 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9431
9432         From Mark Salter:
9433         * gdb.texinfo (Protocol): Document T packet extension to
9434         allow watchpoint address reporting.
9435
9436 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9437
9438         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9439
9440 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9441
9442         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9443         to CHILL.
9444
9445 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9446
9447         * gdbint.texinfo (Coding): Revise section "Include Files".
9448
9449 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9450
9451         * gdbint.texinfo: Obsolete references to m88k.
9452         * gdb.texinfo: Ditto.
9453
9454 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9455
9456         * gdbint.texinfo (Create a release candiate): Add the location
9457         where the proper version of autoconf can be retrieved.
9458
9459 2002-07-09  Don Howard  <dhoward@redhat.com>
9460
9461         * gdb.texinfo (Command Files): Further describe the behavior of
9462         sourced command files.
9463
9464 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9465
9466         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9467         (Coding): Clarify ISO C version that GDB assumes.
9468
9469 2002-06-26  Tom Tromey  <tromey@redhat.com>
9470
9471         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9472         add_setshow_cmd_full.
9473
9474 2002-06-25  Don Howard  <dhoward@redhat.com>
9475
9476         * gdb.texinfo (Memory Region Attributes): Document new behavior
9477         for 'mem' command.
9478
9479 2002-06-11  Jim Blandy  <jimb@redhat.com>
9480
9481         * gdb.texinfo (Symbols): Update documentation for `info source'
9482         command.
9483
9484         * gdb.texinfo (Macros): Call the command `info macro', not
9485         `show macro'.
9486
9487 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9488
9489         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9490         data''.
9491
9492 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9493
9494         * gdbint.texinfo (Target Architecture Definition): Document
9495         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9496
9497 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9498
9499         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9500         lists.
9501
9502 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9503
9504         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9505         Branch''.
9506
9507 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9508
9509         * gdbint.texinfo (Target Architecture Definition): Add section
9510         ``Converting an existing Target Architecture to Multi-arch''.
9511
9512 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9513
9514         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9515         to ``Obsoleting code''.  Revise.
9516
9517 2002-05-17  Jim Blandy  <jimb@redhat.com>
9518
9519         * gdb.texinfo (C Preprocessor Macros): New chapter.
9520         Include it in the main menu.
9521         (Contributors): Credit Jim Blandy with macro support.
9522         (Compilation): Explain how to get macro information into the
9523         executable.
9524         (Expressions): Note that preprocessor macros are expanded.
9525
9526 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9527
9528         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9529         options for `target remote'.
9530
9531 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9532
9533         * gdbint.texinfo (Target Architecture Definition): Delete
9534         documentation on NNPC_REGNUM.
9535
9536 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9537
9538         * gdbint.texinfo (Target Architecture Definition): Document
9539         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9540         (Target Architecture Definition): Revise section `Using Different
9541         Register and Memory Data Representations'.  Add section `Raw and
9542         Virtual Register Representations'.
9543
9544 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9545
9546         * gdbint.texinfo (Target Architecture Definition): Mention
9547         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9548         (Target Architecture Definition): Mention same.  Add references to
9549         web pages.
9550
9551 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9552
9553         * stabs.texinfo (Attributes): Document new "vector" attribute.
9554
9555 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9556
9557         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9558
9559 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9560
9561         * gdb.texinfo: Delete obsolete references to a29k.
9562
9563 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9564
9565         * gdbint.texinfo (Target Architecture Definition): Replace
9566         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9567
9568 2002-04-24  David S. Miller  <davem@redhat.com>
9569
9570         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9571
9572 2002-04-21  David S. Miller  <davem@redhat.com>
9573
9574         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9575
9576 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9577
9578         * gdbint.texinfo (Target Architecture Definition): Delete
9579         definition of HAVE_REGISTER_WINDOWS.
9580
9581 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9582
9583         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9584         "Theodore A. Roth" <troth@verinet.com>.
9585
9586 2002-04-15  Don Howard  <dhoward@redhat.com>
9587
9588         From Eli Zaretskii <eliz@gnu.org>
9589         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9590         Provide a better explaination of this feature.
9591
9592 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9593
9594         * gdbint.texinfo (Target Architecture Definition): Remove
9595         FRAME_CHAIN_COMBINE.
9596
9597 2002-04-12  Michael Chastain  <mec@shout.net>
9598
9599         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9600         REG_STACK_SEGMENT.
9601
9602 2002-04-09  Michael Chastain  <mec@shout.net>
9603
9604         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9605         PYRAMID_* macros.
9606
9607 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9608
9609         * gdb.texinfo (Bug Reporting): Document that the web is the
9610         prefered way of submitting bug reports.
9611         (Bug Reporting): Delete the s-mail address as the last resort.
9612
9613 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9614
9615         * gdbint.texinfo (Target Architecture Definition): Delete
9616         references to TARGET_WRITE_FP and write_fp.
9617
9618 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9619
9620         * gdb.texinfo: Document new commands dump, append, and restore.
9621
9622 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9623
9624         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9625         Branch'.
9626
9627 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9628
9629         * gdb.texinfo: Change all examples to @smallexample.
9630         * gdbint.texinfo: Ditto.
9631
9632 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9633
9634         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9635         Branches''.
9636
9637 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9638
9639         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9640         Policy''.
9641
9642 2002-03-04  Fred Fish  <fnf@redhat.com>
9643
9644         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9645         expresson, suports, dependant, trhe, perhaphs, situtations,
9646         explictily, taged, oportunity, unfortunatly).
9647
9648 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9649
9650         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9651         Remove reference to 3.12.
9652
9653 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9654
9655         * gdbint.texinfo: Include fdl.texi.
9656         (Top): Add GNU Free Documentation License.
9657         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9658         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9659         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9660         (gdbint.info): Add srcdir to include path.
9661         * gdb.texinfo: Include gpl.texi.
9662         (Top): Add Copying.
9663         * gpl.texi: New file.
9664
9665 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9666
9667         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9668
9669 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9670
9671         * gdb.texinfo: Document Cygwin native specific commands.
9672
9673 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9674
9675         * gdb.texinfo: Document gdbserver ``--attach'' command.
9676
9677 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9678
9679         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9680         to @code(_ovly_debug_event).
9681
9682 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9683
9684         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9685
9686 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9687
9688         * gdb.texinfo (overlays): Mention new magic symbol
9689         '_ovly_debug_event', which allows GDB to keep better track
9690         of overlays.
9691
9692 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9693
9694         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9695         Suggested by Dmitry Sivachenko.
9696
9697         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9698
9699 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9700
9701         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9702
9703 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9704
9705         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9706         (set trust-readonly-sections): Document.
9707
9708 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9709
9710         * gdbint.texinfo (Releasing GDB): Revise and update.
9711
9712 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9713
9714         * gdbint.texinfo (Target Architecture Definition): Delete
9715         description of TARGET_BYTE_ORDER_DEFAULT.
9716
9717 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9718
9719         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9720         <mitya@cavia.pp.ru>.
9721
9722 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9723
9724         * libgdb.texinfo: Delete file.
9725
9726 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9727
9728         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9729         * gdbint.texinfo: Ditto.
9730
9731 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9732
9733         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9734
9735 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9736
9737         * Makefile.in: Update copyright.
9738         (TEXI2DVI): Define.
9739         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9740         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9741         gdb-cfg.texi.
9742         (TEXINDEX, PDFTEX): Delete makefile variables.
9743
9744 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9745
9746         * gdb.texinfo (Protocol): Move section to appendix.
9747
9748 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9749
9750         * gdb.texinfo (Remote Debugging): Create a menu.
9751         (Top): Add ``Remote Debugging'' to menu.
9752
9753 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9754
9755         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9756         serial protocol'' from here.
9757         (Remote Debugging): To here.  New chapter.
9758
9759 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9760
9761         * gdbint.texinfo (Target Architecture Definition): Delete
9762         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9763
9764 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9765
9766         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9767         are no longer needed.
9768         (Porting GDB): Add maintainer note about configure.host.
9769
9770 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9771
9772         * gdbint.texinfo (Target Architecture Definition): Remove
9773         definition of IEEE_FLOAT.
9774
9775 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9776
9777         * gdb.texinfo: Beautify copyright years; fix a typo.
9778         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9779         <3diff@gnu.org>
9780
9781 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9782
9783         * gdbint.texinfo (Host Definition): Remove references to
9784         MALLOC_INCOMPATIBLE.
9785
9786 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9787
9788         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9789         and xyz-xdep.o.
9790
9791 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9792
9793         * gdb.texinfo (Maintenance Commands): Add appendix.
9794         (Set Breaks): Copy ``maint info breakpoint'' doco to
9795         ``Maintenance Commands'' appendix.  Add reference.
9796
9797 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9798
9799         * fdl.texi: Remove next/prev from @node.
9800
9801 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9802
9803         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9804         for monstrous @multitable (from Brian Youmans).
9805
9806         * fdl.texi: New file.
9807
9808         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9809
9810 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9811
9812         * gdbint.texinfo (Releasing GDB): New chapter.
9813
9814 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9815
9816         * gdb.texinfo (Embedded Processors, Calling program functions):
9817         Obsolete references to a29k.
9818
9819 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9820
9821         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9822         examples.  Document that a code-block should do or discard its
9823         cleanups before exit.
9824
9825 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9826
9827         * gdb.texinfo (Choosing files): Change @samp to @file.
9828
9829 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9830
9831         * gdb.texinfo (--pid): Document new command line option (attach).
9832
9833 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9834
9835         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9836         in the stub.
9837
9838 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9839
9840         * gdbint.texinfo (Target Architecture Definition): Replace
9841         BIG_ENDIAN with BFD_ENDIAN_BIG.
9842
9843 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9844
9845         * gdbint.texinfo (Target Architecture Definition): Replace
9846         value_ptr with struct value pointer.
9847
9848 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9849
9850         * gdb.texinfo (Free Software): Fix wording.
9851
9852 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9853
9854         * gdb.texinfo (Free Software): New section ``Free Software Needs
9855         Free Documentation''.
9856
9857 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9858
9859         * stabs.texinfo:
9860         * gdb.texinfo:
9861         * gdbint.texinfo:
9862         * libgdb.texinfo:
9863         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9864
9865 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9866
9867         * gdb.texinfo (maint info sections): Fix typo.
9868
9869 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9870
9871         * gdb.texinfo (maint info sections): Document.
9872
9873         * gdb.texinfo (info proc): Comment out documentation for
9874         'info proc' sub-options that are currently not implemented.
9875
9876 2001-12-20  Jim Blandy  <jimb@redhat.com>
9877
9878         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9879
9880 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9881
9882         * gdbint.texinfo (Target Architecture Definition): Replace
9883         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9884
9885 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9886
9887         * gdbint.texinfo (Host Definition): Delete documentation on
9888         HOST_BYTE_ORDER.
9889
9890 2001-11-30  Jim Blandy  <jimb@redhat.com>
9891
9892         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9893         overlay support.  Add to top-level menu.
9894
9895 2001-11-26  Tom Tromey  <tromey@redhat.com>
9896
9897         * gdb.texinfo (Command Syntax): Document C-o binding.
9898
9899 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9900
9901         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9902         use since it is described in the referenced section.
9903
9904         From Eli Zaretskii <eliz@gnu.org>
9905         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9906         clearer when using DJGPP.
9907
9908 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9909
9910         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9911         specifically refer to MS-DOS.
9912         (command files): Mention gdb.ini is only used on MS-DOS.
9913
9914 2001-11-21  Tom Tromey  <tromey@redhat.com>
9915
9916         * gdb.texinfo (Invoking GDB): Document --args.
9917         (Mode Options): Likewise.
9918
9919 2001-11-21  Jim Blandy  <jimb@redhat.com>
9920
9921         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9922         Delete documentation; this macro has been removed from the
9923         sources.
9924
9925 2001-11-13  Jim Blandy  <jimb@redhat.com>
9926
9927         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9928
9929 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9930
9931         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9932
9933 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9934
9935         * gdb.texinfo (info functions): Document use of backslash to
9936         quote regexp chars in function names such as "operator*()".
9937
9938 2001-11-01  Fred Fish  <fnf@redhat.com>
9939
9940         * gdbint.texinfo (SOLIB_ADD): Document additional new
9941         "readsyms" arg.
9942
9943 2001-10-30  Don Howard  <dhoward@redhat.com>
9944
9945         * gdb.texinfo: (Command Files) Added documentation for the
9946         behavior of gdb with input redirected from a file.
9947
9948 2001-10-28  Fred Fish  <fnf@redhat.com>
9949
9950         * gdb.texinfo (auto-solib-add): Change docs to match
9951         implementation change.
9952         (auto-solib-limit): Add docs for new variable.
9953
9954 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9955
9956         * gdbint.texinfo (Target Architecture Definition): Function
9957         value_as_pointer renamed to value_as_address.
9958
9959 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9960
9961         * gdbint.texinfo (Target Architecture Definition): Default
9962         POINTER_TO_ADDRESS functions assume unsigned addresses.
9963         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9964         posting by Jim Blandy.
9965
9966 2001-10-12  Jim Blandy  <jimb@redhat.com>
9967
9968         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9969         version of texi2html (1.64) doesn't support this flag any more.
9970
9971 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9972
9973         * gdbint.texinfo (Host Definition): Remove description of
9974         MEM_FNS_DECLARED.
9975
9976         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9977
9978         * gdbint.texinfo (Host Definition): Remove description of
9979         HAVE_SIGSETMASK.
9980
9981 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9982
9983         * gdbint.texinfo (Target Architecture Definition): Add
9984         explanation of TARGET_PRINT_INSN macro.
9985
9986 2001-08-30  Jim Blandy  <jimb@redhat.com>
9987
9988         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9989         Explain what it means to load relocatable files.
9990
9991 2001-08-28  Jim Blandy  <jimb@redhat.com>
9992
9993         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9994         info `top' menu.
9995
9996 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9997
9998         * gdbint.texinfo: Add a cautionary note about macro use.
9999
10000 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
10001
10002         * gdb.texinfo: Explain omitting the hostname in the
10003         `target remote' command.
10004
10005 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
10006
10007         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10008         and END-INFO-DIR-ENTRY.
10009
10010 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10011
10012         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10013
10014 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
10015
10016         * gdbint.texinfo (libgdb): Rewrite.
10017
10018 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
10019
10020         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10021
10022 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10023
10024         * gdb.texinfo (TUI): New chapter, document the TUI.
10025         (Mode Options): Document the -tui option.
10026
10027 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
10028
10029         * gdbint.texinfo (Host Definition): Remove description of
10030         NEED_POSIX_SETPGID.
10031
10032 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10033
10034         * gdb.tex (DJGPP Native): New node, with descriptions of
10035         DJGPP-specific commands.
10036
10037 2001-07-19  John R. Moore  <jmoore@redhat.com>
10038
10039         * gdbint.texinfo: Three misspellings.
10040
10041 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10042
10043         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10044         `test` expressions on bash.  Problem reported by Colin Walters.
10045
10046 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10047
10048         * gdbint.texinfo (User Interface): Update ui-out documentation to
10049         refelect recent UI/MI updates.
10050
10051 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10052
10053         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10054         interpreters.
10055
10056 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10057
10058         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10059         structure and not macros.
10060         (Host Definition): Document that much of this chapter is obsolete.
10061         (Target Architecture Definition): Update list of files that make
10062         up a target architecture.
10063         (Coding): Update.
10064
10065 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10066
10067         * gdbint.texinfo (Target Architecture Definition): Update
10068         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10069         The latter has been changed to a true predicate.
10070
10071 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10072
10073         * annotate.texi: Add @noindent where needed.  From Dmitry
10074         Sivachenko <dima@Chg.RU>.
10075         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10076
10077 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10078
10079         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10080
10081 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10082
10083         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10084         returns ``OK''.  Document that the ``R'' packet does not reply.
10085
10086 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10087
10088         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10089
10090 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10091
10092         * gdb.texinfo (Signals): Clarify the default setting of signal
10093         handling.
10094
10095 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10096
10097         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10098         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10099
10100 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10101
10102         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10103
10104 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10105
10106         * gdbint.texinfo (Clean Design and Portable Implementation):
10107         Renamed from "Clean Design".
10108         (Clean Design and Portable Implementation): Document portable
10109         methods of handling file names, and the associated macros.
10110
10111 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10112
10113         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10114         command and provide a cross-reference to its description.
10115         (Symbols): Note that "info scope" is useful for trace experiments.
10116
10117 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10118
10119         * gdb.texinfo (Symbols): Document "info scope".
10120         (Tracepoints): New chapter.
10121         (Contributors): Update for v5.1.
10122         <All nodes>: Change "C++" to "C@t{++}".
10123
10124         * gdbint.texinfo (User Interface): A new section about ui_out
10125         functions, based on text written by Fernando Nasser.
10126
10127         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10128
10129 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10130
10131         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10132
10133         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10134
10135         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10136         Replace "GDB" with "@value{GDBN}".  Fix markup.
10137
10138         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10139
10140         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10141         a cross-reference to its description.
10142         (Symbols): Document "info symbol".
10143
10144 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10145
10146         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10147         subsection "x86 Watchpoints".
10148         (Target Architecture Definition): Document the macros
10149         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10150         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10151
10152 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10153
10154         * gdbint.texinfo (Target Architecture Definition): Update
10155         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10156         list.
10157
10158 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10159
10160         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10161         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10162
10163 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10164
10165         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10166
10167 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10168
10169         * gdb.texinfo (Environment): Document that `path' does not change
10170         the value of PATH in GDB's own environment (it did in the past,
10171         but that was changed on March 15, 1994).  Reported by Doug Evans
10172         <dje@transmeta.com>.
10173
10174         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10175         its line.  Fix markup of commands and macros.  Add an Index node
10176         and index entries.
10177
10178 2001-01-23  J.T. Conklin  <jtc@redback.com>
10179
10180         * gdb.texinfo (Memory region attributes): New manual section.
10181
10182 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10183
10184         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10185
10186 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10187
10188         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10189         <pedwards@disaster.jaj.com>.
10190
10191 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10192
10193         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10194         DWARF2_REG_TO_REGNUM): Document.
10195
10196 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10197
10198         * gdbint.texinfo (Coding): Update current value of
10199         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10200
10201 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10202
10203         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10204         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10205
10206 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10207
10208         * gdb.texinfo: Document new 'set step-mode' command.
10209
10210 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10211
10212         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10213         changes from Dmitry Sivachenko <dima@Chg.RU>.
10214
10215 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10216
10217         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10218         From Steven Johnson <sbjohnson@ozemail.com.au>.
10219
10220 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10221
10222         * gdbint.texinfo (Overall Structure): Spelling fix.
10223
10224 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10225
10226         * gdbint.texinfo (Target Architecture Definition): Document that
10227         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10228         for which REGISTER_CONVERTIBLE returns a zero value.
10229
10230 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10231
10232         * Makefile.in (install-info): Find files to install in either the
10233         build or source directories (adapted from Makefile.am).
10234
10235 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10236
10237         * stabs.texinfo: Fix spelling errors.
10238         (String Field): FILE-NUMBER starts from 0, not 1.
10239
10240 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10241
10242         * refcard.tex: Remove \centerline from the blurb.  Patch from
10243         Brian Youmans.
10244
10245 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10246
10247         * Makefile.in (install-info): Support installation from outside of
10248         the source directory.  Reported by Mark Harig
10249         <markh@frazier.landmark.com>.
10250
10251 2000-06-20  J.T. Conklin  <jtc@redback.com>
10252
10253         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10254
10255 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10256
10257         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10258         Generate using pdftex.
10259         (PDFTEX): Define.
10260         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10261         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10262         @contents at the start.
10263
10264 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10265
10266         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10267         Youmans.
10268
10269 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10270
10271         From Brian Youmans:
10272         * gdb.texinfo: Fix ``et al.''.
10273
10274 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10275
10276         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10277         loop.
10278
10279 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10280
10281         * configure: Regenerate.
10282
10283 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10284
10285         * Makefile.in (install-info): Run install-info on installed Info
10286         files.
10287
10288 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10289
10290         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10291         Andrew Cagney.
10292
10293 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10294
10295         * gdb.texinfo: Proofreading changes from Brian Youmans.
10296
10297 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10298
10299         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10300         startup sequence, minor edits.
10301
10302 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10303
10304         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10305         TeX.
10306
10307         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10308         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10309         like `n' and `s' which look weird.  Convert some of the @kindex to
10310         @vindex, when they refer to variables, not commands.
10311
10312 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10313
10314         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10315
10316 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10317
10318         * Makefile.in (GDBMI_DIR): New variable.
10319         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10320         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10321         (gdbmi.texinfo): New target, for texi2roff.
10322         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10323         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10324
10325         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10326         gdbmi.texinfo.
10327         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10328         comment.
10329
10330 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10331
10332         * gdb.texinfo (Files): Update description of add-symbol-file
10333         command.
10334
10335 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10336
10337         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10338         prevents the build (and is generally a Bad Idea).
10339
10340 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10341
10342         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10343         a comma inside @var.
10344         (Command Files): Index markup changes from Dmitry Sivachenko
10345         <dima@Chg.RU>.
10346
10347 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10348
10349         * Makefile.in (LN_S): Define.
10350         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10351         invoke "ln -s" unless it is known to work.
10352
10353         * configure.in (AC_PROG_LN_S): Add.
10354
10355 2000-04-14  Jim Blandy  <jimb@redhat.com>
10356
10357         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10358         section.
10359         (Target Conditionals): Document ADDRESS_TO_POINTER,
10360         POINTER_TO_ADDRESS.
10361
10362 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10363
10364         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10365         gdb-cfg.texi to get the value.
10366
10367 2000-04-10  Jim Blandy  <jimb@redhat.com>
10368
10369         * gdbint.texinfo (Target Architecture Definition): Fix
10370         cross-references.
10371
10372 2000-04-08  Jim Blandy  <jimb@redhat.com>
10373
10374         * gdbint.texinfo (Using Different Register and Memory Data
10375         Representations): New section.
10376         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10377         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10378         REGISTER_CONVERT_TO_RAW): Document.
10379
10380 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10381
10382         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10383         for acknowledgments.
10384
10385 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10386
10387         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10388         qThreadExtraInfo.
10389
10390 2000-03-28  J.T. Conklin  <jtc@redback.com>
10391
10392         * gdb.texinfo: Clarify which remote debug protocol commands are
10393         required and which are optional.
10394
10395 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10396
10397         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10398         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10399         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10400         * annotate.texi: Update.
10401
10402 2000-03-28  Stan Shebs  <shebs@apple.com>
10403
10404         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10405         expectation of additional changes before release), update
10406         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10407         node links, rephrase and/or shorten lines to fix formatting
10408         problem in both regular and @smallbook formats.
10409         * annotate.texi: Shorten lines in example, use smallexample
10410         consistently everywhere.
10411         * Makefile.in: Add comment about texinfo 4.0 html generation.
10412         (SFILES_INCLUDED): Add annotate.texi.
10413
10414 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10415
10416         * gdb.texinfo (Debugging Output): Added new section, documenting
10417         the "set/show debug" commands.
10418
10419 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10420
10421         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10422         entry.
10423
10424         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10425         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10426         @chapter and @node entries.
10427
10428         * gdb.texinfo: Link all top-level nodes.
10429
10430 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10431
10432         * Makefile.in (install-info): Create $(infodir) before installing
10433         files.
10434
10435 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10436
10437         From David Whedon <dwhedon@gordian.com>
10438         * gdbint.texinfo : Added paragraphs about command deprecation.
10439
10440 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10441
10442       * gdb.texinfo: Add documentation for the apropos command.
10443
10444 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10445
10446         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10447
10448 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10449
10450         * gdb.texinfo: Add white space to prevent overprinting in
10451         two places.
10452
10453 2000-03-17  Stan Shebs  <shebs@apple.com>
10454
10455         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10456         <dima@Chg.RU>, also clarification of allowed content for
10457         string constants.
10458
10459 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10460
10461         * gdb.texinfo (main menu): Add Annotations.
10462         (File Options): Add @cindex entries for each command-line option.
10463         Document --epoch, --annotate, --async, --interpreter, --write,
10464         --statistics, and --version.
10465
10466         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10467         of GDB.
10468
10469 2000-02-23  Jim Blandy  <jimb@redhat.com>
10470
10471         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10472
10473 2000-02-22  Jim Blandy  <jimb@redhat.com>
10474
10475         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10476
10477 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10478
10479         * Makefile.in (diststuff): New target.
10480
10481 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10482
10483         * agentexpr.texi: Fix wording regarding Intel's IA-64
10484         architecture.  [From Jim Wilson.]
10485
10486 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10487
10488         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10489         (Delete Breaks): Mention range arguments.
10490         (Disabling): Likewise.
10491
10492 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10493
10494         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10495
10496 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10497
10498         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10499         valid functions.
10500
10501 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10502
10503         * gdb.texinfo: Clarify regular expressions used in rbreak.
10504
10505 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10506
10507         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10508         MEMORY_REMOVE_BREAKPOINT):  Document.
10509
10510 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10511
10512         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10513         offset re-using the DATA offset instead.
10514
10515 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10516
10517         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10518
10519 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10520
10521         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10522         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10523         typos.
10524
10525         * gdb.texinfo: Various minor wording and formatting improvements,
10526         mentions of additional command-line options.
10527
10528 1999-09-30  Fred Fish  <fnf@cygnus.com>
10529
10530         * gdb.texinfo:  Document additional forms of specifying section
10531         names and addresses for the add-symbol-file command.
10532
10533 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10534
10535         * gdbint.texinfo: Fix typo, add the word "have".
10536
10537 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10538
10539         * gdbint.texinfo (Target Architecture Definition): Document the
10540         SKIP_PERMANENT_BREAKPOINT macro.
10541
10542 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10543
10544         * gdb.texinfo: Fiks speling errers.
10545
10546         * gdb.texinfo: Fix uses of @multitable.
10547
10548         From Eli Zaretskii  <eliz@gnu.org>:
10549         * gdb.texinfo: Include details specific to DOS host, clarify
10550         some confusing language, fix @ref/@xref/@pxref usages, add
10551         comments about using with optimization, add more indexing,
10552         fix info about disassembly-flavor.
10553
10554 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10555
10556         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10557         SKIP_SOLIB_RESOLVER): Define.
10558
10559 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10560
10561         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10562         ``g'' packets.
10563
10564 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10565
10566         * gdb.texinfo: Create a new "Configurations" chapter with
10567         platform-specific info, inline remote.texi and move sections of it
10568         into the new chapter, move bits about info proc, heuristic search,
10569         and register stack into the new chapter.
10570         * remote.texi: Remove, now part of gdb.texinfo.
10571         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10572
10573 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10574
10575         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10576         GDB_TARGET_IS_MACH386): These kludges have gone away.
10577
10578 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10579
10580         * gdbint.texinfo (Target Architecture Definition): Mention
10581         TDEPLIBS.
10582
10583 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10584
10585         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10586         surrounding text to fit HP-UX bits into general info.
10587         (HPPA-cfg.texi): Remove, no longer useful.
10588
10589         * gdb.texinfo: Remove explicit links from @node lines, remove
10590         HP-added "Detailed Node Listing" from main menu which confuses
10591         things.
10592
10593         From Dmitry Sivachenko <dima@Chg.RU>:
10594         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10595         in description of `set environment'.
10596
10597 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10598
10599         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10600
10601 1999-08-12  Ben Elliston  <bje@cygnus.com>
10602
10603         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10604
10605 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10606
10607         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10608         watch, awatch, and rwatch.  Explain why the latter two cannot be
10609         set as software watchpoints.  Document that watchpoints for local
10610         variables are deleted when the debuggee terminates.
10611
10612 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10613
10614         * remote.texi (Protocol): Further clarification of the "qRcmd"
10615         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10616         reserved.
10617
10618 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10619
10620         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10621         * gdb.texinfo: Ditto.
10622
10623 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10624
10625         * gdb.texinfo (KOD): New node.
10626
10627 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10628
10629         * remote.texi (Rcmd): Fix minor formatting typos.
10630
10631 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10632
10633         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10634         packets.
10635
10636 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10637
10638         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10639         fixes.
10640
10641 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10642
10643         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10644
10645 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10646
10647         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10648         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10649         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10650         packets that are not supported on all hosts. Expand examples.
10651         Spell check.
10652
10653 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10654
10655         * Makefile.in: Recognize html, install-html.  Add targets
10656         to build HTML versions of documentation via texi2html.
10657
10658 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10659
10660         * gdbint.texinfo (Testsuite): New chapter, information about the
10661         testsuite.
10662
10663 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10664
10665         * remote.texi (Communication Protocol): Rewrite.
10666
10667 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10668
10669         * stabs.texinfo: Fix uses of xref.
10670
10671 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10672
10673         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10674         info about patch submission.
10675
10676 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10677
10678         From Per Bothner  <bothner@cygnus.com>:
10679         * gdb.texinfo: Document Chill support.
10680
10681 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10682
10683         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10684         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10685         Document that the value should be greater-than or equal-to zero.
10686         (NO_STD_REGS): Document. Deprecate.
10687
10688 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10689
10690         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10691         Document that these are not used.
10692
10693 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10694
10695         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10696
10697 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10698
10699         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10700         numargs was dropped.
10701
10702 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10703
10704         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10705
10706 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10707
10708         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10709         Update.
10710
10711 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10712
10713         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10714         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10715
10716 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10717
10718         * gdbint.texinfo: Fix typos: $ -> @.
10719
10720 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10721
10722         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10723         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10724         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10725         BREAKPOINT_FROM_PC.
10726
10727 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10728
10729         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10730         CALL_DUMMY_STACK_ADJUST): Document.
10731
10732 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10733
10734         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10735         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10736
10737 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10738
10739         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10740         longer exists.
10741
10742 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10743
10744         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10745         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10746         they make the manual source incomprehensible.
10747         * h8-cfg.texi: Remove, hasn't been used in years.
10748
10749 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10750
10751         * gdb.texinfo: Update the credits.
10752
10753 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10754
10755         * gdb.texinfo: Fix mistakes noticed in printout of last
10756         draft, add Alpha to discussion of heuristic fence post.
10757
10758 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10759
10760         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10761         Edition, merge some HP changes into mainline, describe some
10762         previously undocumented features, describe more of the target
10763         commands available, eliminate obsolete section on renamed
10764         commands.
10765         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10766
10767 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10768
10769         * gdb.texinfo: Make many HPPA conditionals unconditional,
10770         including catchpoint description, since now on for all configs.
10771         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10772         specializations.
10773
10774 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10775
10776         * Makefile.in (GDBvn.texi): Fix match expression to work with
10777         current format of VERSION in gdb/Makefile.in.
10778         * gdb.texinfo: Fix node ref to match new readline.
10779
10780 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10781
10782         * gdb.texinfo: Changes made as part of a project to merge in
10783           changes made by HP. Documentation makes extensive use of
10784           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10785           on remote debugging. There are differences in documentation
10786           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10787           the HP manual discusses catchpoints, hardware watchpoints, and
10788           some HPUX specific limitations for shared library support.
10789
10790           There are also a number of @node changes.
10791
10792 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10793
10794         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10795         (C Usage): Same.
10796
10797 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10798
10799         The following changes were made by Edith Epstein
10800         <eepstein@cygnus.com> as part of a project to merge in changes
10801         made by HP.
10802
10803         * HPPA-cfg.texi: new file.
10804
10805         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10806
10807         * refcard.tex: change documentation about catch.
10808           removed info catch.
10809
10810 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10811
10812         * gdbint.texinfo: Expand on GDB's coding standards,
10813         specify the use of arg names with prototypes.
10814
10815 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10816
10817         * gdb.texinfo: Fix tipo.
10818
10819 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10820
10821         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10822         TARGET_BYTE_ORDER_SELECTABLE_P.
10823
10824 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10825
10826         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10827
10828 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10829
10830         * agentexpr.texi: New file.
10831
10832 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10833
10834         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10835
10836 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10837
10838         * remote.texi: Changed wording that implied that the GDB remote
10839         protocol caches register values instead of GDB itself.
10840
10841 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10842
10843         * gdbint.texinfo: Add some info about symbol readers.
10844         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10845         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10846         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10847         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10848
10849 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10850
10851         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10852
10853 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10854
10855         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10856
10857 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10858
10859         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10860         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10861
10862 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10863
10864         * gdbint.texinfo: Fix minor typos.
10865
10866 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10867
10868         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10869         logically, add more info on generic algorithms, remove much
10870         obsolete and/or wrong material.
10871
10872 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10873
10874         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10875
10876 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10877
10878         * refcard.tex:  Copyright, address updates.
10879
10880 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10881
10882         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10883         for the edition instead of confusing GDB-version-like numbers.
10884
10885 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10886
10887         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10888
10889 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10890
10891         * LRS: Reformat a bit to keep text under 80 columns.
10892
10893 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10894
10895         * gdb.texinfo: Add some credits, mention bug monitor.
10896         * remote.texi: Mention mips monitor targets.
10897         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10898
10899 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10900
10901         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10902         files, finish sorting of host vs target vs native macros, describe
10903         some more of them.
10904
10905 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10906
10907         * gdbint.texinfo (Host Conditionals): Document change from
10908         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10909
10910 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10911
10912         * gdbint.texinfo (Host Conditionals): Document
10913         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10914
10915 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10916
10917         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10918         Document LSEEK_NOT_LINEAR.
10919
10920 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10921
10922         * stabs.texinfo (Stab Section Basics): Make it clear that only
10923         some versions of the GNU linker remove the leading N_UNDF symbol.
10924
10925 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10926
10927         * stabs.texinfo (String Field): Document type number pairs here,
10928         instead of in the Sun specific section.
10929         (Include Files): The GNU linker supports the N_BINCL
10930         optimization.  Clarify the N_BINCL value, and what it is used
10931         for.
10932         (Procedures): Document N_FUN with an empty string to mark the end
10933         of a function.
10934         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10935         (Sun Differences): Remove this node, as the information is now
10936         elsewhere in the main document.
10937         (Stab Section Basics): Mention that the GNU linker may optimize
10938         stabs and remove the leading N_UNDF symbol.
10939
10940 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10941
10942         * gdb.texinfo, refcard.tex: Restore author credit
10943
10944 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10945
10946         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10947         documentation to account for START and END macros taking
10948         one arg.
10949
10950 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10951
10952         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10953         * gdb.texinfo (Frames): Fix typo.
10954
10955 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10956
10957         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10958         a target_signal as arg type, not a pid.
10959
10960 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10961
10962         * gdb.texinfo:  Document `set assembly-language'.
10963
10964 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10965
10966         * remote.texi: Update list of stubs in the GDB distribution.
10967
10968 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10969
10970         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10971         Also document that some systems can use mmalloc but must define
10972         this if their C runtime allocates memory that is later freed.
10973         (MMCHECK_FORCE): Document new macro.
10974
10975 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10976
10977         * remote.texi: Add documentation for target Sparclet.
10978
10979 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10980
10981         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10982         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10983         * configure.in: Rewritten for autoconf.
10984         * configure: New.
10985
10986 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10987
10988         * Makefile.in (DVIPS): New define, set to dvips.
10989         (dvi): Add stabs.dvi.
10990         (ps): New target.
10991         (all-doc): Depend on info, dvi, and ps targets.
10992         (STAGESTUFF): Add *.ps and *.dvi files.
10993         (clean-info, clean-dvi): Remove.
10994         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10995         rules completely rewritten.
10996         (maintainer-clean): Remove clean-info and clean-dvi
10997         dependencies and put their actions in the rules.
10998         (gdb.ps): New target
10999         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11000         intermediate TeX files, whether they have 2 or 3 character
11001         extensions.
11002         (gdbint.ps): Add target and rules.
11003         (gdb-internals): Delete unused target.
11004         (Makefile): Depends upon config.status also.
11005
11006 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
11007
11008         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11009         set.
11010
11011 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
11012
11013         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11014         * gdb.texinfo (Expressions): Fix erroneous array constant example.
11015
11016 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
11017
11018         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11019
11020 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11021
11022         * gdb.texinfo (Print settings):  Document
11023         `set/show print static-members' commands.
11024
11025 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
11026
11027         * gdbint.texinfo (Native): Document name change, coredep.c to
11028         core-aout.c.
11029
11030 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11031
11032         * stabs.texinfo (Include Files): Document the values the SunOS4
11033         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11034
11035 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11036
11037         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11038         Fix typo.
11039
11040 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11041
11042         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11043         "gdb.tar.Z".
11044
11045 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11046
11047         * Makefile.in (maintainer-clean): New target, synonym for
11048         realclean.
11049
11050 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11051
11052         * Update all FSF addresses except those in COPYING* files.
11053
11054 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11055
11056         From Richard Earnshaw (rearnsha@armltd.co.uk):
11057         * gdb.texinfo (convenience variables): Document $_exitcode.
11058         (quit): Document optional expression to use as exit code.
11059
11060 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11061
11062         * gdb.texinfo, remote.texi: Brought up to date with various
11063         GDB changes.
11064
11065 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11066
11067         * gdb.texinfo: Update dates and versions, fix comments about
11068         hardware watchpoints in future releases and about the
11069         sharedlibrary command.
11070
11071 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11072
11073         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11074         C_FUN stab.  Other cleanups.
11075
11076 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11077
11078         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11079         for the sparc stub.
11080
11081 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11082
11083         * annotate.texi: Clarify which addresses have differing formats
11084         depending on the language and which do not.
11085
11086 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11087
11088         * remote.texi (NetWare): Changed example to use BOARD= instead of
11089           NODE= argument to reflect correspoding change to gdbserve.nlm.
11090
11091 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11092
11093         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11094         GDB, as well as AIX dbx, supports the size type attribute.
11095
11096 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11097
11098         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11099
11100 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11101
11102         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11103         and new 'if' and 'while' commands.
11104
11105 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11106
11107         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11108
11109 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11110
11111         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11112         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11113           NetWare targets.  Mostly stolen from the Server node.
11114
11115 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11116
11117         * gdb.texinfo (Setting): Talk about the language of a source file
11118         versus the working language.  The old documentation did not match
11119         what GDB did.
11120
11121 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11122
11123         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11124         of a source file.
11125
11126 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11127
11128         * gdb.texinfo (Processes): New node.
11129
11130 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11131
11132         * remote.texi: Update documentation of set/show mipsfpu.
11133
11134 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11135
11136         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11137         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11138
11139 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11140
11141         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11142         obsolete conditionals, described some others.
11143
11144 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11145
11146         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11147         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11148
11149 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11150
11151         * gdbint.texinfo: Put regex conditionals in their own table.
11152
11153 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11154
11155         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11156         described or fixed the descriptions of many others.
11157
11158 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11159
11160         * gdb.texinfo: Add some more credits.
11161         * gdbint.texinfo: Capitalize GDB consistently, describe some
11162         macros and remove some.
11163
11164 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11165
11166         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11167         obsolete conditionals, described some others.
11168
11169 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11170
11171         * gdb.texinfo (help targets):  Changed to `help target', which
11172         is the correct gdb command.
11173
11174 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11175
11176         * annotate.texi (TODO): New node, for keeping track of annotations
11177         suggested but not yet implemented.
11178
11179 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11180
11181         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11182         another symbol, it is not the address itself.
11183
11184 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11185
11186         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11187         of stabs-in-coff sections.
11188
11189 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11190
11191         * annotate.texi: Change edition to 0.5 and date to May 1994.
11192         Add index.
11193         (Frames): New node, for frame annotation.
11194         (Displays): New node, for display annotation.
11195
11196         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11197         when waiting for your program to stop.
11198
11199 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11200
11201         * annotate.texi (Breakpoint Info): Document annotation of header
11202         fields and record annotation.
11203
11204 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11205
11206         * annotate.texi: New file, to document annotations.
11207
11208 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11209
11210         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11211         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11212
11213 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11214
11215         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11216         section, and say n_strx field is compilation unit relative.
11217         * stabs.texinfo: Don't use @code for a.out when it is the name of
11218         an object file format.
11219
11220 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11221
11222         * gdb.texinfo: Refer to file names, not path names, per rms
11223         convention.
11224         (Arguments): Fix typo.
11225
11226 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11227
11228         * stabs.texinfo (Global Variables): Talk about stabs in files
11229         where variables are referenced, but not defined.
11230
11231 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11232
11233         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11234         Cplusplus to new nodes Member Type Descriptor and Method Type
11235         Descriptor.  Re-write stuff for #.
11236
11237 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11238
11239         * gdb.texinfo (Print Settings): Don't document "set print
11240         fast-symbolic-addr off".  The bug which it worked around was fixed
11241         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11242
11243         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11244         N_ENTRY node.
11245
11246         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11247
11248 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11249
11250         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11251         references to ieee-float.c.
11252
11253 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11254
11255         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11256         match what the code actually does.
11257
11258 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11259
11260         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11261
11262 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11263
11264         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11265         i, and b.
11266
11267 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11268
11269         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11270         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11271         as "stabs in sections" rather than just saying "ELF and SOM".
11272         Also make that stuff apply to COFF.
11273
11274 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11275
11276         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11277         Ghostscript.
11278
11279 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11280
11281         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11282         versus functions without line numbers, also mention stepping into
11283         them as well as "step" when you are in them.  Tell the user how to
11284         deal with the situation.  Add comment about "debugging information".
11285
11286 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11287
11288         * stabs.texinfo (Enumerations): Document restriction on where
11289         enumeration types can appear and still win with GDB.
11290
11291 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11292
11293         * stabs.texinfo (Negative Type Numbers): Document format for type
11294         -16.
11295
11296 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11297
11298         * gdb.texinfo (Selection, Frame Info): Update information about
11299         arbitrary frame specficiations.
11300
11301 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11302
11303         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11304
11305 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11306
11307         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11308
11309 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11310
11311         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11312
11313 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11314
11315         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11316         Differences node to Statics node.
11317         (Statics): Discuss XCOFF use of V symbol descriptor.
11318
11319         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11320         not clean.
11321
11322 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11323
11324         * gdb.texinfo (Print Settings): Document `set print
11325         fast-symbolic-addr' and improve the doc for some other
11326         `set print's.
11327
11328 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11329
11330         * stabs.texinfo (String Field): Talk about defining several type
11331         numbers at once.
11332         Fix lint regarding changing node ELF Transformations to
11333         ELF and SOM Transformations.
11334
11335 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11336
11337         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11338
11339 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11340
11341         * stabs.texinfo (Cross-References): `::' is for nested types only
11342         within <>.
11343         (Structures): Document static members.
11344
11345 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11346
11347         * stabs.texinfo: Document S type attribute.
11348
11349 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11350
11351         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11352
11353 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11354
11355         * gdbint.texinfo:  Fix a few typos.
11356
11357 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11358
11359         * gdb.texinfo, remote.texi: formatting improvements
11360
11361         * gdb.texinfo (New Features): mention threads.
11362         (Summary, C): fix xrefs in newly contributed text.
11363         (Threads): index entries, clarifications, example
11364         (passim): minor typos fixed, phrasing improvements
11365
11366         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11367         entries; (Server): explain use of gdbserver w/real-time systems,
11368         add example of conflicting TCP port; (MIPS Remote) break up
11369         running text into table, highlighting commands, and add example.
11370
11371 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11372
11373         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11374
11375 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11376
11377         * stabs.texinfo (Nested Symbols): New node.
11378         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11379
11380 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11381
11382         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11383         to picking which Bbss.bss symbol to use, and (because there seems to
11384         be no good way of doing it) re-write some of the text to make it
11385         sound like Bbss.bss isn't such a great idea after all (as currently
11386         designed).
11387
11388         * gdb.texinfo (C): In addition to saying people have to use g++ for
11389         good results, say they have to use stabs.  Specifically say cfront
11390         doesn't work well.
11391         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11392         the gdb README.  Add xrefs to places where the support for the various
11393         languages is described in detail.
11394
11395 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11396
11397         * stabs.texinfo: Clean up stuff about visibility and virtual
11398         characters.
11399
11400         * stabs.texinfo (N_M2C): Cite Sun doc.
11401
11402 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11403
11404         * gdb.texinfo: updates re threads.
11405         * remote.texinfo: avoid index entries starting with digits.
11406
11407 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11408
11409         * stabs.texinfo (Enumerations): Talk about large, negative and
11410         octal values.  Clean up cross reference to type attributes.
11411         (String Field): Say that GDB 4.11 supports size attribute.
11412
11413 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11414
11415         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11416         is a mandatory step.  Make the stuff about that more concise.
11417
11418 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11419
11420         * stabs.texinfo (Class Names): New node.
11421
11422         * gdb.texinfo (Command Files): Explain order of init file reading.
11423
11424         * remote.texi (Bootstrapping): Talk about getting the serial driver
11425         to deal with ^C sent by gdb to stop the remote system.
11426
11427 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11428
11429         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11430
11431         * libgdb.texinfo (Defining Commands): made the DOC arg
11432         to gdb_define_app_command a char * instead of char **
11433         per a suggestion from kingdon.
11434
11435         * libgdb.texinfo: total rewrite from a different starting
11436         premise.
11437
11438 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11439
11440         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11441         floats passed as doubles (to improve clarity).
11442
11443 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11444
11445         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11446
11447         * a4rc.sed: update to work with Andreas Vogel papersize params
11448
11449         * refcard.tex: use Andreas Vogel simplifications of papersize
11450         params; remove useless version info; update copyright date.
11451
11452 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11453
11454         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11455
11456 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11457
11458         * gdb.texinfo (Files): Say what address the load command loads it at.
11459
11460         * stabs.texinfo (Common Blocks): Minor cleanups.
11461
11462         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11463         that Sun has backed away from the linker kludge and thus the relevant
11464         issue is changes to the SunPRO tools, not the Solaris linker.
11465
11466         * stabs.texinfo (Traditional Integer Types): Clean up description
11467         of octal bounds a little bit.  Document extra leading zeroes.
11468
11469 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11470
11471         * gdb.texinfo (Signaling): Update for symbolic symbol names
11472         and add a section explaining the difference between the GDB
11473         signal command and the shell kill utility.
11474
11475 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11476
11477         * libgdb.texinfo: added `@' to braces that were unescaped.
11478
11479 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11480
11481         * libgdb.texinfo: new file.  Spec for the gdb library.
11482
11483 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11484
11485         * stabs.texinfo (Include Files): Fix typo (start -> end).
11486
11487 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11488
11489         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11490         from Melissa at FSF's editing pass.
11491
11492 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11493
11494         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11495         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11496         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11497
11498 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11499
11500         * remote.texi (Bootstrapping): Discuss 386 call gates.
11501
11502 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11503
11504         * stabs.texinfo (Based Variables): New node.
11505
11506 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11507
11508         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11509         names, sizes, and formats to suggest how not to lose.
11510
11511 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11512
11513         * stabs.texinfo (Methods): Fix typo.
11514
11515 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11516
11517         * gdb.texinfo: Fix a few typos.
11518
11519 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11520
11521         * gdb.texinfo: Clarify how well it works with Fortran.
11522
11523         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11524         More on relocating stabs in ELF files.
11525
11526 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11527
11528         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11529
11530 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11531
11532         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11533         parameters on VAX.
11534
11535 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11536
11537         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11538
11539 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11540
11541         * stabs.texinfo: Make info author notice match the TeX author notice.
11542
11543 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11544
11545         * stabs.texinfo: Initial-caps all words in node names and
11546         non-trivial words in section names.
11547
11548 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11549
11550         * stabs.texinfo: Many minor cleanups.
11551
11552         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11553
11554 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11555
11556         * stabs.texinfo: Remove full description of big example.
11557         It's not really helpful; just use pieces of it where appropriate.
11558         Add more Texinfo formatting directives (@samp, etc.).
11559         Use @deffn to define stab types.
11560         Eliminate some wordiness.  Break up some nodes.
11561         Add an (alphabetized) index of symbol types.
11562         Use consistent capitalization style in node and section names.
11563
11564 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11565
11566         * gdb.texinfo:  Change typo "Two two" to "The two".
11567
11568 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11569
11570         * stabs.texinfo (XCOFF-differences): Remove references to
11571         non-existent types N_DECL and N_RPSYM.
11572
11573         * stabs.texinfo (String Field): Say that type attributes bug is
11574         fixed in GDB 4.10, since it is.
11575
11576         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11577
11578 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11579
11580         * stabs.texinfo: Formatting cleanups.
11581
11582 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11583
11584         * stabs.texinfo: When explaining the n_type of a stab, standardize
11585         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11586         no tabs, use @r).
11587         (Global Variables): Clean up.
11588
11589 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11590
11591         * stabs.texinfo (Stack Variables): Re-write.
11592
11593 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11594
11595         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11596         addresses of a source file.  Also revise formatting.
11597         Change "object module" or "object file" to "source file".
11598         Various: Miscellaneous cleanups.
11599
11600 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11601
11602         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11603
11604 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11605
11606         * gdbint.texinfo: Removed many nonsensical machine-collected
11607         host and target conditionals, described some of the remainder.
11608
11609 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11610
11611         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11612
11613         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11614         paragraph which follows.
11615
11616         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11617         variables.  Looks better and avoids overful hbox.
11618
11619 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11620
11621         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11622
11623 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11624
11625         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11626         retransmit-timeout
11627
11628 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11629
11630         * gdbint.texinfo: Update statement about `some ancient Unix
11631         systems, like Ultrix 4.0' to Ultrix 4.2.
11632
11633 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11634
11635         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11636
11637         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11638
11639         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11640         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11641
11642         * remote.texi: new name for former gdbinv-s.texi
11643
11644         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11645
11646 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11647
11648         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11649         variables for MIPS remote debugging protocol.
11650
11651 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11652
11653         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11654
11655 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11656
11657         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11658
11659 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11660
11661         * gdb.texinfo: repair conditional bugs in text markup
11662
11663 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11664
11665         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11666         to select Modula-2 material.
11667
11668 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11669
11670         * stabs.texinfo: Cleanups regarding statics.
11671
11672         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11673         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11674
11675 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11676
11677         * stabs.texinfo: N_MAIN is sometimes used for C.
11678
11679 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11680
11681         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11682
11683 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11684
11685         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11686         removed from the code by Kingdon.
11687
11688 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11689
11690         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11691         input when evaluating breakpoint conditions; the bug has been fixed.
11692
11693         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11694         sets the ignore count to N-1, not to N.
11695
11696 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11697
11698         * refcard.tex (\hoffset): correct longstanding error to match
11699           intended offset; avoids cutting off edge on some printers
11700
11701 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11702
11703         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11704
11705 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11706
11707         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11708
11709 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11710
11711         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11712         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11713         collect sed edits if any, apply to refcard before formatting;
11714         (refcard.ps) stop implying PS fonts if PS output requested;
11715         (lrefcard.ps) delete extra target for variant PS fonts
11716
11717         * refcard.tex: parametrize papersize dependent info, collect
11718           in easily replaced spot
11719
11720         * a4rc.sed: new file, edits to refcard for A4 paper
11721
11722 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11723
11724         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11725
11726 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11727
11728         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11729
11730 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11731
11732         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11733         politely rather than rudely.
11734
11735 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11736
11737         * stabs.texinfo: Document common blocks.
11738
11739 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11740
11741         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11742
11743 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11744
11745         * stabs.texinfo (Top): Minor cleanup.
11746
11747 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11748
11749         * Makefile.in (install-info): remove parentdir support
11750
11751 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11752
11753         * gdb.texinfo (Copying): delete this node and references to it;
11754         RMS says this manual need not carry GPL. (passim): Improvements
11755         from last round at FSF, largely due to Ian Taylor review, and
11756         minor formatting improvements.
11757
11758         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11759         largely due to Ian Taylor review. (Debug Session): minor edits to
11760         new text.
11761
11762 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11763
11764         * Makefile.in (realclean): Remove info and dvi files too.
11765
11766 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11767
11768         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11769         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11770         * gdb.texinfo: Change accordingly.
11771
11772         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11773         N_{L,R}BRAC,N_SLINE are relative to.
11774
11775 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11776
11777         * Makefile.in (GDBvn.texi): Update atomically.
11778
11779 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11780
11781         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11782
11783 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11784
11785         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11786         addresses together.  Also motivate the set print symbol-filename
11787         command and suggest other solutions.
11788
11789 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11790
11791         * gdb.texinfo (set print elements):  Note that the number of
11792         elements is set to unlimited by "set print elements 0".
11793
11794 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11795
11796         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11797         NF_LDOUBLE means.
11798         (Stab Types): Include Solaris stab types.
11799         (Procedures): Document Solaris extensions.
11800
11801 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11802
11803         * gdb.texinfo:  Add `set print symbol-filename' doc.
11804
11805 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11806
11807         * stabs.texinfo (Arrays): Talk about type definition vs. type
11808         information.
11809
11810         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11811         the trailing semicolon.
11812
11813 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11814
11815         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11816         and merge in other parts of the document addressing these subjects.
11817         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11818
11819         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11820         at the end of a range type.
11821
11822         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11823         AIX extensions.
11824
11825 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11826
11827         * stabs.texinfo (Stabs Format):  Misc fixes.
11828
11829 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11830
11831         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11832         (Traditional builtin types): Document convex convention for long long.
11833         (Negative builtin types): Discuss type names, and misc fixes.
11834
11835 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11836
11837         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11838         point types used with @samp{R} type descriptor.
11839         (Symbol Descriptors): Describe how to handle conflict between
11840         different meanings of @samp{P} symbol descriptor.
11841
11842 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11843
11844         * stabs.texinfo: Remove node Quick Reference and put its children
11845         directly under the main menu.
11846
11847         * stabs.texinfo: Many more changes to bring it into line with
11848         AIX documentation and reality.  I think it now has all the
11849         information from the AIX documentation, except that I burned
11850         out when I got to variant records (Pascal and Modula-2) and
11851         all the COBOL types.  Oh well, we can add them later when we're
11852         worrying more about those languages.
11853
11854         * stabs.texinfo (Automatic variables): Talk about what it means
11855         to omit the symbol descriptor.
11856
11857 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11858
11859         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11860         gcc2 behavior with promoted args.
11861
11862 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11863
11864         * gdb.texinfo: include readline appendices in info version of manual
11865
11866 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11867
11868         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11869         target remote.
11870
11871         * gdb.texinfo (Machine Code): more index entries for disassemble
11872
11873 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11874
11875         * Clarify the intended use of the gdb-testers and gdb-patches
11876         mailing lists, and shrink gzip comment.
11877
11878 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11879
11880         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11881         DOSHOST configuration of manual.
11882
11883         * gdb.texinfo (MIPS Stack): new node.
11884
11885         * all-config.texi (MIPS) new switch.
11886
11887         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11888         tense; (MIPS Remote) new node.
11889
11890         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11891         bug; (Environment) less passive, other small cleanups in text about
11892         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11893         (Remote) new MIPS Remote menu entry.
11894
11895 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11896
11897         * stabs.texinfo: Many changes to include information from the
11898         AIX documentation.
11899
11900         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11901
11902 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11903
11904         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11905         Move a bunch of information from ../README.
11906         (Getting Started): New node.
11907
11908 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11909
11910         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11911
11912         * gdb.texinfo: advance manual revision dates to present
11913
11914         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11915         stop using silly Roman numerals in @set variable names
11916
11917 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11918
11919         * stabs.texinfo (Parameters): Keep trying to get this right.
11920
11921 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11922
11923         * stabs.texinfo (Parameters): More on "local parameters".
11924
11925 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11926
11927         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11928
11929 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11930
11931         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11932         (Parameters): Rewrite.
11933         (xcoff-differences, Sun-differences): Minor changes.
11934
11935 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11936
11937         * stabs.texinfo:  Minor cleanup.
11938
11939 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11940
11941         * gdbint.texinfo: Minor xcoff stuff.
11942
11943 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11944
11945         * gdbint.texinfo:  Update for new config directory structure.
11946         Add info about internal type data structures.
11947
11948 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11949
11950         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11951         $(srcdir).
11952         (gdb-config.texi): Depend on file in $(srcdir).
11953
11954 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11955
11956         * stabs.texinfo: Fixes about N_SO.
11957
11958 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11959
11960         * gdb.texinfo: include list of nonstandard init file names
11961
11962         * *-config.texi: new switch GENERIC for text that applies *only*
11963         to (usual) multiple-target version of manual
11964
11965         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11966         h8 config
11967
11968         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11969         in menus (rather than conditionally selected multiple alternative
11970         menus).
11971
11972         * Makefile.in: define and use DOC_CONFIG var to select
11973         configuration for GDB user manual.
11974
11975         * gdb-config.texi: delete from repository, generate from Makefile.
11976
11977         * all-config.texi: normal `generic' configuration file, formerly
11978         stored as gdb-config.texi
11979
11980 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11981
11982         * Makefile.in: add dvi target to build all .dvi files
11983
11984 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11985
11986         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11987
11988 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11989
11990         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11991         host conditionals.
11992         * stabs.texinfo:  More array fixes inspired by Jim's.
11993
11994 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11995
11996         * stabs.texinfo: Fixes re arrays and continuations.
11997
11998         * gdbint.texinfo: Add XCOFF node.
11999
12000 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
12001
12002         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
12003
12004 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12005
12006         * stabs.texinfo:  Fix for array types to mention lower bounds.
12007
12008 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
12009
12010         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
12011
12012 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
12013
12014         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
12015
12016 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
12017
12018         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
12019         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12020
12021 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
12022
12023         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
12024
12025 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12026
12027         * gdb.texinfo, gdbinv-s.texi: misc updates
12028
12029 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
12030
12031         * gdbint.texinfo:  Brief documentation for longjmp support,
12032         from an email msg by Stu.
12033
12034 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12035
12036         * stabs.texinfo:  Fix description of floating point "range"
12037         types (which really define basic types).  Reported by Jim Meehan,
12038         <meehan@src.dec.com>.
12039
12040         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12041
12042 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12043
12044         * gdbint.texinfo: Slightly expand section on supporting a new
12045         object file format.
12046
12047 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12048
12049         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12050         intermediate file.
12051
12052 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12053
12054         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12055
12056 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12057
12058         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12059
12060         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12061         as well as Z8002.
12062
12063 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12064
12065         * gdbint.texinfo:  Add sections on clean design and on how to send
12066         in changes.
12067
12068 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12069
12070         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12071
12072 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12073
12074         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12075
12076 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12077
12078         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12079
12080 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12081
12082         * gdbint.texinfo: fixed a stray email address (needs @@),
12083         added @table @code to node "Native Conditionals"
12084
12085 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12086
12087         * gdbint.texinfo:  Describe coding style of GDB.
12088
12089 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12090
12091         * stabs.texinfo:  Minor wording changes.
12092
12093 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12094
12095         * gdbint.texinfo:  Improve release doc slightly.
12096
12097 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12098
12099         * gdbint.texinfo:  Improve doc of GDB config macros.
12100
12101 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12102
12103         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12104         These will be reinserted when examined.
12105
12106 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12107
12108         * gdbint.texinfo:  Make a start at documenting all the #if macros
12109         in GDB.  At least list them all, and start separating them into
12110         host-specific and target-specific.
12111
12112 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12113
12114         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12115         examples (not consistent w others).
12116         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12117         for generic vn of doc
12118
12119 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12120
12121         * Makefile.in: always create installation directories.
12122
12123 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12124
12125         * gdb.texinfo: in h8 config, do not describe searching commands.
12126
12127 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12128
12129         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12130           conditionals; introduce a few generic switches that may be
12131           useful for other cross-dev or dos-hosted configs.
12132
12133         * gdb.texinfo: fix typo in "info reg" description
12134
12135 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12136
12137         * stabs.texinfo:  Minor updates from running TeX over it.
12138         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12139
12140 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12141
12142         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12143         First pass at converting it to texinfo.
12144
12145 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12146
12147         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12148         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12149
12150 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12151
12152         * gdbint.texinfo:  Add section on partial symbol tables.
12153
12154 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12155
12156         * gdb.texinfo:  document `set remotedebug' and `set
12157         rstack_high_address'.
12158
12159 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12160
12161         * gdb.texinfo: slight expansion of new text on reading info files
12162         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12163         H8/300 from DOS.
12164
12165 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12166
12167         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12168
12169 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12170
12171         * gdb.texinfo:  Say how to read the `info' files.
12172
12173 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12174
12175         * Makefile.in: gm4 -> m4.
12176
12177 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12178
12179         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12180         Documentation' ahead of `Installing GDB' to match README.
12181         Update shared library doc, -readnow and -mapped, and directory
12182         structure (add glob and mmalloc).  Update configure doc.
12183
12184 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12185
12186         * Makefile.in: remove $(srcdir) from gdb.info rule.
12187
12188 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12189
12190         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12191           temporary.
12192
12193 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12194
12195         * Makefile.in, configure.in: removed traces of namesubdir,
12196           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12197           copyrights to '92, '13, changed some from Cygnus to FSF.
12198
12199 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12200
12201         * gdb.texinfo:  Improve how we ask for bug reports.
12202
12203 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12204
12205         * Makefile.in: infodir belongs in datadir.
12206
12207 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12208
12209         * Makefile.in: remove spaces following hyphens, bsd make can't
12210           cope.  install using INSTALL_DATA.  added clean-info.  added
12211           standards.text support.
12212
12213 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12214
12215         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12216           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12217           and mandir now keyed off datadir by default.
12218
12219 \f
12220 Local Variables:
12221 mode: change-log
12222 left-margin: 8
12223 fill-column: 74
12224 version-control: never
12225 coding: utf-8
12226 End: