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