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