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