4830331a56ab0d27784b1e3eef7e00bf9e919f8b
[external/binutils.git] / gdb / doc / ChangeLog
1 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2             Yao Qi  <yao@codesourcery.com>
3
4         * gdb.texinfo (Trace Files): Add "tsave -ctf".
5
6 2013-03-13  Keith Seitz  <keiths@redhat.com>
7
8         * gdb.texinfo (Maintenance Commands): Add missing ')' for
9         "maint agent" reference to Dynamic printf.
10
11 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
12
13         * gdb.texinfo (General Query Packets): Don't use colon in index
14         entries visible to Info format.
15
16 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
17
18         * gdb.texinfo (Process Record and Replay): Document record
19         changes.
20
21 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
22
23         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
24         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
25         qXfer:btrace:read.
26
27 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
28
29         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
30         use colons in @anchor and @cindex entries.
31
32 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
33
34         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
35
36 2013-03-08  Stan Shebs  <stan@codesourcery.com>
37             Hafiz Abid Qadeer  <abidh@codesourcery.com>
38
39         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
40         trace-buffer-size set and show commands.
41         (Tracepoint Packets): Document QTBuffer:size.
42         (General Query Packets): Document QTBuffer:size.
43
44 2013-02-21  Tom Tromey  <tromey@redhat.com>
45
46         * gdb.texinfo: Remove bad @syncodeindex.
47         (Values From Inferior, Types In Python, Inferiors In Python)
48         (Events In Python, Threads In Python, Frames In Python, Blocks In
49         Python, Symbols In Python, Symbol Tables In Python): Remove
50         @tables.
51         (Packets, General Query Packets, Tracepoint Packets)
52         (Host I/O Packets): Use @w{} for empty @item.
53
54 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
55
56         * gdb.texinfo (Architectures In Python): Add description about
57         the new method gdb.Architecture.disassemble.
58
59 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
60             Hafiz Abid Qadeer  <abidh@codesourcery.com>
61
62         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
63         Document the "trace-file" field.
64
65 2013-02-07  Doug Evans  <dje@google.com>
66
67         * gdb.texinfo (Machine Code): Clarify argument to disassemble
68         command.
69
70 2013-02-06  Yao Qi  <yao@codesourcery.com>
71
72         * gdb.texinfo (GDB/MI Async Records): Document new MI
73         notification "=tsv-modified".  Update the document of MI
74         notification "=tsv-created".
75         * observer.texi (GDB Observers): New observer tsv_modified.
76         Update observer tsv_created and tsv_delete.
77
78 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
79
80         * gdb.texinfo (AArch64 Features): New section; document
81         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
82         (Architectures): Add new AArch64 section to document AArch64
83         architecture specific commands.
84         (ABI): Add description of the new OS ABI "Newlib" and its influence
85         on the longjmp handling.
86
87 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
88             Jan Kratochvil  <jan.kratochvil@redhat.com>
89
90         * gdb.texinfo (Backtrace): Added description of 'filename-display'
91         variable in 'set/show backtrace' section.
92
93 2013-01-31  Tom Tromey  <tromey@redhat.com>
94
95         * gdb.texinfo (Target Commands): Fix typo.
96
97 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
98
99         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
100         describing the gdb.Architecture class.
101         (Frames In Python): Add description about the new method
102         gdb.Frame.architecture().
103
104 2013-01-23  Doug Evans  <dje@google.com>
105
106         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
107
108 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
109
110         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
111         'thread-groups' field when printing a breakpoint in MI.
112
113 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
114         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
115         to reflect that jit-reader-load now supports absolute file-names.
116
117 2013-01-16  Tom Tromey  <tromey@redhat.com>
118
119         * gdb.texinfo (Set Catchpoints): Document "catch signal".
120         (Signals): Likewise.
121
122 2013-01-16  Tom Tromey  <tromey@redhat.com>
123
124         * gdb.texinfo (GDB/MI Breakpoint Information): Document
125         "catch-type" field.
126         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
127
128 2013-01-07  Tom Tromey  <tromey@redhat.com>
129
130         * gdb.texinfo (Mode Options): Don't mention -epoch.
131         (Data, Emacs): Remove obsolete comments.
132
133 2013-01-02  Tom Tromey  <tromey@redhat.com>
134
135         * gdb.texinfo (GDB/MI Output Records): Update menu.
136         (GDB/MI Breakpoint Information): New node.
137         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
138         <-break-insert>: Likewise.
139
140 2012-12-31  Yao Qi  <yao@codesourcery.com>
141
142         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
143         (Packets): Move "vStopped" packet to ...
144         (Notification Packets): ... here.  Describe the components
145         of notification.  Add a table of supported notifications.
146         Add an example on the process of he async notification.
147
148 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
149
150         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
151         present.
152         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
153         fullname output always present.
154
155 2012-12-23  Pierre Muller  <muller@sourceware.org>
156
157         * gdbint.texinfo (Function prototypes): Require use of "extern"
158         modifier for function prototypes in headers.
159
160 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
161
162         * refcard.tex: Update copyright notice to GPL v3 or later.
163         Update contact info.
164
165 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
166
167         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
168
169 2012-12-15  Yao Qi  <yao@codesourcery.com>
170
171         * gdb.texinfo (Debugging Output): Document 'set debug
172         notification' and 'show debug notification'.
173
174 2012-12-15  Yao Qi  <yao@codesourcery.com>
175
176         * gdb.texinfo (Listing Tracepoints): New item and example about
177         'installed on target' output.
178         Add more in the example about 'installed on target'.
179         (GDB/MI Breakpoint Commands): Doc about 'installed field.
180
181 2012-12-14  Tom Tromey  <tromey@redhat.com>
182
183         * gdb.texinfo (SVR4 Process Information): Mention core files.
184
185 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
186     
187         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
188
189 2012-12-11  Pedro Alves  <palves@redhat.com>
190
191         * gdb.texinfo: Remove all mentions of Unixware throughout.
192
193 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
194
195         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
196
197 2012-11-29  Tom Tromey  <tromey@redhat.com>
198
199         * gdb.texinfo (SVR4 Process Information): Document missing
200         "info proc" subcommands.
201
202 2012-11-29  Yao Qi  <yao@codesourcery.com>
203
204         PR gdb/1477.
205         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
206         to 'auto' instead of 'gnu'.
207
208 2012-11-26  Tom Tromey  <tromey@redhat.com>
209
210         * gdb.texinfo (MiniDebugInfo): New node.
211         (GDB Files): Update.
212
213 2012-11-16  Doug Evans  <dje@google.com>
214
215         * gdb.texinfo (System-wide configuration): If the system-wide init
216         file lives in the data-directory, and --data-directory is provided,
217         look for it there.
218
219 2012-11-15  Tom Tromey  <tromey@redhat.com>
220
221         * gdb.texinfo (Signaling): Fix typo.
222
223 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
224
225         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
226         parameter "count" of -data-write-memory-bytes, and add an example.
227
228 2012-11-12  Tom Tromey  <tromey@redhat.com>
229
230         * gdb.texinfo (Symbols): Document "info type-printers",
231         "enable type-printer" and "disable type-printer".
232         (Python API): Add new node to menu.
233         (Type Printing API): New node.
234         (Progspaces In Python): Document type_printers field.
235         (Objfiles In Python): Likewise.
236         (gdb.types) <get_type_recognizers, apply_type_recognizers,
237         register_type_printer, TypePrinter>: Document.
238
239 2012-11-12  Tom Tromey  <tromey@redhat.com>
240
241         * gdb.texinfo (Symbols): Document "set print type methods",
242         "set print type typedefs", and flags to ptype and whatis.
243
244 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
245
246         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
247         the example -data-disassemble output.  Extend the description of
248         the -data-disassemble results to document all fields.  Document
249         the cli disassemble command as being related to -data-disassemble.
250
251 2012-11-09  Yao Qi  <yao@codesourcery.com>
252
253         PR gdb/14777.
254         * gdb.texinfo (OS Information): Remove doc on command
255         'info udot'.
256
257 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
258
259         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
260         gdb.ini warning for Windows port.
261
262 2012-11-08  Yao Qi  <yao@codesourcery.com>
263
264         * gdb.texinfo (Search): Add kindex for 'fo'.
265
266 2012-11-05  Tom Tromey  <tromey@redhat.com>
267
268         PR python/14802:
269         * gdb.texinfo (Functions In Python): Add example.
270
271 2012-11-03  Yao Qi  <yao@codesourcery.com>
272
273         * observer.texi (GDB Observers): Remove observer
274         'tracepoint_modified', 'tracepoint_created' and
275         'tracepoint_deleted'.
276
277 2012-10-26  Tom Tromey  <tromey@redhat.com>
278
279         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
280
281 2012-10-25  Tom Tromey  <tromey@redhat.com>
282
283         * gdb.texinfo (General Query Packets): Use @itemx.
284
285 2012-10-17  Yao Qi  <yao@codesourcery.com>
286
287         * observer.texi (GDB Observers): Update observer
288         'memory_changed'.
289         * gdb.texinfo (GDB/MI Async Records): Document for
290         "memory-changed" notification.
291
292 2012-10-15  Doug Evans  <dje@google.com>
293
294         * gdb.texinfo (Mode Options): Document -nh.
295         Elaborate on docs for -nx.
296
297 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
298
299         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
300
301 2012-09-21  Yao Qi  <yao@codesourcery.com>
302             Pedro Alves  <palves@redhat.com>
303
304         * gdb.texinfo (GDB/MI Async Records): Document notification
305         'record-started' and 'record-stopped'.
306         * observer.texi (GDB Observers): New observer 'record-changed'.
307
308 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
309
310         * gdb.texinfo: Document the removal of SH's 'regs' command.
311
312 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
313
314         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
315
316 2012-09-18  Yao Qi  <yao@codesourcery.com>
317
318         * gdb.texinfo (GDB/MI Async Records): Document new MI
319         notifications '=tsv-created' and '=tsv-deleted'.
320         * observer.texi (GDB Observers): New observer tsv_created and
321         tsv_deleted.
322
323 2012-09-18  Yao Qi  <yao@codesourcery.com>
324
325         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
326         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
327         '=traceframe-changed'.
328
329 2012-09-17  Yao Qi  <yao@codesourcery.com>
330
331         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
332         'set listsize'.
333
334 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
335             Eli Zaretskii  <eliz@gnu.org>
336
337         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
338         encoding for gdbarch_breakpoint_from_pc, bp_addr for
339         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
340
341 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
342
343         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
344
345 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
346
347         Document how to return from "python-interactive" to GDB.
348         * gdb.texinfo (Python Commands): Update documentation.
349
350 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
351
352         Add a new "python-interactive" command that starts a standard
353         Python interactive prompt with "pi" as alias, and add "py" as
354         an alias to "python".
355         * gdb.texinfo (Python Commands): Document the new commands.
356
357 2012-08-22  Tom Tromey  <tromey@redhat.com>
358
359         * gdbint.texinfo (Host Definition): Remove documentation for
360         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
361
362 2012-08-17  Keith Seitz  <keiths@redhat.com>
363
364         PR c++/13356
365         * gdb.texinfo (Type and Range Checking): Remove warning.
366         Remove spurious commas.
367         Update text and examples for re-implementation of set/show
368         check type.
369         (C and C++ Type and Range Checks): Likewise.
370
371 2012-08-16  Yao Qi  <yao@codesourcery.com>
372
373         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
374         is deprecated.
375
376 2012-08-13  Doug Evans  <dje@google.com>
377
378         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
379         to include functions.
380
381 2012-08-10  Doug Evans  <dje@google.com>
382
383         * gdb.texinfo (Convenience Funs): New node.
384         (Types In Python): Document Type.vector.
385
386 2012-08-09  Yao Qi  <yao@codesourcery.com>
387
388         * observer.texi: New observer command_param_changed.
389         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
390
391 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
392
393         * gdbint.texinfo (Debugging GDB): In section
394         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
395         Mention also gdb-gdb.py.
396
397 2012-08-07  Yao Qi  <yao@codesourcery.com>
398
399         Revert the folloing patch:
400         2012-08-06  Yao Qi  <yao@codesourcery.com>
401         * gdb.texinfo (Remote Configuration): Add kindex for 'set
402         remote hardware-watchpoint-limit' and 'set
403         remote hardware-breakpoint-limit'.
404
405 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
406
407         * gdb.texinfo (Working Directory): Added information about new
408         default argument for 'cd' command.
409
410 2012-08-06  Yao Qi  <yao@codesourcery.com>
411
412         * gdb.texinfo (Remote Configuration): Add kindex for 'set
413         remote hardware-watchpoint-limit' and 'set
414         remote hardware-breakpoint-limit'.
415
416 2012-08-06  Yao Qi  <yao@codesourcery.com>
417
418         Fix PR14371.
419
420         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
421         '=breakpoint-deleted'.
422
423 2012-08-02  Yao Qi  <yao@codesourcery.com>
424
425         * gdb.texinfo (Native): Remove node Neutrino.
426
427 2012-07-27  Yao Qi  <yao@codesourcery.com>
428
429         * gdb.texinfo (IPA Protocol Commands): Document new command
430         'close'.
431
432 2012-07-25  Tom Tromey  <tromey@redhat.com>
433
434         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
435
436 2012-07-20  Doug Evans  <dje@google.com>
437
438         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
439         (Index Files): Document how to control the use of deprecated index
440         sections.
441         (Index Section Format): Replace --use-deprecated-index-sections with
442         "set use-deprecated-index-sections on".
443
444 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
445
446         * gdbint.texinfo: Remove @syncodeindex directives that put all the
447         indices into a single node "Index".  Instead, join function and
448         variable indices into a single index, separate from the concept
449         index.  Requested in
450         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
451         (Top): Update the top-level menu: instead of one "Index" there are
452         now separate entries "Concept Index" and "Function and Variable
453         Index".
454         (Concept Index, Function and Variable Index): New nodes.
455         (Index): Node deleted.
456
457 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
458
459         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
460         and "maint agent-eval".
461
462 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
463
464         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
465         avoid file-name clashes between Index.html and index.html on
466         case-insensitive filesystems.  See the discussion starting in
467         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
468         details of the problem.
469         (Top): Update the master menu for the above.
470         (Concept Index, Command and Variable Index): New nodes, instead of
471         the old "Index" node that was deleted.  All cross-references
472         updated.
473
474 2012-07-02  Stan Shebs  <stan@codesourcery.com>
475
476         * gdb.texinfo (Dynamic Printf): Mention agent style and
477         disconnected dprintf.
478         (Maintenance Commands): Describe maint agent-printf.
479         (General Query Packets): Mention BreakpointCommands feature.
480         (Packets): Document commands extension to Z0 packet.
481         * agentexpr.texi (Bytecode Descriptions): Document printf
482         bytecode.
483
484 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
485
486         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
487         only after gdbinit files.
488         (Startup): Move -iex and -iex commands down after gdbinit files.
489
490 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
491
492         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
493         possibility.
494
495 2012-06-29  Tom Tromey  <tromey@redhat.com>
496
497         * gdb.texinfo (Index Section Format): Update for version 7.
498
499 2012-06-28  Stan Shebs  <stan@codesourcery.com>
500
501         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
502         example, add note about title column.
503
504 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
505
506         * gdb.texinfo (Symbol Tables In Python): Add description about
507         the new 'last' attribute of gdb.Symtab_and line.
508
509 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
510
511         * gdb.texinfo (Symbol Tables In Python): Correct the description
512         of the 'pc' attribute of gdb.Symtab_and_line.
513
514 2012-06-26  Doug Evans  <dje@google.com>
515
516         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
517         and symtab-create.
518
519 2012-06-25  Keith Seitz  <keiths@redhat.com>
520
521         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
522         from example.  Remove "rbreak" from list of corresponding
523         gdb commands.
524
525 2012-06-23  Doug Evans  <dje@google.com>
526
527         * gdb.texinfo (Index Section Format): Document version 7 format.
528
529 2012-06-22  Yao Qi  <yao@codesourcery.com>
530
531         * gdb.texinfo: Add missing cindex for some packets.
532
533 2012-06-20  Keith Seitz  <keiths@redhat.com>
534
535         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
536         for -break-insert and document -p.
537
538 2012-06-20  Yao Qi  <yao@codesourcery.com>
539
540         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
541         and "gdb.write_memory" with "Inferior.read_memory" and
542         "Inferior.write_memory".
543
544 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
545
546         * gdb.texinfo (Summary): Add a link to "Free Documentation".
547         (Free Documentation): Add @node line.
548         (Continuing and Stepping) <advance location>: Use @item instead of
549         @itemx.
550         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
551         @itemx.
552         (Embedded Processors): Put the link to "PA" to its correct place,
553         according to document structure.
554         (Python API): Put the link to "Lazy Strings In Python" to its
555         correct place.
556         (Index): Use @@ in @tex block to get a literal @.
557
558         * gdbint.texinfo: Fix the @subtitle line.
559
560         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
561         correct place.
562
563 2012-06-08  Yao Qi  <yao@codesourcery.com>
564
565         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
566         Protocol'.
567         (In-Process Agent Protocol, IPA Protocol Objects)
568         (IPA Protocol Commands): New nodes.
569         (Tracepoint Packets): Add anchors.
570
571 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
572
573         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
574
575 2012-06-06  Yao Qi  <yao@codesourcery.com>
576
577         * gdb.texinfo: Update copyright year.
578
579 2012-05-23  Stan Shebs  <stan@codesourcery.com>
580             Kwok Cheung Yeung  <kcy@codesourcery.com>
581
582         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
583
584 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
585
586         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
587         Mention also --with-separate-debug-dir.
588         (Auto-loading): Prepend $debugdir in the sample output.
589         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
590         auto-load safe-path variable.
591         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
592         Mention also $debugdir for 'set auto-load scripts-directory'.
593
594 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
595
596         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
597         (MIPS Embedded, MIPS, MIPS Register packet Format)
598         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
599         appropriate.
600
601 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
602             Maciej W. Rozycki  <macro@codesourcery.com>
603
604         * gdb.texinfo (MIPS): Document "set mips compression" and "show
605         mips compression".
606         (MIPS Breakpoint Kinds): New subsubsection.
607
608 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
609
610         * gdb.texinfo (Architecture-Specific Protocol Details): Define
611         nodes for subsections.  Add @acronym mark-ups and adjust
612         formatting.
613
614 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
615
616         Rename $ddir to $datadir.
617         * gdb.texinfo (Auto-loading, Auto-loading safe path)
618         (objfile-gdb.py file): Rename $ddir to $datadir.
619
620 2012-05-18  Tom Tromey  <tromey@redhat.com>
621
622         * gdb.texinfo (Print Settings): Document 'set print symbol'.
623
624 2012-05-14  Stan Shebs  <stan@codesourcery.com>
625
626         * gdb.texinfo (Dynamic Printf): New subsection.
627
628 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
629
630         * gdb.texinfo (Basic Python): Add description about the function
631         gdb.find_pc_line
632
633 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
634             Eli Zaretskii  <eliz@gnu.org>
635
636         * gdb.texinfo (Separate Debug Files): Use plural form for global
637         debugging information directory.
638
639 2012-05-11  Stan Shebs  <stan@codesourcery.com>
640             Kwok Cheung Yeung  <kcy@codesourcery.com>
641
642         * gdb.texinfo (Operating System Auxiliary Information): Document new
643         'info os' subcommands.
644
645 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
646
647         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
648         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
649         (dotdebug_gdb_scripts section): Add reference
650         to 'Auto-loading safe path'.
651
652 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
653
654         Implement multi-component --with-auto-load-dir.
655         * gdb.texinfo (Auto-loading): New references
656         for 'set auto-load scripts-directory'
657         and 'show auto-load scripts-directory'.
658         (Auto-loading safe path): Describe the new default.  Move $ddir
659         substituation reference to 'objfile-gdb.py file'.
660         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
661         script-name.  Describe new 'set auto-load scripts-directory'
662         and 'show auto-load scripts-directory'.
663
664 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
665
666         Provide $ddir substitution for --with-auto-load-safe-path.
667         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
668         (Auto-loading safe path): Likewise.  Mention the default value,
669         $ddir substitution, --with-auto-load-safe-path and
670         --without-auto-load-safe-path.
671         * observer.texi (gdb_datadir_changed): New.
672
673 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
674
675         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
676         Twice.
677
678         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
679         directory separator by path separator.
680
681 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
682
683         * gdb.texinfo (Auto-loading safe path): Make 'directories'
684         for 'set auto-load safe-path' optional.  Mention if it is omitted.
685         Change disabling security protection condition to "/", twice.
686
687 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
688
689         * gdb.texinfo (Symbol Tables In Python): Add documentation about
690         the new methods global_block and static_block on gdb.Symtab
691         objects.
692
693 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
694
695         * gdb.texinfo (Blocks In Python): Add a note saying that future
696         improvements to GDB and its infrastructure can move symbols
697         across blocks within a symbol table.
698
699 2012-04-29  Yao Qi  <yao@codesourcery.com>
700
701         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
702         (A29K): Remove.
703
704 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
705             Tom Tromey  <tromey@redhat.com>
706
707         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
708         and generic static probe support on GDB.
709
710 2012-04-25  Doug Evans  <dje@google.com>
711
712         * gdb.texinfo (Go): Fix thinko.
713
714         * gdb.texinfo (Supported Languages): Add Go.
715         (Go): New node.
716
717 2012-04-25  Yao Qi  <yao@codesourcery.com>
718
719         * gdbint.texinfo (Testsuite): New section `Board settings'.
720
721 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
722
723         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
724         Three times.
725
726         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
727         Three times.
728
729 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
730
731         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
732         by @table @asis.  Fix formatting of one item.
733
734 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
735
736         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
737
738 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
739
740         New option "set debug auto-load".
741         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
742         (auto-load verbose mode): New node.
743
744 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
745
746         New option "set auto-load safe-path".
747         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
748         and "info auto-load" examples for safe-path.  Put there also references
749         for "set auto-load safe-path" and "show auto-load safe-path".
750         New menu item for Auto-loading safe path.
751         (Auto-loading safe path): New node.
752         (Python Auto-loading): Update the expected output from "Missing"
753         to "No".
754
755 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
756
757         auto-load: Implementation.
758         * gdb.texinfo (Mode Options): New anchor for -nx.
759         (Startup): New anchors for Option -init-eval-command,
760         Home Directory Init File
761         and Init File in the Current Directory during Startup.
762         Mention set auto-load local-gdbinit with a reference.
763         Change the sample code to "set auto-load python-scripts".
764         (Threads): New anchor set libthread-db-search-path.
765         Provide references to libthread_db.so.1 file.
766         (Controlling GDB): New menu item for Auto-loading.
767         (Auto-loading, Init File in the Current Directory)
768         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
769         (Python): Rename the menu item Auto-loading to Python Auto-loading.
770         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
771         reference.
772         (Auto-loading): Rename to ...
773         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
774         "set auto-load python-scripts", new anchor for it.  Change
775         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
776         for it.  Change "info auto-load-scripts"
777         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
778         to "Python scripts".
779
780 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
781
782         PR mi/13393
783         * gdb.texinfo (Print Settings): Extend the description for "set print
784         object".
785         (GDB/MI Variable Objects): Extend the description for -var-create and
786         -var-list-children.
787
788 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
789
790         * gdb.texinfo (Examining Data): Document the 'explore' command.
791
792 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
793
794         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
795         to the children of a varobj and its update range when -var-update
796         returns that the varobj's type changed.
797
798 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
799
800         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
801         Create two new links fir 'objfile-gdb.py file'
802         and 'dotdebug_gdb_scripts section'.
803
804 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
805
806         * gdb.texinfo (Auto-loading): Rename node reference
807         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
808         Twice.
809         (.debug_gdb_scripts section): Rename the node ...
810         (dotdebug_gdb_scripts section): ... here.
811         (Maintenance Commands): Also rename this node reference.
812
813 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
814
815         * gdb.texinfo (Python API/Values From Inferior): Add description
816         about the new method Value.referenced_value.  Add description on
817         how Value.dereference is different (and similar) to
818         Value.referenced_value.
819
820 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
821
822         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
823         --init-eval-command=COMMAND, -iex.
824         (Startup): Describe -iex and -ix.  Simplify the example
825         for "set auto-load-scripts off".
826
827 2012-03-16  Gary Benson  <gbenson@redhat.com>
828
829         PR breakpoints/10738
830         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
831         stating that GDB cannot set breakpoints on inlined functions.
832         (Mode Options): Document --use-deprecated-index-sections.
833         (Index Section Format): Document new index section version format.
834
835 2012-03-15  Tom Tromey  <tromey@redhat.com>
836
837         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
838
839 2012-03-13  Doug Evans  <dje@google.com>
840
841         * gdb.texinfo (Help): Change apropos example to use "alias" instead
842         of "reload".
843         (Symbols): Delete docs for set/show symbol-reloading.
844         * gdbint.texinfo (Defining Other Architecture Features): Delete
845         SYMBOL_RELOADING_DEFAULT.
846         * refcard.tex: Delete reference to symbol-reloading.
847
848 2012-03-07  Pedro Alves  <palves@redhat.com>
849
850         * gdb.texinfo (General Query Packets): Document new
851         QProgramSignals packet.
852         * gdb.texinfo (Remote configuration): Mention
853         "program-signals-packet".
854
855 2012-03-05  Tristan Gingold  <gingold@adacore.com>
856
857         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
858
859 2012-03-03  Yao Qi  <yao@codesourcery.com>
860
861         * gdb.texinfo (In-Process Agent): New node.
862         Document new commands.
863         (General Query Packets): Add packet `QAgent'.
864
865 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
866
867         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
868
869 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
870
871         * gdb.texinfo (Commands In Python): Put example python macro in
872         COMMAND_USER category rather than COMMAND_OBSCURE.
873         Document gdb.COMMAND_USER.
874         (User-defined Commands): Update documentation to clarify
875         "set/show max-user-call-depth" and "show user" don't apply to python
876         commands.  Update documentation to clarify "help user-defined" may
877         also include python commands defined as COMMAND_USER.
878
879 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
880
881         * gdb.texinfo (Startup): Add option -ex description to the option -x
882         description.
883
884 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
885
886         * gdb.texinfo (Setting Breakpoints): Mention and explain the
887         condition-evaluation breakpoint parameter.
888         Mention condition-evaluation mode being shown in "info break".
889         (Break Conditions): Add description for target-side
890         conditional breakpoints.
891         (Remote Configuration): Mention conditional-breakpoints-packet. 
892         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
893         cond-expr.
894         (General Query Packets): Mention new ConditionalBreakpoint feature.
895
896 2012-02-22  Tom Tromey  <tromey@redhat.com>
897
898         * gdb.texinfo (Blocks In Python): Clarify block iteration.
899
900 2012-02-17  Tom Tromey  <tromey@redhat.com>
901
902         PR python/10753:
903         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
904         directory.
905
906 2012-02-14  Stan Shebs  <stan@codesourcery.com>
907
908         * gdb.texinfo (Disabling Breakpoints): Document enable count.
909
910 2012-02-13  Pedro Alves  <palves@redhat.com>
911
912         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
913         mips-idt-ecoff.
914
915 2012-02-09  Yao Qi  <yao@codesourcery.com>
916
917         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
918
919 2012-02-07  Tom Tromey  <tromey@redhat.com>
920
921         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
922         Symbol.value.
923
924 2012-02-07  Tom Tromey  <tromey@redhat.com>
925
926         * gdb.texinfo (Symbols In Python): Document Symbol.line.
927
928 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
929
930         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
931
932 2012-01-24  Tom Tromey  <tromey@redhat.com>
933
934         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
935         unload".
936         (Files): Mention new catch commands.
937         (GDB/MI Async Records): Likewise.
938
939 2012-01-24  Gary Benson  <gbenson@redhat.com>
940
941         Delete #if 0'd out code.
942         * gdb.texinfo (Frame Info): Remove "info catch".
943
944 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
945
946         * gdb.texinfo (Remote Configuration): Document
947         "set remote hostio-readlink-packet" command.
948         (General Query Packets): Document vFile:readlink packet.
949
950 2012-01-16  Tom Tromey  <tromey@redhat.com>
951
952         * gdb.texinfo (Specify Location): Document relative file name
953         handling.
954
955 2012-01-16  Tom Tromey  <tromey@redhat.com>
956
957         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
958
959 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
960             Eli Zaretskii  <eliz@gnu.org>
961
962         * gdbint.texinfo (Coding Standards): Require braces for two lines of
963         code.
964
965 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
966
967         * gdb.texinfo (Variables): Document use of :: for non-static
968         variables.
969
970 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
971
972         * gdbint.texinfo (Start of New Year Procedure): Update
973         to replace use of copyright.sh by use of copyright.py.
974
975 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
976
977         Remove the gdbtui binary.
978         * all-cfg.texi (GDBTUI): Remove.
979         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
980         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
981         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
982
983 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
984
985         Introduce gdb.FinishBreakpoint in Python.
986         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
987         (Python API): Add menu entry for Finish Breakpoints.
988
989 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
990
991         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
992         tests.
993
994 2011-12-16  Doug Evans  <dje@google.com>
995
996         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
997
998 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
999
1000         * gdb.texinfo (Python Commands): Remove "maint set/show print
1001         stack".  Add documentation for "set/show python print-stack".
1002
1003 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
1004
1005         * gdb.texinfo (Implementing a Remote Stub): Explain that you
1006         should transfer control to the stub in the startup code instead of
1007         in main.  Mention the need to get past the initial breakpoint.
1008
1009 2011-12-06  Tom Tromey  <tromey@redhat.com>
1010
1011         * gdb.texinfo (Set Breaks): Update for new behavior.
1012
1013 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1014
1015         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1016         List Format for SVR4 Targets'.
1017         (General Query Packets): New item qXfer:libraries-svr4:read.
1018         (Library List Format for SVR4 Targets): New node.
1019
1020 2011-12-01  Tom Tromey  <tromey@redhat.com>
1021
1022         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1023         add.
1024
1025 2011-11-22  Tom Tromey  <tromey@redhat.com>
1026
1027         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1028         reasons.
1029
1030 2011-11-20  Stan Shebs  <stan@codesourcery.com>
1031
1032         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1033         note-related options and variables.
1034         (Tracepoint Packets): Document packet changes.
1035
1036 2011-11-20  Sanjoy Das  <sdas@igalia.com>
1037
1038         * gdb.texinfo (JIT Interface): Add documentation on writing and
1039         usind JIT debug info readers.
1040         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1041         Debug Info Readers): New nodes.
1042
1043 2011-11-18  Yao Qi  <yao@codesourcery.com>
1044
1045         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1046         tracepoint.
1047
1048 2011-11-15  Doug Evans  <dje@google.com>
1049
1050         * gdb.texinfo (Files): Document basenames-may-differ.
1051
1052 2011-11-14  Doug Evans  <dje@google.com>
1053
1054         * gdb.texinfo (Shell Commands): Document "!".
1055
1056 2011-11-14  Stan Shebs  <stan@codesourcery.com>
1057             Kwok Cheung Yeung  <kcy@codesourcery.com>
1058
1059         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1060         needed to get shorter fast tracepoints.
1061         (Tracepoint Packets): Document new qTMinFTPILen packet.
1062
1063 2011-11-14  Yao Qi  <yao@codesourcery.com>
1064
1065         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1066         behavior of tracepoint.
1067         (General Query Packets): New feature InstallInTrace.
1068         (Remote Configuration): Document "set remote
1069         install-in-trace-packet".
1070
1071 2011-11-12  Matt Rice  <ratmice@gmail.com>
1072
1073         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1074         Add arguments to info macro.
1075
1076 2011-11-10  Tom Tromey  <tromey@redhat.com>
1077
1078         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
1079         manual.
1080         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
1081         (Macros): Add a footnote.
1082         (C): Remove paragraph about compiler options.
1083         (C Constants): Mention wide character and string constants.
1084         (C Plus Plus Expressions): Update compiler option advice.  Mention
1085         using declarations.  Mention ADL.  Remove old HP compiler
1086         information.
1087
1088 2011-11-10  Tom Tromey  <tromey@redhat.com>
1089
1090         PR c++/9257:
1091         * gdb.texinfo (Print Settings): Add an extra note about the need
1092         for a vtable.
1093
1094 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
1095
1096         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1097         "set mips abi" documentation.
1098
1099 2011-11-04  Doug Evans  <dje@google.com>
1100
1101         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1102
1103 2011-11-03  Tom Tromey  <tromey@redhat.com>
1104
1105         * gdb.texinfo (Stopping): Add menu entry.
1106         (Continuing and Stepping): Restore @node.  Use @section, not
1107         @subsection.
1108
1109 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
1110
1111         * gdb.texinfo (Skipping Over Functions and Files): Remove node
1112         designation.  Fix "Specify Location" cross-reference.
1113
1114 2011-11-02  Stan Shebs  <stan@codesourcery.com>
1115
1116         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1117         (General Query Packets): Describe tracenz feature.
1118         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1119
1120 2011-10-28  Paul Koning  <paul_koning@dell.com>
1121
1122         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1123
1124 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
1125
1126         * gdb.texinfo ((Frames In Python): Document 
1127         gdb.FRAME_UNWIND_FIRST_ERROR contant.
1128
1129 2011-10-26  Paul Koning  <paul_koning@dell.com>
1130
1131         * gdb.texinfo (gdb.types): Document new deepitems function.
1132         
1133 2011-10-25  Paul Koning  <paul_koning@dell.com>
1134
1135         PR python/13327
1136         
1137         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1138         fetch_lazy method.
1139
1140 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
1141
1142         PR python/12656
1143
1144         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1145         global_block, static_block function.
1146
1147 2011-10-19  Tom Tromey  <tromey@redhat.com>
1148
1149         * gdb.texinfo (Commands In Python): Add missing "@"s.
1150
1151 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
1152
1153         PR python/13285 Document named constants for frame unwind stop reasons
1154         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* 
1155         constants.
1156
1157 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1158
1159         Fix compatibility with texinfo versions older than 4.12.
1160         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1161         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1162         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1163         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1164         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1165         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1166         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1167
1168 2011-10-09  Doug Evans  <dje@google.com>
1169
1170         * gdb.texinfo (Extending GDB): Document alias command.
1171
1172 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1173
1174         Support @entry in input expressions.
1175         * gdb.texinfo (Variables): Describe @entry names suffix.
1176         (Print Settings): Add anchor for `set print entry-values'.
1177
1178 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1179             Eli Zaretskii  <eliz@gnu.org>
1180
1181         Display @entry parameter values (without references).
1182         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
1183         example.
1184         (Print Settings): New description of set print entry-values and show
1185         print entry-values.
1186
1187 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1188             Eli Zaretskii  <eliz@gnu.org>
1189
1190         Recognize virtual tail call frames.
1191         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1192         (Tail Call Frames): New node.
1193         (Frames In Python): Add gdb.TAILCALL_FRAME.
1194
1195 2011-10-07  Doug Evans  <dje@google.com>
1196
1197         * gdb.texinfo (gdb.printing): Document new `replace' arg to
1198         register_pretty_printer.
1199
1200 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
1201
1202         PR python/12930
1203         PR python/12802
1204
1205         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1206         stop method.
1207
1208 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
1209
1210         * gdb.texinfo (Starting your Program): "set disable-randomization"
1211         is no longer Linux-specific.
1212         (Remote Configuration): Document "set remote
1213         disable-randomization-packet".
1214         (General Query Packets): Document "QDisableRandomization" packet
1215         and add it to "qSupported" list.
1216
1217 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
1218
1219         Allow Python notification of new object-file loadings.
1220         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1221         event type.
1222
1223 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
1224
1225         PR python/12691: Add the inferior to Python exited event
1226         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1227
1228 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
1229
1230         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1231         rephasing.
1232
1233 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
1234
1235         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1236         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1237         as possible feature returned by the `-list-features'
1238         command.
1239
1240 2011-09-28  Paul Koning  <paul_koning@dell.com>
1241
1242         * gdb.texinfo (gdb.Type): Document field access by dictionary
1243         key syntax.
1244
1245 2011-09-28  Yao Qi  <yao@codesourcery.com>
1246
1247         * gdb.texinfo (Files): Update options for `add-symbol-file'.
1248         Add one space after option `-s'.  Remove @r{} markup.
1249
1250 2011-09-27  Stan Shebs  <stan@codesourcery.com>
1251
1252         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1253
1254 2011-09-16  Hui Zhu  <teawater@gmail.com>
1255
1256         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1257         to *(unsigned char *)$esp@300.
1258
1259 2011-09-15  Paul Koning  <paul_koning@dell.com>
1260
1261         * gdb.texinfo: Make style of Python functions and methods match
1262         the syntax of Python.  Also put class and module names explicitly
1263         on function, member, and variable names, matching Python
1264         documentation conventions.
1265         
1266 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
1267
1268         PR Python/12692 Add gdb.selected_inferior() to Python interface.
1269         * gdb.texinfo (Inferiors In Python): Describe new
1270         gdb.selected_inferior() function.
1271
1272 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
1273
1274         Handle multiple breakpoint hits in Python interface:
1275         * gdb.texinfo (Events In Python): New function documentation:
1276         gdb.BreakpointEvent.breakpoints. Indicate that
1277         gdb.BreakpointEvent.breakpoint is now deprecated.
1278
1279 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
1280
1281         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1282
1283 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
1284
1285         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1286
1287 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
1288
1289         * gdb.texinfo (Prompt): Add set/show extended-prompt
1290         documentation
1291         (Basic Python): Add prompt_hook anchor.
1292         (Python modules): Reword module text to reflect multiple modules.
1293         (gdb.prompt): Document gdb.prompt module.
1294
1295 2011-08-14  Yao Qi  <yao@codesourcery.com>
1296
1297         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1298
1299 2011-08-14  Yao Qi  <yao@codesourcery.com>
1300
1301         * gdb.texinfo (Standard Target Features): Document C6x features.
1302         (TIC6x Features): New node.
1303
1304 2011-08-12  Doug Evans  <dje@google.com>
1305
1306         * gdb.texinfo (Symbols In Python): Document symbol.type.
1307
1308 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
1309
1310         * gdb.texinfo (Python): Document command and function
1311         auto-loading.
1312
1313 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1314             Eli Zaretskii  <eliz@gnu.org>
1315
1316         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
1317         typedefs unrolling.  Extend the sample code by an inner typedef and
1318         outer typedefs unrolling.
1319
1320 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
1321
1322         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1323         size and line-size.
1324
1325 2011-07-21  Matt Rice  <ratmice@gmail.com>
1326
1327         PR macros/12999
1328         * gdb.texinfo (Macros): Add info definitions and info macros commands.
1329         Update text and cindex entries for info macro command.
1330
1331 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
1332
1333         * observer.texi (GDB Observers): Add before_prompt observer.
1334         * gdb.texinfo (Basic Python): Add documentation for prompt
1335         substitution.
1336
1337 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
1338
1339         PR python/12438
1340         * gdb.texinfo (Python Commands): Add deprecate note to maint
1341           set/show python print-stack.  Document set/show python
1342           print-backtrace.
1343
1344 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
1345
1346         * gdb.texinfo: Fix typos.
1347
1348 2011-07-01  Tom Tromey  <tromey@redhat.com>
1349
1350         * gdb.texinfo (Debugging Output): Document set debug
1351         check-physname.
1352
1353 2011-06-29  Tom Tromey  <tromey@redhat.com>
1354
1355         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1356         breakpoint-notifications feature.
1357
1358 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
1359
1360         * gdb.texinfo (Target Description): Remove warning about
1361         possibly unstable format.
1362
1363 2011-06-03  Tom Tromey  <tromey@redhat.com>
1364
1365         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1366         (Events In Python): Note that exit_code is optional.
1367
1368 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
1369
1370         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1371         required for multi-threading support.
1372         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1373         Hc are deprecated for multi-threading debugging.  Point readers at
1374         the vCont packet.
1375
1376 2011-05-15  Doug Evans  <dje@google.com>
1377
1378         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1379
1380 2011-05-13  Doug Evans  <dje@google.com>
1381
1382         * gdb.texinfo (Threads): Document $sdir,$pdir.
1383         (Server): Document $pdir exception.
1384
1385         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1386
1387         * gdb.texinfo (Threads): Clarify default value for
1388         libthread-db-search-path.
1389
1390         * gdb.texinfo (Completion): Update example.
1391         (Debugging Output): Delete `set/show debug lin-lwp-async'.
1392
1393 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
1394
1395         * gdb.texinfo: Document change in the behaviour of the enable and
1396         disable GDB commands when applied to tracepoints.
1397         Document the EnableDisableTracepoints remote stub feature.
1398         Document QTEnable and QTDisable in the list of tracepoint packets.
1399
1400 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1401
1402         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1403         hsuser.texi.
1404         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1405         comment to hsuser.texi.  Change rluser.texi name in the comment.
1406
1407 2011-05-10  Doug Evans  <dje@google.com>
1408
1409         * gdb.texinfo (Threads): If an empty path is provided for
1410         libthread-db-search-path it is reset to its default value.
1411         (Server): Ditto.
1412
1413 2011-05-09  Doug Evans  <dje@google.com>
1414
1415         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
1416
1417 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
1418             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1419
1420         Implement support for PowerPC BookE masked watchpoints.
1421         * gdb.texinfo (Set Watchpoints): Document mask parameter.
1422         (PowerPC Embedded): Mention support of masked watchpoints.
1423
1424 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
1425
1426         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1427         `@value{GDBN}'.
1428
1429 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
1430
1431         * gdb.texinfo (titlepage): Remove dedication.
1432         (In Memoriam): New appendix.
1433
1434 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1435             Eli Zaretskii  <eliz@gnu.org>
1436
1437         * gdb.texinfo (Index Section Format): Change the version to 5.
1438         Describe the different formula.
1439
1440 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1441             Eli Zaretskii  <eliz@gnu.org>
1442
1443         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1444         for disconnected tracing.
1445         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1446         extended-remote relationship.  Mention --once.
1447         (TCP port allocation lifecycle of @code{gdbserver}): New.
1448
1449 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
1450
1451         * gdb.texinfo (Server): Improve indexing.  Index all optional
1452         switches to gdbserver.
1453
1454 2011-04-20  Tom Tromey  <tromey@redhat.com>
1455
1456         * gdb.texinfo (Index Section Format): New node.
1457         (Top): Add new node to menu.
1458
1459 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
1460
1461         * gdb.texinfo (Maintenance Commands): Document `maint print
1462         remote-registers'.
1463
1464 2011-04-20  Tom Tromey  <tromey@redhat.com>
1465
1466         * gdb.texinfo (Trace File Format): Move node later.
1467
1468 2011-04-19  Tom Tromey  <tromey@redhat.com>
1469
1470         * gdbint.texinfo (Register Information Functions): Remove
1471         duplicate "the".
1472         * gdb.texinfo (Emacs): Remove duplicate "to".
1473         (GDB/MI Variable Objects): Remove duplicate "the".
1474         (General Query Packets): Likewise.
1475
1476 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
1477
1478         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1479         "GDB/MI Ada Exception Information" node.
1480
1481 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
1482
1483         * gdb.texinfo (GDB/MI Ada Exception Information): Document
1484         the "exception-name" field in the *stopped async record.
1485
1486 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1487             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
1488
1489         Implement support for PowerPC BookE ranged breakpoints.
1490         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1491
1492 2011-03-28  Tom Tromey  <tromey@redhat.com>
1493
1494         * gdb.texinfo (Set Tracepoints): Fix typo.
1495
1496 2011-03-24  Tom Tromey  <tromey@redhat.com>
1497
1498         * gdb.texinfo (Specify Location): Document `function:label'
1499         linespec.
1500
1501 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
1502
1503         PR python/12149
1504
1505         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1506
1507 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
1508
1509         * gdb.texinfo (Blocks In Python): Add is_valid method description.
1510         (Inferiors In Python): Likewise.
1511         (Threads In Python): Likewise.
1512         (Symbols In Python): Likewise.
1513         (Objfiles In Python): Likewise.
1514         (Symbol Tables In Python): Likewise.
1515
1516 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
1517
1518         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1519         display>: Explain that the commands accept number ranges.
1520
1521 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
1522
1523         * gdb.texinfo (Breakpoints In Python): Add description and example
1524         of Python stop function operation.
1525
1526 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
1527
1528         * gdb.texinfo (Parameters In Python): Document get_set_string and
1529         get_show_string methods.
1530
1531 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1532
1533         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1534
1535         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1536         circular-trace-buffer name.
1537
1538 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
1539
1540         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1541         in the previous change.
1542
1543 2011-02-27  Michael Snyder  <msnyder@vmware.com>
1544
1545         * gdb.texinfo (Inferiors and Programs): Update commands to show 
1546         that they can accept multiple arguments.
1547
1548 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
1549
1550         Revert the following patch (code patch was not approved):
1551         2011-02-21  Hui Zhu  <teawater@gmail.com>
1552         * agentexpr.texi (bytecode descriptions): add printf.
1553         * gdb.texinfo (tracepoint action lists): add printf.
1554
1555 2011-02-23  Doug Evans  <dje@google.com>
1556
1557         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1558
1559 2011-02-23  Michael Snyder  <msnyder@vmware.com>
1560
1561         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1562         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1563         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1564
1565 2011-02-22  Doug Evans  <dje@google.com>
1566
1567         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1568         Clarify behaviour of lookup_symbol when `block' argument is omitted,
1569         add description of result, fix @defun formatting.
1570
1571 2011-02-21  Hui Zhu  <teawater@gmail.com>
1572
1573         * agentexpr.texi (Bytecode Descriptions): Add printf.
1574         * gdb.texinfo (Tracepoint Action Lists): Add printf.
1575
1576 2011-02-18  Tom Tromey  <tromey@redhat.com>
1577
1578         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1579
1580 2011-02-14  Michael Snyder  <msnyder@vmware.com>
1581
1582         * gdb.texinfo (threads): Document argument for "info threads" cmd.
1583         Document new command "thread find".
1584
1585 2011-02-14  Michael Snyder  <msnyder@vmware.com>
1586
1587         * gdb.texinfo (Threads): Update example of new thread message.
1588
1589 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
1590
1591         * gdb.texinfo (Remote Configuration): Mention set/show remote
1592         traceframe-info.
1593         (Tools/Packages Optional for Building GDB): Mention that expat is
1594         used for traceframe info.
1595         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1596         (General Query Packets) <qSupported>: Describe the
1597         qXfer:traceframe-info:read feature.
1598         (qXfer::read): Describe qXfer:traceframe-info:read.
1599         (Traceframe Info Format): New section.
1600
1601 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
1602
1603         * gdbint.texinfo (Formatting): Mention some formatting guidelines
1604         for casts and unary operators.
1605
1606 2011-02-04  Tom Tromey  <tromey@redhat.com>
1607
1608         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1609         is not useful.
1610
1611 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1612
1613         * gdb.texinfo: s/value optimized out/optimized out/g
1614
1615 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
1616
1617         * gdb.texinfo (Other Misc Settings): Rework part of the
1618         documentation of the "set interactive mode" command.
1619
1620 2011-01-19  Tom Tromey  <tromey@redhat.com>
1621
1622         * gdb.texinfo (Threads): Document thread name output and `thread
1623         name' command.
1624         (Threads In Python): Document Thread.name attribute.
1625         (GDB/MI Thread Commands): Document thread attributes.
1626
1627 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
1628
1629         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1630         changes in mi/mi-cmd-disas.c
1631
1632 2011-01-12  Tom Tromey  <tromey@redhat.com>
1633
1634         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
1635         Fix "thread apply" text.
1636
1637 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
1638             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1639
1640         Implement support for PowerPC BookE ranged watchpoints.
1641         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1642         the "set powerpc exact-watchpoints" flag.
1643
1644 2011-01-07  Tom Tromey  <tromey@redhat.com>
1645
1646         * gdb.texinfo (Python API): Add descriptions to @menu items.
1647
1648 2011-01-06  Tom Tromey  <tromey@redhat.com>
1649
1650         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1651
1652 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1653
1654         * gdb.texinfo (Debugging Output): Document "set debug jit".
1655
1656 2011-01-06  Tom Tromey  <tromey@redhat.com>
1657
1658         PR python/12133:
1659         * gdb.texinfo (Frames In Python): Document various frame
1660         constants.
1661
1662 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
1663
1664         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1665         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1666         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1667
1668 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1669
1670         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1671         (clean): Add GDBvn.texi.
1672
1673 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
1674
1675         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1676         occasional case where the debugger prints an array address
1677         instead of the array itself.
1678
1679 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
1680
1681         * gdb.texinfo (Packets) <read registers packet>: Document support
1682         for registers that were not collected.
1683
1684 2010-12-15  Doug Evans  <dje@google.com>
1685
1686         * gdb.texinfo (Startup): Document auto-loading of scripts during
1687         startup.
1688         (Auto-loading): Delete "maint set python auto-load on|off".
1689         Add "set auto-load-scripts on|off".
1690
1691 2010-12-07  Doug Evans  <dje@google.com>
1692
1693         * gdb.texinfo (Mode Options): Document -data-directory.
1694         (Data Files): Add reference to -data-directory.
1695
1696 2010-11-29  Doug Evans  <dje@google.com>
1697
1698         * gdb.texinfo (Pretty-Printer Introduction): Change
1699         printer-name:subprinter-name to printer-name;subprinter-name.
1700
1701 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
1702
1703         PR python/12199
1704
1705         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1706
1707 2010-11-23  Tom Tromey  <tromey@redhat.com>
1708
1709         * gdb.texinfo (Top): Check SYSTEM_READLINE.
1710         (Editing): Likewise.
1711         (Command History): Likewise.
1712         (TUI Keys): Likewise.
1713         (Bug Reporting): Conditionally include rluser.texi and
1714         inc-history.texinfo.
1715         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1716         (GDB_DOC_SOURCE_INCLUDES): Add comment.
1717         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1718         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1719         (gdb.pdf): Likewise.
1720         (gdb.info): Likewise.
1721         (gdb/index.html): Likewise.
1722
1723 2010-11-23  Tom Tromey  <tromey@redhat.com>
1724
1725         * Makefile.in (Makefile): Run ../config.status.
1726         (distclean): Update.
1727         * configure: Remove.
1728         * configure.ac: Remove.
1729
1730 2010-11-12  Tom Tromey  <tromey@redhat.com>
1731
1732         * gdb.texinfo (Basic Python): Update.  Add xref.
1733         (Exception Handling): Document new exception classes.
1734         (Types In Python): Update.
1735         (Frames In Python): Update.
1736
1737 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1738
1739         * gdb.texinfo (Breakpoints In Python): Document "internal"
1740         parameter, and visible attribute.
1741
1742 2010-11-05  Doug Evans  <dje@google.com>
1743
1744         * gdb.texinfo (Source Path): Document "set directories".
1745
1746 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
1747
1748         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1749         (OpenCL C): New node.
1750
1751 2010-11-02  Doug Evans  <dje@google.com>
1752
1753         * gdb.texinfo (Pretty Printing): Expand into three sections,
1754         introduction, example, and commands.
1755         (Python API): Delete section Disabling Pretty-Printers, merge into
1756         Selecting Pretty-Printers.
1757         (Writing a Pretty-Printer): New section.  Move the pretty-printer
1758         example here, and reformat to match python coding style.  Add a second
1759         example using the gdb.printing module.
1760         (Python modules): Add gdb.printing.
1761
1762 2010-10-29  Doug Evans  <dje@google.com>
1763
1764         * gdb.texinfo (Python): Fix long line.
1765
1766 2010-10-20  Doug Evans  <dje@google.com>
1767
1768         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1769         All references updated.  Correct sections marked as subsections.
1770         (Coding Standards): New chapter.  Move the coding standard related
1771         subsections here.  Add section on Python coding standards.
1772
1773 2010-10-13  Doug Evans  <dje@google.com>
1774
1775         * gdb.texinfo (Python): Add "Python modules".
1776         (Types in Python): Add reference to gdb.types section.
1777         (Python modules): New node.
1778
1779 2010-10-11  Doug Evans  <dje@google.com>
1780
1781         * gdb.texinfo (Values From Inferior): Add reference to "Types in
1782         Python" from gdb.Value.type description.
1783
1784 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1785
1786         * gdb.texinfo (Ravenscar Profile): New node.
1787
1788 2010-09-22  Tom Tromey  <tromey@redhat.com>
1789
1790         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1791
1792 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
1793
1794         * gdb.texinfo (Values From Inferior): Clarify that
1795         value.dynamic_type works only in C++ programs with RTTI.
1796
1797 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
1798
1799         * gdb.texinfo (Character Sets): Correctly reference host-charset
1800         in example.
1801
1802 2010-09-13  Tom Tromey  <tromey@redhat.com>
1803
1804         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1805         Document "fullname" and "from".
1806
1807 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
1808
1809         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1810         feature `reverse' output by -list-target-features.
1811
1812 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
1813
1814         * gdb.texinfo (i386 Features): Remove an extra "@item".
1815
1816 2010-08-30  Tom Tromey  <tromey@redhat.com>
1817
1818         PR python/11792:
1819         * gdb.texinfo (Values From Inferior): Document dynamic_type.
1820
1821 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
1822
1823         * gdb.texinfo (ARM Features): Document
1824         org.gnu.gdb.arm.m-profile.
1825
1826 2010-08-23  Tom Tromey  <tromey@redhat.com>
1827
1828         PR python/11145:
1829         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1830         reinterpret_cast methods.
1831
1832 2010-08-23  Tom Tromey  <tromey@redhat.com>
1833
1834         PR python/11915:
1835         * gdb.texinfo (Types In Python): Document array method.
1836
1837 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1838
1839         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1840
1841 2010-08-16   Tom Tromey  <tromey@redhat.com>
1842
1843         * gdb.texinfo (Set Watchpoints): Document -location option.
1844
1845 2010-08-13  Doug Evans  <dje@google.com>
1846
1847         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1848
1849 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
1850
1851         * gdb.texinfo (GDB/MI Data Manipulation): Document
1852         -data-read-memory-raw and -data-write-memory-raw.
1853
1854 2010-08-11  Tom Tromey  <tromey@redhat.com>
1855             Phil Muldoon <pmuldoon@redhat.com>
1856
1857         * gdb.texinfo (Basic Python): Describe post_event API.
1858
1859 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
1860
1861         * gdb.texinfo (Basic Python): Describe solib_address and
1862         decode_line Python APIs
1863
1864 2010-08-10  Tom Tromey  <tromey@redhat.com>
1865
1866         * gdb.texinfo (Pretty Printing API): Document
1867         gdb.default_visualizer.
1868
1869 2010-08-10  Tom Tromey  <tromey@redhat.com>
1870
1871         Revert gdb-add-index addition:
1872         * gdb.texinfo (Index Files): Don't document gdb-add-index.
1873
1874 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1875             Eli Zaretskii <eliz@gnu.org>
1876
1877         * gdb.texinfo (Mode Options) <-batch>
1878         (Basic Python) <gdb.execute>: Describe setting width and height.
1879
1880 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
1881
1882         * gdb.texinfo (Threads): Document 'debug libthread-db'.
1883
1884 2010-07-30  Tom Tromey  <tromey@redhat.com>
1885
1886         * gdb.texinfo (Index Files): Mention gdb-add-index.
1887
1888 2010-07-30  Hui Zhu  <teawater@gmail.com>
1889
1890         * gdb.texinfo (Inferiors and Programs): Update the introduce of
1891         "detach inferior" and "kill inferior".
1892
1893 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
1894
1895         * gdb.texinfo (Machine Code): Update description of two forms of
1896         arguments, and add new example to demonstrate the new form.
1897
1898 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
1899
1900         * gdb.texinfo (Values From Inferior): Add value inferior function
1901         call description.
1902
1903 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1904
1905         * gdb.texinfo (Active Targets): Fix wrong comma placement.
1906
1907 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1908             Eli Zaretskii  <eliz@gnu.org>
1909
1910         Make core files the process_stratum.
1911         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
1912         record_stratum example.
1913
1914 2010-07-13  Tom Tromey  <tromey@redhat.com>
1915
1916         * gdb.texinfo (Index Files): New node.
1917
1918 2010-07-13  Tom Tromey  <tromey@redhat.com>
1919
1920         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1921
1922 2010-07-13  Tom Tromey  <tromey@redhat.com>
1923
1924         * gdb.texinfo (Specify Location): Document labels.
1925
1926 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
1927
1928         * gdb.texinfo (Create and Delete Tracepoints): Add more index
1929         entries for fast tracepoints and static tracepoints.
1930
1931 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
1932
1933         * gdb.texinfo (General Query Packets) <qfThreadInfo,
1934         qsThreadInfo>: Spell out `l' as ell.
1935
1936 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
1937
1938         * gdb.texinfo (Convenience Variables): Document $_sdata.
1939         (Commands to Set Tracepoints): Describe static tracepoints.  Add
1940         `Listing Static Tracepoint Markers' menu entry.  Document
1941         "strace".
1942         (Tracepoint Action Lists): Document collecting $_sdata.
1943         (Listing Static Tracepoint Markers): New subsection.
1944         (Tracepoints support in gdbserver): Mention static tracepoints.
1945         (remote packets, enabling and disabling): Mention
1946         read-sdata-object.
1947         (General Query Packets) <qSupported>: Document qXfer:sdata:read
1948         and StaticTracepoint.
1949         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1950         Document qXfer:sdata:read.
1951         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1952
1953 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
1954
1955         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1956
1957 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
1958             Tom Tromey  <tromey@redhat.com>
1959             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1960
1961         * gdb.texinfo (Inferiors In Python): New node.
1962         * gdb.texinfo (Threads In Python): New node.
1963
1964 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
1965
1966         * gdb.texinfo (Python): Document what the python directory is
1967         and what its location is.
1968         (Basic Python): Document the gdb.PYTHONDIR constant.
1969
1970 2010-06-25  Tom Tromey  <tromey@redhat.com>
1971
1972         PR python/10808:
1973         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1974
1975 2010-06-24  Hui Zhu  <teawater@gmail.com>
1976
1977         * gdb.texinfo: (Commands for Controlled Output): Add
1978         documentation for command "eval".
1979
1980 2010-06-21  Stan Shebs  <stan@codesourcery.com>
1981
1982         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1983         * annotate.texinfo: Ditto.
1984         * gdbint.texinfo: Ditto.
1985         * stabs.texinfo: Ditto.
1986
1987 2010-06-22  Hui Zhu  <teawater@gmail.com>
1988
1989         * gdb.texinfo: (Process Record and Replay): Add documentation
1990         for command "set record memory-query".
1991
1992 2010-06-21  Stan Shebs  <stan@codesourcery.com>
1993
1994         * gdb.texinfo: Relicense under GFDL version 1.3.
1995         * annotate.texinfo: Relicense under GFDL version 1.3.
1996         * gdbint.texinfo: Relicense under GFDL version 1.3.
1997         * stabs.texinfo: Relicense under GFDL version 1.3.
1998         * fdl.texi: Update to version 1.3.
1999
2000 2010-06-18  Stan Shebs  <stan@codesourcery.com>
2001
2002         * gdb.texinfo (Operating System Auxiliary Information): Describe
2003         "info os" when no arguments given.
2004
2005         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2006         $_thread.
2007
2008 2010-06-18  Hui Zhu  <teawater@gmail.com>
2009
2010         * gdb.texinfo: (Process Record and Replay): Add documentation
2011         for commands "record save" and "record restore".
2012
2013 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2014
2015         * gdb.texinfo: Include information about the correct use
2016         of addresses in the `watch' command.
2017
2018 2010-06-11  Stan Shebs  <stan@codesourcery.com>
2019
2020         * gdb.texinfo (Observer Mode): New section.
2021         (General Query Packets): Document QAllow.
2022
2023 2010-06-04  Doug Evans  <dje@google.com>
2024
2025         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2026
2027 2010-06-03  Doug Evans  <dje@google.com>
2028
2029         * gdbint.texinfo (Coding): Add subsection on command names.
2030
2031 2010-06-02  Tom Tromey  <tromey@redhat.com>
2032
2033         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2034         always-disassemble.
2035
2036 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
2037
2038         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2039         gdbserver, and add cross reference.
2040         (Tracepoints support in gdbserver): New subsection.
2041
2042 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
2043
2044         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2045         `qRelocInsn' feature.
2046         (Relocate instruction reply packet): New subsection
2047         of `Tracepoint Packets'.
2048         (Tracepoint Packets): Mention that packets QTDP and QTStart
2049         support the qRelocInsn request, and add cross reference to new
2050         subsection.
2051
2052 2010-05-25  Doug Evans  <dje@google.com>
2053
2054         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2055         (Commands In Python): Document gdb.string_to_argv.
2056
2057 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2058
2059         * gdbint.texinfo (Host Definition): Remove items NORETURN and
2060         ATTR_NORETURN.
2061
2062 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
2063             Tom Tromey  <tromey@redhat.com>
2064             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2065
2066         * gdb.texinfo (Parameters In Python): New Node.
2067
2068 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
2069
2070         * gdb.texinfo: (Summary) Add mention about D language support.
2071         (Filenames): Add D suffixes.
2072         (D): New node.
2073
2074 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2075
2076         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2077         of macro deleted from GDB code.
2078
2079 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
2080
2081         * gdb.texinfo (Commands to specify files): Describe what how GDB
2082         looks up DOS-based filesystem paths on the system root.  Document
2083         the new `set/show target-file-system-kind' commands.
2084
2085 2010-04-23  Doug Evans  <dje@google.com>
2086
2087         * gdb.texinfo (Python): Move Auto-loading section here ...
2088         (Python API): from here.
2089         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2090         (Maintenance Commands): Add docs for "maint print section-scripts".
2091
2092 2010-04-20  Chris Moller  <cmoller@redhat.com>
2093
2094         * gdb.texinfo (Setting Breakpoints): Added description of
2095         filename-qualified rbreak.
2096         * refcard.tex (Breakpoints and Watchpoints): Added brief
2097         description of filename-qualified rbreak.
2098
2099 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2100
2101         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2102         (Python API): Change the reference to Pretty Printing API.
2103         (Pretty Printing): Move the user part under the Data node.  Reformat
2104         the sample output to 72 columns.  Create a new reference to Pretty
2105         Printing API.  Rename the API part ...
2106         (Pretty Printing API): To a new node name.
2107         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2108         (GDB/MI Variable Objects): Change references to Pretty Printing API.
2109
2110 2010-04-21  Stan Shebs  <stan@codesourcery.com>
2111
2112         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2113         and commands.
2114         (Listing Tracepoints): Update to reflect current behavior.
2115
2116 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2117
2118         * gdb.texinfo (Examining memory): Update for change in string
2119         display with explicit size.
2120
2121 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
2122
2123         PR breakpoints/8554.
2124
2125         * gdb.texinfo (Save Breakpoints): New node.
2126         (save-tracepoints): Rename to ...
2127         (save tracepoints): ... this.  Mention that `save-tracepoints' is
2128         a deprecated alias to `save tracepoints'.
2129
2130 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
2131
2132         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
2133         (info w32 thread-information-block): Document new command.
2134         (qGetTIBAddress): Document new gdbserver query.
2135         (maint set/show show-all-tib): Document new command.
2136
2137 2010-04-15  Doug Evans  <dje@google.com>
2138
2139         * gdb.texinfo (Python API): Add progspaces section.
2140         (Selecting Pretty-Printers): Progspace pretty-printers are
2141         searched too.
2142         (Progspaces In Python): New section.
2143
2144         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2145
2146 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
2147
2148         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2149         returns None.
2150
2151 2010-04-09  Stan Shebs  <stan@codesourcery.com>
2152
2153         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2154         Describe the `frames-created' field, tweak grammar.
2155
2156 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
2157
2158         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2159         Describe the `circular' and `disconnected' fields.
2160
2161 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2162
2163         * gdb.texinfo (maint print registers): Mention unavailable and
2164         invisible registers.
2165
2166 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
2167             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2168             Tom Tromey  <tromey@redhat.com>
2169
2170         * gdb.texinfo (Breakpoints In Python): New Node.
2171
2172 2010-04-08  Stan Shebs  <stan@codesourcery.com>
2173
2174         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2175         trace status fields.
2176
2177 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
2178
2179         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2180         optional.  Make org.gnu.gdb.i386.avx requires
2181         org.gnu.gdb.i386.avx.
2182
2183 2010-04-08  Doug Evans  <dje@google.com>
2184
2185         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2186         search path, and document that gdb only scans the search path if
2187         the script's path doesn't specify a directory.
2188
2189 2010-04-05  Doug Evans  <dje@google.com>
2190
2191         * gdb.texinfo (maint show python auto-load): Fix typo.
2192
2193 2010-04-04  Stan Shebs  <stan@codesourcery.com>
2194
2195         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2196         (Setting Watchpoints): Update description of "info watch".
2197         (Disabling Breakpoints): Only "info break" lists all.
2198
2199         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2200         (tdump): Explain how tdump works.
2201
2202 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
2203
2204         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2205         add cross reference.
2206
2207 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
2208
2209         * gdb.texinfo (TUI Commands): Mention that in some cases, these
2210         commands error out.
2211
2212 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2213
2214         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2215
2216 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2217
2218         * gdb.texinfo (General Query Packets): Add xmlRegisters.
2219
2220 2010-03-29  Stan Shebs  <stan@codesourcery.com>
2221             Nathan Sidwell  <nathan@codesourcery.com>
2222
2223         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2224         GDBN equivalent.
2225         (Set Tracepoints): Remove mention that conditional tracepoints
2226         don't exist.
2227         (Tracepoint Actions): Clarify when while-stepping collection
2228         happens, note that while-stepping does not automatically collect
2229         $pc.
2230
2231 2010-03-29  Stan Shebs  <stan@codesourcery.com>
2232
2233         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2234         (General Query Packets): Describe TracepointSource.
2235
2236 2010-03-27  Matt Rice  <ratmice@gmail.com>
2237
2238         * gdb.texinfo (ARM): Document arguments to "target sim".
2239         (Set Catchpoints): Use @dots{} instead of @r{...}.
2240
2241 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
2242
2243         * gdb.texinfo (Tracepoint Packets): Remove mention that
2244         terror:string may be plain text, and drop mention of X prefix.
2245
2246 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
2247
2248         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2249
2250 2010-03-24  Stan Shebs  <stan@codesourcery.com>
2251
2252         * gdb.texinfo (Tracepoint Packets): Document trace error status.
2253
2254 2010-03-24  Tom Tromey  <tromey@redhat.com>
2255
2256         PR breakpoints/9352:
2257         * gdb.texinfo (Break Commands): Update.
2258
2259 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
2260
2261         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2262         commands.
2263
2264 2010-03-16  Stan Shebs  <stan@codesourcery.com>
2265
2266         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2267         circular-trace-buffer.
2268         (Tracepoint Packets): Describe QTBuffer, and details of the
2269         qTStatus reply.
2270
2271 2010-03-12  Stan Shebs  <stan@codesourcery.com>
2272             Nathan Sidwell  <nathan@codesourcery.com>
2273
2274         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2275         doing instruction stepping.
2276         (Tracepoint Restrictions): New node.
2277
2278 2010-03-10  Tom Tromey  <tromey@redhat.com>
2279
2280         * gdbint.texinfo (Symbol Handling): Update.
2281
2282 2010-03-08  Tom Tromey  <tromey@redhat.com>
2283
2284         PR cli/9591:
2285         * gdb.texinfo (Mode Options): Mention lack of pagination and
2286         confirmation with --batch.
2287         (Screen Size): Mention --batch.
2288         (Messages/Warnings): Likewise.
2289
2290 2010-03-05  Tom Tromey  <tromey@redhat.com>
2291
2292         * gdb.texinfo (Basic Python): Document target_charset and
2293         target_wide_charset.
2294
2295 2010-03-05  Tom Tromey  <tromey@redhat.com>
2296
2297         * gdb.texinfo (Data): Link to pretty-printing.
2298         (Output Formats): Likewise.  Correct text.
2299
2300 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
2301
2302         * gdb.texinfo (Types): Describe <struct> and <flags>.
2303
2304 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
2305
2306         * gdb.texinfo (Frames In Python): Add block parameter and
2307         description to read_var text.
2308
2309 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
2310             Tom Tromey  <tromey@redhat.com>
2311
2312         * gdb.texinfo (Types In Python): Describe block argument in
2313         template_argument and gdb.lookup_type.
2314
2315 2010-02-24  Tom Tromey  <tromey@redhat.com>
2316
2317         * gdb.texinfo (Cygwin Native): Fix typo.
2318
2319 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
2320
2321         * gdb.texinfo (Frames In Python): Add block, find_sal, function
2322         and select method descriptions.
2323         (Python API): Add Blocks In Python, Symbols in Python and Symbol
2324         Tables in Python to menu.
2325         (Blocks In Python): New node.
2326         (Symbols In Python): New node.
2327         (Symbol Tables in Python): New node.
2328
2329 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
2330
2331         Multiexec MI
2332
2333         gdb/
2334         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2335
2336         gdb/doc/
2337         * gdb.texinfo (GDB/MI Command Syntax): Document notification
2338         changes.
2339         (GDB/MI Program Execution): Document current behaviour of
2340         --all and --thread-group.
2341         (GDB/MI Miscellaneous Commands): Document -add-inferior and
2342         -remove-inferior.
2343         * observer.texi (inferior_added, inferior_removed): New
2344         observers.
2345
2346 2010-02-19  Tom Tromey  <tromey@redhat.com>
2347
2348         * gdbint.texinfo (Getting Started): Fix @node.
2349         (Debugging GDB): Likewise.
2350
2351 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
2352
2353         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2354         documenting the gdb_test_timeout variable.
2355
2356 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
2357
2358         * gdb.texinfo (MI commands): Added documentation of --reverse
2359         option to a set of MI commands. Restructured documentation of MI
2360         commands --exec-continue to reflect the complexity of reverse
2361         execution.
2362
2363 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
2364
2365         * gdb.texinfo (Using the Collected Data): Specify that the address
2366         range of `tfind outsize' is exclusive, and that the address range
2367         of `tfind range' is inclusive.
2368         (Tracepoint Packets): Specify that the address range of
2369         `QTFrame:range' is inclusive, and that the address range of
2370         `QTFrame:outside' is exclusive
2371
2372 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
2373
2374         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2375
2376 2010-02-10  Tom Tromey  <tromey@redhat.com>
2377
2378         * gdb.texinfo (Debugging Output): Document set debug parser and
2379         show debug parser.
2380
2381 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
2382
2383         * gdb.texinfo (Predefined Target Types): Add i387_ext,
2384         i386_eflags and i386_mxcsr.
2385
2386 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
2387
2388         * gdb.texinfo: Document i386 target features.
2389
2390 2010-02-05  Doug Evans  <dje@google.com>
2391
2392         * gdbint.texinfo (Testsuite): Add a new section to document the
2393         various DejaGnu variables that may be overridden.
2394         Document INTERNAL_GDBFLAGS.
2395
2396 2010-02-04  Tom Tromey  <tromey@redhat.com>
2397
2398         PR cli/8830:
2399         * gdb.texinfo (Files): -readnow comes before the filename for file
2400         and symbol-file.
2401
2402 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2403
2404         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2405         Document ARM breakpoint types.
2406         (Register Packet Format): Move into the new section.
2407         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2408
2409 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
2410
2411         * gdb.texinfo (File Options): Adjust the documentation of this
2412         switch to refer to the "source" command rather than partially
2413         duplicating some of the relevant information.
2414         (Extending GDB): Introduce and document the set/show script-extension
2415         setting.
2416         (Command Files): Add note explaining that the "source" command
2417         is also used to evalute scripts written in other languages.
2418         Remove the short slightly incorrect reference to sourcing Python
2419         scripts.
2420         (Python Commands): Document how to execute a Python script from GDB.
2421
2422 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
2423
2424         * gdb.texinfo (Command Files): Fix typo.
2425
2426 2010-01-18  Tom Tromey  <tromey@redhat.com>
2427
2428         * gdb.texinfo (File Options): Document -x on .py files.
2429         (Command Files): Document handling of Python scripts.
2430
2431 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
2432
2433         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2434
2435 2010-01-15  Stan Shebs  <stan@codesourcery.com>
2436
2437         * gdb.texinfo (Trace Files): New section.
2438         (Tracepoint Packets): Document QTSave and qTBuffer.
2439         (Trace File Format): New appendix.
2440
2441 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
2442
2443         * gdb.texinfo (Values From Inferior): Document lazy_string value
2444         method.
2445         (Python API): Add Lazy strings menu item.
2446         (Lazy Strings In Python): New node.
2447
2448 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
2449
2450         * gdb.texinfo (GDB/MI Thread Information): New.
2451         (GDB/MI Async Records): Document the core field in *stopped.
2452         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2453         documentation
2454         (Process list): Document that osdata document may contain
2455         threads.
2456         (Remote Serial Protocol): Document qXfer:threads.
2457
2458 2010-01-06  Stan Shebs  <stan@codesourcery.com>
2459
2460         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2461         disconnected tracing.
2462         (Tracepoint Packets): Document new protocol.
2463
2464 2010-01-05  Stan Shebs  <stan@codesourcery.com>
2465
2466         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2467         tracepoints.
2468         (Tracepoint Packets): Describe remote protocol for fast
2469         tracepoints.
2470
2471 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2472
2473         Update the "Start of New Year Procedure".
2474         * gdbint.texinfo: Add the list of files that need to be updated
2475         manually.  Minor reformatting.
2476
2477 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2478
2479         * refcard.tex: Update copyright year in header and text.
2480
2481 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2482
2483         * agentexpr.texi: Add 2010 to the list of copyright years.
2484         * annotate.texinfo: Likewise.
2485         * gdb.texinfo: Likewise.
2486         * gdbint.texinfo: Likewise.
2487         * observer.texi: Likewise.
2488         * stabs.texinfo: Likewise.
2489
2490 2009-12-31  Stan Shebs  <stan@codesourcery.com>
2491
2492         * gdb.texinfo (Tracepoint Actions): Describe teval.
2493
2494 2009-12-29  Stan Shebs  <stan@codesourcery.com>
2495
2496         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
2497
2498 2009-12-28  Stan Shebs  <stan@codesourcery.com>
2499
2500         * gdb.texinfo (Trace State Variables): New section.
2501         (Tracepoint Packets): Describe trace state variable packets.
2502         * agentexpr.texi (Bytecode Descriptions): Describe trace state
2503         variable bytecodes.
2504
2505 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
2506
2507         * gdb.texinfo (Symbols): "info variables" prints definitions, not
2508         declarations.
2509
2510 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
2511
2512         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2513         -gdb-exit behaviour.
2514
2515 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
2516
2517         * gpl.texi: Update to version 3 of the GPL.
2518
2519 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
2520
2521         * Makefile.in: Update copyright header.
2522         * observer.texi: Fix the copyright header of the generated files.
2523
2524 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
2525
2526         * gdb.texinfo (Types In Python): Describe range function.
2527
2528 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
2529
2530         * gdb.texinfo (Types In Python): Describe "is_base_class".
2531
2532 2009-12-03  Tom Tromey  <tromey@redhat.com>
2533
2534         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2535
2536 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
2537
2538         * observer.texi: New memory_changed observer.
2539
2540 2009-12-01  Tom Tromey  <tromey@redhat.com>
2541
2542         * gdb.texinfo (Reverse Execution): Fix typo.
2543
2544 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
2545
2546         PR gdb/8704
2547
2548         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2549         are allowed after the breakpoint condition.
2550
2551 2009-11-23  Tom Tromey  <tromey@redhat.com>
2552
2553         PR python/10782:
2554         * gdb.texinfo (Types In Python): Document Type.pointer.
2555
2556 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
2557
2558         * gdb.texinfo (Machine Code): Adjust.
2559
2560 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
2561
2562         * agentexpr.texi (Tracing On Symmetrix): Delete section.
2563         (Using Agent Expressions): Delete cross reference.
2564
2565 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
2566
2567         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2568         and @settitle directives up to help makeinfo find them.
2569
2570 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2571
2572         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2573         (Auto-loading): Use plural and note one can use multiple components now.
2574
2575 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
2576
2577         * gdb.texinfo (GDB/MI Stack Manipulation): Make
2578         -stack-list-arguments have the same documentation for parameter
2579         as -stack-list-locals. Add comas.
2580
2581 2009-10-27  Tom Tromey <tromey@redhat.com>
2582             Eli Zaretskii <eliz@gnu.org>
2583
2584         PR python/10781
2585
2586         * gdb.texinfo (Values From Inferior): Document cast method.
2587
2588 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
2589
2590         * gdb.texinfo (Machine Code): Mention function name in disasssembly
2591         and adjust example.
2592
2593 2009-10-22  Michael Snyder  <msnyder@vmware.com>
2594
2595         * gdb.texinfo (Process Record and Replay): Document new form of
2596         info record command.  Also document the new save and restore
2597         commands.
2598
2599 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
2600
2601         * gdb.texinfo (Machine Code): Mention current pc marker.
2602         (Memory): Likewise.
2603
2604 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
2605             Stan Shebs  <stan@codesourcery.com>
2606
2607         * observer.texi (new_inferior): Rename to...
2608         (inferior_appeared): ... this.
2609
2610         * gdb.texinfo (Inferiors): Rename node to ...
2611         (Inferiors and Programs): ... this.  Mention running multiple
2612         programs in the same debug session.
2613         <info inferiors>: Mention the new 'Executable' column if "info
2614         inferiors".  Update examples.  Document the "add-inferior",
2615         "clone-inferior", "remove-inferior" and "maint info
2616         program-spaces" commands.
2617         (Process): Rename node to...
2618         (Forks): ... this.  Document "set|show follow-exec-mode".
2619
2620 2009-10-11  Michael Snyder  <msnyder@vmware.com>
2621
2622         * gdb.texinfo (ReverseStep): Show default as "unsupported".
2623         (ReverseContinue): Ditto.
2624
2625 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
2626
2627         * gdb.texinfo (Server): Document libthread-db-search-path.
2628
2629 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2630
2631         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2632
2633 2009-10-06  Michael Eager  <eager@eagercon.com>
2634
2635         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2636         (Embedded Processors): Add MicroBlaze.
2637         (MicroBlaze): New.  Describe Xilinx MicroBlaze
2638
2639 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
2640
2641         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2642
2643 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2644
2645         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2646
2647 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
2648
2649         * observer.texi (solib_unloaded): Document explicitly the fact that
2650         this observer is called before the associated symbols are unloaded.
2651
2652 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
2653
2654         * gdb.texinfo (GDB/MI Stack Manipulation): Document
2655         -stack-list-variables.
2656
2657 2009-09-18  Tom Tromey  <tromey@redhat.com>
2658
2659         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2660         is experimental.
2661
2662 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
2663
2664         * gdb.texinfo (convenince variables): Mention
2665         $_siginfo could be empty.
2666
2667 2009-09-15  Tom Tromey  <tromey@redhat.com>
2668
2669         * gdb.texinfo (GDB/MI Variable Objects): Document
2670         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2671         Expand -var-update documentation.
2672
2673 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2674
2675         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2676         feature.
2677
2678 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
2679
2680         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2681
2682 2009-09-10  Michael Snyder  <msnyder@vmware.com>
2683
2684         * gdb.texinfo (qSupported): Mention new ReverseContinue and
2685         ReverseStep replies to the qSupported query.
2686
2687 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
2688
2689         Add documentation for set/show interactive-mode.
2690         * gdb.texinfo (Other Misc Settings): New node.
2691
2692 2009-09-01  Doug Evans  <dje@google.com>
2693
2694         * gdb.texinfo (Caching Data of Remote Targets): Add note on
2695         non-stop mode's affect on remote caching.
2696
2697 2009-08-31  Jacob Potter  <jdpotter@google.com>
2698             Doug Evans  <dje@google.com>
2699
2700         * gdb.texinfo (Caching Data of Remote Targets): Update text.
2701         Mark `set/show remotecache' options as obsolete.
2702         Document new `set/show stack-cache' option.
2703         Update text for `info dcache'.
2704
2705 2009-08-27  Doug Evans  <dje@google.com>
2706
2707         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2708         (Files): Add note on new optional regex arg to `info sharedlibrary'.
2709
2710 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2711
2712         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2713         about autoconf.
2714
2715 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
2716
2717         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2718         small example, and describe its columns.  Replace "inferior-id" by
2719         "infno" throughout.
2720
2721 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2722
2723         * gdbint.texinfo (Releasing GDB): Point to
2724         README-maintainer-mode file for required autoconf version.
2725         * configure.ac: Do not substitute datarootdir, htmldir,
2726         pdfdir, docdir.  Do not process --with-datarootdir,
2727         --with-htmldir, --with-pdfdir, --with-docdir.
2728         * configure: Regenerate.
2729
2730         * configure: Regenerate.
2731
2732 2009-08-20  Reid Kleckner  <reid@kleckner.net>
2733
2734         * gdb.texinfo: Add chapter on JIT interface.
2735
2736 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
2737
2738         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
2739         confirmation request.
2740
2741 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
2742
2743         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2744         CRC definitions.
2745
2746 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
2747
2748         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2749         -break-commands.
2750
2751 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
2752
2753         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2754         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2755
2756 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
2757
2758         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2759         "set spu stop-on-load" and "show spu stop-on-load" commands.
2760
2761 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
2762
2763         * gdb.texinfo (Target Descriptions): Document <compatible> element.
2764
2765 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2766
2767         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2768         org.gnu.gdb.arm.neon.
2769
2770 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
2771
2772         * gdb.texinfo (Target Description Format): Mention the new <osabi>
2773         optional element.
2774         (subsection OS ABI): New subsection.
2775
2776 2009-07-14  Stan Shebs  <stan@codesourcery.com>
2777
2778         * gdb.texinfo (Tracepoint Conditions): New section.
2779         (General Query Packets): Describe ConditionalTracepoints.
2780         (Tracepoint Packets): Describe condition field.
2781         (Maintenance Commands): Describe maint agent-eval.
2782         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2783
2784 2009-07-11  Hui Zhu  <teawater@gmail.com>
2785
2786         * gdb.texinfo (disassemble): Add a new modifier /r
2787         to "disassemble" command to make it print the raw instructions
2788         in hex as well as in symbolic form.
2789
2790 2009-07-09  Tom Tromey  <tromey@redhat.com>
2791
2792         * gdbint.texinfo (Testsuite): Document parallel make check.
2793
2794 2009-07-09  Tom Tromey  <tromey@redhat.com>
2795
2796         * gdbint.texinfo (Testsuite): Document test transcripts.
2797
2798 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
2799
2800         * gdb.texinfo (Values From Inferior): Add length parameter
2801         description.
2802
2803 2009-07-04  Chris Genly  <chris@genly.us>
2804
2805         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2806         in -var-list-children.  Fix example according to what the code
2807         does.
2808
2809 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
2810
2811         * gdb.texinfo (Debugging multiple inferiors): Document the
2812         "inferior", "detach inferior" and "kill inferior" commands.
2813         (Debugging Programs with Multiple Processes): Adjust to mention
2814         generic "inferior" commands.  Delete mention of "detach fork" and
2815         "delete fork".  Cross reference to "Debugging multiple inferiors"
2816         section.
2817
2818 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
2819
2820         * gdbint.texinfo (Item Output Functions): Update signature
2821         for ui_out_field_core_addr.
2822
2823 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
2824
2825         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
2826         Update example code extrated from breakpoint.c.
2827
2828 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
2829
2830         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2831         MI commands.
2832         (GDB/MI Symbol Query): Likewise.
2833         (GDB/MI File Commands): Likewise.
2834         (GDB/MI File Transfer Commands): Likewise.
2835         (GDB/MI Target Manipulation): Likewise.
2836         (GDB/MI Miscellaneous Commands): Likewise.
2837
2838 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
2839
2840         * gdb.texinfo (Debugging Optimized Code): New chapter.
2841         (Compiling for Debugging): Reference it.  Move some
2842         text to the new section.
2843
2844 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
2845
2846         * doc/gdb.texinfo (Calling): Document
2847         set-unwind-on-terminating-exception usage.
2848
2849 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
2850
2851         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2852         command.
2853
2854 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
2855
2856         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2857         references.
2858
2859 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
2860
2861         * gdbint.texinfo: Rename formal parameters to gdbarch function
2862         protoypes from "current_gdbarch" to "gdbarch".
2863
2864 2009-05-28  Tom Tromey  <tromey@redhat.com>
2865
2866         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2867
2868 2009-05-27  Tom Tromey  <tromey@redhat.com>
2869
2870         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2871         feature.
2872         (GDB/MI Variable Objects): Document -var-set-visualizer.
2873
2874 2009-04-02  Tom Tromey  <tromey@redhat.com>
2875
2876         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2877         feature.
2878         (GDB/MI Variable Objects): Document -var-set-visualizer.
2879
2880 2009-05-27  Tom Tromey  <tromey@redhat.com>
2881             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2882             Phil Muldoon  <pmuldoon@redhat.com>
2883
2884         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2885         (Pretty Printing): New node.
2886         (Selecting Pretty-Printers): Likewise.
2887         (Python API): Update.
2888         (Output Formats): Document /r format.
2889
2890 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2891             Tom Tromey  <tromey@redhat.com>
2892
2893         * gdb.texinfo (Types In Python): New node.
2894         (Values From Inferior): "type" is now an attribute.
2895         (Python API): Update.
2896
2897 2009-05-27  Tom Tromey  <tromey@redhat.com>
2898             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2899             Phil Muldoon  <pmuldoon@redhat.com>
2900
2901         * gdb.texinfo: Add @syncodeindex for `tp'.
2902         (Python API): Update.
2903         (Auto-loading): New node.
2904         (Objfiles In Python): New node.
2905
2906 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
2907
2908         * gdb.texinfo (Threads): Document libthread-db-search-path.
2909
2910 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
2911
2912         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2913
2914 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
2915
2916         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
2917         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2918         show show-debug-regs' docs.
2919
2920 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
2921
2922         * gdb.texinfo (Process Record and Replay): Add description of
2923         reverse execution.
2924
2925 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
2926
2927         * gdbint.texinfo (Adding support for debugging core files): New node.
2928         (Native Debugging): Remove the ``Native core file Support'' section.
2929
2930 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
2931
2932         * gdb.texinfo (Process Record and Replay): Improve and clarify.
2933         Add index entries.
2934
2935 2009-04-30  Hui Zhu  <teawater@gmail.com>
2936             Michael Snyder  <msnyder@vmware.com>
2937
2938         * gdb.texinfo: (Process Record and Replay): Add documentation for
2939         process record and replay.
2940
2941 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2942
2943         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
2944         a new part on command-line defined macros.
2945
2946 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
2947
2948         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2949         clarify the wording.
2950
2951 2009-04-23  Tom Tromey  <tromey@redhat.com>
2952
2953         * gdb.texinfo (Data Files): New node.
2954         (GDB Files): Update menu.
2955
2956 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
2957
2958         * gdbint.texinfo (Defining Other Architecture Features): Remove
2959         entry for PROCESS_LINENUMBER_HOOK.
2960
2961 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
2962
2963         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2964
2965 2009-04-22  Hui Zhu  <teawater@gmail.com>
2966
2967         * gdb.texinfo (disassemble-next-line): Set the default of
2968         disassemble-next-line to off.
2969
2970 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2971
2972         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2973         --with-htmldir): New.
2974         * configure: Regenerate.
2975         * Makefile.in (datarootdir, docdir): Define.
2976         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2977         instead of $(SET_TEXINPUTS).
2978         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2979         gdbint.info instead of $(SET_TEXINPUTS).
2980         (gdbint/index.html): Use same -I options as for building
2981         gdbint.info.
2982         (stabs.dvi, stabs.pdf): Use same -I options as for building
2983         stabs.info instead of $(SET_TEXINPUTS).
2984         (stabs/index.html): Use same -I options as for building
2985         stabs.info.
2986         (annotate.dvi, annotate.pdf): Use same -I options as for building
2987         annotate.info instead of $(SET_TEXINPUTS).
2988         (annotate/index.html): Use same -I options as for building
2989         annotate.info.
2990
2991 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
2992
2993         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2994
2995 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2996
2997         * gdb.texinfo (Source Path): Document --with-relocated-sources.
2998
2999 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
3000             Joseph Myers  <joseph@codesourcery.com>
3001
3002         * Makefile.in (MAKEHTML): Set to makeinfo --html.
3003         (MAKEHTMLFLAGS): Set to empty.
3004         (html__strip_dir): Define.
3005         (HTMLFILES): Define.
3006         (HTMLFILES_INSTALL): Define.
3007         (install-html): Copy new automake rule.
3008         (html): Depend on $(HTMLFILES).
3009         (gdb_toc.html): Rename to gdb/index.html.
3010         (gdbint_toc.html): Rename to gdbint/index.html.
3011         (stabs_toc.html): Rename to stabs/index.html.
3012         (annotate_toc.html): Rename to annotate/index.html.
3013
3014 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
3015
3016         * Makefile.in: Set pdfdir and htmldir from configure
3017         substitutions.
3018         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3019         * configure: Regenerate.
3020
3021 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
3022
3023         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3024         This macro is no longer used.
3025
3026 2009-04-15  Tom Tromey  <tromey@redhat.com>
3027
3028         * gdb.texinfo (Character Sets): Document default character set.
3029
3030 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
3031
3032         * gdbint.texinfo: Change server name from sources.redhat.com to
3033         sourceware.org throughout.
3034
3035 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
3036
3037         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3038         about a missing dot or coma after @xref.
3039
3040 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
3041
3042         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3043         example, and add a small explanation about it.
3044         (Print Settings): Change the documentation of the "set print
3045         frame-arguments" to reflect the fact that the default is now "scalars".
3046
3047 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
3048
3049         * gdb.texinfo (Print Settings): Add kindex for command "set
3050         print frame-arguments".
3051
3052 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
3053
3054         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3055         breakpoints.
3056         (Set Breaks): Add reference to thread-specific and task-specific
3057         breakpoints.
3058
3059 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
3060
3061         * gdb.texinfo (Ada Tasks): Remove the documentation about
3062         the "Running" state, as this state has been eliminated.
3063         Now all runnable tasks are shown as "Runnable".
3064
3065 2009-03-30  Stan Shebs  <stan@codesourcery.com>
3066
3067         * gdb.texinfo (Tracepoints): Describe tracepoints as a
3068         special case of breakpoints.
3069         (Enable and Disable Tracepoints): Mention deprecation.
3070         (Listing Tracepoints): Update description and example.
3071
3072 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3073
3074         * gdb.texinfo (Frames in Python): New node.
3075         (Python API): Update.
3076
3077 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3078
3079         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3080         from a method to an attribute.
3081
3082 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3083
3084         * gdb.texinfo (Values From Inferior): Document is_optimized_out
3085         attribute.
3086
3087 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
3088
3089         * observer.texi (thread_exit): Add "silent" parameter.
3090
3091 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
3092
3093         * observer.texi (about_to_proceed): New.
3094
3095 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
3096
3097         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3098         field throughout to handle types with spaces in them.  Fix typos
3099         found by aspell.
3100         (Summary, Requirements, Contributors): New first chapter,
3101         "Summary" added, old Requirements section moved there, and new
3102         section, "Contributors" added.
3103         (Initializing a New Architecture, Register Representation)
3104         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3105         (Porting gdb): These sections extended and updated.
3106         (Compiler Characteristics): This section (empty) deleted.
3107         (Defining Other Architecture Features): This section renamed and
3108         duplicate material removed from (formerly "Target Conditionals").
3109         Use braces {} in @deftypeXX type field throughout to handle types
3110         with spaces in them. Typos found by aspell fixed.
3111
3112         * stack_frame.svg: New file, source of image for gdbint.texinfo.
3113         * stack_frame.pdf: Version of image for PDF output.
3114         * stack_frame.png: Version of image for HTML output and for Emacs.
3115         * stack_frame.txt: Version of image for Info output.
3116         * stack_frame.eps: Version of image for TeX DVI output.
3117
3118 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
3119
3120         * gdb.texinfo (Character Sets): Fix last change.
3121
3122 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3123
3124         * gdb.texinfo (Values From Inferior): Fix optional arguments
3125         markup.
3126         (Commands In Python): Adjust argument names of gdb.Command.__init__
3127         to what the function accepts as keywords.
3128
3129 2008-03-20  Tom Tromey  <tromey@redhat.com>
3130
3131         * gdb.texinfo (Convenience Vars): Document convenience functions.
3132         (Functions In Python): New node.
3133         (Python API): Update.
3134
3135 2009-03-20  Tom Tromey  <tromey@redhat.com>
3136
3137         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
3138         set target-wide-charset.
3139         (Requirements): Mention iconv.
3140
3141 2009-03-17  Hui Zhu  <teawater@gmail.com>
3142
3143         * gdb.texinfo: Change the introduce of "disassemble-next-line".
3144
3145 2009-03-17  Hui Zhu  <teawater@gmail.com>
3146
3147         * gdb.texinfo: Add documentation for disassemble-next-line.
3148
3149 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3150
3151         * gdb.texinfo (Commands In Python): Remove tindex entries.
3152
3153 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3154
3155         * gdb.texinfo (Returning): New description for missing debug info.
3156
3157 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
3158
3159         * gdb.texinfo (Remote Configuration): Document query-attached.
3160         (General Query Packets): Document qAttached.
3161
3162 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
3163
3164         * gdb.texinfo (Background Execution): Better describe the set
3165         target-async command.
3166         (Maintenance Commands): Delete description of the `maint set/show
3167         linux-async' and `maint set/show remote-async' commands.
3168
3169 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
3170
3171         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3172         between sentences.
3173
3174 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
3175
3176         * gdb.texinfo (GDB/MI Async Records): Document the
3177         =library-loaded and =library-unloaded notifications.
3178
3179 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
3180
3181         * observer.texi (test_notification): New observer.
3182
3183 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
3184
3185         * observer.texi: Add parameter 'print_frame' to normal_stop
3186         observer.
3187
3188 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3189
3190         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3191         (Commands In Python): Fix COMMAND_* constants in last change.  Use
3192         @kbd for interactive input.  Add cross-references and index
3193         entries.
3194
3195 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
3196
3197         * gdb.texinfo (Signals): Document $_siginfo.
3198         (Convenience Variables): Mention $_siginfo.
3199         (Remote Configuration): Document qXfer:siginfo:read,
3200         qXfer:siginfo:write packets, and the read-siginfo-object,
3201         write-siginfo-object commands.
3202
3203 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
3204
3205         * gdbint.texinfo (Values): New chapter.
3206
3207 2009-02-06  Tom Tromey  <tromey@redhat.com>
3208
3209         * gdb.texinfo (Python API): Add entry for Commands In Python.
3210         (Commands In Python): New node.
3211
3212 2009-02-05  Tom Tromey  <tromey@redhat.com>
3213
3214         * gdb.texinfo (Values From Inferior): Document Value.string.
3215
3216 2009-02-05  Tom Tromey  <tromey@redhat.com>
3217
3218         * gdb.texinfo (Basic Python): Document execute's from_tty
3219         argument.
3220
3221 2009-02-04  Tom Tromey  <tromey@redhat.com>
3222
3223         * gdb.texinfo (Basic Python): Document gdb.history.
3224
3225 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
3226
3227         * gdb.texinfo (GDB/MI Thread Commands): Document the
3228         'current-thread-id' field.  Remove the example with zero threads,
3229         since current GDB won't ever report that if there's inferior.
3230
3231 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
3232
3233         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3234         option to -break-insert.
3235
3236 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
3237             Jerome Guitton  <guitton@adacore.com>
3238
3239         * gdb.texinfo (Startup): Document --with-system-gdbinit.
3240         (System-wide configuration): New section.
3241
3242 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
3243
3244         PR gdb/7580:
3245         * gdb.texinfo (Maintenance Commands): Document "maint set|show
3246         internal-error|internal-warning quit|corefile ask|yes|no".
3247
3248 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
3249
3250         * gdb.texinfo (Using the `gdbserver' Program): Document
3251         --remote-debug.
3252
3253 2009-01-23  Doug Evans  <dje@google.com>
3254
3255         * gdb.texinfo: Add nexti to list of commands that support
3256         background execution.
3257
3258 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
3259
3260         * gdb.texinfo (Define, Hooks): Document prefix command support.
3261
3262 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
3263             Carlos O'Donell  <carlos@codesourcery.com>
3264
3265         Fixes for makeinfo --html.
3266
3267         * annotate.texinfo: Use @copying and @insertcopying.  Use
3268         @ifnottex in place of @ifinfo.
3269         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
3270         place of @ifinfo.  Use @ifnotinfo for one index entry.
3271         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
3272         in place of @ifinfo.
3273         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
3274         in place of @ifinfo.  Include contents at start unconditionally.
3275
3276 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
3277
3278         * gdb.texinfo (General Query Packets): Remove @var{} around the
3279         "spu" literal string.
3280
3281 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
3282
3283         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3284         program may be running in another process" errors.
3285         * gdbint.texinfo (Native Conditionals): Delete
3286         ONE_PROCESS_WRITETEXT description.
3287
3288 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
3289
3290         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3291         emacs local variable to be placed at the end of the ChangeLog.
3292         Add server.c and gdbreplay.c to the list of files where the
3293         copyright year needs to be updated.
3294
3295 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
3296
3297         * gdb.texinfo (Remote Configuration): Document new
3298         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3299         commands.
3300
3301 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
3302
3303         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3304         FETCH_INFERIOR_REGISTERS.
3305         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3306         FETCH_INFERIOR_REGISTERS descriptions.  Remove
3307         gdbarch_get_longjmp_target descrition, since already described in
3308         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
3309         (Target Conditionals): ... here.
3310
3311 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
3312
3313         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3314         examples.
3315         (Additions to Ada): Likewise.  Add the missing opening and closing
3316         parenthesis of the GDB prompt in one of the examples.
3317
3318 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
3319
3320         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3321         about the result of 'Address not being of type System.Address.
3322         This problem has been fixed a while ago.
3323
3324 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
3325
3326         MI non-stop and multiprocess docs.
3327
3328         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3329         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3330         Adjust documentation for *stopped, document =thread-created,
3331         =thread-exited, =thread-group-created and =thread-group-exited.
3332         (GDB/MI Thread Commands): Document the 'state' field in
3333         -thread-info output.
3334         (GDB/MI Program Execution): Mention --all and --thread-group
3335         options.
3336         (GDB/MI Variable Objects): Describe floating and fixed variable
3337         objects.
3338         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
3339
3340 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
3341
3342         * gdb.texinfo (Operating System Information): New appendix.
3343         (Operating System Auxiliary Information): Document 'info os processes'
3344         (Remote Configuration): Document 'osdata'
3345         (General Query Packets): Document qXfer:osdata:read.
3346
3347 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3348
3349         * gdb.texinfo (Darwin): Document Darwin specific features.
3350
3351 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3352
3353         * gdbint.texinfo (Target Conditionals): Extend the
3354         gdbarch_breakpoint_from_pc description.
3355
3356 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
3357
3358         * gdb.texinfo (M68K Features): Fix typo.
3359
3360 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
3361
3362         * gdb.texinfo (Symbols): Mention printing containing
3363         image name in "info symbol".
3364         (Maint translate-address): Likewise.
3365
3366 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
3367
3368         * gdb.texinfo (Set Catchpoints): Remove the documentation of
3369         commands "catch load" and "catch unload".
3370
3371 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
3372
3373         * gdb.texinfo (GDB/MI Async Records): Document
3374         =thread-selected.
3375
3376 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
3377
3378         * observer.texi (new_inferior, inferior_exit): New observers.
3379
3380 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
3381
3382         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3383         .mt files, TM_CLIBS or TM_CDEPS.
3384         (x86 Watchpoints): Don't mention TDEPFILES.
3385
3386 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
3387
3388         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3389         (Overview): Mention notifications and non-stop mode behavior.
3390         (Packets): Update documentation of ?, vAttach, vCont, and vRun
3391         with non-stop mode behavior.  Add vStopped description.
3392         (Stop Reply Packets):  Update list of packets that return
3393         stop replies.  Mention non-stop behavior.
3394         (General Query Packets): Document QNonStop packet and associated
3395         qSupported query response.
3396         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
3397         behavior.
3398         (Notification Packets): New section.
3399         (Remote Non-Stop): New section.
3400         (File-I/O Overview): Mention non-stop behavior.
3401
3402 2008-10-24  Hui Zhu  <teawater@gmail.com>
3403             Pedro Alves  <pedro@codesourcery.com>
3404
3405         * gdb.texinfo (displaced-stepping): Describe the auto mode
3406         setting, and say it's the default.  This is now a mainstream
3407         setting instead of a maintenance setting.
3408
3409 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
3410
3411         * observer.texi (thread_stop_requested): New.
3412
3413 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
3414
3415         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3416         (Patching): Replace incorrect usage of @samp by @kbd.
3417
3418 2008-10-17  Michael Snyder  <msnyder@vmware.com>
3419
3420         * gdb.texinfo: Add documentation for reverse execution.
3421
3422 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3423             Eli Zaretskii  <eliz@gnu.org>
3424
3425         * gdb.texinfo. (Values From Inferior): New subsubsection.
3426
3427 2008-10-06  Doug Evans  <dje@google.com>
3428
3429         * gdb.texinfo (set debug dwarf2-die): Document it.
3430
3431 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
3432
3433         * gdb.texinfo (catch) [exception]: Document how to insert
3434         a breakpoint on user-defined exceptions when the exception
3435         name is identical to one of the language-defined ones.
3436
3437 2008-09-27  Tom Tromey  <tromey@redhat.com>
3438
3439         * gdb.texinfo (Macros): Remove text about stringification,
3440         varargs, and splicing.
3441
3442 2008-09-27  Tom Tromey  <tromey@redhat.com>
3443
3444         * gdbint.texinfo (Language Support): Remove text about omitting
3445         support for a language.
3446
3447 2008-09-23  Doug Evans  <dje@google.com>
3448
3449         * gdb.texinfo (info dcache): Update.
3450
3451 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
3452
3453         * gdb.texinfo (Packets): Add info on thread-id syntax and
3454         multiprocess extensions.
3455         <D>: Document multiprocess form of packet.
3456         <H>: Use thread-id syntax.
3457         <T>: Likewise.
3458         <vCont>: Likewise.  Note this is required for multiprocess.
3459         <vKill>: New packet.
3460         (Stop Reply Packets) <T>: Use thread-id syntax.
3461         <W>: Document multiprocess form of reply.
3462         <X>: Likewise.
3463         (General Query Packets) <qC>: Use thread-id syntax.
3464         <qfThreadInfo>: Likewise.
3465         <qGetTLSAddr>: Likewise.
3466         <qP>: Likewise.
3467         <qSupported>: Add "multiprocess" feature.
3468         <qThreadExtraInfo>: Use thread-id syntax.
3469
3470 2008-09-22  Stan Shebs  <stan@codesourcery.com>
3471
3472         * gdb.texinfo (Inferiors): New section.
3473
3474 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
3475
3476         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3477
3478 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
3479
3480         * gdbint.texinfo (Target Conditionals): Remove documentation
3481         for gdbarch_name_of_malloc.
3482
3483 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
3484
3485         * gdb.texinfo (Interrupts): Mention TCP interface for
3486         sending BREAK.
3487
3488 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
3489
3490         * gdb.texinfo (Commands to Specify Files): Document "remote:"
3491         argument prefix to "set sysroot".
3492
3493 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
3494
3495         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3496         and False.
3497
3498 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
3499
3500         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3501         for possible features of -list-features.
3502
3503 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
3504
3505         * gdb.texinfo (Background execution): Adjust example
3506         (GDB/MI Miscellaneous Commands): Document -list-target-features.
3507
3508 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
3509
3510         * doc/gdb.texinfo (PowerPC): Fix typo.
3511         (PowerPC features): Fix typo.
3512
3513 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
3514
3515         * observer.texi (thread_ptid_changed): New.
3516
3517 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
3518
3519         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3520         (PowerPC features): Mention feature set for VSX registers.
3521
3522 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
3523
3524         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3525         the direct visibility of all names in user-written packages.
3526
3527 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
3528
3529         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3530         setting, and make it the default.
3531         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3532         non-stop script example.
3533
3534 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3535
3536         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3537         reference to the "Using Different Register and Memory Data
3538         Representation" section.
3539
3540 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
3541
3542         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3543         (Remote Protocol): Add Packet Acknowledgment to menu.
3544         (Overview): Mention +/- can be disabled, and point to new section
3545         where this is discussed in detail.
3546         (General Query Packets): Document QStartNoAckMode packet, and
3547         corresponding qSupported reply.
3548         (Packet Acknowledgment): New section.
3549
3550 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
3551             Pedro Alves  <pedro@codesourcery.com>
3552
3553         * gdb.texinfo (Threads): Move paragraph about automatic thread
3554         selection to All-Stop Mode subsection.
3555         (Thread Stops): Reorganize existing material into subsections.
3556         Add introductory blurb and menu.
3557         (Non-Stop Mode): New subsection.
3558         (Background Execution): New subsection.
3559         (Maintenance Commands): Add cross-references from async mode
3560         commands to the new Background Execution section.
3561
3562 2008-08-06  Tom Tromey  <tromey@redhat.com>
3563
3564         * gdb.texinfo (Extending GDB): New chapter.
3565         (Sequences): Demoted chapter, now a section under the new
3566         Extending GDB chapter.
3567         (Python): New section.
3568
3569 2008-07-31  Stan Shebs  <stan@codesourcery.com>
3570
3571         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3572
3573 2008-07-29  Stan Shebs  <stan@codesourcery.com>
3574
3575         * gdbint.texinfo: General round of cleanup and minor
3576         clarifications.
3577         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3578         (Longjmp Support): Update description to reflect how it is done
3579         for targets without using native header.
3580         (Symbol Handling): Add a little more general explanation.
3581         (COFF, ELF): Mention stabs encapsulation.
3582         (DWARF 3): New section.
3583         (Adding a New Host): Scrub out some obsolete bits.
3584         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3585         (Host Conditionals): Remove descriptions of NO_STD_REGS,
3586         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3587         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3588         SEEK_SET, STOP_SIGNAL, USG.
3589         (Raw and Virtual Register Representations): Ditto for
3590         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3591         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3592         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3593         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3594         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3595         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3596         DEPRECATED_REGISTER_VIRTUAL_SIZE,
3597         DEPRECATED_REGISTER_VIRTUAL_TYPE,
3598         DEPRECATED_USE_STRUCT_CONVENTION.
3599         Describe gdbarch_deprecated_fp_regnum.
3600         Update description of gdbarch_print_insn.
3601         (Adding a New Target): Scrub out obsolete bits.
3602         (Obsolete Conditionals): Remove entire section.
3603
3604 2008-07-25  Tom Tromey  <tromey@redhat.com>
3605
3606         * observer.texi (GDB Observers): Document new observers:
3607         breakpoint_created, breakpoint_deleted, breakpoint_modified,
3608         tracepoint_created, tracepoint_deleted, tracepoint_modified,
3609         architecture_changed.
3610
3611 2008-07-21  Stan Shebs  <stan@codesourcery.com>
3612
3613         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3614         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3615
3616 2008-07-21  Tom Tromey  <tromey@redhat.com>
3617
3618         * observer.texi (GDB Observers): Remove obsolete comment.
3619         <executable_changed>: Remove argument.
3620
3621 2008-07-18  Tom Tromey  <tromey@redhat.com>
3622
3623         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
3624
3625 2008-07-10  Doug Evans  <dje@google.com>
3626
3627         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3628
3629 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3630
3631         * gdb.texinfo (Starting): Document "set disable-randomization".
3632
3633 2008-07-07  Andreas Schwab  <schwab@suse.de>
3634
3635         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3636
3637 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
3638
3639         * gdb.texinfo (GDB/MI Target Manipulation): Add
3640         example of -target-attach.
3641
3642 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
3643
3644         * observer.texi (target_resumed): New observer.
3645         * gdb.texinfo (GDB/MI Output Records): Document *running.
3646
3647 2008-06-06  Tom Tromey  <tromey@redhat.com>
3648
3649         * gdb.texinfo (Completion): Add field name example.
3650
3651 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
3652
3653         * gdb.texinfo (GDB/MI Program Context): Added example
3654         to -exec-arguments
3655
3656 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
3657
3658         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3659         annotation.
3660
3661 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
3662             Nathan Sidwell  <nathan@codesourcery.com>
3663             Joseph Myers  <joseph@codesourcery.com>
3664
3665         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
3666         and ACX_BUGURL.
3667         * configure: Regenerate.
3668         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3669         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3670         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
3671         mailing-list-specific text about bug reporting unless
3672         BUGURL_DEFAULT.
3673
3674 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
3675
3676         * gdb.texinfo (-target-select): Remove reference to target async.
3677         (Maintenance Commands): Document "maint set/show remote-async".
3678
3679 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
3680
3681         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3682         in -target-file-get section.
3683
3684 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
3685
3686         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3687         killing the inferior when it is already debugging a process.
3688
3689 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
3690
3691         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3692         abbreviation for "finish".
3693
3694 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
3695
3696         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3697
3698 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3699
3700         * gdbint.texinfo (Target Conditionals): Delete entry for
3701         gdbarch_dwarf_reg_to_regnum.
3702
3703 2008-05-09  Doug Evans  <dje@google.com>
3704
3705         * gdb.texinfo: Document "find" command, qSearch:memory packet.
3706
3707 2008-05-05  Doug Evans  <dje@google.com>
3708
3709         * gdb.texinfo (disassemble): Document /m modifier.
3710
3711 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
3712
3713         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3714         will not report the time of commands that run the target.
3715
3716 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
3717
3718         * gdb.texinfo (GDB/MI Output Records): Add
3719         missing semicolon.
3720
3721 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
3722
3723         * gdb.texinfo (GDB/MI Output Records):
3724         Document =thread-create and =thread-exited.
3725
3726 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
3727
3728         * gdb.texinfo (GDB/MI Development and Front Ends):
3729         Remove mention of dmi-discuss.
3730
3731 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
3732
3733         * observer.texi (thread_exit): New.
3734
3735 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
3736
3737         * gdb.texinfo (Debugging Output): Document "set/show debug
3738         displaced".
3739         (Maintenance Commands): Document "maint set/show
3740         can-use-displaced-stepping".
3741
3742 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3743
3744         * gdb.texinfo (ARM): Document set/show arm fallback-mode
3745         and set/show arm force-mode.
3746
3747 2008-05-02  Andreas Schwab  <schwab@suse.de>
3748
3749         * gdbint.texinfo (Algorithms): Describe
3750         target_watchpoint_addr_within_range.
3751
3752 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
3753
3754         * gdbint.texinfo (Stack Frames): New chapter.
3755         (Algorithms): Move Frames text to the new chapter.
3756         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
3757         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3758
3759 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
3760
3761         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3762         output does not necessary include any tokens.
3763
3764 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
3765
3766         * gdb.texinfo (Set SH Calling convention): New @item.
3767         (Show SH Calling convention): Ditto.
3768
3769 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
3770
3771         * gdb.texinfo (Fortran Operators): Describe '%' operator.
3772
3773 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
3774
3775         * gdb.texinfo (Set Breaks): Mention that multiple location
3776         breakpoints need line number info.  Add index entries.
3777
3778 2008-04-19  Craig Silverstein  <csilvers@google.com>
3779
3780         * gdb.texinfo (Requirements): Add an optional requirement on
3781         zlib.
3782         * gdbint.texinfo (Debugging File Formats): Add new subsection for
3783         Compressed DWARF 2.
3784
3785 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
3786
3787         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3788         sample output for 'stopped,reason="breakpoint-hit"' message.
3789         (GDB/MI Program Execution): Likewise.
3790
3791 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
3792
3793         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
3794         -var-set-format.  Add -f option to -var-evaluate-expression.
3795
3796 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
3797
3798         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3799         new node "Ambiguous Expressions".  Replace references to this
3800         node by references to "Ambiguous Expressions" throughout.
3801         (Ambiguous Expressions): New node.
3802
3803 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
3804
3805         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3806
3807 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
3808
3809         * gdb.texinfo (Debugging Output): Document
3810         "set/show debug lin-lwp-async".
3811         (Maintenance Commands): Document "maint set/show linux-async".
3812
3813 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
3814
3815         * gdb.texinfo (Expressions): Update description of malloced arrays.
3816
3817 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
3818
3819         * gdb.texinfo (Thread Commands): Document
3820         -thread-info.  Remove -thread-list-all-threads.
3821
3822 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
3823             Sandra Loosemore  <sandra@codesourcery.com>
3824
3825         * gdb.texinfo (Library List Format): Update to mention the
3826         possibility to pass section addresses instead of segment
3827         addresses.
3828
3829 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
3830
3831         * gdb.texinfo (Starting): Document "set exec-wrapper".
3832         (Server): Document gdbserver --wrapper.
3833
3834 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
3835
3836         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3837         unreadable memory.  Delete obsolete SPARClite reference.
3838
3839 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
3840
3841         * gdb.texinfo (Starting): Mention always-running targets.
3842         (Target Commands): Add an anchor for load.
3843         (Connecting): Explain continue instead of run.
3844
3845 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
3846
3847         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3848
3849 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
3850
3851         * gdb.texinfo (Set Breaks): Revert description of Enb column of
3852         breakpoint table.
3853
3854 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
3855
3856         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3857         killing the inferior when it is already debugging a process.
3858
3859 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
3860
3861         * gdbint.texinfo (Build Script): New section. Mention new build script
3862         gdb_buildall.sh.
3863
3864 2008-02-01  Jim Blandy  <jimb@red-bean.com>
3865
3866         * gdb.texinfo (Help): Summarize 'info args' correctly.
3867
3868 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3869
3870         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3871         available in PowerPC architecture.
3872         (Embedded Processors): Change node name of PowerPC item in menu.
3873         (PowerPC): Rename to...
3874         (PowerPC Embedded): this.
3875         (Architectures): Add new PowerPC item in menu.
3876         (PowerPC): New node.
3877
3878 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
3879
3880         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3881         commands.
3882
3883 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
3884
3885         * gdb.texinfo (Setting Catchpoints): Mention features
3886         supported on GNU/Linux.
3887
3888 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
3889
3890         * gdb.texinfo (GDB/MI File Commands): Describe new output
3891         field for MI command -file-list-exec-source-file.
3892
3893 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
3894
3895         * gdb.texinfo (Using the `gdbserver' Program): Add security
3896         warning.  Rearrange into subsections and subsubsections.  Document
3897         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
3898         usage.  Make load reference clearer.  Document monitor exit.
3899         (Remote Configuration): Document set remote exec-file, attach-packet,
3900         and run-packet.
3901         (Packets): Document vAttach and vRun.
3902
3903 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
3904
3905         * gdb.texinfo (Processes): Mention process command.
3906         detach-on-follow -> detach-on-fork.
3907
3908 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
3909
3910         * gdbint.texinfo (Native Conditionals): Remove
3911         SHELL_COMMAND_CONCAT and SHELL_FILE.
3912
3913 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
3914
3915         * gdb.texinfo (Specify Location): Improve wording.
3916
3917 2008-01-23  Chris Demetriou  <cgd@google.com>
3918
3919         * gdb.texinfo (Threads): Document new "set print thread-events"
3920         and "show print thread-events" commands.
3921
3922 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
3923
3924         * gdb.texinfo (Specify Location): New section.
3925         (Delete Breaks, Edit, Set Breaks): Remove description of
3926         locations.  Instead, add a reference to "Specify Location".
3927         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3928         (Symbols): Refer to "Specify Location" for the valid forms of
3929         linespecs and locations.
3930
3931 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
3932
3933         * gdbint.texinfo (Target Conditionals): Replace the description of
3934         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3935
3936 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
3937
3938         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3939         about &&var, which is rejected by the expression parser.
3940
3941 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
3942
3943         * gdb.texinfo (Output): Update documentation on using printf with DFP
3944         types.
3945
3946 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3947
3948         * gdb.texinfo (C and C++): Add Decimal Floating Point format
3949         subsubsection.
3950         (Decimal Floating Point format): New subsubsection.
3951
3952 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
3953
3954         * gdb.texinfo (File Options): Remove mention of the attempt to
3955         open a core file with the -p option.  Don't list -c as a valid
3956         option to attach to a process.
3957
3958 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
3959
3960         * gdbint.texinfo (Host Conditionals): Remove mention of
3961         ALIGN_STACK_ON_ENTRY.
3962
3963 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
3964
3965         * gdbint.texinfo (Start of New Year Procedure): Add item
3966         describing how to update the source and documentation copyright
3967         notices.
3968
3969 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
3970
3971         * gdb.texinfo (Set Watchpoints): Integrate per-thread
3972         watchpoint explanation into the main description of the watchpoint
3973         command; update synopses of 'watch', 'rwatch', and 'awatch'
3974         commands.
3975
3976 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
3977
3978         * gdb.texinfo (Miscellaneous gdb/mi Commands):
3979         Document 'pending-breakpoints' feature of
3980         -list-features.
3981
3982 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
3983
3984         * gdb.texinfo: Add new parameter's description.
3985
3986 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
3987
3988         * gdb.texinfo (Overview): Clarify run-length encoding
3989         example.  Remove the restriction on "+" and "-" characters.
3990
3991 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
3992
3993         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3994
3995 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
3996
3997         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3998         the -f option for -break-insert, remove -r option,
3999         and clarify specification of location.
4000
4001 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
4002
4003         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4004         formatting.
4005         (Remote Debugging): Add File Transfer section.
4006         (Remote Configuration): Document Host I/O packets.
4007         (GDB/MI): Add GDB/MI File Transfer Commands section.
4008         (Host I/O Packets): New section in "Remote Protocol".
4009         (Packets): Add vFile.
4010
4011 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
4012
4013         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4014         breakpoints with multiple locations.
4015         (Breakpoint Menus): Improve wording.
4016         (Output): Fix last change.
4017
4018 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
4019
4020         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4021
4022 2007-11-15  Doug Evans  <dje@google.com>
4023
4024         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4025
4026 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
4027
4028         * gdbint.texinfo (Native Conditionals): Remove
4029         mention of CLEAR_SOLIB.
4030
4031 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
4032
4033         * gdb.texinfo (Print Settings): Add documentation for "set/show
4034         print frame-arguments".
4035
4036 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
4037
4038         * gdb.texinfo (Output): Update printf command's description.
4039
4040 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
4041
4042         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4043         powerpc soft-float".
4044
4045 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4046
4047         * gdb.texinfo (Files): Correct formatting.  Mention Expat
4048         requirement.
4049         (Requirements for Building GDB): Expand the list of Expat
4050         uses.
4051         (Library List Format, Memory Map Format): Mention Expat.
4052         (Target Descriptions): Update Expat wording.
4053
4054 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4055
4056         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4057         Document that gdbarch_convert_register_p should return zero for no-op
4058         conversions.
4059
4060 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
4061
4062         * gdbint.texi (Compiler Characteristics): Move documentation
4063         of set_gdbarch_sofun_address_maybe_missing back to ...
4064         (Target Conditionals): ... here to fix build break.
4065
4066 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
4067
4068         * gdbint.texi (Target Conditionals): Remove documentation of
4069         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4070         (Compiler Characteristics): ... documentation of
4071         set_gdbarch_sofun_address_maybe_missing.
4072
4073 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
4074
4075         * gdbint.texinfo (Target Conditionals): Use
4076         frame_unwind_register_unsigned in examples instead of
4077         frame_unwind_unsigned_register.
4078
4079 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
4080
4081         * gdb.texinfo (Predefined Target Types): Add int128
4082         and uint128.
4083         (Standard Target Features): Add PowerPC features.
4084
4085 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
4086
4087         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4088
4089 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
4090
4091         * gdbint.texi (Target Conditionals): Remove documentation
4092         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4093         gdbarch_extract_return_value, and gdbarch_store_return_value.
4094
4095 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
4096
4097         * gdbint.texi (Target Conditionals): Remove documentation of
4098         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4099
4100 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
4101
4102         * gdb.texinfo: Mention that inaccessible-by-default is on by
4103         default.
4104
4105 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4106
4107         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4108
4109 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
4110
4111         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4112         multi-threaded watchpoints.
4113         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4114         checked.  Describe sticky notification.  Expand description
4115         of steppable and continuable watchpoints.
4116         (Watchpoints and Threads): New subsection.
4117
4118 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
4119
4120         * gdb.texinfo (Setting Breakpoints): Revise
4121         documentation for pending breakpoints.  Document
4122         breakpoints with multiple locations.
4123
4124 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
4125
4126         * gdb.texinfo (Miscellaneous gdb/mi Commands):
4127         Document -list-features.
4128
4129 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
4130
4131         * gdb.texinfo (Output): Spell out which features of C's printf are
4132         not supported by GDB's printf.
4133         (Separate Debug Files): More accurate wording regarding build ID
4134         and a reference to the ld manual rather than the Fedora wiki.
4135
4136 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
4137             Jim Blandy  <jimb@codesourcery.com>
4138
4139         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
4140         (Examining Memory): Update mentions of the 's' format.
4141         (Automatic Display): Likewise.
4142
4143 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
4144
4145         * gdb.texinfo: Update the FSF's Back-Cover Text.
4146
4147 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4148             Eli Zaretskii  <eliz@gnu.org>
4149
4150         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4151         Fixed the ``build ID'' name.  New binaries build instructions for the
4152         build ID inclusion.  Explain how the commands are specific to the build
4153         ID vs. debug link.
4154
4155 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
4156
4157         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
4158         indexing for ``build ID'' support.
4159
4160 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4161
4162         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4163         Enlisted BUILD ID to the debug file searching example.
4164         Included a BUILD ID `.note.gnu.build-id' section description.
4165         Updated/added the debug files splitting instructions for OBJCOPY.
4166
4167 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
4168
4169         * gdb.texinfo (Variable Objects): Adjust docs
4170         for -var-info-expression and document
4171         -var-info-path-expression.
4172
4173 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
4174
4175         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4176         (title page): Include the dedication in the printed manual, as a
4177         separate page after the copyright notice.
4178
4179         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4180         don't break a @var across a line.
4181
4182 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
4183
4184         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4185         for include files.
4186
4187 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
4188
4189         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
4190         in annotate.texinfo.
4191         (Command History): Link to new node.
4192
4193 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
4194
4195         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4196
4197 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
4198
4199         * gdbint.texinfo (Target Conditionals): Fix last change.
4200
4201 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
4202
4203         * gdb.texinfo: Replace following macros by their appropriate gdbarch
4204         routines:
4205         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4206         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4207         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4208         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4209         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4210         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4211         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4212         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4213         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4214         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4215         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4216         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4217         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4218         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4219         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4220         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4221         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4222         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4223         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4224         (SOFTWARE_SINGLE_STEP_P)
4225
4226         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4227         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4228
4229         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4230         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4231         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4232         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4233         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4234         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4235         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4236         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4237         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4238         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4239
4240         (Converting an existing Target Architecture to Multi-arch): Remove
4241          section.
4242
4243         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4244         (gdbarch_addr_bits_remove): Add code example.
4245
4246         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4247
4248 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
4249
4250         * gdb.texinfo (Remote Configuration): Document library-info-packet.
4251         Add other missing entries.  Adjust the table size to fit.
4252         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
4253         stop reasons including the new "library" event.
4254         (General Query Packets): Adjust table widths for qSupported.  Mention
4255         qXfer:libraries:read reply to qSupported and document the new packet.
4256         (Library List Format): New section.
4257
4258 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4259
4260         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4261
4262 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
4263
4264         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4265
4266 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
4267
4268         * gdbint.texinfo (Register and Memory Data): Break sections
4269         into nodes and add a menu.
4270
4271 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
4272
4273         * gdb.texinfo (Examining Memory): Document the new behaviour.
4274
4275 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
4276
4277         * gdb.texinfo (Standard Target Features): Document
4278         m68k features.
4279
4280 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4281
4282         * gdb.texinfo (General Query Packets): Document qOffsets changes.
4283
4284 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
4285
4286         * gdb.texinfo (Target Description Format): Add version attribute
4287         for <target>.
4288
4289 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
4290
4291         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4292
4293 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
4294
4295         * gdb.texinfo (MIPS Features): New subsection.
4296
4297 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
4298             Markus Deuling  <deuling@de.ibm.com>
4299
4300         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4301         and qXfer:spu:write packets and mention them under qSupported.
4302
4303 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
4304             Markus Deuling  <deuling@de.ibm.com>
4305
4306         * gdb.texinfo (Architectures): Add new SPU section to document
4307         Cell Broadband Engine SPU architecture specific commands.
4308
4309 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
4310
4311         * gdb.texinfo (GDB/MI Variable Objects): Editorial
4312         comments.
4313
4314 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
4315
4316         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4317
4318 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
4319
4320         * gdb.texinfo (Overview): Doc fix.
4321
4322 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
4323
4324         * gdb.texinfo (Remote Configuration): Document "set/show
4325         remoteflow".
4326
4327 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
4328
4329         * gdb.texinfo (MIPS): Remove documentation for set mips
4330         saved-gpreg-size, show mips saved-gpreg-size, and set mips
4331         stack-arg-size.
4332
4333 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
4334
4335         * all-cfg.texi (GDBTUI): New.
4336         * gdb.texinfo (Mode Options): Use GDBTUI variable.
4337         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4338         (TUI Configuration): Edit to improve clarity and fix problems of
4339         both style and content.
4340
4341 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4342
4343         * observer.texi (GDB Observers): New observer "new_objfile".
4344
4345 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
4346
4347         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4348
4349 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
4350
4351         * gdb.texinfo (GDB/MI Variable Objects): Document
4352         frozen variables objects.
4353
4354 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
4355
4356         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4357         (Character Sets, Caching Data of Remote Targets): Likewise.
4358         (Targets): Delete Remote node.  Move its text...
4359         (Debugging Remote Programs): ...to here.  Delete description
4360         of the "remote" command.
4361         (Remote configuration): Delete description of "set remotedevice"
4362         and "show remotedevice".
4363         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4364
4365 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
4366
4367         * gdb.texinfo (Contributors, Continuing and Stepping)
4368         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4369         (General Query Packets, File-I/O Remote Protocol Extension)
4370         (Protocol Basics, The F Reply Packet, Write)
4371         (Protocol-specific Representation of Datatypes, Memory Transfer):
4372         Fix hyphenation, punctuation and grammar problems.
4373         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
4374         'section' instead of 'subsection' in the text.
4375         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4376         (i386): Remove period from section name.
4377         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
4378         (Config Names, Configure Options): Use @file{configure}.
4379
4380 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
4381
4382         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4383         and tab expansion.
4384
4385 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
4386
4387         * gdbint.texinfo (SOM): Correct location of the SOM reader.
4388
4389 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
4390
4391         * gdb.texinfo: Consistently capitalize all significant words in
4392         node names, chapter titles, section titles, and headings.  Update
4393         cross references to match.
4394         (Starting and Stopping Trace Experiment): Make node name plural.
4395         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
4396
4397 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
4398
4399         * gdb.texinfo (WinCE): Delete obsolete subsection.
4400
4401 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
4402
4403         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4404         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4405         references.
4406
4407 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
4408
4409         * gdb.texinfo (Startup): Delete references to some alternate
4410         names for .gdbinit.
4411         (Thread): Remove LynxOS reference.
4412         (Tandem ST2000): Delete target-specific documentation.
4413         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4414         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4415         and GDB_OSABI_LYNXOS.
4416
4417 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
4418
4419         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4420
4421 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
4422
4423         * gdbint.texinfo (Target Conditionals): Remove mention of
4424         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4425         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4426
4427 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
4428
4429         * Makefile.in: Add "pdfdir" installation
4430         directory, PDFTEX macro, support for "install-pdf" target,
4431         and rules for making a pdf version of refcard.texi.
4432         * refcard.tex: Specify paper size for PDF output.
4433
4434 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
4435
4436         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
4437
4438 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
4439
4440         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4441         (Source Path, Character Sets, Macros, Define)
4442         (GDB/MI Result Records, GDB/MI Simple Examples)
4443         (GDB/MI Program Execution, GDB/MI File Commands)
4444         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4445         (Bug Reporting): Use @value{GCC}.
4446
4447 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
4448
4449         * gdb.texinfo (Help): Fix formatting of examples.
4450         (Variables): Use @ifnotinfo instead of @iftex.
4451         (Non-debug DLL symbols): Use @ref instead of @pxref.
4452         (Sparclet File): Use @samp instead of quotes.
4453
4454 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
4455
4456         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4457
4458 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
4459
4460         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4461         the order of the nodes.
4462         (C Operators, C Constants, Debugging C): Remove extra menus.
4463         (Method Names in Commands): Do not specify next/prev/up nodes.
4464
4465 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
4466
4467         * gdb.texinfo (File Options): Add missing parenthesis.
4468         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4469
4470 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
4471
4472         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4473
4474 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
4475
4476         * gdb.texinfo (Standard Target Features): Mention
4477         case insensitivity.
4478         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4479
4480 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
4481
4482         * gdb.texinfo (Top): Put Appendix A after numbered sections.
4483         (Files): Add section name to argument list for pxref.
4484         (Non-debug DLL symbols): Don't use `see' for pxref.
4485         (Embedded Processors): Fix typo.
4486         (GDB/MI Breakpoint Commands): Execution commands generate
4487         *stopped not ^done.
4488
4489 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
4490
4491         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4492         values for in_scope.  Mention that only root variables can be
4493         updated.
4494         (GDB/MI Development and Front Ends): Explain new values may be
4495         added to existing fields.
4496
4497 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
4498
4499         * gdb.texinfo (-target-disconnect): Use @smallexample.
4500         (Requirements): Add anchor for Expat.  Update description.
4501         (Target Descriptions): Mention Expat.
4502         (Target Description Format): Document new elements.  Use
4503         @smallexample.
4504         (Predefined Target Types, Standard Target Features): New sections.
4505         * gdbint.texinfo (Target Descriptions): New section.
4506
4507 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
4508
4509         * gdb.texinfo (Target Description Format): Add section on XInclude.
4510
4511 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
4512
4513         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4514         command -enable-timings.
4515
4516 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
4517
4518         * gdbint.texinfo (Operation System ABI Variant Handling): Update
4519         descriptions for new/deleted elements in gdb_osabi.  Add missing
4520         description for function generic_elf_osabi_sniff_abi_tag_sections.
4521
4522 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
4523
4524         * gdb.texinfo (Maintenance Commands): Add documentation for
4525         the new "maint print target-stack" command.
4526
4527 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
4528             Eli Zaretskii  <eliz@gnu.org>
4529
4530         * gdb.texinfo: Describe CHAR array vs. string identification rules.
4531
4532 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4533
4534         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4535         Use @value{NGCC} instead of @value{GCC}.
4536
4537 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
4538
4539         * agentexpr.texi: Fix typos.
4540         * annotate.texinfo: Likewise.
4541         * gdb.texinfo: Likewise.
4542         * gdbint.texinfo: Likewise.
4543         * observer.texi: Likewise.
4544         * stabs.texinfo: Likewise.
4545
4546 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
4547
4548         * gdbint.texinfo (Support Libraries): Remove mmalloc
4549         entry.  Describe readline library.
4550
4551 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
4552
4553         * gdb.texinfo (Target Descriptions): New section.
4554         (General Query Packets): Add QPassSignals anchor.  Mention
4555         qXfer:features:read under qSupported.  Expand mentions of
4556         qXfer:memory-map:read and QPassSignals.  Document
4557         qXfer:features:read.
4558
4559 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
4560
4561         * gdb.texinfo (Commands to specify files): Describe
4562         "set sysroot" and "show sysroot".
4563         (Using the `gdbserver' program): Lowercase argument
4564         to @var.  Expand description of setting up GDB on the
4565         host.
4566
4567 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
4568
4569         * gdb.texinfo (Set Catchpoints): Add documentation for the new
4570         catch exception, catch exception unhandled, and catch assert
4571         commands.
4572
4573 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4574
4575         * gdb.texinfo (Debugging Output): Document "set debug xml"
4576         and "show debug xml".
4577
4578 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
4579
4580         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4581
4582 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
4583
4584         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4585
4586 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
4587
4588         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4589         note in @ignore, to be removed later if nobody complains.
4590
4591 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
4592
4593         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4594         of -var-delete.
4595
4596 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
4597
4598         * gdb.texinfo (Setting breakpoints): Document
4599         automatic software/hardware breakpoint usage and
4600         the "set breakpoint auto-hw" command.
4601
4602 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
4603
4604         * gdb.texinfo (Memory Access Checking): New.
4605
4606 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
4607
4608         * gdb.texinfo (Remote configuration): Mention
4609         "pass-signals-packet".
4610         (General Query Packets): Document QPassSignals.  Fix
4611         a typo.
4612
4613 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
4614
4615         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4616
4617 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
4618
4619         * gdb.texinfo (Remote configuration): Rewrite documentation for
4620         packet configuration commands.
4621         (OS Information): Adjust reference to qXfer:auxv:read.
4622         (General Query Packets): Remove references to read-aux-vector-packet
4623         and set remote get-thread-local-storage-address.
4624
4625 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
4626
4627         * gdbint.texinfo (Target Architecture Definition): Add new
4628         Initializing a New Architecture section.
4629
4630 2006-10-31  David Taylor  <dtaylor@emc.com>
4631
4632         * stabs.texinfo (Macro define and undefine): New node describing
4633         stabs for #define and #undef.
4634
4635 2006-10-27  Andreas Schwab  <schwab@suse.de>
4636
4637         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4638
4639 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
4640
4641         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4642         clarify on the possible meanings of ``expression'' watched by
4643         watchpoints.  Add indexing.
4644         (Prompting, Errors, Invalidation, Annotations for Running)
4645         (Source Annotations): Fix index entries by adding "annotation" to
4646         them, to discriminate from index entries that point to the more
4647         general topic descriptions.
4648
4649 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
4650
4651         * gdbint.texinfo (Target Vector Definition): Move most
4652         content into Existing Targets.  Add a menu.
4653         (Existing Targets): New section, moved from Target Vector
4654         Definition.  Use @subsection.
4655         (Managing Execution State): New section.
4656
4657 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
4658
4659         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4660
4661 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
4662
4663         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4664         (Command Syntax, Signals, Backtrace, Connecting)
4665         (Remote configuration, Renesas Boards, Console I/O): Fix last
4666         change: use Ctrl- instead of C-, except wrt Emacs.
4667         (File-I/O Examples): Put Ctrl-c in @kbd.
4668         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4669         (Console I/O): Use @samp with Ctrl-.
4670         (Signals, Set Breaks, Set Watchpoints): Document optional
4671         arguments to `info signals'  `handle', `info breakpoints', and
4672         `info watchpoints'.
4673
4674 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
4675
4676         * gdb.texinfo (Backtrace): Fix last change.
4677
4678 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
4679
4680         * gdb.texinfo (Backtrace): Order correctly and add other cases.
4681
4682 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
4683
4684         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4685         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4686         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
4687
4688 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
4689             Daniel Jacobowitz  <dan@codesourcery.com>
4690
4691         * gdb.texinfo (Packets): Document vFlashErase,
4692         vFlashWrite and vFlashDone packets.
4693         (General Query Packets): Document qXfer:memory-map:read.
4694         Add a new feature for qXfer:memory-map:read.
4695         (Memory map format): New section.
4696         (Target Commands): Mention that gdb can write flash.
4697
4698 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
4699             Daniel Jacobowitz  <dan@codesourcery.com>
4700
4701         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4702         memory regions and "mem auto".
4703
4704 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
4705
4706         * gdbint.texinfo (Array Containers): New section.
4707
4708 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
4709
4710         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4711         -stack-list-arguments HIGH_FRAME argument can be larger then the
4712         actual number of frames.
4713
4714 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
4715
4716         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4717         -stack-list-locals HIGH_FRAME argument can be larger then the
4718         actual number of frames.
4719
4720 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
4721
4722         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4723         Register Packet Format, Tracepoint Packets): Fix spelling errors.
4724
4725 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4726
4727         * gdbint.texinfo (Overall Structure): New section "Source Tree
4728         Structure".
4729
4730 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
4731
4732         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4733         responses.
4734
4735 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
4736
4737         * gdb.texinfo (Source Path): Add documentation for new
4738         substitute-path commands.
4739
4740 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
4741
4742         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
4743         (Running Configure): ...here.
4744         (Requirements): New node.  Mention expat.
4745
4746 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
4747
4748         * gdb.texinfo (Target Commands): Remove
4749         'set download-write-size' and 'show download-write-size'.
4750
4751 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
4752
4753         * stabs.texinfo (Member Type Descriptor): Correct example for
4754         pointer to member types.
4755
4756 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
4757
4758         * gdb.texinfo (Optional warnings and messages): Add
4759         'set/show trace-commands'.
4760         (Command files): Add '-v' to source command.
4761
4762 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
4763
4764         * gdb.texinfo (OS Information): Update qPart reference to
4765         qXfer.
4766         (Remote configuration): Likewise.
4767         (Overview): Move @cindex to the start of a paragraph.  Talk
4768         about binary data encoding.
4769         (Packets): Refer to the overview for the details of the X
4770         packet encoding.
4771         (General Query Packets): Remove qPart description.  Add qXfer
4772         description.  Add an anchor to qSupported.  Correct feature
4773         table title.  Add a new feature for qXfer:auxv:read.
4774         (Interrupts): Add a missing parenthesis.
4775
4776 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
4777
4778         * gdb.texinfo (KOD): Remove node.
4779         (GDB/MI Kod Commands): Remove commented out node.
4780
4781 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
4782
4783         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4784         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4785         (GDB/MI Thread Commands, GDB/MI Program Execution)
4786         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4787         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4788         (GDB/MI File Commands, GDB/MI Target Manipulation)
4789         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4790         since the MI prompt is hard-wired into the code.
4791
4792 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
4793
4794         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4795         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4796         (GDB/MI Data Manipulation): Remove description of unimplemented
4797         display related commands as variable objects perform this function
4798         and are superior: -display-delete, -display-disable,
4799         -display-enable, -display-insert and -display-list.  Move
4800         -environment-cd, -environment-directory, -environment-path
4801         and -environment-pwd to "Program Context".
4802         (GDB/MI Program Control): Rename to "Program Execution".  Move
4803         -exec-arguments -exec-abort to...
4804         (GDB/MI Program Context): ...here.  New node split from "Data
4805          Manipulation".
4806
4807 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
4808
4809         * gdb.texinfo (Remote configuration): Document set / show
4810         remote supported-packets.
4811         (General Query Packets): Document qSupported packet.
4812
4813 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
4814
4815         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4816         and font markup.
4817         (Protocol basics): Likewise.
4818         (The F request packet): Likewise.
4819         (The F reply packet): Likewise.
4820         (Memory transfer): Move this node to be a subsubsection of
4821         "Protocol specific representation of datatypes".
4822         (The Ctrl-C message): More copy editing.
4823         (Console I/O): Likewise.
4824         (The isatty call): Delete this node, and merge its content into
4825         the "isatty" node.  Fixed references elsewhere.
4826         (The system call): Delete this node, and merge its content into
4827         the "system" node.  Fixed references elsewhere.
4828         (open): Reformat to use @table, and add appropriate font markup.
4829         (close): Likewise.
4830         (read): Likewise.
4831         (write): Likewise.
4832         (lseek): Likewise.
4833         (rename): Likewise.
4834         (unlink): Likewise.
4835         (stat/fstat): Likewise.
4836         (gettimeofday): Likewise.
4837         (isatty): Likewise.
4838         (system): Likewise, plus minor changes to fix confusing wording.
4839         (Integral datatypes): Fix font markup.
4840         (Pointer values): Likewise.
4841         (struct stat): Fix markup to use @table, plus minor copy editing.
4842         (struct timeval): Fix font markup, plus minor copy editing.
4843         (Constants): Minor copy editing.
4844         (Errno values): Add font markup.
4845         (File-I/O Examples): Likewise.
4846
4847 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
4848
4849         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4850         (GDB/MI Simple Examples): Move node up one level.  Use real
4851         examples.
4852         (GDB/MI Compatibility with CLI): Update.
4853         (GDB/MI Result Records): Add "connected" and "exit" result
4854         classes.
4855         (GDB/MI Stream Records): Clarify target output.
4856         (GDB/MI Command Description Format): Modify example description.
4857         (GDB/MI Breakpoint Table Commands): Rename to...
4858         (GDB/MI Breakpoint Commands): ...this
4859         (GDB/MI Breakpoint Commands): Add optional thread field.
4860         (GDB/MI Program Control): Add an introduction.  Move "Program
4861         termination" examples into exec-run description.
4862         (GDB/MI File Commands): Mention similar CLI commands.
4863         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
4864         is similar to "-gdb-version".
4865
4866 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
4867
4868         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4869
4870 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
4871
4872         * gdb.texinfo (GDB/MI Development and Front Ends): Use
4873         sourceware.org for mailing lists.
4874         (GDB/MI File Commands): New node split from Program Control.
4875
4876 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
4877
4878         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
4879
4880 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
4881
4882         * gdb.texinfo (Cygwin Native): Fix last change.
4883
4884 2006-05-22  Christopher Faylor  <cgf@timesys.com>
4885
4886         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4887
4888 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
4889
4890         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4891         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4892
4893 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
4894
4895         * gdb.texinfo (General Query Packets): Recommend not starting
4896         new packets with qC and clarify.
4897
4898 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
4899
4900         * gdb.texinfo (M2 Types): New section.
4901
4902 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
4903
4904         * agentexpr.texi: Add a copyright and license notice.
4905         * observer.texi: Likewise, with GPL clause for function prototypes.
4906         Remove trailing whitespace.
4907
4908 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
4909
4910         * gdb.texinfo (General Query Packets): Document conventions for
4911         terminating packet names, and their violations.
4912
4913 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
4914
4915         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4916         * gdb.texinfo: Likewise.
4917
4918 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
4919
4920         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4921         and "show remotedebug".
4922         (Debugging Output): Add additional index entries.
4923
4924 2006-04-27  Michael Snyder  <msnyder@redhat.com>
4925
4926         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4927
4928 2006-04-22  Andrew Cagney  <cagney@redhat.com>
4929
4930         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4931         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4932
4933 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
4934
4935         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4936         and remove breakpoint prototypes.
4937         (Watchpoints): Move description of target_insert_hw_breakpoint and
4938         target_remove_hw_breakpoint ...
4939         (Breakpoints): ... to here.  Document target_insert_breakpoint and
4940         target_remove_breakpoint.
4941
4942 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
4943
4944         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4945         and C packets are optional.
4946
4947 2006-04-14  Frederic Riss  <frederic.riss@st.com>
4948
4949         * gdb.texinfo (Specifying source directories): Update the description
4950         of the source file search to reflect the fact that the source path
4951         always contains at least $cdir and $cwd.
4952
4953 2006-03-31  Michael Snyder  <msnyder@redhat.com>
4954
4955         * gdb.texinfo: Update copyright dates.
4956
4957 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
4958
4959         * gdb.texinfo (Overview): Add an index entry to "empty response".
4960
4961 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
4962
4963         * gdbint.texinfo (Prologue Analysis): New section.
4964
4965 2006-03-07  Jim Blandy  <jimb@red-bean.com>
4966
4967         * gdb.texinfo (Connecting): Document 'target remote pipe'.
4968
4969         * gdb.texinfo (Target Commands): Update text describing how to
4970         specify a target.  Refer to the detailed section on remote
4971         debugging, not the brief mention.
4972
4973         * gdb.texinfo (Connecting): Organize the different 'target remote'
4974         connection methods into a table.  Add a 'target remote' index
4975         entry. (!!!)
4976
4977 2006-02-17  Fred Fish  <fnf@specifix.com>
4978
4979         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4980         'ptype' commands to reflect the fact that the only significant
4981         difference between them is that ptype prints the complete type
4982         description instead of just the name.
4983
4984 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
4985
4986         * gdbint.texinfo (Watchpoints): Delete
4987         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4988
4989 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
4990
4991         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4992         times fields where needed.  Fix typos.  Update general form given
4993         for output of -break-insert.
4994         (GDB/MI): Abbreviate some unnecessarily long fullnames.
4995
4996 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
4997
4998         * gdbint.texinfo (Symbol Handling): Add a section
4999         on memory management.
5000
5001 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
5002
5003         * gdb.texinfo (Breakpoint table commands): Document the fullname
5004         field in -break-list output.
5005
5006 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
5007
5008         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
5009         debugging information produced by the various "set debug..."
5010         options.
5011
5012 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5013
5014         * gdb.texinfo (Files): Remove obsolete bits from the description
5015         of "symbol-file".
5016
5017 2006-01-25  Jim Blandy  <jimb@redhat.com>
5018
5019         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5020
5021 2006-01-24  Jim Blandy  <jimb@redhat.com>
5022
5023         * gdbint.texinfo (Frames): Document the basics of GDB's register
5024         unwinding model, and explain the existence of the "sentinel" frame.
5025
5026 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
5027
5028         * gdb.texinfo (Choosing files): Mention that -directory is used
5029         for script files.
5030         (Specifying source directories): Likewise.
5031         (Command files): Explain how script files are found.
5032
5033 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
5034
5035         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5036         the threads in a multi-threaded program.
5037         (Threads): The threadno argument of "thread apply" can be a range
5038         of numbers.
5039
5040 2006-01-18  Jim Blandy  <jimb@redhat.com>
5041
5042         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5043         of warning flags.
5044
5045 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
5046
5047         * gdb.texinfo (Sequences): Improve menu annotations.
5048         (Define): Add index entries for arguments of user-defined
5049         commands.  Move the description of flow-control commands...
5050         (Command Files): ...to here.  Document loop_break and
5051         loop_continue.
5052         (Define, Command Files): Document `end' and add index entries for
5053         it.
5054
5055 2006-01-04  Michael Snyder  <msnyder@redhat.com>
5056
5057         * gdb.texinfo: Add documentation for linux-fork.
5058         * gdbint.texinfo: Add internal documentation for checkpoints.
5059
5060 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
5061
5062         * gdb.texinfo (Omissions from Ada): Document that there is now
5063         limited aggregate support.
5064
5065 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
5066
5067         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5068         registers and the likes.
5069
5070 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
5071
5072         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5073         (Symbols): Fix usage of "e.g.".
5074         (Memory Region Attributes): Fix usage of "etc."
5075
5076         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5077         (Coding): Fix usage of "e.g.".
5078
5079 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
5080
5081         * stabs.texinfo:
5082         * refcard.tex:
5083         * gpl.texi:
5084         * gdbint.texinfo:
5085         * gdb.texinfo:
5086         * gdb-cfg.texi:
5087         * fdl.texi:
5088         * annotate.texinfo:
5089         * all-cfg.texi:
5090         * Makefile.in: Add (C) after Copyright.  Update the FSF
5091         address.
5092
5093 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5094
5095         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5096         extend GDB with commands for external monitor.
5097
5098 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
5099
5100         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5101
5102 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
5103
5104         * gdbint.texinfo (Start of New Year Procedure): New chapter.
5105
5106 2005-11-21  Jim Blandy  <jimb@redhat.com>
5107
5108         * gdb.texinfo (Tracepoint Packets): Document restrictions on
5109         placement of 'R' actions in tracepoint action packets; document
5110         dependence of 'X' and 'M' actions on a preceding 'R' action for
5111         their registers.
5112
5113 2005-11-19  Jim Blandy  <jimb@redhat.com>
5114
5115         * gdb.texinfo (Tracepoint Packets): New node.
5116         (General Query Packets): Add entries for the tracepoint packets,
5117         referring to the "Tracepoint Packets" node.
5118         (Tracepoints): Add reference to "Tracepoint Packets".
5119
5120 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
5121
5122         * gdb.texinfo (set remotebreak): Add anchor.
5123         (X packet): Likewise.
5124         (Remote Protocol): Add new section `Interrupts' and new index
5125         entry `interrupts (remote protocol)'.
5126
5127 2005-11-18  Jim Blandy  <jimb@redhat.com>
5128
5129         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5130         entries into the General Query Packets section.  Add a
5131         cross-reference to that section.  Drop description of replies, as
5132         these are covered in the descriptions of each packet.
5133         (General Query Packets): Add introductory text.  Explain naming
5134         conventions, and how the end of a name is recognized.
5135
5136 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
5137
5138         * gdb.texinfo (Remote configuration): Fix typo in description of
5139         "set remotebreak" command.
5140
5141 2005-11-16  Jim Blandy  <jimb@redhat.com>
5142
5143         * gdb.texinfo (Packets, Stop Reply Packets)
5144         (General Query Packets): Various formatting cleanups.
5145         - Use @samp for packet contents.
5146         - Drop summaries from packet @item lines; the same information appears
5147           immediately below in the description.
5148         - Delete paragraph breaks after packet @item commands, so that the
5149           description appears directly to the right of the packet prototype
5150           in the printed manual, if it fits.
5151         - Place spaces in packet prototypes between @vars and non-@var
5152           letters, and explain that they're just for formatting.
5153         - Use @dots{} instead of '...'.
5154         - Fix uses of @code where @var was needed.
5155         - Replace "deprecated" markers with English text spelling out the
5156           packet's status and the preferred alternatives.
5157         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5158           what this ever meant.
5159         - Remove "(draft)" markers on 'i' packets; nobody has commented on
5160           this for a long time.
5161         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5162           implemented several times, and have been in use for years.
5163
5164 2005-11-15  Jim Blandy  <jimb@redhat.com>
5165
5166         * gdb.texinfo (Packets): Add index entries for 'm' packet
5167         disclaimers.
5168
5169         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5170         of stub when processing an 'm' packet.
5171
5172         * gdb.texinfo (Packets): Mention that packets beginning with
5173         letters are reserved once, at the top, instead of actually listing
5174         them all and saying "reserved".
5175
5176 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
5177
5178         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5179         Change @var{$arg0 to @code{$arg0.
5180
5181 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
5182
5183         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5184
5185 2005-11-12  Jim Blandy  <jimb@redhat.com>
5186
5187         * gdb.texinfo (General Query Packets): Put packets in alphabetical
5188         order.  Remove extraneous 'z'.
5189
5190 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
5191
5192         * gdb.texinfo (Choosing files): Add --eval-command.
5193
5194 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
5195
5196         * gdb.texinfo (Choosing modes): Add --return-child-result.
5197
5198
5199 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
5200
5201         * gdb.texinfo (Choosing modes): Add --batch-silent.
5202
5203 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
5204
5205         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5206         "The -var-update Command".
5207
5208 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
5209
5210         * gdb.texinfo (Print Settings): Add documentation for set/show
5211         print array-indexes.
5212
5213 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
5214
5215         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5216         6.2 and 6.3.
5217
5218 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
5219
5220         * gdb.texinfo (File Options): Don't document --mapped, it's gone
5221         since 19-Jan-2004.
5222         (Files): Likewise.
5223         (Variables, Symbols): Document the "<incomplete type>" message and
5224         its reasons.
5225
5226 2005-08-01  Fred Fish  <fnf@specifix.com>
5227
5228         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5229
5230 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
5231
5232         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5233         option for -var-list-children and -var-update.
5234         (GDB/MI Stack Manipulation): Simplify description of
5235         print-values option for -stack-list-locals.
5236         (GDB/MI Command Description Format): Clarify.
5237         (Mode Options): Spelling of superseded.
5238
5239 2005-07-12  Bob Rossi  <bob@brasko.net>
5240
5241         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5242         corresponding GDB command comment.
5243
5244 2005-07-06  Bob Rossi  <bob@brasko.net>
5245
5246         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5247         and -inferior-tty-show.
5248         (Input/Output): Document "set/show inferior-tty" and tty alias.
5249
5250 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
5251
5252         * gdb.texinfo (Packets): Change description of 'D' packet to note
5253         that GDB does wait for a response.
5254
5255 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
5256
5257         * gdb.texinfo (History) Rename "Command History".
5258         (Command History): Move node "Server Prefix" from section on
5259         Annotations here.
5260
5261 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
5262
5263         * gdb.texinfo (GDB/MI Stack Manipulation):
5264         Re-instate -stack-info-frame with example.  Say that it gets
5265         info on selected frame, not current frame.
5266
5267 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
5268
5269         * gdb.texinfo (Server): Clarify that `file' should be used before
5270         connecting to the server.
5271         (Files): Add an xref to the above description.
5272         (Output Formats): More detailed description of the `c' format.
5273         (Memory): List explicitly all the formats supported by `x'.
5274         (Threads): Add an @cindex entry for "thread apply".
5275         (Files): Document the possibility of loading unlinked object
5276         files.  Add more indexing for solib-absolute-prefix and
5277         --with-sysroot.
5278         (Machine Code): Document possible problems with locations in
5279         shared libraries.
5280         (Backtrace): Document that free-standing environments do not need
5281         to have a `main' function.
5282
5283 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
5284
5285         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5286         -stack-info-frame.
5287
5288 2005-06-07  Andrew Cagney  <cagney@gnu.org>
5289
5290         * gdb.texinfo (Contributors): Note the original multi-arch
5291         contributors.
5292
5293 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
5294
5295         * gdb.texinfo (Registers): Add index entries for the standard
5296         registers.
5297         (Frames): Add cross-reference from frame pointer description to
5298         the Registers node.
5299         (Annotations Overview): Fix the reference to GDB name.
5300
5301 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
5302
5303         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5304         can-use-hw-watchpoints.
5305
5306 2005-05-28  Bob Rossi  <bob@brasko.net>
5307
5308         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5309         the possible reasons why an exec async record would be returned to FE.
5310
5311 2005-05-26  Andrew Cagney  <cagney@gnu.org>
5312
5313         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5314         Andrew Cagney implemented the original GDB/MI.
5315
5316 2005-05-23  Orjan Friberg  <orjanf@axis.com>
5317
5318         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5319         documentation.  Add documentation for cris-mode.
5320
5321 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
5322
5323         * gdb.texinfo (Numbers): Explain the example and make the wording
5324         more acurate.
5325
5326 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
5327             Dennis Brueni  <dennis@slickedit.com>
5328
5329         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5330         (GDB/MI Data Manipulation, GDB/MI Program Control)
5331         (GDB/MI Stack Manipulation): Update examples to include the fullname
5332         attribute in stack frames.
5333
5334 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
5335
5336         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
5337         do with other non-standard names of init files.
5338
5339 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
5340
5341         * gdb.texinfo (Command Files): Move the description of the startup
5342         from here...
5343         (Startup): ...to this new subsection of the Invocation chapter.
5344         Rearrange the description of init files more logically and add a
5345         cross-reference to "Command Files".  Document the special gdbinit
5346         name for CISCO 68k.  Expand the description of what GDB does
5347         during startup.
5348         (History): Add index entry for HISTSIZE.
5349
5350 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
5351
5352         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5353
5354 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
5355
5356         * gdb.texinfo (SVR4 Process Information, The isatty call)
5357         (The system call): Don't use foo(N) notation for man pages and
5358         functions.
5359         (Compilation, DJGPP Native): Improve wording.
5360
5361 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
5362
5363         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5364         were optimized away.
5365
5366 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
5367
5368         * gdb.texinfo (Remote configuration): Document "set/show
5369         get-thread-local-storage-address".  Add cross-reference to the
5370         description of the qGetTLSAddr packet.
5371         (General Query Packets): Mention "set remote
5372         get-thread-local-storage-address" and add a reference to its
5373         description.
5374
5375 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
5376
5377         * gdb.texinfo (Backtrace): Describe 'bt full'.
5378
5379 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
5380
5381         * gdb.texinfo (Mode Options): Fix typo.
5382         (GDB/MI): Describe how to invoke GDB/MI.
5383
5384 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
5385
5386         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
5387         references changed.  Add description of "info udot".
5388         (Files): Document "set/show stop-on-solib-events".
5389         (M32R/D): Document "set/show download-path", "set/show
5390         board-address", "set/show server-address", "upload", "tload".
5391         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5392         "use_mon_code", "use_ib_break", "use_dbt_break".
5393         (Maintenance Commands): Improve indexing.
5394         (Target Commands): Document "set/show hash", "set/show debug
5395         monitor".
5396         (SVR4 Process Information): Document "info pidlist" and "info
5397         meminfo".  Document "set/show procfs-tarce" and "set/show
5398         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
5399         (Symbols, The Print Command with Objective-C): Improve indexing.
5400         (Objective-C): Add references to "info classes" and "info
5401         selectors".
5402         (Debugging Output): Improve wording.  Document "set/show debug
5403         solib-frv".  Fix "set/show debugvarobj".
5404         (Set Breaks): Add index entry for "hardware breakpoints".
5405         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5406         and "set/show usehardbreakpoints".
5407         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5408         monitor-prompt", "set/show monitor-warnings", "pmon".
5409         (ARM): Document "rdilogfile", "rdilogenable", "set/show
5410         rdiromatzero", "set/show rdiheartbeat".
5411         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5412         "sds".
5413         (Embedded Processors): Document the "sim" command.
5414         (Remote): Document the "remote" command.
5415         (DJGPP Native): Document the "info serial" command.
5416         (Threads): Document "maint info sol-threads".
5417         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5418         (Set Breaks): Improve indexing.
5419         (Command Syntax): Add a reference to dont-repeat.
5420         (Define): Document "dont-repeat".
5421         (TUI Commands): Document "tabset".
5422         (WinCE): New subsection.  Document "set/show remotedirectory",
5423         "set/show remoteupload", "set/show remoteaddhost".
5424
5425 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
5426
5427         * gdb.texinfo (Hurd Native): New subsection, documents
5428         Hurd-specific commands.
5429         (Maintenance Commands): Add cross-reference to "Debugging Output".
5430         (Debugging Output): Document "set/show debug lin-lwp".
5431         (MIPS): Improve documentation of heuristic-fence-post.  Document
5432         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5433         mips stack-arg-size", "set/show mips mask-address", "set/show mips
5434         remote-mips64-transfers-32bit-regs", "set/show debug mips".
5435         (ARM): Document ARM-specific commands.
5436         (AVR): New section.  Document "info io_registers".
5437         (CRIS): New section.  Document "set/show cris-version" and
5438         "set/show cris-dwarf2-cfi".
5439         (HPPA): New section.  Document "set/show debug hppa" and "maint
5440         print unwind".
5441         (Neutrino): New subsection.  Document "set/show debug nto-debug".
5442         (Super-H): New section.  Document the "regs" command.
5443         (Debugging Output): Document "set/show debug aix-thread".
5444
5445 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
5446
5447         * gdb.texinfo (Print Settings): Document "set/show print
5448         pascal_static-members", "set print repeats", "show print
5449         null-stop".  Improve indexing.  Fix documentation of "set print
5450         union".
5451         (Pascal): New section.
5452         (Supported languages): Rename from "Support"; all references
5453         updated.  Add a menu item for Pascal.
5454         (Numbers): Document "set radix.
5455         (Screen Size): Document "set/show pagination".
5456         (MIPS Embedded): Remove "set processor" documentation.
5457         (Remote configuration): Document "set/show X/P/Z-packet",
5458         "set/show read-aux-vector-packet", "set/show remote
5459         symbol-lookup-packet", "set/show remote verbose-resume-packet",
5460         "set/show remoteaddresssize", "set/show remotebaud", "set/show
5461         remotedebug", "set/show remotebreak", "set/show remotedevice",
5462         "set/show remotelogfile".
5463         (Auxiliary Vector): Add reference to the description of the
5464         read-aux-vector-packet setting.
5465         (Set Watchpoints): Add a cross-reference to "set remote
5466         hardware-breakpoint-limit".
5467         (General Query Packets): Add indexing of requests and
5468         cross-references to related commands in "Remote configuration".
5469         (File-I/O Overview, The system call): Fix wording and typos.
5470         (Thread Stops): Add index entries.
5471         (Continuing and Stepping): Document "show step-mode".
5472         (i386): New node.  Document "set/show struct-convention".
5473         (Files): Document "show trust-readonly-sections".
5474         (Calling): Document "set/show unwindonsignal".
5475         (Messages/Warnings): Add index entries.
5476         (Maintenance Commands): Document "set/show watchdog".
5477         (Annotations Overview): Document "show annotate".
5478         (Set Watchpoints): Add index entries.
5479         (Symbols): Fix doc of case-sensitive.
5480         (ABI): Document "show coerce-float-to-double".
5481         (Convenience Vars, Help): Improve indexing.
5482         (Machine Code): Document "show disassembly-flavor".
5483         (Debugging C plus plus): Document "show overload-resolution".
5484         (Value History, Signaling): Add index entries.
5485
5486 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
5487
5488         * gdb.texinfo (Show): Move @kindex entries to their proper places.
5489         (Processes): Fix wording.
5490         (History, List, Logging output, Define, Symbols, Print Settings):
5491         Improve indexing.
5492
5493 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
5494
5495         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
5496         redundant index entry for "target" command.
5497         (Backtrace): Add index entries.
5498         (Symbols, Fortran): Document the "set case-sensitive" command.
5499         (DJGPP Native): Document "set com1base", "set com1irq", etc.
5500         (Print Settings): Add index entry for "set demangle-style".
5501         (Target Commands): Document "set download-write-size".
5502         (Debugging Output): Document "set exec-done-display".
5503
5504 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
5505
5506         * gdb.texinfo (Files): Fix the name and documentation of
5507         add-shared-symbol-files.  Document its alias assf.  Update the
5508         list of OSs where GDB supports shared libraries.  Fix markup.
5509         (Continuing and Stepping): Add reference to @var{location} in the
5510         text.
5511         (Dump/Restore Files): Fix reference to @{filename}.
5512         (Help): Fix wording.
5513         (Attach): Ditto.
5514         (Set Watchpoints): Ditto.
5515         (Backtrace): Remove redundant index entries.  Improve index
5516         entries.
5517         (Delete Breaks): Fix wording.
5518         (Memory): Document the compare-sections command.
5519         (Memory Region Attributes): Improve wording.
5520         (Disabling): Improve wording.
5521         (Fortran): New subsection.  Document the "info common" command.
5522         (Help): Document aliases "info copying" and "info warranty".
5523         (Caching Remote Data): New section.  Document the "set/show
5524         remotecache" and "info dcache" commands.
5525         (Show): Fix wording of the documentation of the "set
5526         extension-language" command.
5527         (Signals): Add index entry for "info handle".
5528         (Memory Region Attributes): Fix punctuation.
5529         (Symbols): Change the arg name to "location" and refer to it in
5530         the text.  Fix wording of "info types" doc.
5531         (Threads): Fix usage of @enumerate @item's.
5532         (Listing Tracepoints): Add index entry for "info tp".
5533         (Set Watchpoints): Add xref to "info break" description.
5534         (Macros): Add an index entry for "macro exp1".  Document the
5535         "macro list" command.
5536         (Maintenance Commands): Document "flushregs", "maint agent",
5537         "maint check-symtabs", "maint cplus", "maint demangle", "maint
5538         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5539         "maint print architecture", "maint print objfiles", "maint print
5540         statistics", "maint print type", "maint show-debug-regs", "maint
5541         space", "maint time", and "maint translate-address".
5542         (Connecting): Document the "monitor" command.
5543         (Annotations Overview): Describe the "set annotate" command.
5544
5545 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
5546
5547         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5548         Rearrange index entries and improve wording about support for
5549         hardware watchpoints.
5550
5551 2005-03-10  Bob Rossi  <bob@brasko.net>
5552
5553         * gdb.texinfo: Update copyright
5554
5555 2005-02-09  Theodore A. Roth  <troth@openavr.org>
5556
5557         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5558         error.
5559
5560 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
5561
5562         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5563
5564 2005-01-17  Michael Snyder  <msnyder@redhat.com>
5565
5566         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
5567
5568 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
5569
5570         * observer.texi (GDB Observers): Document "solib_loaded".
5571
5572 2005-01-07  Andrew Cagney  <cagney@gnu.org>
5573
5574         * configure.ac: Rename configure.in, require autoconf 2.59.
5575         * configure: Re-generate.
5576
5577         * configure.in: Replace configdirs with multiple references to
5578         AC_CONFIG_SUBDIRS.
5579         * configure: Re-generate.
5580
5581 2005-01-04  Andrew Cagney  <cagney@gnu.org>
5582
5583         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5584         part of the version number.
5585
5586 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
5587
5588         * gdbint.texinfo (Algorithms): Remove description of
5589         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5590
5591 2004-12-07  Jim Blandy  <jimb@redhat.com>
5592
5593         * gdb.texinfo (General Query Packets): Specify that thread ID's in
5594         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5595         numbers.
5596
5597 2004-12-07  Andreas Schwab  <schwab@suse.de>
5598
5599         * gdb.texinfo (Mode Options): Document -l option.
5600
5601 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
5602
5603         * gdbint.texinfo (Algorithms): More accurate description of
5604         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
5605         is not needed unless data-read and data-access watchpoints are
5606         supported.  Add a description of how GDB checks whether the
5607         inferior stopped because a watchpoint was hit.
5608
5609 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
5610
5611         * gdb.texinfo (Files): Add cross-reference to description of
5612         -readnow command-line switch.
5613
5614 2004-11-10  Randolph Chung  <tausq@debian.org>
5615
5616         * gdb.texinfo: Document set/show backtrace past-entry commands.
5617         Rearrange index entries for set/show backtrace past-main.
5618
5619 2004-11-10  Jon Beniston <jon@beniston.com>
5620
5621         Committed by Andrew Cagney  <cagney@gnu.org>.
5622         * gdb.texinfo (Remote Serial Protocol): Further describe
5623         binary transfer escaping mechanism .
5624
5625 2004-11-08  Randolph Chung  <tausq@debian.org>
5626
5627         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5628         and "show debug infrun".  Add index entries.
5629
5630 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
5631
5632         * gdb.texinfo (SVR4 Process Information): Document subcommands of
5633         "info proc" that are already implemented.  Add index entries.
5634         (Working Directory): Add a cross-reference to "info proc" command.
5635         (Files): Add a tip for decreasing memory used for symtabs from
5636         shared libraries.
5637         (Starting): Fix whitespace; make "elaboration" stand out where it
5638         is first used, and add an index entry for the term.
5639         (Calling): Expand and elaborate text.  Add "print".  Add the
5640         description of problems with weak aliases.
5641         (Core File Generation): New section.
5642
5643 2004-10-12  Andrew Cagney  <cagney@gnu.org>
5644
5645         * gdbint.texinfo (Versions and Branches): New chapter.
5646         (Releasing GDB): Delete "Versions and Branches" section.
5647         (Top): Add "Versions and Branches".
5648
5649 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
5650
5651         * gdb.texinfo (Editing, History): Add cross-references to the
5652         included Readline and History user documentation.  Remove
5653         references to the symbol have-readline-appendices which is unused
5654         and undefined.
5655         (History): Fix indexing.
5656
5657 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
5658
5659         * gdbint.texinfo (target_stopped_data_address): Update to
5660         new prototype.
5661         (i386_stopped_data_address): Update prototype and description.
5662         (i386_stopped_by_watchpoint): New function and description.
5663
5664 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
5665
5666         * gdb.texinfo (Filenames): Add Ada suffixes.
5667         (Ada) New section.
5668
5669 2004-09-27  Andrew Cagney  <cagney@gnu.org>
5670             Robert Picco  <Robert.Picco@hp.com>
5671
5672         * gdb.texinfo (Packets): Document the "p" packet.
5673
5674 2004-09-21  Jason Molenda  (jmolenda@apple.com)
5675
5676         * gdb.texinfo (Paths and Names of the Source Files): Document the
5677         meaning of values in the 'desc' field of a SO stab.
5678
5679 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
5680
5681         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5682         max-cache-age" and "maint show dwarf2 max-cache-age".
5683
5684 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
5685
5686         * gdb.texinfo (Set Breaks): Add index entry for setting
5687         breakpoints on overloaded C++ functions that are not members of
5688         any classes.  Add an example and an index entry for setting
5689         breakpoints on all program functions.
5690         (Character Sets, Macros, Overlay Commands)
5691         (Non-debug DLL symbols, GDB/MI Output Syntax)
5692         (Annotations Overview, Maintenance Commands, File-I/O Overview):
5693         Use "(@value{GDBP})" instead of a literal "(gdb)".
5694
5695 2004-09-12  Andrew Cagney  <cagney@gnu.org>
5696
5697         * gdbint.texinfo (Native Debugging): Delete description of
5698         FILES_INFO_HOOK.
5699
5700 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
5701
5702         * gdbint.texinfo (User Interface): Change local_hex_string_custom
5703         to hex_string_custom (not historically correct, but more
5704         understandable, given the current code).
5705
5706 2004-09-03  Andrew Cagney  <cagney@gnu.org>
5707
5708         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5709
5710 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
5711
5712         * observer.texi (solib_unloaded): New observer.
5713
5714 2004-08-24  Andrew Cagney  <cagney@gnu.org>
5715
5716         * gdbint.texinfo (Target Architecture Definition): Add missing
5717         comma.
5718
5719 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
5720
5721         * (Using the Testsuite): build != host is supported,
5722         but some test scripts do not support build != host.
5723
5724 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
5725
5726         * gdbint.texinfo (Host Definition): Delete description of
5727         FCLOSE_PROVIDED and GETENV_PROVIDED.
5728
5729 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
5730
5731         * gdbint.texinfo (Host Definition): Delete description of
5732         NO_SYS_FILE.
5733         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5734         PTRACE_FP_BUG.
5735
5736 2004-08-05  Andrew Cagney  <cagney@gnu.org>
5737
5738         * gdbint.texinfo (Target Architecture Definition): Delete
5739         reference to deprecated_read_fp.
5740
5741 2004-08-02  Andrew Cagney  <cagney@gnu.org>
5742
5743         * gdbint.texinfo (Target Architecture Definition): Delete
5744         description of DEPRECATED_REGISTER_BYTES.
5745
5746 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
5747
5748         * gdb.texinfo (Source Path): Document the new behavior of
5749         searching for the source files.
5750
5751 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
5752
5753         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5754         (Search, Expressions, Arrays, Variables, Data, Machine Code)
5755         (Auto Display): Improve indexing.
5756
5757 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5758
5759         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5760         "-noasync".
5761
5762 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
5763
5764         * gdb.texinfo: Fix @kindex entries so that multiple commands that
5765         have the same prefix have only their prefix in the index.
5766
5767 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5768
5769         * gdb.texinfo (BSD libkvm Interface): New node (section)
5770         (Native): Add it to the menu.
5771
5772 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
5773
5774         * gdbint.texinfo (Target Architecture Definition): Remove
5775         PCC_SOL_BROKEN.
5776
5777 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
5778
5779         * gdbint.texinfo (Target Architecture Definition): Remove
5780         SUN_FIXED_LBRAC_BUG.
5781
5782 2004-06-26  Andrew Cagney  <cagney@gnu.org>
5783
5784         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5785
5786 2004-06-20  Andrew Cagney  <cagney@gnu.org>
5787
5788         * gdbint.texinfo (Target Architecture Definition): Deprecate
5789         USE_STRUCT_CONVENTION.
5790
5791 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
5792
5793         gdb.texinfo (Bug Reporting): Mention session recording,
5794         with the script command or Emacs.
5795
5796 2004-06-18  Andrew Cagney  <cagney@gnu.org>
5797
5798         * gdbint.texinfo (Target Architecture Definition): Deprecate
5799         FUNCTION_START_OFFSET.
5800
5801 2004-06-14  Andrew Cagney  <cagney@gnu.org>
5802
5803         Based on changes from Karl Berry.
5804         * gdb.texinfo: Do not use @sc in a direntry.
5805         * stabs.texinfo: Change @dircateogry to "Software development".
5806         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5807
5808 2004-06-13  Andrew Cagney  <cagney@gnu.org>
5809
5810         * gdbint.texinfo (Target Architecture Definition): Delete
5811         description of RETURN_VALUE_ON_STACK.
5812
5813 2004-06-09  Andrew Cagney  <cagney@gnu.org>
5814
5815         * gdbint.texinfo (Native Debugging): Restore "@table @code"
5816         deleted by previous patch.
5817
5818 2004-06-08  Andrew Cagney  <cagney@gnu.org>
5819
5820         * gdbint.texinfo (Native Debugging): Delete documentation on
5821         ATTACH_DETACH.
5822
5823 2004-06-06  Randolph Chung  <tausq@debian.org>
5824
5825         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5826
5827 2004-06-06  Randolph Chung  <tausq@debian.org>
5828
5829         * gdb.texinfo (push_dummy_call): Update argument list to match
5830         the new push_dummy_call method signature.  Describe the function
5831         argument.
5832
5833 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
5834
5835         * gdb.texinfo (Starting): Document new start command.
5836
5837 2004-05-21  Andrew Cagney  <cagney@redhat.com>
5838
5839         * observer.texi (GDB Observers): Document "inferior_created".
5840
5841 2004-05-08  Andrew Cagney  <cagney@redhat.com>
5842
5843         * gdbint.texinfo (Target Architecture Definition): Delete
5844         description of DO_DEFERRED_STORES.
5845
5846         * gdbint.texinfo (Target Architecture Definition): Delete
5847         references to DEPRECATED_FIX_CALL_DUMMY.
5848
5849         * gdbint.texinfo (Target Architecture Definition): Delete
5850         description of DEPRECATED_CALL_DUMMY_WORDS,
5851         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5852
5853         * gdbint.texinfo (Target Architecture Definition): Delete
5854         description of DEPRECATED_PUSH_DUMMY_FRAME.
5855
5856         * gdbint.texinfo (Target Architecture Definition): Delete
5857         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5858
5859 2004-05-07  Andrew Cagney  <cagney@redhat.com>
5860
5861         * observer.texi (GDB Observers): Add "Debugging" section.  Include
5862         cross reference to "set/show debug observer".
5863         * gdb.texinfo (Debugging Output): Document "set/show debug
5864         observer".
5865
5866 2004-05-01  Andrew Cagney  <cagney@redhat.com>
5867
5868         * gdbint.texinfo (Target Architecture Definition): Delete
5869         description of DEPRECATED_PC_IN_SIGTRAMP.
5870
5871 2004-04-30  Andrew Cagney  <cagney@redhat.com>
5872
5873         * gdbint.texinfo (Target Architecture Definition): Delete
5874         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5875
5876 2004-04-30  Orjan Friberg  <orjanf@axis.com>
5877
5878         * observer.texi (GDB Observers): Correct spelling.
5879
5880 2004-04-26  Orjan Friberg  <orjanf@axis.com>
5881
5882         * observer.texi (GDB Observers): Add target_changed event.
5883
5884 2004-04-08  Andrew Cagney  <cagney@redhat.com>
5885
5886         * observer.texi (GDB Observers): Rework, provide generic observer
5887         definitions and then a list of observable events.
5888
5889 2004-04-04  Andrew Cagney  <cagney@redhat.com>
5890
5891         * gdbint.texinfo (Host Definition): Delete reference to
5892         NO_SIGINTERRUPT.
5893
5894 2004-04-02  Andrew Cagney  <cagney@redhat.com>
5895
5896         * gdbint.texinfo (Target Architecture Definition): Delete
5897         reference to DEPRECATED_CALL_DUMMY_LENGTH.
5898
5899 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
5900
5901         * gdb.texinfo (TUI Commands): Document tui reg commands.
5902
5903 2004-03-26  Andrew Cagney  <cagney@redhat.com>
5904
5905         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
5906         "gdbtui".
5907         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
5908         (Contributors): Mention both Text and Terminal User Interface.
5909
5910 2004-03-23  Andrew Cagney  <cagney@redhat.com>
5911
5912         * gdbint.texinfo (Target Architecture Definition): Deprecate
5913         references to SIGTRAMP_START and SIGTRAMP_END.
5914
5915 2004-03-23  Andrew Cagney  <cagney@redhat.com>
5916
5917         * gdbint.texinfo (Target Architecture Definition): Deprecate
5918         references to PC_IN_SIGTRAMP.
5919
5920 2004-03-19  Andrew Cagney  <cagney@redhat.com>
5921
5922         * gdbint.texinfo (Target Architecture Definition): Delete
5923         reference to GDB_TARGET_IS_HPPA.
5924
5925 2004-03-18  Andrew Cagney  <cagney@redhat.com>
5926
5927         * gdbint.texinfo (Coding): Update section on gdbarch_data,
5928         describe pre_init and post_init.
5929
5930 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
5931
5932         * gdb.texinfo (Debugging Output): Document values for "set debug
5933         target".
5934
5935 2004-02-28  Andrew Cagney  <cagney@redhat.com>
5936
5937         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5938
5939 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
5940
5941         * gdb.texinfo (breakpoints): Add information about the
5942         new "set breakpoint pending" and "show breakpoint pending"
5943         commands.
5944
5945 2004-02-26  Andrew Cagney  <cagney@redhat.com>
5946
5947         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5948         in Per-architecture module data section.
5949
5950 2004-02-25  Roland McGrath  <roland@redhat.com>
5951
5952         * gdb.texinfo (General Query Packets): Document qPart:... packets.
5953
5954 2004-02-24  Andrew Cagney  <cagney@redhat.com>
5955
5956         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5957         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5958         * fdl.texi: Import Version 1.2, November 2002.
5959
5960 2004-02-17  Andrew Cagney  <cagney@redhat.com>
5961
5962         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5963
5964 2004-02-16  Andrew Cagney  <cagney@redhat.com>
5965
5966         * gdbint.texinfo (Target Architecture Definition): Deprecate
5967         FRAMELESS_FUNCTION_INVOCATION.
5968
5969 2004-02-16  Andrew Cagney  <cagney@redhat.com>
5970
5971         * gdbint.texinfo (Coding): Mention -Wunused-function.
5972
5973 2004-02-14  Andrew Cagney  <cagney@redhat.com>
5974
5975         * gdbint.texinfo (Target Architecture Definition): Delete
5976         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5977
5978 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
5979
5980         * gdb.texinfo: Properly quote the name "C++".
5981         * gdbint.texinfo: Ditto.
5982         * stabs.texinfo: Ditto.
5983
5984 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
5985
5986         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5987         minimal information about libiberty.
5988
5989 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
5990
5991         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5992
5993 2004-02-04  Roland McGrath  <roland@redhat.com>
5994
5995         * gdb.texinfo (Auxiliary Vector): New node (section).
5996         (Data): Add it to the menu.
5997
5998 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
5999
6000         * gdb.texinfo (Breakpoints): Add information about pending
6001         breakpoint support.
6002
6003 2004-01-26  Andrew Cagney  <cagney@redhat.com>
6004
6005         * gdb.texinfo (Overview): Delete references to the cisco protocol
6006         including the "N" response.
6007
6008 2004-01-26  Andrew Cagney  <cagney@redhat.com>
6009
6010         * gdbint.texinfo (Target Architecture Definition): Rename
6011         EXTRACT_STRUCT_VALUE_ADDRESS to
6012         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6013
6014 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
6015
6016         * gdb.texinfo (KOD): Document "show os".  Add index entries for
6017         "set/show os" and "info cisco" commands.
6018
6019 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
6020
6021         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6022
6023 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
6024
6025         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6026         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6027
6028 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
6029
6030         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6031         -stack-list-locals.
6032         (GDB/MI Variable Objects): Describe extension to
6033         -var-list-children.
6034
6035 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
6036
6037         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6038
6039 2004-01-17  Andrew Cagney  <cagney@redhat.com>
6040
6041         * gdbint.texinfo (Target Architecture Definition): Delete
6042         documentation on DEPRECATED_NPC_REGNUM.
6043
6044 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
6045
6046         * gdb.texinfo: Update copyright year.  Mention that set
6047         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
6048         "set follow-fork-mode ask".
6049
6050 2004-01-13  Andrew Cagney  <cagney@redhat.com>
6051
6052         * gdbint.texinfo: Update copyright year.
6053         (Coding): Add -Wunused-label to list of -Werror warnings.
6054
6055 2004-01-08  Jason Molenda  <jmolenda@apple.com>
6056             Eli Zaretskii  <eliz@gnu.org>
6057
6058         * gdb.texinfo: Update copyright.
6059         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
6060         around names, as appropriate.  Minor syntax cleanup of
6061         _NSPrintForDebugger explanation.  Two spaces after periods.
6062         GDBN used instead of lit. "gdb".  Index entries added for
6063         print-object and _NSPrintForDebugger.  @noindent added in one spot.
6064
6065 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
6066
6067         * stabs.texinfo: Add dircategory and direntry commands.
6068         * annotate.texinfo: Ditto.
6069
6070 2003-11-10  Andrew Cagney  <cagney@redhat.com>
6071
6072         * gdbint.texinfo (Target Architecture Definition): Replace the
6073         return_value method's "inval" and "outval" parameters with
6074         "readbuf" and "writebuf".
6075
6076 2003-10-28  Jim Blandy  <jimb@redhat.com>
6077
6078         * gdb.texinfo (The F request packet, The F reply packet): Renamed
6079         from "The `F' request packet" and "The `F' reply packet", to make
6080         texi2dvi happy.
6081         (File-I/O remote protocol extension): Update menu entries, too.
6082
6083 2003-10-26  Michael Chastain  <mec@shout.net>
6084
6085         * gdb.texinfo (Thread Stops): Document the issue with
6086         premature return from system calls in multi-threaded programs.
6087
6088 2003-10-24  Andrew Cagney  <cagney@redhat.com>
6089
6090         * annotate.texinfo: Fix "fortunatly"[sic].
6091
6092 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
6093
6094         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6095         with "Hitachi" and "Mitsubishi".
6096
6097 2003-10-20  Andrew Cagney  <cagney@redhat.com>
6098
6099         * gdbint.texinfo (Target Architecture Definition): Document
6100         gdbarch_return_value.  Add cross references from
6101         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6102         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6103
6104 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
6105
6106         * gdbint.texinfo (Target Architecture Definition): Document
6107         regset_from_core_section.
6108
6109 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
6110
6111         * gdb.texinfo (M32R/D): Mention m32rsdi target.
6112
6113 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
6114
6115         From Anthony Green  <green@redhat.com>:
6116         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6117
6118 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
6119
6120         * gdb.texinfo (Breakpoint related warnings): New node.
6121         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6122
6123 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
6124
6125         * gdb.texinfo (Remote Protocol): Document v and vCont.
6126
6127 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
6128
6129         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6130         * gdbint.texinfo: Ditto.
6131
6132 2003-10-09  Andrew Cagney  <cagney@redhat.com>
6133
6134         From 2003-09-18 David Anderson <davea@sgi.com>:
6135         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6136         "command".
6137
6138 2003-10-03  Andrew Cagney  <cagney@redhat.com>
6139
6140         * gdbint.texinfo (Target Architecture Definition): Deprecate
6141         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
6142         just target.
6143
6144 2003-10-02  Andrew Cagney  <cagney@redhat.com>
6145
6146         * gdbint.texinfo (Target Architecture Definition): Rename
6147         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6148         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6149         * gdbint.texinfo (Target Architecture Definition): Rename
6150
6151 2003-09-30  Andrew Cagney  <cagney@redhat.com>
6152
6153         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
6154         (Target Architecture Definition):
6155
6156         * gdbint.texinfo (Target Architecture Definition): Rename
6157         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6158
6159 2003-09-29  Andrew Cagney  <cagney@redhat.com>
6160
6161         * gdbint.texinfo (Target Architecture Definition): Delete
6162         documentation for NEED_TEXT_START_END.
6163
6164         * gdbint.texinfo (Target Architecture Definition): Rename
6165         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
6166         TARGET_WRITE_PC.
6167
6168 2003-09-22  Michael Chastain  <mec@shout.net>
6169
6170         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6171
6172 2003-09-21  Anthony Green  <green@redhat.com>
6173
6174         * gdbint.texinfo (Target Architecture Definition): Fix typos.
6175
6176 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
6177
6178         * gdbint.texinfo (Target Architecture Definition): Document
6179         stabs_argument_has_addr.
6180
6181 2003-09-18  Andrew Cagney  <cagney@redhat.com>
6182
6183         * gdbint.texinfo (Target Architecture Definition): Delete
6184         documentation on REGISTER_NAMES.
6185
6186 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
6187
6188         * gdbint.texinfo (Target Architecture Definition): Replace
6189         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6190
6191 2003-09-11  Andrew Cagney  <cagney@redhat.com>
6192
6193         * gdbint.texinfo (Target Architecture Definition): Replace
6194         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6195
6196 2003-08-18  Andrew Cagney  <cagney@redhat.com>
6197
6198         * gdbint.texinfo (Target Architecture Definition): Document
6199         "frame_red_zone_size".
6200
6201 2003-08-09  Andrew Cagney  <cagney@redhat.com>
6202
6203         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6204         with "set/show backtrace past-main" and "set/show backtrace
6205         limit".
6206
6207 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
6208
6209         * Makefile.in (install-info): Support DESTDIR.
6210         (install-html): Likewise.
6211
6212 2003-08-07  Andrew Cagney  <cagney@redhat.com>
6213
6214         Patch from Nick Roberts.
6215         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6216         bindings.  Remove description of send-gdb-command.
6217
6218 2003-08-07  Andrew Cagney  <cagney@redhat.com>
6219
6220         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6221         GDB 6.0.
6222
6223 2003-08-06  Andrew Cagney  <cagney@redhat.com>
6224
6225         * gdb.texinfo (Mode Options): Mention that level three is the
6226         highest available and that level 2 is deprecated.
6227         (Annotations Overview): Mention annotation levels. Cross reference
6228         to "Limitations of the Annotation Interface" in annotate.texi.
6229         (TODO, Value Annotations, Frame Annotations): Delete section.
6230         (Displays, Breakpoint Info): Delete.
6231
6232 2003-08-04  Andrew Cagney  <cagney@redhat.com>
6233
6234         * agentexpr.texi: Delete @bye.
6235         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6236         (stabs.info): Add $(srcdir) to include search path.
6237         (html): Depend on "annotate_toc.html", and not "annotate.html".
6238         * stabs.texinfo: Ditto.  Include "fdl.texi".
6239         * gdbint.texinfo: Update copyright statement's list of invariant
6240         sections.
6241
6242 2003-07-28  Andrew Cagney  <cagney@redhat.com>
6243
6244         * Makefile.in (INFO_DEPS): Add annotate.info.
6245         (dvi, ps, html, pdf): Add annotate.
6246         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6247         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6248         (ANNOTATE_DOC_FILES): New macro.
6249         (ANNOTATE_TEX_TMPS): New macro.
6250         (annotate.info, annotate_toc.html): Specify dependencies.
6251         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6252         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
6253         "Migrating to GDB/MI" and "Limitations of the Annotation
6254         Interface" chapters.  Mention why it is not part of the user
6255         guide.  Update copyright notice.  Include "fdl.texi".
6256
6257 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
6258
6259         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6260
6261 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
6262
6263         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6264
6265 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
6266
6267         * gdb.texinfo (Server): Mention pidof.
6268
6269 2003-07-22  Andrew Cagney  <cagney@redhat.com>
6270
6271         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6272         list.
6273
6274 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
6275
6276         * gdb.texinfo (Logging output): New chapter.
6277
6278 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
6279
6280         * gdb.texinfo (Unsupported languages): New section.
6281         (Languages): Add link to new section.
6282
6283 2003-06-22  Andrew Cagney  <cagney@redhat.com>
6284
6285         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6286
6287 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
6288
6289         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6290
6291 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
6292
6293         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6294         * agentexpr.texi: Retitle section, and change it to an appendix.
6295         Comment out texinfo initialization.  Factor a @var{} into two
6296         pieces to prevent makeinfo warnings.
6297         * gdb.texinfo: Add Agent Expressions appendix.
6298
6299 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
6300
6301         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6302
6303 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
6304
6305         * gdb.texinfo (Remote Debugging): New section "Connecting to a
6306         remote target".  Document the "detach" and "disconnect" commands.
6307         (Server, Netware, Debug Session): Reference "Connecting to a
6308         remote target".
6309         (GDB/MI Target Manipulation): Document "-target-disconnect".
6310
6311 2003-06-13  Andrew Cagney  <cagney@redhat.com>
6312
6313         * gdbint.texinfo (Target Architecture Definition): Deprecate
6314         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6315         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
6316
6317 2003-06-09  Jim Blandy  <jimb@redhat.com>
6318
6319         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6320
6321 2003-06-08  Andrew Cagney  <cagney@redhat.com>
6322
6323         * gdbint.texinfo (Target Architecture Definition): Delete
6324         documentation on FRAME_ARGS_ADDRESS_CORRECT.
6325
6326 2003-06-08  Andrew Cagney  <cagney@redhat.com>
6327
6328         * gdbint.texinfo (Target Architecture Definition): Document
6329         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
6330
6331 2003-06-07  Adam Fedor  <fedor@gnu.org>
6332
6333         * gdb.texinfo: Add Objective-C documentation.
6334
6335 2003-06-01  Andrew Cagney  <cagney@redhat.com>
6336
6337         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6338         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
6339
6340 2003-05-21  Andrew Cagney  <cagney@redhat.com>
6341
6342         * gdbint.texinfo (Target Architecture Definition): Delete
6343         references to "extract_address" and "store_address".
6344
6345 2003-05-16  Andrew Cagney  <cagney@redhat.com>
6346
6347         * gdbint.texinfo (Target Architecture Definition): Replace
6348         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
6349         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6350
6351 2003-05-14  Theodore A. Roth  <troth@openavr.org>
6352
6353         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6354
6355 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
6356
6357         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6358         (gdb.dvi): Likewise.
6359         (gdb.pdf): Likewise.
6360         (links2roff): Likewise.
6361
6362 2003-05-08  Jim Blandy  <jimb@redhat.com>
6363
6364         * gdb.texinfo (Dump/Restore Files): Update documentation for
6365         'dump', 'append', and 'restore': note that format argument is
6366         optional; simplify presentation of the command variants; and be
6367         more precise about the formats.
6368
6369 2003-05-07  Jim Blandy  <jimb@redhat.com>
6370
6371         * gdb.texinfo (Symbols): Update documentation: 'maint list
6372         symtabs' and 'maint list psymtabs' have been renamed 'maint info
6373         symtabs' and 'maint info psymtabs'.
6374
6375 2003-05-05  Andrew Cagney  <cagney@redhat.com>
6376
6377         * gdbint.texinfo (Target Architecture Definition): Make
6378         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6379         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6380         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6381
6382 2003-05-04  Andrew Cagney  <cagney@redhat.com>
6383
6384         * gdb.texinfo (Maintenance Commands): Document "maint print
6385         dummy-frames".
6386
6387 2003-05-04  Andrew Cagney  <cagney@redhat.com>
6388
6389         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6390
6391 2003-05-03  J. Brobecker  <brobecker@gnat.com>
6392
6393         Thierry Schneider  <tpschneider1@yahoo.com>
6394         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6395         for new MI command.
6396
6397 2003-05-03  Andrew Cagney  <cagney@redhat.com>
6398
6399         * gdbint.texinfo (Target Architecture Definition): Document
6400         push_dummy_code.  Add cross references.
6401
6402 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
6403
6404         * gdb.texinfo (Character Sets): Update to reflect new behavior of
6405         set/show charsets commands.
6406
6407 2003-04-28  Andrew Cagney  <cagney@redhat.com>
6408
6409         * gdbint.texinfo (Target Architecture Definition): Replace
6410         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6411         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6412
6413 2003-04-28  Andrew Cagney  <cagney@redhat.com>
6414
6415         * gdbint.texinfo (Target Architecture Definition): Rename
6416         "tm_print_insn" to "deprecated_tm_print_insn".
6417
6418 2003-04-09  Jim Blandy  <jimb@redhat.com>
6419
6420         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6421         list psymtabs'.
6422
6423 2003-04-08  Andrew Cagney  <cagney@redhat.com>
6424
6425         * gdbint.texinfo (Target Architecture Definition): Delete
6426         references to EXTRA_FRAME_INFO.
6427
6428 2003-04-08  Andrew Cagney  <cagney@redhat.com>
6429
6430         * gdbint.texinfo (Target Architecture Definition): Delete
6431         PRINT_TYPELESS_INTEGER.
6432
6433 2003-04-02  J. Brobecker  <brobecker@gnat.com>
6434
6435         * observer.texi (GDB Observers): Adjust the documentation for the
6436         normal_stop notification to better describe reality. Fix a couple
6437         of minor typos.
6438
6439 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
6440
6441         * gdb.texinfo (GDB/MI Program Control): Add
6442         '-file-list-exec-source-file'
6443
6444 2003-03-31  Andrew Cagney  <cagney@redhat.com>
6445
6446         * gdbint.texinfo (Target Architecture Definition): Delete
6447         references to CALL_DUMMY_P.
6448
6449 2003-03-30  Andrew Cagney  <cagney@redhat.com>
6450
6451         * gdbint.texinfo (Target Architecture Definition): Remove
6452         reference to TARGET_WRITE_SP.
6453
6454 2003-03-27  Andrew Cagney  <cagney@redhat.com>
6455
6456         * gdbint.texinfo (Target Architecture Definition): Remove
6457         references to write_sp.
6458
6459 2003-03-27  Andrew Cagney  <cagney@redhat.com>
6460
6461         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6462         chapter body.  Use @smallexample instead of @example.
6463         (Annotations): Ditto.
6464         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6465         annotate.texi.
6466
6467 2003-03-26  Andrew Cagney  <cagney@redhat.com>
6468
6469         * gdbint.texinfo (Target Architecture Definition): Replace
6470         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6471         dummy_addr parameters.
6472
6473 2003-03-25  Andrew Cagney  <cagney@redhat.com>
6474
6475         * gdbint.texinfo (Target Architecture Definition): Delete
6476         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
6477         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6478         Add reference to PUSH_ARGUMENTS.
6479
6480 2003-03-23  Andrew Cagney  <cagney@redhat.com>
6481
6482         * gdbint.texinfo (Algorithms, Target Architecture Definition):
6483         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6484
6485 2003-03-18  J. Brobecker  <brobecker@gnat.com>
6486
6487         * gdbint.texinfo (Algorithms): Add new section describing the
6488         Observer paradigm.
6489         (Top): Add menu entry to new observer appendix.
6490         * observer.texi: New file.
6491         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6492         new observer.texi file.
6493
6494 2003-03-17  Andrew Cagney  <cagney@redhat.com>
6495
6496         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
6497         that GNU Press update the manual version number.
6498
6499 2003-03-12  Andrew Cagney  <cagney@redhat.com>
6500
6501         * gdbint.texinfo (Target Architecture Definition): Delete
6502         references to get_saved_register.  Rename GET_SAVED_REGISTER to
6503         DEPRECATED_GET_SAVED_REGISTER.
6504
6505 2003-03-13  Andrew Cagney  <cagney@redhat.com>
6506
6507         * gdbint.texinfo (Target Architecture Definition): Replace
6508         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
6509
6510 2003-03-12  Andrew Cagney  <cagney@redhat.com>
6511
6512         * gdbint.texinfo (Target Architecture Definition): Rename
6513         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
6514
6515 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
6516
6517         * gdb.texinfo: Add File-I/O documentation.
6518
6519 2003-03-10  Andrew Cagney  <cagney@redhat.com>
6520
6521         * gdbint.texinfo (Target Architecture Definition): Cross reference
6522         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
6523
6524 2003-03-07  Andrew Cagney  <cagney@redhat.com>
6525
6526         * gdb.texinfo (Debugging Output): Mention the "set/show debug
6527         frame" command.
6528
6529 2003-03-05  Andrew Cagney  <cagney@redhat.com>
6530
6531         * gdbint.texinfo (Target Architecture Definition): Document
6532         unwind_dummy_id.  Cross reference unwind_dummy_id and
6533         SAVE_DUMMY_FRAME_TOS.
6534
6535 2003-03-05  James Ingham <jingham@apple.com>
6536             Daniel Jacobowitz  <drow@mvista.com>
6537
6538         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6539         and "show cp-abi".
6540
6541 2003-03-03  Andrew Cagney  <cagney@redhat.com>
6542
6543         * gdbint.texinfo (Target Architecture Definition): Document
6544         register_type.
6545
6546 2003-03-03  Andrew Cagney  <cagney@redhat.com>
6547
6548         * stabs.texinfo (Structures): Use @samp and separate @var's
6549         instead of a single @var containing a comma separated list.
6550         (Unions): Ditto.
6551
6552 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
6553
6554         * Makefile.in (distclean): Remove config.log.
6555
6556 2003-03-01  Andrew Cagney  <cagney@redhat.com>
6557
6558         * gdbint.texinfo (Target Architecture Definition): Rename
6559         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6560
6561 2003-03-01  Andrew Cagney  <cagney@redhat.com>
6562
6563         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6564         DEPRECATED_INIT_EXTRA_FRAME_INFO.
6565
6566 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
6567
6568         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6569         (Non-debug DLL symbols): New node, describing the minimal symbols
6570         loaded from DLLs without real debugging symbols.
6571
6572 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
6573
6574         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6575         hardware-breakpoint-limit".
6576         (Set Watchpoints): Add cross reference to "set remote
6577         hardware-watchpoint-limit".
6578         (Remote configuration options): New section.
6579
6580 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
6581
6582         * gdbint.texinfo (Target Architecture Definition): Delete
6583         descrption of IS_TRAPPED_INTERNALVAR.
6584
6585         From Keith Seitz <keiths@redhat.com>:
6586         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
6587         option "-i"/"--interpreter" to this chapter.  Include index
6588         entries.
6589
6590 2003-02-04  David Carlton  <carlton@math.stanford.edu>
6591
6592         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6593         (Variables): Recommend stabs+ and DWARF 2.
6594         (C plus plus expressions): Correct info about
6595         compiler versions, debug formats.
6596         (Contributors): Change 'DWARF2' to 'DWARF 2'.
6597         PR symtab/874.
6598
6599 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
6600
6601         * gdbint.texinfo (Target Architecture Definition): Delete
6602         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6603         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6604         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6605         references to nindy and i960.
6606         * gdb.texinfo (i960): Delete all references to i960 and nindy.
6607
6608 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
6609
6610         * gdbint.texinfo (Target Architecture Definition): Delete
6611         FLOAT_INFO.
6612
6613 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
6614
6615         * stabs.texinfo (Member Type Descriptor): Clarify description of
6616         `@'.  Suggested by Ben Hutchings.
6617
6618 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
6619
6620         * gdb.texinfo (M68K): Delete reference to es1800.
6621
6622 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
6623
6624         * gdb.texinfo (Maintenance Commands): Document `maint print
6625         reggroups' and `maint print register-groups'.
6626         * gdbint.texinfo (Target Architecture Definition): Document
6627         register_reggroup_p.
6628
6629 2003-01-23  Jim Blandy  <jimb@redhat.com>
6630
6631         * gdb.texinfo (Separate Debug Files): New section.
6632
6633 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
6634
6635         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6636         and "maint show profile".
6637
6638 2003-01-16  Michael Chastain  <mec@shout.net>
6639
6640         * gdb.texinfo (Installing GDB): Warn against
6641         ".../gdb-VERSION/gdb/configure".
6642         (Separate Objdir): Likewise.
6643
6644 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
6645
6646         * gdbint.texinfo (Target Architecture Definition): Delete
6647         definition of PRINT_REGISTER_HOOK.
6648
6649 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
6650
6651         (OpenRISC 1000): Fix formatting of command names.
6652
6653 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
6654
6655         * gdb.texinfo (Continuing and Stepping): Add new command
6656         'advance'. Clarify behavior of 'until'.
6657
6658 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
6659
6660         * gdb.texinfo (Files): Document solib-absolute-prefix and
6661         solib-search-path.
6662
6663 2003-01-09  Michael Chastain  <mec@shout.net>
6664
6665         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6666         (Create a Release): Add new instructions for new @file{src-release}.
6667         Document existing instructions for @file{Makefile.in} as
6668         being for @value{GDBN} 5.3.1 or earlier.
6669
6670 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
6671
6672         * gdbint.texinfo (Target Architecture Definition): Mention
6673         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6674         allocate memory.
6675
6676 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
6677
6678         * gdb.texinfo (Controlling GDB): Add @kindex for
6679         "show osabi".
6680         (Backtraces): Add @kindex's for backtrace-below-main.
6681
6682 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
6683
6684         * gdb.texinfo (Controlling GDB): Document "set osabi".
6685
6686 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
6687
6688         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6689         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6690
6691 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
6692
6693         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
6694         "set coerce-float-to-double".
6695         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6696
6697 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
6698
6699         * stabs.texinfo: Remove obsolete text.
6700         * gdbint.texinfo: Ditto.
6701         * gdb.texinfo: Ditto.
6702
6703 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
6704
6705         * gdbint.texinfo (Target Architecture Definition): Update
6706         description of gdbarch_register_osabi.
6707
6708 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
6709
6710         * agentexpr.texi: Fix typos.
6711         * annotate.texi: Likewise.
6712         * fdl.texi: Likewise.
6713
6714 2002-12-10  Andrew Cagney  <cagney@redhat.com>
6715
6716         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6717         DEPRECATED_INIT_FRAME_PC.
6718
6719 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
6720
6721         * gdbint.texinfo (Target Architecture Definition): Delete
6722         PC_IN_CALL_DUMMY.
6723
6724 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
6725
6726         * gdbint.texinfo (Host Definition): Delete documentation on
6727         USE_GENERIC_DUMMY_FRAMES.
6728
6729 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
6730
6731         Fix PR gdb/723 and PR gdb/245.
6732         * Makefile.in (install-info): Run the install-info command as part
6733         of the post install steps only.
6734         (uninstall-info): New target.
6735         (uninstall): New target.
6736
6737 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
6738
6739         * Makefile.in (install): Make install do some real work.
6740
6741 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
6742
6743         Fix POSIX problem reported by Paul Eggert.
6744         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6745         Fix PR gdb/527.
6746
6747 2002-10-26  Andrew Cagney  <cagney@redhat.com>
6748
6749         * gdbint.texinfo (Target Architecture Definition): Delete
6750         definition of DO_REGISTERS_INFO.
6751
6752 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
6753
6754         * gdbint.texinfo (Address Classes): Fix problems with insertion
6755         of ``{'' and ``}'' in example.
6756
6757 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
6758
6759         * gdbint.texinfo (Address Classes): New section.
6760         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6761         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6762         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6763         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6764
6765 2002-10-11  Klee Dienes  <kdienes@apple.com>
6766
6767         * gdb.texinfo (Registers): Mention vector registers as well as
6768         floating registers in the documentation for 'info registers' and
6769         'info all-registers'.
6770
6771 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
6772
6773         * gdbint.texinfo (CPLUS_MARKER): Remove item.
6774
6775 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
6776
6777         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6778         interface definition.
6779
6780 2002-10-03  Marko Mlinar   <markom@opencores.org>
6781
6782         * gdb.texinfo (Target Commands): Add or1k target specific
6783         commands.
6784         * gdb.texinfo (Contributors): Add myself to the contributors list.
6785
6786 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
6787
6788         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
6789         and "mi1" instead of "mi1" and "mi0".
6790
6791 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
6792
6793         * gdb.texinfo (Packets): Fix typos "alligned".
6794         Correct z3/Z3 description.  Correct z4/Z4 title.
6795
6796 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
6797
6798         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
6799
6800 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
6801
6802         * gdb.texinfo: Use GNU/Linux instead of Linux.
6803
6804 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
6805
6806         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6807
6808 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
6809
6810         * gdb.texinfo: Replace @example with @smallexample.
6811
6812 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
6813
6814         From Eli Zaretskii  <eliz@gnu.org>:
6815         * gdb.texinfo (Character Sets): Use @smallexample instead of
6816         @example.  Use GNU/Linux instead of Linux.
6817
6818 2002-09-20  Jim Blandy  <jimb@redhat.com>
6819
6820         * gdb.texinfo: Add character set documentation.
6821
6822 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
6823
6824         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6825         (Packets): Add cross reference from `b' packet to `z' packets.
6826
6827 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
6828
6829         * gdb.texinfo (Maintenance Commands): Document ``maint
6830         internal-error'' and ``maint internal-warning''.
6831
6832         * gdbint.texinfo (Target Architecture Definition): Revise
6833         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
6834
6835 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
6836
6837         * gdbint.texinfo (Target Conditionals): Document the new
6838         NAME_OF_MALLOC macro.
6839
6840 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
6841
6842         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6843         engineer.
6844
6845 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
6846
6847         * gdb.texinfo (TUI Overview): Document status line fields.
6848
6849 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
6850
6851         * gdb.texinfo (TUI Commands): Document info win command.
6852
6853 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
6854
6855         * gdb.texinfo (TUI Overview): Document breakpoint markers.
6856
6857 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
6858
6859         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6860         (TUI Keys): Likewise.
6861
6862 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
6863
6864         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6865         for a packet receive.
6866
6867 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
6868
6869         * Makefile.in (clean): Move to end of file.
6870         (distclean, maintainer-clean, realclean): Ditto.
6871         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
6872         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6873         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6874         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6875
6876 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
6877
6878         * Makefile.in (GDBINT_TEX_TMPS): Define.
6879         (gdbint.dvi, gdbint.pdf): Use
6880         (GDB_TEX_TMPS): Define.
6881         (gdb.dvi, gdb.pdf): Use.
6882         (STABS_TEX_TMPS): Define.
6883         (stabs.dvi, stabs.pdf): Use.
6884         (GDB_DOC_SOURCE_INCLUDES): New macros.
6885         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6886         (GDBINT_DOC_FILES_INCLUDES): New macros.
6887         (GDBINT_DOC_BUILD_INCLUDES): New macros.
6888         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6889         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6890         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6891         (links2roff): Replace SFILES_INCLUDED with
6892         GDB_DOC_SOURCE_INCLUDES.
6893         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6894         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6895         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6896         dependencies.
6897         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6898         dependencies.
6899         (gdbmi.texinfo): Delete rule.
6900         (inc-hist.texinfo): Delete rule.
6901         (rluser.texinfo): Delete rule.
6902
6903 2002-08-23  Andrew Cagney  <cagney@redhat.com>
6904
6905         * gdbint.texinfo (Target Architecture Definition): Update
6906         STORE_RETURN_VALUE, mention regcache.
6907
6908 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
6909
6910         * gdbint.texinfo (Target Architecture Definition): Document
6911         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
6912
6913 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
6914
6915         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
6916         Fix minor typos.  Add index entries.
6917
6918 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
6919
6920         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6921
6922 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
6923
6924         * gdbint.texinfo (Target Architecture Definition): Document
6925         PRINT_VECTOR_INFO.
6926         * gdb.texinfo (Vector Unit): Document "info vectors" command.
6927
6928 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
6929
6930         * gdb.texinfo (Maintenance Commands): Document "maint print
6931         registers", "maint print raw-registers" and "maint print
6932         cooked-registers".
6933
6934 2002-08-08  Grace Sainsbury  <graces@redhat.com>
6935
6936         From Mark Salter:
6937         * gdb.texinfo (Protocol): Document T packet extension to
6938         allow watchpoint address reporting.
6939
6940 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
6941
6942         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6943
6944 2002-08-01  Andrew Cagney  <cagney@redhat.com>
6945
6946         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6947         to CHILL.
6948
6949 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
6950
6951         * gdbint.texinfo (Coding): Revise section "Include Files".
6952
6953 2002-07-24  Andrew Cagney  <cagney@redhat.com>
6954
6955         * gdbint.texinfo: Obsolete references to m88k.
6956         * gdb.texinfo: Ditto.
6957
6958 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
6959
6960         * gdbint.texinfo (Create a release candiate): Add the location
6961         where the proper version of autoconf can be retrieved.
6962
6963 2002-07-09  Don Howard  <dhoward@redhat.com>
6964
6965         * gdb.texinfo (Command Files): Further describe the behavior of
6966         sourced command files.
6967
6968 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
6969
6970         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6971         (Coding): Clarify ISO C version that GDB assumes.
6972
6973 2002-06-26  Tom Tromey  <tromey@redhat.com>
6974
6975         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6976         add_setshow_cmd_full.
6977
6978 2002-06-25  Don Howard  <dhoward@redhat.com>
6979
6980         * gdb.texinfo (Memory Region Attributes): Document new behavior
6981         for 'mem' command.
6982
6983 2002-06-11  Jim Blandy  <jimb@redhat.com>
6984
6985         * gdb.texinfo (Symbols): Update documentation for `info source'
6986         command.
6987
6988         * gdb.texinfo (Macros): Call the command `info macro', not
6989         `show macro'.
6990
6991 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
6992
6993         * gdbint.texinfo (Coding): Add section ``Per-architecture module
6994         data''.
6995
6996 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6997
6998         * gdbint.texinfo (Target Architecture Definition): Document
6999         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7000
7001 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
7002
7003         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7004         lists.
7005
7006 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
7007
7008         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7009         Branch''.
7010
7011 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
7012
7013         * gdbint.texinfo (Target Architecture Definition): Add section
7014         ``Converting an existing Target Architecture to Multi-arch''.
7015
7016 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
7017
7018         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7019         to ``Obsoleting code''.  Revise.
7020
7021 2002-05-17  Jim Blandy  <jimb@redhat.com>
7022
7023         * gdb.texinfo (C Preprocessor Macros): New chapter.
7024         Include it in the main menu.
7025         (Contributors): Credit Jim Blandy with macro support.
7026         (Compilation): Explain how to get macro information into the
7027         executable.
7028         (Expressions): Note that preprocessor macros are expanded.
7029
7030 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7031
7032         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7033         options for `target remote'.
7034
7035 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
7036
7037         * gdbint.texinfo (Target Architecture Definition): Delete
7038         documentation on NNPC_REGNUM.
7039
7040 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7041
7042         * gdbint.texinfo (Target Architecture Definition): Document
7043         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7044         (Target Architecture Definition): Revise section `Using Different
7045         Register and Memory Data Representations'.  Add section `Raw and
7046         Virtual Register Representations'.
7047
7048 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7049
7050         * gdbint.texinfo (Target Architecture Definition): Mention
7051         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7052         (Target Architecture Definition): Mention same.  Add references to
7053         web pages.
7054
7055 2002-05-08  Michael Snyder  <msnyder@redhat.com>
7056
7057         * stabs.texinfo (Attributes): Document new "vector" attribute.
7058
7059 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7060
7061         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7062
7063 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7064
7065         * gdb.texinfo: Delete obsolete references to a29k.
7066
7067 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
7068
7069         * gdbint.texinfo (Target Architecture Definition): Replace
7070         IN_SIGTRAMP with PC_IN_SIGTRAMP.
7071
7072 2002-04-24  David S. Miller  <davem@redhat.com>
7073
7074         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7075
7076 2002-04-21  David S. Miller  <davem@redhat.com>
7077
7078         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7079
7080 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
7081
7082         * gdbint.texinfo (Target Architecture Definition): Delete
7083         definition of HAVE_REGISTER_WINDOWS.
7084
7085 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
7086
7087         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
7088         "Theodore A. Roth" <troth@verinet.com>.
7089
7090 2002-04-15  Don Howard  <dhoward@redhat.com>
7091
7092         From Eli Zaretskii <eliz@gnu.org>
7093         * gdb.texinfo (show max-user-call-depth): Correct formatting.
7094         Provide a better explaination of this feature.
7095
7096 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
7097
7098         * gdbint.texinfo (Target Architecture Definition): Remove
7099         FRAME_CHAIN_COMBINE.
7100
7101 2002-04-12  Michael Chastain  <mec@shout.net>
7102
7103         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7104         REG_STACK_SEGMENT.
7105
7106 2002-04-09  Michael Chastain  <mec@shout.net>
7107
7108         * gdbint.texinfo (Obsolete Conditionals): Remove references to
7109         PYRAMID_* macros.
7110
7111 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7112
7113         * gdb.texinfo (Bug Reporting): Document that the web is the
7114         prefered way of submitting bug reports.
7115         (Bug Reporting): Delete the s-mail address as the last resort.
7116
7117 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
7118
7119         * gdbint.texinfo (Target Architecture Definition): Delete
7120         references to TARGET_WRITE_FP and write_fp.
7121
7122 2002-03-27  Michael Snyder  <msnyder@redhat.com>
7123
7124         * gdb.texinfo: Document new commands dump, append, and restore.
7125
7126 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7127
7128         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7129         Branch'.
7130
7131 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7132
7133         * gdb.texinfo: Change all examples to @smallexample.
7134         * gdbint.texinfo: Ditto.
7135
7136 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7137
7138         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7139         Branches''.
7140
7141 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7142
7143         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7144         Policy''.
7145
7146 2002-03-04  Fred Fish  <fnf@redhat.com>
7147
7148         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7149         expresson, suports, dependant, trhe, perhaphs, situtations,
7150         explictily, taged, oportunity, unfortunatly).
7151
7152 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7153
7154         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7155         Remove reference to 3.12.
7156
7157 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7158
7159         * gdbint.texinfo: Include fdl.texi.
7160         (Top): Add GNU Free Documentation License.
7161         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7162         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7163         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7164         (gdbint.info): Add srcdir to include path.
7165         * gdb.texinfo: Include gpl.texi.
7166         (Top): Add Copying.
7167         * gpl.texi: New file.
7168
7169 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7170
7171         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7172
7173 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
7174
7175         * gdb.texinfo: Document Cygwin native specific commands.
7176
7177 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
7178
7179         * gdb.texinfo: Document gdbserver ``--attach'' command.
7180
7181 2002-02-07  Michael Snyder  <msnyder@redhat.com>
7182
7183         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7184         to @code(_ovly_debug_event).
7185
7186 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
7187
7188         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7189
7190 2002-02-06  Michael Snyder  <msnyder@redhat.com>
7191
7192         * gdb.texinfo (overlays): Mention new magic symbol
7193         '_ovly_debug_event', which allows GDB to keep better track
7194         of overlays.
7195
7196 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
7197
7198         * gdb.texinfo (Memory Region Attributes): Fix the wording.
7199         Suggested by Dmitry Sivachenko.
7200
7201         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7202
7203 2002-02-01  Michael Snyder  <msnyder@redhat.com>
7204
7205         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7206
7207 2002-01-30  Michael Snyder  <msnyder@redhat.com>
7208
7209         * gdb.texinfo: (remote protocol): Gramatical fix-up.
7210         (set trust-readonly-sections): Document.
7211
7212 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
7213
7214         * gdbint.texinfo (Releasing GDB): Revise and update.
7215
7216 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
7217
7218         * gdbint.texinfo (Target Architecture Definition): Delete
7219         description of TARGET_BYTE_ORDER_DEFAULT.
7220
7221 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
7222
7223         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
7224         <mitya@cavia.pp.ru>.
7225
7226 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
7227
7228         * libgdb.texinfo: Delete file.
7229
7230 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
7231
7232         * gdb.texinfo: Remove makeinfo 3.12 hacks.
7233         * gdbint.texinfo: Ditto.
7234
7235 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
7236
7237         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7238
7239 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
7240
7241         * Makefile.in: Update copyright.
7242         (TEXI2DVI): Define.
7243         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7244         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
7245         gdb-cfg.texi.
7246         (TEXINDEX, PDFTEX): Delete makefile variables.
7247
7248 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
7249
7250         * gdb.texinfo (Protocol): Move section to appendix.
7251
7252 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
7253
7254         * gdb.texinfo (Remote Debugging): Create a menu.
7255         (Top): Add ``Remote Debugging'' to menu.
7256
7257 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
7258
7259         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7260         serial protocol'' from here.
7261         (Remote Debugging): To here.  New chapter.
7262
7263 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
7264
7265         * gdbint.texinfo (Target Architecture Definition): Delete
7266         description of TARGET_BYTE_ORDER_SELECTABLE_P.
7267
7268 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
7269
7270         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
7271         are no longer needed.
7272         (Porting GDB): Add maintainer note about configure.host.
7273
7274 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
7275
7276         * gdbint.texinfo (Target Architecture Definition): Remove
7277         definition of IEEE_FLOAT.
7278
7279 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
7280
7281         * gdb.texinfo: Beautify copyright years; fix a typo.
7282         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
7283         <3diff@gnu.org>
7284
7285 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
7286
7287         * gdbint.texinfo (Host Definition): Remove references to
7288         MALLOC_INCOMPATIBLE.
7289
7290 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
7291
7292         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7293         and xyz-xdep.o.
7294
7295 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
7296
7297         * gdb.texinfo (Maintenance Commands): Add appendix.
7298         (Set Breaks): Copy ``maint info breakpoint'' doco to
7299         ``Maintenance Commands'' appendix.  Add reference.
7300
7301 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
7302
7303         * fdl.texi: Remove next/prev from @node.
7304
7305 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
7306
7307         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
7308         for monstrous @multitable (from Brian Youmans).
7309
7310         * fdl.texi: New file.
7311
7312         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7313
7314 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
7315
7316         * gdbint.texinfo (Releasing GDB): New chapter.
7317
7318 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
7319
7320         * gdb.texinfo (Embedded Processors, Calling program functions):
7321         Obsolete references to a29k.
7322
7323 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
7324
7325         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
7326         examples.  Document that a code-block should do or discard its
7327         cleanups before exit.
7328
7329 2002-01-11  Michael Snyder  <msnyder@redhat.com>
7330
7331         * gdb.texinfo (Choosing files): Change @samp to @file.
7332
7333 2002-01-05  Michael Snyder  <msnyder@redhat.com>
7334
7335         * gdb.texinfo (--pid): Document new command line option (attach).
7336
7337 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
7338
7339         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7340         in the stub.
7341
7342 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
7343
7344         * gdbint.texinfo (Target Architecture Definition): Replace
7345         BIG_ENDIAN with BFD_ENDIAN_BIG.
7346
7347 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
7348
7349         * gdbint.texinfo (Target Architecture Definition): Replace
7350         value_ptr with struct value pointer.
7351
7352 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
7353
7354         * gdb.texinfo (Free Software): Fix wording.
7355
7356 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
7357
7358         * gdb.texinfo (Free Software): New section ``Free Software Needs
7359         Free Documentation''.
7360
7361 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
7362
7363         * stabs.texinfo:
7364         * gdb.texinfo:
7365         * gdbint.texinfo:
7366         * libgdb.texinfo:
7367         * annotate.texi: Fix the application of GFDL in the Copyright notice.
7368
7369 2001-12-29  Michael Snyder  <msnyder@redhat.com>
7370
7371         * gdb.texinfo (maint info sections): Fix typo.
7372
7373 2001-12-26  Michael Snyder  <msnyder@redhat.com>
7374
7375         * gdb.texinfo (maint info sections): Document.
7376
7377         * gdb.texinfo (info proc): Comment out documentation for
7378         'info proc' sub-options that are currently not implemented.
7379
7380 2001-12-20  Jim Blandy  <jimb@redhat.com>
7381
7382         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7383
7384 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
7385
7386         * gdbint.texinfo (Target Architecture Definition): Replace
7387         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7388
7389 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
7390
7391         * gdbint.texinfo (Host Definition): Delete documentation on
7392         HOST_BYTE_ORDER.
7393
7394 2001-11-30  Jim Blandy  <jimb@redhat.com>
7395
7396         * gdb.texinfo (Overlays): New chapter, documenting GDB's
7397         overlay support.  Add to top-level menu.
7398
7399 2001-11-26  Tom Tromey  <tromey@redhat.com>
7400
7401         * gdb.texinfo (Command Syntax): Document C-o binding.
7402
7403 2001-07-26  Christopher Faylor  <cgf@redhat.com>
7404
7405         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7406         use since it is described in the referenced section.
7407
7408         From Eli Zaretskii <eliz@gnu.org>
7409         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7410         clearer when using DJGPP.
7411
7412 2001-11-24  Christopher Faylor  <cgf@redhat.com>
7413
7414         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7415         specifically refer to MS-DOS.
7416         (command files): Mention gdb.ini is only used on MS-DOS.
7417
7418 2001-11-21  Tom Tromey  <tromey@redhat.com>
7419
7420         * gdb.texinfo (Invoking GDB): Document --args.
7421         (Mode Options): Likewise.
7422
7423 2001-11-21  Jim Blandy  <jimb@redhat.com>
7424
7425         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
7426         Delete documentation; this macro has been removed from the
7427         sources.
7428
7429 2001-11-13  Jim Blandy  <jimb@redhat.com>
7430
7431         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7432
7433 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
7434
7435         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7436
7437 2001-11-05  Michael Snyder  <msnyder@redhat.com>
7438
7439         * gdb.texinfo (info functions): Document use of backslash to
7440         quote regexp chars in function names such as "operator*()".
7441
7442 2001-11-01  Fred Fish  <fnf@redhat.com>
7443
7444         * gdbint.texinfo (SOLIB_ADD): Document additional new
7445         "readsyms" arg.
7446
7447 2001-10-30  Don Howard  <dhoward@redhat.com>
7448
7449         * gdb.texinfo: (Command Files) Added documentation for the
7450         behavior of gdb with input redirected from a file.
7451
7452 2001-10-28  Fred Fish  <fnf@redhat.com>
7453
7454         * gdb.texinfo (auto-solib-add): Change docs to match
7455         implementation change.
7456         (auto-solib-limit): Add docs for new variable.
7457
7458 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
7459
7460         * gdbint.texinfo (Target Architecture Definition): Function
7461         value_as_pointer renamed to value_as_address.
7462
7463 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
7464
7465         * gdbint.texinfo (Target Architecture Definition): Default
7466         POINTER_TO_ADDRESS functions assume unsigned addresses.
7467         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
7468         posting by Jim Blandy.
7469
7470 2001-10-12  Jim Blandy  <jimb@redhat.com>
7471
7472         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7473         version of texi2html (1.64) doesn't support this flag any more.
7474
7475 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
7476
7477         * gdbint.texinfo (Host Definition): Remove description of
7478         MEM_FNS_DECLARED.
7479
7480         * gdbint.texinfo (Host Definition): Remove description of R_OK.
7481
7482         * gdbint.texinfo (Host Definition): Remove description of
7483         HAVE_SIGSETMASK.
7484
7485 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
7486
7487         * gdbint.texinfo (Target Architecture Definition): Add
7488         explanation of TARGET_PRINT_INSN macro.
7489
7490 2001-08-30  Jim Blandy  <jimb@redhat.com>
7491
7492         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7493         Explain what it means to load relocatable files.
7494
7495 2001-08-28  Jim Blandy  <jimb@redhat.com>
7496
7497         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7498         info `top' menu.
7499
7500 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
7501
7502         * gdbint.texinfo: Add a cautionary note about macro use.
7503
7504 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
7505
7506         * gdb.texinfo: Explain omitting the hostname in the
7507         `target remote' command.
7508
7509 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
7510
7511         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7512         and END-INFO-DIR-ENTRY.
7513
7514 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7515
7516         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7517
7518 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
7519
7520         * gdbint.texinfo (libgdb): Rewrite.
7521
7522 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
7523
7524         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7525
7526 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7527
7528         * gdb.texinfo (TUI): New chapter, document the TUI.
7529         (Mode Options): Document the -tui option.
7530
7531 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
7532
7533         * gdbint.texinfo (Host Definition): Remove description of
7534         NEED_POSIX_SETPGID.
7535
7536 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
7537
7538         * gdb.tex (DJGPP Native): New node, with descriptions of
7539         DJGPP-specific commands.
7540
7541 2001-07-19  John R. Moore  <jmoore@redhat.com>
7542
7543         * gdbint.texinfo: Three misspellings.
7544
7545 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
7546
7547         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7548         `test` expressions on bash.  Problem reported by Colin Walters.
7549
7550 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
7551
7552         * gdbint.texinfo (User Interface): Update ui-out documentation to
7553         refelect recent UI/MI updates.
7554
7555 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
7556
7557         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7558         interpreters.
7559
7560 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
7561
7562         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7563         structure and not macros.
7564         (Host Definition): Document that much of this chapter is obsolete.
7565         (Target Architecture Definition): Update list of files that make
7566         up a target architecture.
7567         (Coding): Update.
7568
7569 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
7570
7571         * gdbint.texinfo (Target Architecture Definition): Update
7572         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7573         The latter has been changed to a true predicate.
7574
7575 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
7576
7577         * annotate.texi: Add @noindent where needed.  From Dmitry
7578         Sivachenko <dima@Chg.RU>.
7579         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
7580
7581 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
7582
7583         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
7584
7585 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
7586
7587         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7588         returns ``OK''.  Document that the ``R'' packet does not reply.
7589
7590 2001-06-13  Michael Snyder  <msnyder@redhat.com>
7591
7592         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7593
7594 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
7595
7596         * gdb.texinfo (Signals): Clarify the default setting of signal
7597         handling.
7598
7599 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
7600
7601         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7602         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7603
7604 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
7605
7606         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7607
7608 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
7609
7610         * gdbint.texinfo (Clean Design and Portable Implementation):
7611         Renamed from "Clean Design".
7612         (Clean Design and Portable Implementation): Document portable
7613         methods of handling file names, and the associated macros.
7614
7615 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
7616
7617         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7618         command and provide a cross-reference to its description.
7619         (Symbols): Note that "info scope" is useful for trace experiments.
7620
7621 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
7622
7623         * gdb.texinfo (Symbols): Document "info scope".
7624         (Tracepoints): New chapter.
7625         (Contributors): Update for v5.1.
7626         <All nodes>: Change "C++" to "C@t{++}".
7627
7628         * gdbint.texinfo (User Interface): A new section about ui_out
7629         functions, based on text written by Fernando Nasser.
7630
7631         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
7632
7633 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
7634
7635         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
7636
7637         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
7638
7639         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
7640         Replace "GDB" with "@value{GDBN}".  Fix markup.
7641
7642         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
7643
7644         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7645         a cross-reference to its description.
7646         (Symbols): Document "info symbol".
7647
7648 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
7649
7650         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7651         subsection "x86 Watchpoints".
7652         (Target Architecture Definition): Document the macros
7653         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7654         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7655
7656 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
7657
7658         * gdbint.texinfo (Target Architecture Definition): Update
7659         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7660         list.
7661
7662 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
7663
7664         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7665         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7666
7667 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
7668
7669         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7670
7671 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
7672
7673         * gdb.texinfo (Environment): Document that `path' does not change
7674         the value of PATH in GDB's own environment (it did in the past,
7675         but that was changed on March 15, 1994).  Reported by Doug Evans
7676         <dje@transmeta.com>.
7677
7678         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7679         its line.  Fix markup of commands and macros.  Add an Index node
7680         and index entries.
7681
7682 2001-01-23  J.T. Conklin  <jtc@redback.com>
7683
7684         * gdb.texinfo (Memory region attributes): New manual section.
7685
7686 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
7687
7688         * gdbint.texinfo (POP_FRAME): Document use by return_command.
7689
7690 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
7691
7692         * refcard.tex: Version and copyright fixed.  From Phil Edwards
7693         <pedwards@disaster.jaj.com>.
7694
7695 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7696
7697         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
7698         DWARF2_REG_TO_REGNUM): Document.
7699
7700 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7701
7702         * gdbint.texinfo (Coding): Update current value of
7703         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
7704
7705 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
7706
7707         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
7708         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7709
7710 2000-11-10  Christopher Faylor <cgf@cygnus.com>
7711
7712         * gdb.texinfo: Document new 'set step-mode' command.
7713
7714 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
7715
7716         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7717         changes from Dmitry Sivachenko <dima@Chg.RU>.
7718
7719 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
7720
7721         * gdb.texinfo (Hooks): Document the new post-hook functionality.
7722         From Steven Johnson <sbjohnson@ozemail.com.au>.
7723
7724 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
7725
7726         * gdbint.texinfo (Overall Structure): Spelling fix.
7727
7728 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
7729
7730         * gdbint.texinfo (Target Architecture Definition): Document that
7731         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7732         for which REGISTER_CONVERTIBLE returns a zero value.
7733
7734 2000-07-08  Christopher Faylor <cgf@cygnus.com>
7735
7736         * Makefile.in (install-info): Find files to install in either the
7737         build or source directories (adapted from Makefile.am).
7738
7739 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
7740
7741         * stabs.texinfo: Fix spelling errors.
7742         (String Field): FILE-NUMBER starts from 0, not 1.
7743
7744 2000-07-05  Eli Zaretskii <eliz@gnu.org>
7745
7746         * refcard.tex: Remove \centerline from the blurb.  Patch from
7747         Brian Youmans.
7748
7749 2000-06-25  Eli Zaretskii <eliz@gnu.org>
7750
7751         * Makefile.in (install-info): Support installation from outside of
7752         the source directory.  Reported by Mark Harig
7753         <markh@frazier.landmark.com>.
7754
7755 2000-06-20  J.T. Conklin  <jtc@redback.com>
7756
7757         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7758
7759 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7760
7761         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
7762         Generate using pdftex.
7763         (PDFTEX): Define.
7764         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
7765         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
7766         @contents at the start.
7767
7768 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
7769
7770         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
7771         Youmans.
7772
7773 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7774
7775         From Brian Youmans:
7776         * gdb.texinfo: Fix ``et al.''.
7777
7778 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7779
7780         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
7781         loop.
7782
7783 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
7784
7785         * configure: Regenerate.
7786
7787 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
7788
7789         * Makefile.in (install-info): Run install-info on installed Info
7790         files.
7791
7792 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7793
7794         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
7795         Andrew Cagney.
7796
7797 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
7798
7799         * gdb.texinfo: Proofreading changes from Brian Youmans.
7800
7801 2000-05-01  Nick Duffek  <nsd@cygnus.com>
7802
7803         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7804         startup sequence, minor edits.
7805
7806 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
7807
7808         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7809         TeX.
7810
7811         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
7812         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7813         like `n' and `s' which look weird.  Convert some of the @kindex to
7814         @vindex, when they refer to variables, not commands.
7815
7816 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7817
7818         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7819
7820 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
7821
7822         * Makefile.in (GDBMI_DIR): New variable.
7823         (SET_TEXINPUTS): Add $(GDBMI_DIR).
7824         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7825         (gdbmi.texinfo): New target, for texi2roff.
7826         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7827         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7828
7829         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7830         gdbmi.texinfo.
7831         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7832         comment.
7833
7834 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7835
7836         * gdb.texinfo (Files): Update description of add-symbol-file
7837         command.
7838
7839 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
7840
7841         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7842         prevents the build (and is generally a Bad Idea).
7843
7844 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
7845
7846         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7847         a comma inside @var.
7848         (Command Files): Index markup changes from Dmitry Sivachenko
7849         <dima@Chg.RU>.
7850
7851 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
7852
7853         * Makefile.in (LN_S): Define.
7854         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7855         invoke "ln -s" unless it is known to work.
7856
7857         * configure.in (AC_PROG_LN_S): Add.
7858
7859 2000-04-14  Jim Blandy  <jimb@redhat.com>
7860
7861         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7862         section.
7863         (Target Conditionals): Document ADDRESS_TO_POINTER,
7864         POINTER_TO_ADDRESS.
7865
7866 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
7867
7868         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7869         gdb-cfg.texi to get the value.
7870
7871 2000-04-10  Jim Blandy  <jimb@redhat.com>
7872
7873         * gdbint.texinfo (Target Architecture Definition): Fix
7874         cross-references.
7875
7876 2000-04-08  Jim Blandy  <jimb@redhat.com>
7877
7878         * gdbint.texinfo (Using Different Register and Memory Data
7879         Representations): New section.
7880         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
7881         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7882         REGISTER_CONVERT_TO_RAW): Document.
7883
7884 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7885
7886         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
7887         for acknowledgments.
7888
7889 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7890
7891         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
7892         qThreadExtraInfo.
7893
7894 2000-03-28  J.T. Conklin  <jtc@redback.com>
7895
7896         * gdb.texinfo: Clarify which remote debug protocol commands are
7897         required and which are optional.
7898
7899 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7900
7901         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
7902         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
7903         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
7904         * annotate.texi: Update.
7905
7906 2000-03-28  Stan Shebs  <shebs@apple.com>
7907
7908         * gdb.texinfo: Update dates, bump to Eighth Edition (note
7909         expectation of additional changes before release), update
7910         ISBN, add copy of top-level menu for @ifhtml, remove explicit
7911         node links, rephrase and/or shorten lines to fix formatting
7912         problem in both regular and @smallbook formats.
7913         * annotate.texi: Shorten lines in example, use smallexample
7914         consistently everywhere.
7915         * Makefile.in: Add comment about texinfo 4.0 html generation.
7916         (SFILES_INCLUDED): Add annotate.texi.
7917
7918 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
7919
7920         * gdb.texinfo (Debugging Output): Added new section, documenting
7921         the "set/show debug" commands.
7922
7923 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7924
7925         * annotate.texi (Annotations): When GDBN omit @chapter and @node
7926         entry.
7927
7928         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7929         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
7930         @chapter and @node entries.
7931
7932         * gdb.texinfo: Link all top-level nodes.
7933
7934 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7935
7936         * Makefile.in (install-info): Create $(infodir) before installing
7937         files.
7938
7939 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7940
7941         From David Whedon <dwhedon@gordian.com>
7942         * gdbint.texinfo : Added paragraphs about command deprecation.
7943
7944 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
7945
7946       * gdb.texinfo: Add documentation for the apropos command.
7947
7948 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
7949
7950         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7951
7952 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
7953
7954         * gdb.texinfo: Add white space to prevent overprinting in
7955         two places.
7956
7957 2000-03-17  Stan Shebs  <shebs@apple.com>
7958
7959         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7960         <dima@Chg.RU>, also clarification of allowed content for
7961         string constants.
7962
7963 2000-03-16  Eli Zaretskii <eliz@gnu.org>
7964
7965         * gdb.texinfo (main menu): Add Annotations.
7966         (File Options): Add @cindex entries for each command-line option.
7967         Document --epoch, --annotate, --async, --interpreter, --write,
7968         --statistics, and --version.
7969
7970         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
7971         of GDB.
7972
7973 2000-02-23  Jim Blandy  <jimb@redhat.com>
7974
7975         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7976
7977 2000-02-22  Jim Blandy  <jimb@redhat.com>
7978
7979         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7980
7981 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
7982
7983         * Makefile.in (diststuff): New target.
7984
7985 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
7986
7987         * agentexpr.texi: Fix wording regarding Intel's IA-64
7988         architecture.  [From Jim Wilson.]
7989
7990 2000-01-16  Tom Tromey  <tromey@cygnus.com>
7991
7992         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7993         (Delete Breaks): Mention range arguments.
7994         (Disabling): Likewise.
7995
7996 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
7997
7998         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
7999
8000 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8001
8002         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
8003         valid functions.
8004
8005 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
8006
8007         * gdb.texinfo: Clarify regular expressions used in rbreak.
8008
8009 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
8010
8011         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8012         MEMORY_REMOVE_BREAKPOINT):  Document.
8013
8014 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8015
8016         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
8017         offset re-using the DATA offset instead.
8018
8019 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
8020
8021         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8022
8023 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
8024
8025         From Dmitry Sivachenko <demon@gpad.ac.ru>:
8026         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8027         typos.
8028
8029         * gdb.texinfo: Various minor wording and formatting improvements,
8030         mentions of additional command-line options.
8031
8032 1999-09-30  Fred Fish  <fnf@cygnus.com>
8033
8034         * gdb.texinfo:  Document additional forms of specifying section
8035         names and addresses for the add-symbol-file command.
8036
8037 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
8038
8039         * gdbint.texinfo: Fix typo, add the word "have".
8040
8041 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
8042
8043         * gdbint.texinfo (Target Architecture Definition): Document the
8044         SKIP_PERMANENT_BREAKPOINT macro.
8045
8046 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
8047
8048         * gdb.texinfo: Fiks speling errers.
8049
8050         * gdb.texinfo: Fix uses of @multitable.
8051
8052         From Eli Zaretskii  <eliz@gnu.org>:
8053         * gdb.texinfo: Include details specific to DOS host, clarify
8054         some confusing language, fix @ref/@xref/@pxref usages, add
8055         comments about using with optimization, add more indexing,
8056         fix info about disassembly-flavor.
8057
8058 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
8059
8060         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8061         SKIP_SOLIB_RESOLVER): Define.
8062
8063 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8064
8065         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
8066         ``g'' packets.
8067
8068 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
8069
8070         * gdb.texinfo: Create a new "Configurations" chapter with
8071         platform-specific info, inline remote.texi and move sections of it
8072         into the new chapter, move bits about info proc, heuristic search,
8073         and register stack into the new chapter.
8074         * remote.texi: Remove, now part of gdb.texinfo.
8075         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8076
8077 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
8078
8079         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8080         GDB_TARGET_IS_MACH386): These kludges have gone away.
8081
8082 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8083
8084         * gdbint.texinfo (Target Architecture Definition): Mention
8085         TDEPLIBS.
8086
8087 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
8088
8089         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8090         surrounding text to fit HP-UX bits into general info.
8091         (HPPA-cfg.texi): Remove, no longer useful.
8092
8093         * gdb.texinfo: Remove explicit links from @node lines, remove
8094         HP-added "Detailed Node Listing" from main menu which confuses
8095         things.
8096
8097         From Dmitry Sivachenko <dima@Chg.RU>:
8098         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8099         in description of `set environment'.
8100
8101 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
8102
8103         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8104
8105 1999-08-12  Ben Elliston  <bje@cygnus.com>
8106
8107         * gdbint.texinfo (Breakpoint Handling): Add missing words.
8108
8109 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8110
8111         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8112         watch, awatch, and rwatch.  Explain why the latter two cannot be
8113         set as software watchpoints.  Document that watchpoints for local
8114         variables are deleted when the debuggee terminates.
8115
8116 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
8117
8118         * remote.texi (Protocol): Further clarification of the "qRcmd"
8119         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
8120         reserved.
8121
8122 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8123
8124         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8125         * gdb.texinfo: Ditto.
8126
8127 1999-08-06  Tom Tromey  <tromey@cygnus.com>
8128
8129         * gdb.texinfo (KOD): New node.
8130
8131 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8132
8133         * remote.texi (Rcmd): Fix minor formatting typos.
8134
8135 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8136
8137         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
8138         packets.
8139
8140 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
8141
8142         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8143         fixes.
8144
8145 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8146
8147         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8148
8149 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8150
8151         * remote.texi (Communication Protocol): ``v'' is in use. Fix
8152         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
8153         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
8154         packets that are not supported on all hosts. Expand examples.
8155         Spell check.
8156
8157 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
8158
8159         * Makefile.in: Recognize html, install-html.  Add targets
8160         to build HTML versions of documentation via texi2html.
8161
8162 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
8163
8164         * gdbint.texinfo (Testsuite): New chapter, information about the
8165         testsuite.
8166
8167 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8168
8169         * remote.texi (Communication Protocol): Rewrite.
8170
8171 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8172
8173         * stabs.texinfo: Fix uses of xref.
8174
8175 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
8176
8177         * gdbint.texinfo: Add an anti-printf exhortation, and update the
8178         info about patch submission.
8179
8180 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
8181
8182         From Per Bothner  <bothner@cygnus.com>:
8183         * gdb.texinfo: Document Chill support.
8184
8185 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8186
8187         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
8188         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8189         Document that the value should be greater-than or equal-to zero.
8190         (NO_STD_REGS): Document. Deprecate.
8191
8192 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8193
8194         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
8195         Document that these are not used.
8196
8197 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8198
8199         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8200
8201 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8202
8203         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
8204         numargs was dropped.
8205
8206 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8207
8208         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8209
8210 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8211
8212         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
8213         Update.
8214
8215 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8216
8217         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8218         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8219
8220 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
8221
8222         * gdbint.texinfo: Fix typos: $ -> @.
8223
8224 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8225
8226         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
8227         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8228         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8229         BREAKPOINT_FROM_PC.
8230
8231 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8232
8233         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
8234         CALL_DUMMY_STACK_ADJUST): Document.
8235
8236 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8237
8238         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
8239         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
8240
8241 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
8242
8243         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8244         longer exists.
8245
8246 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
8247
8248         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
8249         nearly all @ifset/@ifclear conditionals; nobody uses them, and
8250         they make the manual source incomprehensible.
8251         * h8-cfg.texi: Remove, hasn't been used in years.
8252
8253 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
8254
8255         * gdb.texinfo: Update the credits.
8256
8257 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
8258
8259         * gdb.texinfo: Fix mistakes noticed in printout of last
8260         draft, add Alpha to discussion of heuristic fence post.
8261
8262 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
8263
8264         * gdb.texinfo, remote.texi: Many changes; update to Seventh
8265         Edition, merge some HP changes into mainline, describe some
8266         previously undocumented features, describe more of the target
8267         commands available, eliminate obsolete section on renamed
8268         commands.
8269         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8270
8271 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
8272
8273         * gdb.texinfo: Make many HPPA conditionals unconditional,
8274         including catchpoint description, since now on for all configs.
8275         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8276         specializations.
8277
8278 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
8279
8280         * Makefile.in (GDBvn.texi): Fix match expression to work with
8281         current format of VERSION in gdb/Makefile.in.
8282         * gdb.texinfo: Fix node ref to match new readline.
8283
8284 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
8285
8286         * gdb.texinfo: Changes made as part of a project to merge in
8287           changes made by HP. Documentation makes extensive use of
8288           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8289           on remote debugging. There are differences in documentation
8290           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
8291           the HP manual discusses catchpoints, hardware watchpoints, and
8292           some HPUX specific limitations for shared library support.
8293
8294           There are also a number of @node changes.
8295
8296 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
8297
8298         * gdbint.texinfo (Formatting): Disambiguate a sentence.
8299         (C Usage): Same.
8300
8301 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
8302
8303         The following changes were made by Edith Epstein
8304         <eepstein@cygnus.com> as part of a project to merge in changes
8305         made by HP.
8306
8307         * HPPA-cfg.texi: new file.
8308
8309         * all-cfg.texi: set HPPA for HP PA-RISC targets.
8310
8311         * refcard.tex: change documentation about catch.
8312           removed info catch.
8313
8314 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
8315
8316         * gdbint.texinfo: Expand on GDB's coding standards,
8317         specify the use of arg names with prototypes.
8318
8319 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
8320
8321         * gdb.texinfo: Fix tipo.
8322
8323 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8324
8325         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
8326         TARGET_BYTE_ORDER_SELECTABLE_P.
8327
8328 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8329
8330         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8331
8332 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
8333
8334         * agentexpr.texi: New file.
8335
8336 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
8337
8338         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8339
8340 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
8341
8342         * remote.texi: Changed wording that implied that the GDB remote
8343         protocol caches register values instead of GDB itself.
8344
8345 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
8346
8347         * gdbint.texinfo: Add some info about symbol readers.
8348         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8349         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8350         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8351         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8352
8353 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
8354
8355         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
8356
8357 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8358
8359         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8360
8361 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
8362
8363         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
8364         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
8365
8366 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8367
8368         * gdbint.texinfo: Fix minor typos.
8369
8370 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
8371
8372         * gdbint.texinfo: Complete overhaul.  Group descriptions more
8373         logically, add more info on generic algorithms, remove much
8374         obsolete and/or wrong material.
8375
8376 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8377
8378         * stabs.texinfo (Method Type Descriptor): Expand and correct.
8379
8380 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
8381
8382         * refcard.tex:  Copyright, address updates.
8383
8384 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
8385
8386         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8387         for the edition instead of confusing GDB-version-like numbers.
8388
8389 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
8390
8391         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8392
8393 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8394
8395         * LRS: Reformat a bit to keep text under 80 columns.
8396
8397 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
8398
8399         * gdb.texinfo: Add some credits, mention bug monitor.
8400         * remote.texi: Mention mips monitor targets.
8401         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
8402
8403 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
8404
8405         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
8406         files, finish sorting of host vs target vs native macros, describe
8407         some more of them.
8408
8409 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
8410
8411         * gdbint.texinfo (Host Conditionals): Document change from
8412         using NO_MMALLOC to it's inverse, USE_MMALLOC.
8413
8414 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8415
8416         * gdbint.texinfo (Host Conditionals): Document
8417         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
8418
8419 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8420
8421         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8422         Document LSEEK_NOT_LINEAR.
8423
8424 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
8425
8426         * stabs.texinfo (Stab Section Basics): Make it clear that only
8427         some versions of the GNU linker remove the leading N_UNDF symbol.
8428
8429 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
8430
8431         * stabs.texinfo (String Field): Document type number pairs here,
8432         instead of in the Sun specific section.
8433         (Include Files): The GNU linker supports the N_BINCL
8434         optimization.  Clarify the N_BINCL value, and what it is used
8435         for.
8436         (Procedures): Document N_FUN with an empty string to mark the end
8437         of a function.
8438         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8439         (Sun Differences): Remove this node, as the information is now
8440         elsewhere in the main document.
8441         (Stab Section Basics): Mention that the GNU linker may optimize
8442         stabs and remove the leading N_UNDF symbol.
8443
8444 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
8445
8446         * gdb.texinfo, refcard.tex: Restore author credit
8447
8448 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
8449
8450         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8451         documentation to account for START and END macros taking
8452         one arg.
8453
8454 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
8455
8456         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8457         * gdb.texinfo (Frames): Fix typo.
8458
8459 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
8460
8461         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8462         a target_signal as arg type, not a pid.
8463
8464 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
8465
8466         * gdb.texinfo:  Document `set assembly-language'.
8467
8468 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
8469
8470         * remote.texi: Update list of stubs in the GDB distribution.
8471
8472 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
8473
8474         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
8475         Also document that some systems can use mmalloc but must define
8476         this if their C runtime allocates memory that is later freed.
8477         (MMCHECK_FORCE): Document new macro.
8478
8479 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
8480
8481         * remote.texi: Add documentation for target Sparclet.
8482
8483 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8484
8485         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
8486         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8487         * configure.in: Rewritten for autoconf.
8488         * configure: New.
8489
8490 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
8491
8492         * Makefile.in (DVIPS): New define, set to dvips.
8493         (dvi): Add stabs.dvi.
8494         (ps): New target.
8495         (all-doc): Depend on info, dvi, and ps targets.
8496         (STAGESTUFF): Add *.ps and *.dvi files.
8497         (clean-info, clean-dvi): Remove.
8498         (mostlyclean): Does not depend upon clean-info or clean-dvi,
8499         rules completely rewritten.
8500         (maintainer-clean): Remove clean-info and clean-dvi
8501         dependencies and put their actions in the rules.
8502         (gdb.ps): New target
8503         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
8504         intermediate TeX files, whether they have 2 or 3 character
8505         extensions.
8506         (gdbint.ps): Add target and rules.
8507         (gdb-internals): Delete unused target.
8508         (Makefile): Depends upon config.status also.
8509
8510 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
8511
8512         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8513         set.
8514
8515 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
8516
8517         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8518         * gdb.texinfo (Expressions): Fix erroneous array constant example.
8519
8520 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
8521
8522         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8523
8524 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8525
8526         * gdb.texinfo (Print settings):  Document
8527         `set/show print static-members' commands.
8528
8529 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
8530
8531         * gdbint.texinfo (Native): Document name change, coredep.c to
8532         core-aout.c.
8533
8534 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8535
8536         * stabs.texinfo (Include Files): Document the values the SunOS4
8537         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8538
8539 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
8540
8541         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8542         Fix typo.
8543
8544 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
8545
8546         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8547         "gdb.tar.Z".
8548
8549 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
8550
8551         * Makefile.in (maintainer-clean): New target, synonym for
8552         realclean.
8553
8554 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
8555
8556         * Update all FSF addresses except those in COPYING* files.
8557
8558 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8559
8560         From Richard Earnshaw (rearnsha@armltd.co.uk):
8561         * gdb.texinfo (convenience variables): Document $_exitcode.
8562         (quit): Document optional expression to use as exit code.
8563
8564 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
8565
8566         * gdb.texinfo, remote.texi: Brought up to date with various
8567         GDB changes.
8568
8569 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
8570
8571         * gdb.texinfo: Update dates and versions, fix comments about
8572         hardware watchpoints in future releases and about the
8573         sharedlibrary command.
8574
8575 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8576
8577         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
8578         C_FUN stab.  Other cleanups.
8579
8580 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8581
8582         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8583         for the sparc stub.
8584
8585 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8586
8587         * annotate.texi: Clarify which addresses have differing formats
8588         depending on the language and which do not.
8589
8590 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8591
8592         * remote.texi (NetWare): Changed example to use BOARD= instead of
8593           NODE= argument to reflect correspoding change to gdbserve.nlm.
8594
8595 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8596
8597         * stabs.texinfo (Negative Type Numbers): Mention the fact that
8598         GDB, as well as AIX dbx, supports the size type attribute.
8599
8600 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8601
8602         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8603
8604 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8605
8606         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
8607         and new 'if' and 'while' commands.
8608
8609 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8610
8611         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
8612
8613 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8614
8615         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8616         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8617           NetWare targets.  Mostly stolen from the Server node.
8618
8619 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8620
8621         * gdb.texinfo (Setting): Talk about the language of a source file
8622         versus the working language.  The old documentation did not match
8623         what GDB did.
8624
8625 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8626
8627         * stabs.texinfo (Source Files): Document N_SO used to mark the end
8628         of a source file.
8629
8630 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8631
8632         * gdb.texinfo (Processes): New node.
8633
8634 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
8635
8636         * remote.texi: Update documentation of set/show mipsfpu.
8637
8638 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
8639
8640         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8641         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
8642
8643 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
8644
8645         * gdbint.texinfo: Removed mentions of some incorrectly placed and
8646         obsolete conditionals, described some others.
8647
8648 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8649
8650         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8651         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8652
8653 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
8654
8655         * gdbint.texinfo: Put regex conditionals in their own table.
8656
8657 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
8658
8659         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8660         described or fixed the descriptions of many others.
8661
8662 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
8663
8664         * gdb.texinfo: Add some more credits.
8665         * gdbint.texinfo: Capitalize GDB consistently, describe some
8666         macros and remove some.
8667
8668 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
8669
8670         * gdbint.texinfo: Removed mentions of many incorrectly placed and
8671         obsolete conditionals, described some others.
8672
8673 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8674
8675         * gdb.texinfo (help targets):  Changed to `help target', which
8676         is the correct gdb command.
8677
8678 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8679
8680         * annotate.texi (TODO): New node, for keeping track of annotations
8681         suggested but not yet implemented.
8682
8683 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8684
8685         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8686         another symbol, it is not the address itself.
8687
8688 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
8689
8690         * stabs.texinfo (Stab Section Basics): Add comment about alignment
8691         of stabs-in-coff sections.
8692
8693 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8694
8695         * annotate.texi: Change edition to 0.5 and date to May 1994.
8696         Add index.
8697         (Frames): New node, for frame annotation.
8698         (Displays): New node, for display annotation.
8699
8700         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8701         when waiting for your program to stop.
8702
8703 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8704
8705         * annotate.texi (Breakpoint Info): Document annotation of header
8706         fields and record annotation.
8707
8708 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8709
8710         * annotate.texi: New file, to document annotations.
8711
8712 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8713
8714         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8715         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
8716
8717 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8718
8719         * stabs.texinfo (Stab Section Basics): Say what is in .stab
8720         section, and say n_strx field is compilation unit relative.
8721         * stabs.texinfo: Don't use @code for a.out when it is the name of
8722         an object file format.
8723
8724 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
8725
8726         * gdb.texinfo: Refer to file names, not path names, per rms
8727         convention.
8728         (Arguments): Fix typo.
8729
8730 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8731
8732         * stabs.texinfo (Global Variables): Talk about stabs in files
8733         where variables are referenced, but not defined.
8734
8735 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8736
8737         * stabs.texinfo: Move stuff on @ and # type descriptors from node
8738         Cplusplus to new nodes Member Type Descriptor and Method Type
8739         Descriptor.  Re-write stuff for #.
8740
8741 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8742
8743         * gdb.texinfo (Print Settings): Don't document "set print
8744         fast-symbolic-addr off".  The bug which it worked around was fixed
8745         on 25 Feb 94 in coffread.c, so I'm nuking the command.
8746
8747         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8748         N_ENTRY node.
8749
8750         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8751
8752 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8753
8754         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8755         references to ieee-float.c.
8756
8757 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8758
8759         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8760         match what the code actually does.
8761
8762 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8763
8764         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8765
8766 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
8767
8768         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8769         i, and b.
8770
8771 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
8772
8773         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8774         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
8775         as "stabs in sections" rather than just saying "ELF and SOM".
8776         Also make that stuff apply to COFF.
8777
8778 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8779
8780         * gdb.texinfo (Formatting Documentation): Change GhostScript to
8781         Ghostscript.
8782
8783 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8784
8785         * gdb.texinfo (Continuing and Stepping): When talking about "step"
8786         versus functions without line numbers, also mention stepping into
8787         them as well as "step" when you are in them.  Tell the user how to
8788         deal with the situation.  Add comment about "debugging information".
8789
8790 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8791
8792         * stabs.texinfo (Enumerations): Document restriction on where
8793         enumeration types can appear and still win with GDB.
8794
8795 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8796
8797         * stabs.texinfo (Negative Type Numbers): Document format for type
8798         -16.
8799
8800 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8801
8802         * gdb.texinfo (Selection, Frame Info): Update information about
8803         arbitrary frame specficiations.
8804
8805 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8806
8807         * gdb.texinfo, remote.texi: general editing pass prior to Net release
8808
8809 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8810
8811         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8812
8813 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8814
8815         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8816
8817 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8818
8819         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8820         Differences node to Statics node.
8821         (Statics): Discuss XCOFF use of V symbol descriptor.
8822
8823         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8824         not clean.
8825
8826 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
8827
8828         * gdb.texinfo (Print Settings): Document `set print
8829         fast-symbolic-addr' and improve the doc for some other
8830         `set print's.
8831
8832 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8833
8834         * stabs.texinfo (String Field): Talk about defining several type
8835         numbers at once.
8836         Fix lint regarding changing node ELF Transformations to
8837         ELF and SOM Transformations.
8838
8839 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
8840
8841         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
8842
8843 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8844
8845         * stabs.texinfo (Cross-References): `::' is for nested types only
8846         within <>.
8847         (Structures): Document static members.
8848
8849 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8850
8851         * stabs.texinfo: Document S type attribute.
8852
8853 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8854
8855         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8856
8857 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
8858
8859         * gdbint.texinfo:  Fix a few typos.
8860
8861 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8862
8863         * gdb.texinfo, remote.texi: formatting improvements
8864
8865         * gdb.texinfo (New Features): mention threads.
8866         (Summary, C): fix xrefs in newly contributed text.
8867         (Threads): index entries, clarifications, example
8868         (passim): minor typos fixed, phrasing improvements
8869
8870         * remote.texi (Bootstrapping): rephrase text on ^C and add index
8871         entries; (Server): explain use of gdbserver w/real-time systems,
8872         add example of conflicting TCP port; (MIPS Remote) break up
8873         running text into table, highlighting commands, and add example.
8874
8875 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8876
8877         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8878
8879 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8880
8881         * stabs.texinfo (Nested Symbols): New node.
8882         (String Field, Symbol Descriptors, Cross-References): Refer to it.
8883
8884 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8885
8886         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8887         to picking which Bbss.bss symbol to use, and (because there seems to
8888         be no good way of doing it) re-write some of the text to make it
8889         sound like Bbss.bss isn't such a great idea after all (as currently
8890         designed).
8891
8892         * gdb.texinfo (C): In addition to saying people have to use g++ for
8893         good results, say they have to use stabs.  Specifically say cfront
8894         doesn't work well.
8895         (Summary): Merge in information on Modula-2, Pascal, and Chill from
8896         the gdb README.  Add xrefs to places where the support for the various
8897         languages is described in detail.
8898
8899 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8900
8901         * stabs.texinfo: Clean up stuff about visibility and virtual
8902         characters.
8903
8904         * stabs.texinfo (N_M2C): Cite Sun doc.
8905
8906 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8907
8908         * gdb.texinfo: updates re threads.
8909         * remote.texinfo: avoid index entries starting with digits.
8910
8911 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8912
8913         * stabs.texinfo (Enumerations): Talk about large, negative and
8914         octal values.  Clean up cross reference to type attributes.
8915         (String Field): Say that GDB 4.11 supports size attribute.
8916
8917 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8918
8919         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8920         is a mandatory step.  Make the stuff about that more concise.
8921
8922 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8923
8924         * stabs.texinfo (Class Names): New node.
8925
8926         * gdb.texinfo (Command Files): Explain order of init file reading.
8927
8928         * remote.texi (Bootstrapping): Talk about getting the serial driver
8929         to deal with ^C sent by gdb to stop the remote system.
8930
8931 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
8932
8933         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8934
8935         * libgdb.texinfo (Defining Commands): made the DOC arg
8936         to gdb_define_app_command a char * instead of char **
8937         per a suggestion from kingdon.
8938
8939         * libgdb.texinfo: total rewrite from a different starting
8940         premise.
8941
8942 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8943
8944         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8945         floats passed as doubles (to improve clarity).
8946
8947 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8948
8949         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8950
8951         * a4rc.sed: update to work with Andreas Vogel papersize params
8952
8953         * refcard.tex: use Andreas Vogel simplifications of papersize
8954         params; remove useless version info; update copyright date.
8955
8956 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8957
8958         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8959
8960 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8961
8962         * gdb.texinfo (Files): Say what address the load command loads it at.
8963
8964         * stabs.texinfo (Common Blocks): Minor cleanups.
8965
8966         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8967         that Sun has backed away from the linker kludge and thus the relevant
8968         issue is changes to the SunPRO tools, not the Solaris linker.
8969
8970         * stabs.texinfo (Traditional Integer Types): Clean up description
8971         of octal bounds a little bit.  Document extra leading zeroes.
8972
8973 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8974
8975         * gdb.texinfo (Signaling): Update for symbolic symbol names
8976         and add a section explaining the difference between the GDB
8977         signal command and the shell kill utility.
8978
8979 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
8980
8981         * libgdb.texinfo: added `@' to braces that were unescaped.
8982
8983 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
8984
8985         * libgdb.texinfo: new file.  Spec for the gdb library.
8986
8987 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8988
8989         * stabs.texinfo (Include Files): Fix typo (start -> end).
8990
8991 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8992
8993         * gdb.texinfo, remote.texi: assorted small improvements, mostly
8994         from Melissa at FSF's editing pass.
8995
8996 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8997
8998         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8999         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9000         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9001
9002 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9003
9004         * remote.texi (Bootstrapping): Discuss 386 call gates.
9005
9006 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
9007
9008         * stabs.texinfo (Based Variables): New node.
9009
9010 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
9011
9012         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9013         names, sizes, and formats to suggest how not to lose.
9014
9015 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
9016
9017         * stabs.texinfo (Methods): Fix typo.
9018
9019 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9020
9021         * gdb.texinfo: Fix a few typos.
9022
9023 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9024
9025         * gdb.texinfo: Clarify how well it works with Fortran.
9026
9027         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9028         More on relocating stabs in ELF files.
9029
9030 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9031
9032         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9033
9034 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9035
9036         * stabs.texinfo (Local Variable Parameters): Talk about nameless
9037         parameters on VAX.
9038
9039 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9040
9041         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9042
9043 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9044
9045         * stabs.texinfo: Make info author notice match the TeX author notice.
9046
9047 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9048
9049         * stabs.texinfo: Initial-caps all words in node names and
9050         non-trivial words in section names.
9051
9052 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9053
9054         * stabs.texinfo: Many minor cleanups.
9055
9056         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9057
9058 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
9059
9060         * stabs.texinfo: Remove full description of big example.
9061         It's not really helpful; just use pieces of it where appropriate.
9062         Add more Texinfo formatting directives (@samp, etc.).
9063         Use @deffn to define stab types.
9064         Eliminate some wordiness.  Break up some nodes.
9065         Add an (alphabetized) index of symbol types.
9066         Use consistent capitalization style in node and section names.
9067
9068 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
9069
9070         * gdb.texinfo:  Change typo "Two two" to "The two".
9071
9072 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9073
9074         * stabs.texinfo (XCOFF-differences): Remove references to
9075         non-existent types N_DECL and N_RPSYM.
9076
9077         * stabs.texinfo (String Field): Say that type attributes bug is
9078         fixed in GDB 4.10, since it is.
9079
9080         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9081
9082 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
9083
9084         * stabs.texinfo: Formatting cleanups.
9085
9086 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9087
9088         * stabs.texinfo: When explaining the n_type of a stab, standardize
9089         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9090         no tabs, use @r).
9091         (Global Variables): Clean up.
9092
9093 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9094
9095         * stabs.texinfo (Stack Variables): Re-write.
9096
9097 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9098
9099         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9100         addresses of a source file.  Also revise formatting.
9101         Change "object module" or "object file" to "source file".
9102         Various: Miscellaneous cleanups.
9103
9104 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9105
9106         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9107
9108 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9109
9110         * gdbint.texinfo: Removed many nonsensical machine-collected
9111         host and target conditionals, described some of the remainder.
9112
9113 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9114
9115         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9116
9117         * gdbint.texinfo (Top): Add name to @top line, and re-write the
9118         paragraph which follows.
9119
9120         * gdbint.texinfo (Host): Use @code not @samp for Makefile
9121         variables.  Looks better and avoids overful hbox.
9122
9123 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9124
9125         * stabs.texinfo (Procedures): Improve stuff on nested functions.
9126
9127 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9128
9129         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9130         retransmit-timeout
9131
9132 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9133
9134         * gdbint.texinfo: Update statement about `some ancient Unix
9135         systems, like Ultrix 4.0' to Ultrix 4.2.
9136
9137 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
9138
9139         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9140
9141         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9142
9143         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
9144         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9145
9146         * remote.texi: new name for former gdbinv-s.texi
9147
9148         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9149
9150 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
9151
9152         * gdbinv-s.texi: Documented timeout and retransmit-timeout
9153         variables for MIPS remote debugging protocol.
9154
9155 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9156
9157         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9158
9159 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
9160
9161         * Makefile.in (refcard.dvi): Use srcdir where necessary.
9162
9163 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
9164
9165         * gdb.texinfo: repair conditional bugs in text markup
9166
9167 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9168
9169         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9170         to select Modula-2 material.
9171
9172 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9173
9174         * stabs.texinfo: Cleanups regarding statics.
9175
9176         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9177         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
9178
9179 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9180
9181         * stabs.texinfo: N_MAIN is sometimes used for C.
9182
9183 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9184
9185         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9186
9187 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
9188
9189         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
9190         removed from the code by Kingdon.
9191
9192 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9193
9194         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9195         input when evaluating breakpoint conditions; the bug has been fixed.
9196
9197         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9198         sets the ignore count to N-1, not to N.
9199
9200 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9201
9202         * refcard.tex (\hoffset): correct longstanding error to match
9203           intended offset; avoids cutting off edge on some printers
9204
9205 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9206
9207         * stabs.texinfo (Parameters): Say that order of stabs is significant.
9208
9209 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9210
9211         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9212
9213 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9214
9215         * Makefile.in: (REFEDITS) new var to control whether PS or CM
9216         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9217         collect sed edits if any, apply to refcard before formatting;
9218         (refcard.ps) stop implying PS fonts if PS output requested;
9219         (lrefcard.ps) delete extra target for variant PS fonts
9220
9221         * refcard.tex: parametrize papersize dependent info, collect
9222           in easily replaced spot
9223
9224         * a4rc.sed: new file, edits to refcard for A4 paper
9225
9226 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9227
9228         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9229
9230 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9231
9232         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9233
9234 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9235
9236         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9237         politely rather than rudely.
9238
9239 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9240
9241         * stabs.texinfo: Document common blocks.
9242
9243 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
9244
9245         * stabs.texinfo:  Add some basic info about stabs-in-elf.
9246
9247 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9248
9249         * stabs.texinfo (Top): Minor cleanup.
9250
9251 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
9252
9253         * Makefile.in (install-info): remove parentdir support
9254
9255 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9256
9257         * gdb.texinfo (Copying): delete this node and references to it;
9258         RMS says this manual need not carry GPL. (passim): Improvements
9259         from last round at FSF, largely due to Ian Taylor review, and
9260         minor formatting improvements.
9261
9262         * gdbinv-s.texi (passim): Improvements from last round at FSF,
9263         largely due to Ian Taylor review. (Debug Session): minor edits to
9264         new text.
9265
9266 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
9267
9268         * Makefile.in (realclean): Remove info and dvi files too.
9269
9270 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
9271
9272         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9273         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
9274         * gdb.texinfo: Change accordingly.
9275
9276         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
9277         N_{L,R}BRAC,N_SLINE are relative to.
9278
9279 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
9280
9281         * Makefile.in (GDBvn.texi): Update atomically.
9282
9283 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
9284
9285         * gdbinv-s.texi (Debug Session): Document exceptionHook.
9286
9287 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
9288
9289         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9290         addresses together.  Also motivate the set print symbol-filename
9291         command and suggest other solutions.
9292
9293 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
9294
9295         * gdb.texinfo (set print elements):  Note that the number of
9296         elements is set to unlimited by "set print elements 0".
9297
9298 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
9299
9300         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9301         NF_LDOUBLE means.
9302         (Stab Types): Include Solaris stab types.
9303         (Procedures): Document Solaris extensions.
9304
9305 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9306
9307         * gdb.texinfo:  Add `set print symbol-filename' doc.
9308
9309 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9310
9311         * stabs.texinfo (Arrays): Talk about type definition vs. type
9312         information.
9313
9314         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9315         the trailing semicolon.
9316
9317 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9318
9319         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9320         and merge in other parts of the document addressing these subjects.
9321         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9322
9323         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9324         at the end of a range type.
9325
9326         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9327         AIX extensions.
9328
9329 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9330
9331         * stabs.texinfo (Stabs Format):  Misc fixes.
9332
9333 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9334
9335         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
9336         (Traditional builtin types): Document convex convention for long long.
9337         (Negative builtin types): Discuss type names, and misc fixes.
9338
9339 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9340
9341         * stabs.texinfo (Builtin Type Descriptors): Document the floating
9342         point types used with @samp{R} type descriptor.
9343         (Symbol Descriptors): Describe how to handle conflict between
9344         different meanings of @samp{P} symbol descriptor.
9345
9346 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9347
9348         * stabs.texinfo: Remove node Quick Reference and put its children
9349         directly under the main menu.
9350
9351         * stabs.texinfo: Many more changes to bring it into line with
9352         AIX documentation and reality.  I think it now has all the
9353         information from the AIX documentation, except that I burned
9354         out when I got to variant records (Pascal and Modula-2) and
9355         all the COBOL types.  Oh well, we can add them later when we're
9356         worrying more about those languages.
9357
9358         * stabs.texinfo (Automatic variables): Talk about what it means
9359         to omit the symbol descriptor.
9360
9361 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9362
9363         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9364         gcc2 behavior with promoted args.
9365
9366 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9367
9368         * gdb.texinfo: include readline appendices in info version of manual
9369
9370 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9371
9372         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9373         target remote.
9374
9375         * gdb.texinfo (Machine Code): more index entries for disassemble
9376
9377 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
9378
9379         * Clarify the intended use of the gdb-testers and gdb-patches
9380         mailing lists, and shrink gzip comment.
9381
9382 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9383
9384         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9385         DOSHOST configuration of manual.
9386
9387         * gdb.texinfo (MIPS Stack): new node.
9388
9389         * all-config.texi (MIPS) new switch.
9390
9391         * gdbinv-s.texi (Nindy Options) Remove two instances of future
9392         tense; (MIPS Remote) new node.
9393
9394         * gdb.texinfo (passim) rephrases to work around makeinfo @value
9395         bug; (Environment) less passive, other small cleanups in text about
9396         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9397         (Remote) new MIPS Remote menu entry.
9398
9399 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
9400
9401         * stabs.texinfo: Many changes to include information from the
9402         AIX documentation.
9403
9404         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9405
9406 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
9407
9408         * gdbint.texinfo (new node Debugging GDB, elsewhere):
9409         Move a bunch of information from ../README.
9410         (Getting Started): New node.
9411
9412 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9413
9414         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9415
9416         * gdb.texinfo: advance manual revision dates to present
9417
9418         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9419         stop using silly Roman numerals in @set variable names
9420
9421 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
9422
9423         * stabs.texinfo (Parameters): Keep trying to get this right.
9424
9425 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
9426
9427         * stabs.texinfo (Parameters): More on "local parameters".
9428
9429 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
9430
9431         * stabs.texinfo (Parameters): Re-do "local parameters" section.
9432
9433 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
9434
9435         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9436         (Parameters): Rewrite.
9437         (xcoff-differences, Sun-differences): Minor changes.
9438
9439 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
9440
9441         * stabs.texinfo:  Minor cleanup.
9442
9443 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
9444
9445         * gdbint.texinfo: Minor xcoff stuff.
9446
9447 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
9448
9449         * gdbint.texinfo:  Update for new config directory structure.
9450         Add info about internal type data structures.
9451
9452 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
9453
9454         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9455         $(srcdir).
9456         (gdb-config.texi): Depend on file in $(srcdir).
9457
9458 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
9459
9460         * stabs.texinfo: Fixes about N_SO.
9461
9462 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9463
9464         * gdb.texinfo: include list of nonstandard init file names
9465
9466         * *-config.texi: new switch GENERIC for text that applies *only*
9467         to (usual) multiple-target version of manual
9468
9469         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9470         h8 config
9471
9472         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9473         in menus (rather than conditionally selected multiple alternative
9474         menus).
9475
9476         * Makefile.in: define and use DOC_CONFIG var to select
9477         configuration for GDB user manual.
9478
9479         * gdb-config.texi: delete from repository, generate from Makefile.
9480
9481         * all-config.texi: normal `generic' configuration file, formerly
9482         stored as gdb-config.texi
9483
9484 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
9485
9486         * Makefile.in: add dvi target to build all .dvi files
9487
9488 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9489
9490         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9491
9492 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
9493
9494         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9495         host conditionals.
9496         * stabs.texinfo:  More array fixes inspired by Jim's.
9497
9498 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
9499
9500         * stabs.texinfo: Fixes re arrays and continuations.
9501
9502         * gdbint.texinfo: Add XCOFF node.
9503
9504 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
9505
9506         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
9507
9508 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
9509
9510         * stabs.texinfo:  Fix for array types to mention lower bounds.
9511
9512 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
9513
9514         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
9515
9516 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
9517
9518         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
9519
9520 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
9521
9522         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
9523         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9524
9525 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
9526
9527         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
9528
9529 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9530
9531         * gdb.texinfo, gdbinv-s.texi: misc updates
9532
9533 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
9534
9535         * gdbint.texinfo:  Brief documentation for longjmp support,
9536         from an email msg by Stu.
9537
9538 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
9539
9540         * stabs.texinfo:  Fix description of floating point "range"
9541         types (which really define basic types).  Reported by Jim Meehan,
9542         <meehan@src.dec.com>.
9543
9544         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9545
9546 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
9547
9548         * gdbint.texinfo: Slightly expand section on supporting a new
9549         object file format.
9550
9551 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
9552
9553         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
9554         intermediate file.
9555
9556 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9557
9558         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9559
9560 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9561
9562         * gdbinv-s.texi: z8000 simulator target name is just "sim"
9563
9564         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
9565         as well as Z8002.
9566
9567 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
9568
9569         * gdbint.texinfo:  Add sections on clean design and on how to send
9570         in changes.
9571
9572 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
9573
9574         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
9575
9576 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
9577
9578         * gdb.texinfo:  Fix typo, reported by Karl Berry.
9579
9580 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
9581
9582         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
9583
9584 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9585
9586         * gdbint.texinfo: fixed a stray email address (needs @@),
9587         added @table @code to node "Native Conditionals"
9588
9589 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
9590
9591         * gdbint.texinfo:  Describe coding style of GDB.
9592
9593 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
9594
9595         * stabs.texinfo:  Minor wording changes.
9596
9597 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
9598
9599         * gdbint.texinfo:  Improve release doc slightly.
9600
9601 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
9602
9603         * gdbint.texinfo:  Improve doc of GDB config macros.
9604
9605 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
9606
9607         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
9608         These will be reinserted when examined.
9609
9610 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
9611
9612         * gdbint.texinfo:  Make a start at documenting all the #if macros
9613         in GDB.  At least list them all, and start separating them into
9614         host-specific and target-specific.
9615
9616 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9617
9618         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
9619         examples (not consistent w others).
9620         gdb.texinfo: issue disclaimer paragraph on cmdline options only
9621         for generic vn of doc
9622
9623 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
9624
9625         * Makefile.in: always create installation directories.
9626
9627 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9628
9629         * gdb.texinfo: in h8 config, do not describe searching commands.
9630
9631 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9632
9633         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9634           conditionals; introduce a few generic switches that may be
9635           useful for other cross-dev or dos-hosted configs.
9636
9637         * gdb.texinfo: fix typo in "info reg" description
9638
9639 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
9640
9641         * stabs.texinfo:  Minor updates from running TeX over it.
9642         * Makefile.in (stabs.dvi, stabs.ps):  Add.
9643
9644 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
9645
9646         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
9647         First pass at converting it to texinfo.
9648
9649 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
9650
9651         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
9652         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
9653
9654 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
9655
9656         * gdbint.texinfo:  Add section on partial symbol tables.
9657
9658 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
9659
9660         * gdb.texinfo:  document `set remotedebug' and `set
9661         rstack_high_address'.
9662
9663 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9664
9665         * gdb.texinfo: slight expansion of new text on reading info files
9666         * gdbinv-s.m4.in: correct and expand info on cross-debugging
9667         H8/300 from DOS.
9668
9669 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
9670
9671         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
9672
9673 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
9674
9675         * gdb.texinfo:  Say how to read the `info' files.
9676
9677 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
9678
9679         * Makefile.in: gm4 -> m4.
9680
9681 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
9682
9683         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
9684         Documentation' ahead of `Installing GDB' to match README.
9685         Update shared library doc, -readnow and -mapped, and directory
9686         structure (add glob and mmalloc).  Update configure doc.
9687
9688 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
9689
9690         * Makefile.in: remove $(srcdir) from gdb.info rule.
9691
9692 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
9693
9694         * Makefile.in: commented out gdb-all.texinfo rule.  This is
9695           temporary.
9696
9697 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
9698
9699         * Makefile.in, configure.in: removed traces of namesubdir,
9700           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
9701           copyrights to '92, changed some from Cygnus to FSF.
9702
9703 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
9704
9705         * gdb.texinfo:  Improve how we ask for bug reports.
9706
9707 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
9708
9709         * Makefile.in: infodir belongs in datadir.
9710
9711 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
9712
9713         * Makefile.in: remove spaces following hyphens, bsd make can't
9714           cope.  install using INSTALL_DATA.  added clean-info.  added
9715           standards.text support.
9716
9717 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
9718
9719         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
9720           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
9721           and mandir now keyed off datadir by default.
9722
9723 \f
9724 Local Variables:
9725 mode: change-log
9726 left-margin: 8
9727 fill-column: 74
9728 version-control: never
9729 End: