OSDN Git Service

Add script to build and test GDB using enable-targets=all.
[pf3gnuchains/pf3gnuchains3x.git] / gdb / doc / ChangeLog
1 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
2
3         * gdbint.texinfo (Build Script): New section. Mention new build script
4         gdb_buildall.sh.
5
6 2008-02-01  Jim Blandy  <jimb@red-bean.com>
7
8         * gdb.texinfo (Help): Summarize 'info args' correctly.
9
10 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11
12         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
13         available in PowerPC architecture.
14         (Embedded Processors): Change node name of PowerPC item in menu.
15         (PowerPC): Rename to...
16         (PowerPC Embedded): this.
17         (Architectures): Add new PowerPC item in menu.
18         (PowerPC): New node.
19
20 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
21
22         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
23         commands.
24
25 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
26
27         * gdb.texinfo (Setting Catchpoints): Mention features
28         supported on GNU/Linux.
29
30 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
31
32         * gdb.texinfo (GDB/MI File Commands): Describe new output
33         field for MI command -file-list-exec-source-file.
34
35 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
36
37         * gdb.texinfo (Using the `gdbserver' Program): Add security
38         warning.  Rearrange into subsections and subsubsections.  Document
39         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
40         usage.  Make load reference clearer.  Document monitor exit.
41         (Remote Configuration): Document set remote exec-file, attach-packet,
42         and run-packet.
43         (Packets): Document vAttach and vRun.
44
45 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
46
47         * gdb.texinfo (Processes): Mention process command.
48         detach-on-follow -> detach-on-fork.
49
50 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
51
52         * gdbint.texinfo (Native Conditionals): Remove
53         SHELL_COMMAND_CONCAT and SHELL_FILE.
54
55 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
56
57         * gdb.texinfo (Specify Location): Improve wording.
58
59 2008-01-23  Chris Demetriou  <cgd@google.com>
60
61         * gdb.texinfo (Threads): Document new "set print thread-events"
62         and "show print thread-events" commands.
63
64 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
65
66         * gdb.texinfo (Specify Location): New section.
67         (Delete Breaks, Edit, Set Breaks): Remove description of
68         locations.  Instead, add a reference to "Specify Location".
69         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
70         (Symbols): Refer to "Specify Location" for the valid forms of
71         linespecs and locations.
72
73 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
74
75         * gdbint.texinfo (Target Conditionals): Replace the description of
76         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
77
78 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
79
80         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
81         about &&var, which is rejected by the expression parser.
82
83 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
84
85         * gdb.texinfo (Output): Update documentation on using printf with DFP
86         types.
87
88 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
89
90         * gdb.texinfo (C and C++): Add Decimal Floating Point format
91         subsubsection.
92         (Decimal Floating Point format): New subsubsection.
93
94 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
95
96         * gdb.texinfo (File Options): Remove mention of the attempt to
97         open a core file with the -p option.  Don't list -c as a valid
98         option to attach to a process.
99
100 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
101
102         * gdbint.texinfo (Host Conditionals): Remove mention of
103         ALIGN_STACK_ON_ENTRY.
104
105 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
106
107         * gdbint.texinfo (Start of New Year Procedure): Add item
108         describing how to update the source and documentation copyright
109         notices.
110
111 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
112
113         * gdb.texinfo (Set Watchpoints): Integrate per-thread
114         watchpoint explanation into the main description of the watchpoint
115         command; update synopses of 'watch', 'rwatch', and 'awatch'
116         commands.
117
118 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
119
120         * gdb.texinfo (Miscellaneous gdb/mi Commands):
121         Document 'pending-breakpoints' feature of
122         -list-features.
123
124 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
125
126         * doc/gdb.texinfo: Add new parameter's description.
127
128 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
129
130         * gdb.texinfo (Overview): Clarify run-length encoding
131         example.  Remove the restriction on "+" and "-" characters.
132
133 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
134
135         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
136
137 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
138         
139         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
140         the -f option for -break-insert, remove -r option,
141         and clarify specification of location.
142
143 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
144
145         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
146         formatting.
147         (Remote Debugging): Add File Transfer section.
148         (Remote Configuration): Document Host I/O packets.
149         (GDB/MI): Add GDB/MI File Transfer Commands section.
150         (Host I/O Packets): New section in "Remote Protocol".
151         (Packets): Add vFile.
152
153 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
154
155         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
156         breakpoints with multiple locations.
157         (Breakpoint Menus): Improve wording.
158         (Output): Fix last change.
159
160 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
161
162         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
163
164 2007-11-15  Doug Evans  <dje@google.com>
165
166         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
167
168 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
169
170         * gdbint.texinfo (Native Conditionals): Remove
171         mention of CLEAR_SOLIB.
172         
173 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
174
175         * gdb.texinfo (Print Settings): Add documentation for "set/show
176         print frame-arguments".
177
178 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
179
180         * gdb.texinfo (Output): Update printf command's description.
181
182 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
183
184         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
185         powerpc soft-float".
186
187 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
188
189         * gdb.texinfo (Files): Correct formatting.  Mention Expat
190         requirement.
191         (Requirements for Building GDB): Expand the list of Expat
192         uses.
193         (Library List Format, Memory Map Format): Mention Expat.
194         (Target Descriptions): Update Expat wording.
195
196 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
197
198         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
199         Document that gdbarch_convert_register_p should return zero for no-op
200         conversions.
201
202 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
203
204         * gdbint.texi (Compiler Characteristics): Move documentation
205         of set_gdbarch_sofun_address_maybe_missing back to ...
206         (Target Conditionals): ... here to fix build break.
207
208 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
209
210         * gdbint.texi (Target Conditionals): Remove documentation of
211         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
212         (Compiler Characteristics): ... documentation of
213         set_gdbarch_sofun_address_maybe_missing.
214
215 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
216
217         * gdbint.texinfo (Target Conditionals): Use
218         frame_unwind_register_unsigned in examples instead of
219         frame_unwind_unsigned_register.
220
221 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
222
223         * gdb.texinfo (Predefined Target Types): Add int128
224         and uint128.
225         (Standard Target Features): Add PowerPC features.
226
227 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
228
229         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
230
231 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
232
233         * gdbint.texi (Target Conditionals): Remove documentation
234         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
235         gdbarch_extract_return_value, and gdbarch_store_return_value.
236
237 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
238
239         * gdbint.texi (Target Conditionals): Remove documentation of
240         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
241
242 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
243
244         * gdb.texinfo: Mention that inaccessible-by-default is on by
245         default.
246
247 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
248
249         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
250
251 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
252
253         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
254         multi-threaded watchpoints.
255         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
256         checked.  Describe sticky notification.  Expand description
257         of steppable and continuable watchpoints.
258         (Watchpoints and Threads): New subsection.
259
260 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
261
262         * gdb.texinfo (Setting Breakpoints): Revise
263         documentation for pending breakpoints.  Document
264         breakpoints with multiple locations.
265         
266 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
267
268         * gdb.texinfo (Miscellaneous gdb/mi Commands):
269         Document -list-features.
270         
271 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
272
273         * gdb.texinfo (Output): Spell out which features of C's printf are
274         not supported by GDB's printf.
275         (Separate Debug Files): More accurate wording regarding build ID
276         and a reference to the ld manual rather than the Fedora wiki.
277
278 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
279             Jim Blandy  <jimb@codesourcery.com>
280
281         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
282         (Examining Memory): Update mentions of the 's' format.
283         (Automatic Display): Likewise.
284
285 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
286
287         * gdb.texinfo: Update the FSF's Back-Cover Text.
288
289 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
290             Eli Zaretskii  <eliz@gnu.org>
291
292         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
293         Fixed the ``build ID'' name.  New binaries build instructions for the
294         build ID inclusion.  Explain how the commands are specific to the build
295         ID vs. debug link.
296
297 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
298
299         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
300         indexing for ``build ID'' support.
301
302 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
303
304         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
305         Enlisted BUILD ID to the debug file searching example.
306         Included a BUILD ID `.note.gnu.build-id' section description.
307         Updated/added the debug files splitting instructions for OBJCOPY.
308
309 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
310
311         * gdb.texinfo (Variable Objects): Adjust docs
312         for -var-info-expression and document
313         -var-info-path-expression.
314
315 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
316
317         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
318         (title page): Include the dedication in the printed manual, as a
319         separate page after the copyright notice.
320         
321         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
322         don't break a @var across a line.
323
324 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
325
326         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
327         for include files.
328
329 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
330
331         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
332         in annotate.texinfo.
333         (Command History): Link to new node.
334
335 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
336
337         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
338
339 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
340
341         * gdbint.texinfo (Target Conditionals): Fix last change.
342
343 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
344
345         * gdb.texinfo: Replace following macros by their appropriate gdbarch
346         routines:
347         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
348         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
349         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
350         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
351         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
352         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
353         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
354         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
355         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
356         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
357         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
358         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
359         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
360         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
361         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
362         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
363         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
364         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
365         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
366         (SOFTWARE_SINGLE_STEP_P)
367
368         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
369         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
370
371         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
372         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
373         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
374         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
375         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
376         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
377         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
378         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
379         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
380         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
381
382         (Converting an existing Target Architecture to Multi-arch): Remove
383          section.
384
385         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
386         (gdbarch_addr_bits_remove): Add code example.
387
388         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
389
390 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
391
392         * gdb.texinfo (Remote Configuration): Document library-info-packet.
393         Add other missing entries.  Adjust the table size to fit.
394         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
395         stop reasons including the new "library" event.
396         (General Query Packets): Adjust table widths for qSupported.  Mention
397         qXfer:libraries:read reply to qSupported and document the new packet.
398         (Library List Format): New section.
399
400 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
401
402         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
403
404 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
405
406         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
407
408 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
409
410         * gdbint.texinfo (Register and Memory Data): Break sections
411         into nodes and add a menu.
412
413 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
414
415         * gdb.texinfo (Examining Memory): Document the new behaviour.
416
417 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
418
419         * gdb.texinfo (Standard Target Features): Document
420         m68k features.
421
422 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
423
424         * gdb.texinfo (General Query Packets): Document qOffsets changes.
425
426 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
427
428         * gdb.texinfo (Target Description Format): Add version attribute
429         for <target>.
430
431 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
432
433         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
434
435 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
436
437         * gdb.texinfo (MIPS Features): New subsection.
438
439 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
440             Markus Deuling  <deuling@de.ibm.com>
441
442         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
443         and qXfer:spu:write packets and mention them under qSupported.
444
445 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
446             Markus Deuling  <deuling@de.ibm.com>
447
448         * gdb.texinfo (Architectures): Add new SPU section to document
449         Cell Broadband Engine SPU architecture specific commands.
450
451 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
452
453         * gdb.texinfo (GDB/MI Variable Objects): Editorial
454         comments.
455
456 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
457
458         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
459
460 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
461
462         * gdb.texinfo (Overview): Doc fix.
463
464 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
465
466         * gdb.texinfo (Remote Configuration): Document "set/show
467         remoteflow".
468
469 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
470
471         * gdb.texinfo (MIPS): Remove documentation for set mips
472         saved-gpreg-size, show mips saved-gpreg-size, and set mips
473         stack-arg-size.
474
475 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
476         
477         * all-cfg.texi (GDBTUI): New.
478         * gdb.texinfo (Mode Options): Use GDBTUI variable.
479         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
480         (TUI Configuration): Edit to improve clarity and fix problems of
481         both style and content.
482         
483 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
484
485         * observer.texi (GDB Observers): New observer "new_objfile".
486
487 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
488
489         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
490
491 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
492
493         * gdb.texinfo (GDB/MI Variable Objects): Document
494         frozen variables objects.
495         
496 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
497
498         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
499         (Character Sets, Caching Data of Remote Targets): Likewise.
500         (Targets): Delete Remote node.  Move its text...
501         (Debugging Remote Programs): ...to here.  Delete description
502         of the "remote" command.
503         (Remote configuration): Delete description of "set remotedevice"
504         and "show remotedevice".
505         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
506
507 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
508
509         * gdb.texinfo (Contributors, Continuing and Stepping)
510         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
511         (General Query Packets, File-I/O Remote Protocol Extension)
512         (Protocol Basics, The F Reply Packet, Write)
513         (Protocol-specific Representation of Datatypes, Memory Transfer):
514         Fix hyphenation, punctuation and grammar problems.
515         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
516         'section' instead of 'subsection' in the text.
517         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
518         (i386): Remove period from section name.
519         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
520         (Config Names, Configure Options): Use @file{configure}.
521
522 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
523
524         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
525         and tab expansion.
526
527 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
528
529         * gdbint.texinfo (SOM): Correct location of the SOM reader.
530
531 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
532         
533         * gdb.texinfo: Consistently capitalize all significant words in
534         node names, chapter titles, section titles, and headings.  Update
535         cross references to match.
536         (Starting and Stopping Trace Experiment): Make node name plural.
537         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
538         
539 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
540
541         * gdb.texinfo (WinCE): Delete obsolete subsection.
542
543 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
544
545         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
546         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
547         references.
548
549 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
550
551         * gdb.texinfo (Startup): Delete references to some alternate
552         names for .gdbinit.
553         (Thread): Remove LynxOS reference.
554         (Tandem ST2000): Delete target-specific documentation.
555         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
556         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
557         and GDB_OSABI_LYNXOS.
558
559 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
560
561         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
562
563 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
564
565         * gdbint.texinfo (Target Conditionals): Remove mention of
566         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
567         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
568
569 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
570
571         * Makefile.in: Add "pdfdir" installation
572         directory, PDFTEX macro, support for "install-pdf" target,
573         and rules for making a pdf version of refcard.texi.
574         * refcard.tex: Specify paper size for PDF output.
575
576 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
577         
578         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
579         
580 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
581         
582         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
583         (Source Path, Character Sets, Macros, Define)
584         (GDB/MI Result Records, GDB/MI Simple Examples)
585         (GDB/MI Program Execution, GDB/MI File Commands)
586         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
587         (Bug Reporting): Use @value{GCC}.
588         
589 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
590         
591         * gdb.texinfo (Help): Fix formatting of examples.
592         (Variables): Use @ifnotinfo instead of @iftex.
593         (Non-debug DLL symbols): Use @ref instead of @pxref.
594         (Sparclet File): Use @samp instead of quotes.
595         
596 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
597
598         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
599
600 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
601
602         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
603         the order of the nodes.
604         (C Operators, C Constants, Debugging C): Remove extra menus.
605         (Method Names in Commands): Do not specify next/prev/up nodes.
606         
607 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
608
609         * gdb.texinfo (File Options): Add missing parenthesis.
610         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
611
612 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
613
614         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
615
616 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
617
618         * src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
619         case insensitivity.
620         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
621
622 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
623
624         * gdb.texinfo (Top): Put Appendix A after numbered sections.
625         (Files): Add section name to argument list for pxref.
626         (Non-debug DLL symbols): Don't use `see' for pxref.
627         (Embedded Processors): Fix typo.
628         (GDB/MI Breakpoint Commands): Execution commands generate
629         *stopped not ^done.
630
631 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
632
633         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
634         values for in_scope.  Mention that only root variables can be
635         updated.
636         (GDB/MI Development and Front Ends): Explain new values may be
637         added to existing fields.
638
639 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
640
641         * gdb.texinfo (-target-disconnect): Use @smallexample.
642         (Requirements): Add anchor for Expat.  Update description.
643         (Target Descriptions): Mention Expat.
644         (Target Description Format): Document new elements.  Use
645         @smallexample.
646         (Predefined Target Types, Standard Target Features): New sections.
647         * doc/gdbint.texinfo (Target Descriptions): New section.
648
649 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
650
651         * gdb.texinfo (Target Description Format): Add section on XInclude.
652
653 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
654
655         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
656         command -enable-timings.
657
658 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
659
660         * gdbint.texinfo (Operation System ABI Variant Handling): Update
661         descriptions for new/deleted elements in gdb_osabi.  Add missing
662         description for function generic_elf_osabi_sniff_abi_tag_sections.
663
664 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
665
666         * gdb.texinfo (Maintenance Commands): Add documentation for
667         the new "maint print target-stack" command.
668
669 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
670             Eli Zaretskii  <eliz@gnu.org>
671
672         * gdb.texinfo: Describe CHAR array vs. string identification rules.
673
674 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
675
676         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
677         Use @value{NGCC} instead of @value{GCC}.
678
679 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
680
681         * agentexpr.texi: Fix typos.
682         * annotate.texinfo: Likewise.
683         * gdb.texinfo: Likewise.
684         * gdbint.texinfo: Likewise.
685         * observer.texi: Likewise.
686         * stabs.texinfo: Likewise.
687
688 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
689
690         * gdbint.texinfo (Support Libraries): Remove mmalloc
691         entry.  Describe readline library.
692
693 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
694
695         * gdb.texinfo (Target Descriptions): New section.
696         (General Query Packets): Add QPassSignals anchor.  Mention
697         qXfer:features:read under qSupported.  Expand mentions of
698         qXfer:memory-map:read and QPassSignals.  Document
699         qXfer:features:read.
700
701 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
702
703         * gdb.texinfo (Commands to specify files): Describe
704         "set sysroot" and "show sysroot".
705         (Using the `gdbserver' program): Lowercase argument
706         to @var.  Expand description of setting up GDB on the
707         host.
708
709 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
710
711         * gdb.texinfo (Set Catchpoints): Add documentation for the new
712         catch exception, catch exception unhandled, and catch assert
713         commands.
714
715 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
716
717         * gdb.texinfo (Debugging Output): Document "set debug xml"
718         and "show debug xml".
719
720 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
721
722         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
723
724 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
725
726         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
727
728 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
729
730         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
731         note in @ignore, to be removed later if nobody complains.
732
733 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
734
735         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
736         of -var-delete.
737
738 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
739         
740         * gdb.texinfo (Setting breakpoints): Document
741         automatic software/hardware breakpoint usage and
742         the "set breakpoint auto-hw" command.
743
744 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
745
746         * gdb.texinfo (Memory Access Checking): New.
747
748 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
749
750         * gdb.texinfo (Remote configuration): Mention
751         "pass-signals-packet".
752         (General Query Packets): Document QPassSignals.  Fix
753         a typo.
754
755 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
756
757         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
758
759 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
760
761         * gdb.texinfo (Remote configuration): Rewrite documentation for
762         packet configuration commands.
763         (OS Information): Adjust reference to qXfer:auxv:read.
764         (General Query Packets): Remove references to read-aux-vector-packet
765         and set remote get-thread-local-storage-address.
766
767 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
768
769         * gdbint.texinfo (Target Architecture Definition): Add new
770         Initializing a New Architecture section.
771
772 2006-10-31  David Taylor  <dtaylor@emc.com>
773
774         * stabs.texinfo (Macro define and undefine): New node describing
775         stabs for #define and #undef.
776
777 2006-10-27  Andreas Schwab  <schwab@suse.de>
778
779         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
780
781 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
782
783         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
784         clarify on the possible meanings of ``expression'' watched by
785         watchpoints.  Add indexing.
786         (Prompting, Errors, Invalidation, Annotations for Running)
787         (Source Annotations): Fix index entries by adding "annotation" to
788         them, to discriminate from index entries that point to the more
789         general topic descriptions.
790
791 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
792
793         * gdbint.texinfo (Target Vector Definition): Move most
794         content into Existing Targets.  Add a menu.
795         (Existing Targets): New section, moved from Target Vector
796         Definition.  Use @subsection.
797         (Managing Execution State): New section.
798
799 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
800
801         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
802
803 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
804
805         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
806         (Command Syntax, Signals, Backtrace, Connecting)
807         (Remote configuration, Renesas Boards, Console I/O): Fix last
808         change: use Ctrl- instead of C-, except wrt Emacs.
809         (File-I/O Examples): Put Ctrl-c in @kbd.
810         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
811         (Console I/O): Use @samp with Ctrl-.
812         (Signals, Set Breaks, Set Watchpoints): Document optional
813         arguments to `info signals'  `handle', `info breakpoints', and
814         `info watchpoints'.
815
816 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
817
818         * gdb.texinfo (Backtrace): Fix last change.
819
820 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
821
822         * gdb.texinfo (Backtrace): Order correctly and add other cases.
823
824 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
825
826         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
827         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
828         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
829
830 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
831             Daniel Jacobowitz  <dan@codesourcery.com>
832
833         * gdb.texinfo (Packets): Document vFlashErase,
834         vFlashWrite and vFlashDone packets.
835         (General Query Packets): Document qXfer:memory-map:read.
836         Add a new feature for qXfer:memory-map:read.
837         (Memory map format): New section.
838         (Target Commands): Mention that gdb can write flash.
839
840 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
841             Daniel Jacobowitz  <dan@codesourcery.com>
842
843         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
844         memory regions and "mem auto".
845
846 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
847
848         * gdbint.texinfo (Array Containers): New section.
849
850 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
851
852         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
853         -stack-list-arguments HIGH_FRAME argument can be larger then the
854         actual number of frames.
855
856 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
857
858         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
859         -stack-list-locals HIGH_FRAME argument can be larger then the
860         actual number of frames.
861
862 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
863
864         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
865         Register Packet Format, Tracepoint Packets): Fix spelling errors.
866
867 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
868
869         * gdbint.texinfo (Overall Structure): New section "Source Tree
870         Structure".
871
872 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
873
874         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
875         responses.
876
877 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
878
879         * gdb.texinfo (Source Path): Add documentation for new
880         substitute-path commands.
881
882 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
883
884         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
885         (Running Configure): ...here.
886         (Requirements): New node.  Mention expat.
887
888 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
889
890         * gdb.texinfo (Target Commands): Remove 
891         'set download-write-size' and 'show download-write-size'.
892
893 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
894
895         * stabs.texinfo (Member Type Descriptor): Correct example for
896         pointer to member types.
897
898 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
899
900         * gdb.texinfo (Optional warnings and messages): Add
901         'set/show trace-commands'.
902         (Command files): Add '-v' to source command.
903
904 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
905
906         * gdb.texinfo (OS Information): Update qPart reference to
907         qXfer.
908         (Remote configuration): Likewise.
909         (Overview): Move @cindex to the start of a paragraph.  Talk
910         about binary data encoding.
911         (Packets): Refer to the overview for the details of the X
912         packet encoding.
913         (General Query Packets): Remove qPart description.  Add qXfer
914         description.  Add an anchor to qSupported.  Correct feature
915         table title.  Add a new feature for qXfer:auxv:read.
916         (Interrupts): Add a missing parenthesis.
917
918 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
919
920         * doc/gdb.texinfo (KOD): Remove node.
921         (GDB/MI Kod Commands): Remove commented out node.
922
923 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
924
925         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
926         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
927         (GDB/MI Thread Commands, GDB/MI Program Execution)
928         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
929         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
930         (GDB/MI File Commands, GDB/MI Target Manipulation)
931         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
932         since the MI prompt is hard-wired into the code.
933
934 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
935
936         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
937         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
938         (GDB/MI Data Manipulation): Remove description of unimplemented
939         display related commands as variable objects perform this function
940         and are superior: -display-delete, -display-disable,
941         -display-enable, -display-insert and -display-list.  Move
942         -environment-cd, -environment-directory, -environment-path
943         and -environment-pwd to "Program Context".
944         (GDB/MI Program Control): Rename to "Program Execution".  Move
945         -exec-arguments -exec-abort to...
946         (GDB/MI Program Context): ...here.  New node split from "Data
947          Manipulation".
948
949 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
950
951         * gdb.texinfo (Remote configuration): Document set / show
952         remote supported-packets.
953         (General Query Packets): Document qSupported packet.
954
955 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
956
957         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
958         and font markup.
959         (Protocol basics): Likewise.
960         (The F request packet): Likewise.
961         (The F reply packet): Likewise.
962         (Memory transfer): Move this node to be a subsubsection of
963         "Protocol specific representation of datatypes".
964         (The Ctrl-C message): More copy editing.
965         (Console I/O): Likewise.
966         (The isatty call): Delete this node, and merge its content into
967         the "isatty" node.  Fixed references elsewhere.
968         (The system call): Delete this node, and merge its content into
969         the "system" node.  Fixed references elsewhere.
970         (open): Reformat to use @table, and add appropriate font markup.
971         (close): Likewise.
972         (read): Likewise.
973         (write): Likewise.
974         (lseek): Likewise.
975         (rename): Likewise.
976         (unlink): Likewise.
977         (stat/fstat): Likewise.
978         (gettimeofday): Likewise.
979         (isatty): Likewise.
980         (system): Likewise, plus minor changes to fix confusing wording.
981         (Integral datatypes): Fix font markup.
982         (Pointer values): Likewise.
983         (struct stat): Fix markup to use @table, plus minor copy editing.
984         (struct timeval): Fix font markup, plus minor copy editing.
985         (Constants): Minor copy editing.
986         (Errno values): Add font markup.
987         (File-I/O Examples): Likewise.
988
989 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
990
991         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
992         (GDB/MI Simple Examples): Move node up one level.  Use real
993         examples.
994         (GDB/MI Compatibility with CLI): Update.
995         (GDB/MI Result Records): Add "connected" and "exit" result
996         classes.
997         (GDB/MI Stream Records): Clarify target output.
998         (GDB/MI Command Description Format): Modify example description.
999         (GDB/MI Breakpoint Table Commands): Rename to...
1000         (GDB/MI Breakpoint Commands): ...this
1001         (GDB/MI Breakpoint Commands): Add optional thread field.
1002         (GDB/MI Program Control): Add an introduction.  Move "Program
1003         termination" examples into exec-run description.
1004         (GDB/MI File Commands): Mention similar CLI commands.
1005         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
1006         is similar to "-gdb-version".
1007
1008 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
1009
1010         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1011
1012 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
1013
1014         * gdb.texinfo (GDB/MI Development and Front Ends): Use
1015         sourceware.org for mailing lists.
1016         (GDB/MI File Commands): New node split from Program Control.
1017
1018 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
1019
1020         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
1021
1022 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
1023
1024         * gdb.texinfo (Cygwin Native): Fix last change.
1025
1026 2006-05-22  Christopher Faylor  <cgf@timesys.com>
1027
1028         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1029
1030 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
1031
1032         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1033         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1034
1035 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1036
1037         * gdb.texinfo (General Query Packets): Recommend not starting
1038         new packets with qC and clarify.
1039
1040 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
1041
1042         * gdb.texinfo (M2 Types): New section.
1043
1044 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
1045
1046         * agentexpr.texi: Add a copyright and license notice.
1047         * observer.texi: Likewise, with GPL clause for function prototypes.
1048         Remove trailing whitespace.
1049
1050 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
1051
1052         * gdb.texinfo (General Query Packets): Document conventions for
1053         terminating packet names, and their violations.
1054
1055 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1056
1057         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1058         * gdb.texinfo: Likewise.
1059
1060 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1061
1062         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1063         and "show remotedebug".
1064         (Debugging Output): Add additional index entries.
1065
1066 2006-04-27  Michael Snyder  <msnyder@redhat.com>
1067
1068         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1069
1070 2006-04-22  Andrew Cagney  <cagney@redhat.com>
1071
1072         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1073         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1074
1075 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
1076
1077         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1078         and remove breakpoint prototypes.
1079         (Watchpoints): Move description of target_insert_hw_breakpoint and
1080         target_remove_hw_breakpoint ...
1081         (Breakpoints): ... to here.  Document target_insert_breakpoint and
1082         target_remove_breakpoint.
1083
1084 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
1085
1086         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1087         and C packets are optional.
1088
1089 2006-04-14  Frederic Riss  <frederic.riss@st.com>
1090
1091         * gdb.texinfo (Specifying source directories): Update the description
1092         of the source file search to reflect the fact that the source path
1093         always contains at least $cdir and $cwd.
1094
1095 2006-03-31  Michael Snyder  <msnyder@redhat.com>
1096
1097         * gdb.texinfo: Update copyright dates.
1098
1099 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
1100
1101         * gdb.texinfo (Overview): Add an index entry to "empty response".
1102
1103 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
1104
1105         * gdbint.texinfo (Prologue Analysis): New section.
1106
1107 2006-03-07  Jim Blandy  <jimb@red-bean.com>
1108
1109         * gdb.texinfo (Connecting): Document 'target remote pipe'.
1110
1111         * gdb.texinfo (Target Commands): Update text describing how to
1112         specify a target.  Refer to the detailed section on remote
1113         debugging, not the brief mention.
1114
1115         * gdb.texinfo (Connecting): Organize the different 'target remote'
1116         connection methods into a table.  Add a 'target remote' index
1117         entry. (!!!)
1118
1119 2006-02-17  Fred Fish  <fnf@specifix.com>
1120
1121         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1122         'ptype' commands to reflect the fact that the only significant
1123         difference between them is that ptype prints the complete type
1124         description instead of just the name.
1125
1126 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
1127
1128         * gdbint.texinfo (Watchpoints): Delete
1129         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1130
1131 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
1132
1133         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1134         times fields where needed.  Fix typos.  Update general form given
1135         for output of -break-insert.
1136         (GDB/MI): Abbreviate some unnecessarily long fullnames.
1137
1138 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
1139
1140         * gdbint.texinfo (Symbol Handling): Add a section
1141         on memory management.
1142
1143 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
1144
1145         * gdb.texinfo (Breakpoint table commands): Document the fullname
1146         field in -break-list output.
1147
1148 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
1149
1150         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
1151         debugging information produced by the various "set debug..."
1152         options.
1153
1154 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1155
1156         * gdb.texinfo (Files): Remove obsolete bits from the description
1157         of "symbol-file".
1158
1159 2006-01-25  Jim Blandy  <jimb@redhat.com>
1160
1161         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1162
1163 2006-01-24  Jim Blandy  <jimb@redhat.com>
1164
1165         * gdbint.texinfo (Frames): Document the basics of GDB's register
1166         unwinding model, and explain the existence of the "sentinel" frame.
1167
1168 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
1169
1170         * gdb.texinfo (Choosing files): Mention that -directory is used
1171         for script files.
1172         (Specifying source directories): Likewise.
1173         (Command files): Explain how script files are found.
1174
1175 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1176
1177         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1178         the threads in a multi-threaded program.
1179         (Threads): The threadno argument of "thread apply" can be a range
1180         of numbers.
1181
1182 2006-01-18  Jim Blandy  <jimb@redhat.com>
1183
1184         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1185         of warning flags.
1186
1187 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
1188
1189         * gdb.texinfo (Sequences): Improve menu annotations.
1190         (Define): Add index entries for arguments of user-defined
1191         commands.  Move the description of flow-control commands...
1192         (Command Files): ...to here.  Document loop_break and
1193         loop_continue.
1194         (Define, Command Files): Document `end' and add index entries for
1195         it.
1196
1197 2006-01-04  Michael Snyder  <msnyder@redhat.com>
1198
1199         * gdb.texinfo: Add documentation for linux-fork.
1200         * gdbint.texinfo: Add internal documentation for checkpoints. 
1201
1202 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
1203
1204         * gdb.texinfo (Omissions from Ada): Document that there is now
1205         limited aggregate support.
1206
1207 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
1208
1209         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1210         registers and the likes.
1211
1212 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1213
1214         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1215         (Symbols): Fix usage of "e.g.".
1216         (Memory Region Attributes): Fix usage of "etc."
1217
1218         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1219         (Coding): Fix usage of "e.g.".
1220
1221 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
1222
1223         * stabs.texinfo: 
1224         * refcard.tex: 
1225         * gpl.texi:
1226         * gdbint.texinfo: 
1227         * gdb.texinfo: 
1228         * gdb-cfg.texi: 
1229         * fdl.texi:
1230         * annotate.texinfo: 
1231         * all-cfg.texi: 
1232         * Makefile.in: Add (C) after Copyright.  Update the FSF
1233         address.
1234
1235 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1236
1237         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1238         extend GDB with commands for external monitor.
1239
1240 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
1241
1242         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1243
1244 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
1245
1246         * gdbint.texinfo (Start of New Year Procedure): New chapter.
1247
1248 2005-11-21  Jim Blandy  <jimb@redhat.com>
1249
1250         * gdb.texinfo (Tracepoint Packets): Document restrictions on
1251         placement of 'R' actions in tracepoint action packets; document
1252         dependence of 'X' and 'M' actions on a preceding 'R' action for
1253         their registers.
1254
1255 2005-11-19  Jim Blandy  <jimb@redhat.com>
1256
1257         * gdb.texinfo (Tracepoint Packets): New node.
1258         (General Query Packets): Add entries for the tracepoint packets,
1259         referring to the "Tracepoint Packets" node.
1260         (Tracepoints): Add reference to "Tracepoint Packets".
1261         
1262 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
1263
1264         * gdb.texinfo (set remotebreak): Add anchor.
1265         (X packet): Likewise.
1266         (Remote Protocol): Add new section `Interrupts' and new index
1267         entry `interrupts (remote protocol)'.
1268
1269 2005-11-18  Jim Blandy  <jimb@redhat.com>
1270
1271         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1272         entries into the General Query Packets section.  Add a
1273         cross-reference to that section.  Drop description of replies, as
1274         these are covered in the descriptions of each packet.
1275         (General Query Packets): Add introductory text.  Explain naming
1276         conventions, and how the end of a name is recognized.
1277
1278 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
1279
1280         * gdb.texinfo (Remote configuration): Fix typo in description of
1281         "set remotebreak" command.
1282
1283 2005-11-16  Jim Blandy  <jimb@redhat.com>
1284
1285         * gdb.texinfo (Packets, Stop Reply Packets)
1286         (General Query Packets): Various formatting cleanups.
1287         - Use @samp for packet contents.
1288         - Drop summaries from packet @item lines; the same information appears
1289           immediately below in the description.
1290         - Delete paragraph breaks after packet @item commands, so that the
1291           description appears directly to the right of the packet prototype
1292           in the printed manual, if it fits.
1293         - Place spaces in packet prototypes between @vars and non-@var
1294           letters, and explain that they're just for formatting.
1295         - Use @dots{} instead of '...'.
1296         - Fix uses of @code where @var was needed.
1297         - Replace "deprecated" markers with English text spelling out the
1298           packet's status and the preferred alternatives.
1299         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1300           what this ever meant.
1301         - Remove "(draft)" markers on 'i' packets; nobody has commented on
1302           this for a long time.
1303         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1304           implemented several times, and have been in use for years.
1305
1306 2005-11-15  Jim Blandy  <jimb@redhat.com>
1307
1308         * gdb.texinfo (Packets): Add index entries for 'm' packet
1309         disclaimers.
1310         
1311         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1312         of stub when processing an 'm' packet.
1313
1314         * gdb.texinfo (Packets): Mention that packets beginning with
1315         letters are reserved once, at the top, instead of actually listing
1316         them all and saying "reserved".
1317
1318 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
1319
1320         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1321         Change @var{$arg0 to @code{$arg0.
1322
1323 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
1324
1325         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1326
1327 2005-11-12  Jim Blandy  <jimb@redhat.com>
1328
1329         * gdb.texinfo (General Query Packets): Put packets in alphabetical
1330         order.  Remove extraneous 'z'.
1331
1332 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
1333
1334         * gdb.texinfo (Choosing files): Add --eval-command.
1335
1336 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
1337
1338         * gdb.texinfo (Choosing modes): Add --return-child-result.
1339
1340
1341 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
1342
1343         * gdb.texinfo (Choosing modes): Add --batch-silent.
1344
1345 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
1346
1347         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1348         "The -var-update Command".
1349
1350 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
1351
1352         * gdb.texinfo (Print Settings): Add documentation for set/show
1353         print array-indexes.
1354
1355 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
1356
1357         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1358         6.2 and 6.3.
1359
1360 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1361
1362         * gdb.texinfo (File Options): Don't document --mapped, it's gone
1363         since 19-Jan-2004.
1364         (Files): Likewise.
1365         (Variables, Symbols): Document the "<incomplete type>" message and
1366         its reasons.
1367
1368 2005-08-01  Fred Fish  <fnf@specifix.com>
1369
1370         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1371
1372 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
1373
1374         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1375         option for -var-list-children and -var-update.
1376         (GDB/MI Stack Manipulation): Simplify description of
1377         print-values option for -stack-list-locals.
1378         (GDB/MI Command Description Format): Clarify.
1379         (Mode Options): Spelling of superseded.
1380
1381 2005-07-12  Bob Rossi  <bob@brasko.net>
1382
1383         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1384         corresponding GDB command comment.
1385
1386 2005-07-06  Bob Rossi  <bob@brasko.net>
1387
1388         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1389         and -inferior-tty-show.
1390         (Input/Output): Document "set/show inferior-tty" and tty alias.
1391
1392 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
1393
1394         * gdb.texinfo (Packets): Change description of 'D' packet to note
1395         that GDB does wait for a response.
1396
1397 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1398
1399         * gdb.texinfo (History) Rename "Command History".
1400         (Command History): Move node "Server Prefix" from section on
1401         Annotations here.
1402
1403 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
1404
1405         * gdb.texinfo (GDB/MI Stack Manipulation):
1406         Re-instate -stack-info-frame with example.  Say that it gets
1407         info on selected frame, not current frame.
1408
1409 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
1410
1411         * gdb.texinfo (Server): Clarify that `file' should be used before
1412         connecting to the server.
1413         (Files): Add an xref to the above description.
1414         (Output Formats): More detailed description of the `c' format.
1415         (Memory): List explicitly all the formats supported by `x'.
1416         (Threads): Add an @cindex entry for "thread apply".
1417         (Files): Document the possibility of loading unlinked object
1418         files.  Add more indexing for solib-absolute-prefix and
1419         --with-sysroot.
1420         (Machine Code): Document possible problems with locations in
1421         shared libraries.
1422         (Backtrace): Document that free-standing environments do not need
1423         to have a `main' function.
1424
1425 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
1426
1427         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1428         -stack-info-frame.
1429
1430 2005-06-07  Andrew Cagney  <cagney@gnu.org>
1431
1432         * gdb.texinfo (Contributors): Note the original multi-arch
1433         contributors.
1434
1435 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
1436
1437         * gdb.texinfo (Registers): Add index entries for the standard
1438         registers.
1439         (Frames): Add cross-reference from frame pointer description to
1440         the Registers node.
1441         (Annotations Overview): Fix the reference to GDB name.
1442
1443 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
1444
1445         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1446         can-use-hw-watchpoints.
1447
1448 2005-05-28  Bob Rossi  <bob@brasko.net>
1449
1450         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1451         the possible reasons why an exec async record would be returned to FE.
1452
1453 2005-05-26  Andrew Cagney  <cagney@gnu.org>
1454
1455         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1456         Andrew Cagney implemented the original GDB/MI.
1457
1458 2005-05-23  Orjan Friberg  <orjanf@axis.com>
1459
1460         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1461         documentation.  Add documentation for cris-mode.
1462
1463 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
1464
1465         * gdb.texinfo (Numbers): Explain the example and make the wording
1466         more acurate.
1467
1468 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1469             Dennis Brueni  <dennis@slickedit.com>
1470
1471         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1472         (GDB/MI Data Manipulation, GDB/MI Program Control)
1473         (GDB/MI Stack Manipulation): Update examples to include the fullname
1474         attribute in stack frames.
1475
1476 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
1477
1478         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
1479         do with other non-standard names of init files.
1480
1481 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
1482
1483         * gdb.texinfo (Command Files): Move the description of the startup
1484         from here...
1485         (Startup): ...to this new subsection of the Invocation chapter.
1486         Rearrange the description of init files more logically and add a
1487         cross-reference to "Command Files".  Document the special gdbinit
1488         name for CISCO 68k.  Expand the description of what GDB does
1489         during startup.
1490         (History): Add index entry for HISTSIZE.
1491
1492 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
1493
1494         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1495
1496 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
1497
1498         * gdb.texinfo (SVR4 Process Information, The isatty call)
1499         (The system call): Don't use foo(N) notation for man pages and
1500         functions.
1501         (Compilation, DJGPP Native): Improve wording.
1502
1503 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
1504
1505         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1506         were optimized away.
1507
1508 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
1509
1510         * gdb.texinfo (Remote configuration): Document "set/show
1511         get-thread-local-storage-address".  Add cross-reference to the
1512         description of the qGetTLSAddr packet.
1513         (General Query Packets): Mention "set remote
1514         get-thread-local-storage-address" and add a reference to its
1515         description.
1516
1517 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
1518
1519         * gdb.texinfo (Backtrace): Describe 'bt full'.
1520
1521 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
1522
1523         * gdb.texinfo (Mode Options): Fix typo.
1524         (GDB/MI): Describe how to invoke GDB/MI.
1525
1526 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
1527
1528         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
1529         references changed.  Add description of "info udot".
1530         (Files): Document "set/show stop-on-solib-events".
1531         (M32R/D): Document "set/show download-path", "set/show
1532         board-address", "set/show server-address", "upload", "tload".
1533         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1534         "use_mon_code", "use_ib_break", "use_dbt_break".
1535         (Maintenance Commands): Improve indexing.
1536         (Target Commands): Document "set/show hash", "set/show debug
1537         monitor".
1538         (SVR4 Process Information): Document "info pidlist" and "info
1539         meminfo".  Document "set/show procfs-tarce" and "set/show
1540         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
1541         (Symbols, The Print Command with Objective-C): Improve indexing.
1542         (Objective-C): Add references to "info classes" and "info
1543         selectors".
1544         (Debugging Output): Improve wording.  Document "set/show debug
1545         solib-frv".  Fix "set/show debugvarobj".
1546         (Set Breaks): Add index entry for "hardware breakpoints".
1547         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1548         and "set/show usehardbreakpoints".
1549         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1550         monitor-prompt", "set/show monitor-warnings", "pmon".
1551         (ARM): Document "rdilogfile", "rdilogenable", "set/show
1552         rdiromatzero", "set/show rdiheartbeat".
1553         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1554         "sds".
1555         (Embedded Processors): Document the "sim" command.
1556         (Remote): Document the "remote" command.
1557         (DJGPP Native): Document the "info serial" command.
1558         (Threads): Document "maint info sol-threads".
1559         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1560         (Set Breaks): Improve indexing.
1561         (Command Syntax): Add a reference to dont-repeat.
1562         (Define): Document "dont-repeat".
1563         (TUI Commands): Document "tabset".
1564         (WinCE): New subsection.  Document "set/show remotedirectory",
1565         "set/show remoteupload", "set/show remoteaddhost".
1566
1567 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
1568
1569         * gdb.texinfo (Hurd Native): New subsection, documents
1570         Hurd-specific commands.
1571         (Maintenance Commands): Add cross-reference to "Debugging Output".
1572         (Debugging Output): Document "set/show debug lin-lwp".
1573         (MIPS): Improve documentation of heuristic-fence-post.  Document
1574         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1575         mips stack-arg-size", "set/show mips mask-address", "set/show mips
1576         remote-mips64-transfers-32bit-regs", "set/show debug mips".
1577         (ARM): Document ARM-specific commands.
1578         (AVR): New section.  Document "info io_registers".
1579         (CRIS): New section.  Document "set/show cris-version" and
1580         "set/show cris-dwarf2-cfi".
1581         (HPPA): New section.  Document "set/show debug hppa" and "maint
1582         print unwind".
1583         (Neutrino): New subsection.  Document "set/show debug nto-debug".
1584         (Super-H): New section.  Document the "regs" command.
1585         (Debugging Output): Document "set/show debug aix-thread".
1586
1587 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
1588
1589         * gdb.texinfo (Print Settings): Document "set/show print
1590         pascal_static-members", "set print repeats", "show print
1591         null-stop".  Improve indexing.  Fix documentation of "set print
1592         union".
1593         (Pascal): New section.
1594         (Supported languages): Rename from "Support"; all references
1595         updated.  Add a menu item for Pascal.
1596         (Numbers): Document "set radix.
1597         (Screen Size): Document "set/show pagination".
1598         (MIPS Embedded): Remove "set processor" documentation.
1599         (Remote configuration): Document "set/show X/P/Z-packet",
1600         "set/show read-aux-vector-packet", "set/show remote
1601         symbol-lookup-packet", "set/show remote verbose-resume-packet",
1602         "set/show remoteaddresssize", "set/show remotebaud", "set/show
1603         remotedebug", "set/show remotebreak", "set/show remotedevice",
1604         "set/show remotelogfile".
1605         (Auxiliary Vector): Add reference to the description of the
1606         read-aux-vector-packet setting.
1607         (Set Watchpoints): Add a cross-reference to "set remote
1608         hardware-breakpoint-limit".
1609         (General Query Packets): Add indexing of requests and
1610         cross-references to related commands in "Remote configuration".
1611         (File-I/O Overview, The system call): Fix wording and typos.
1612         (Thread Stops): Add index entries.
1613         (Continuing and Stepping): Document "show step-mode".
1614         (i386): New node.  Document "set/show struct-convention".
1615         (Files): Document "show trust-readonly-sections".
1616         (Calling): Document "set/show unwindonsignal".
1617         (Messages/Warnings): Add index entries.
1618         (Maintenance Commands): Document "set/show watchdog".
1619         (Annotations Overview): Document "show annotate".
1620         (Set Watchpoints): Add index entries.
1621         (Symbols): Fix doc of case-sensitive.
1622         (ABI): Document "show coerce-float-to-double".
1623         (Convenience Vars, Help): Improve indexing.
1624         (Machine Code): Document "show disassembly-flavor".
1625         (Debugging C plus plus): Document "show overload-resolution".
1626         (Value History, Signaling): Add index entries.
1627
1628 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
1629
1630         * gdb.texinfo (Show): Move @kindex entries to their proper places.
1631         (Processes): Fix wording.
1632         (History, List, Logging output, Define, Symbols, Print Settings):
1633         Improve indexing.
1634
1635 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
1636
1637         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
1638         redundant index entry for "target" command.
1639         (Backtrace): Add index entries.
1640         (Symbols, Fortran): Document the "set case-sensitive" command.
1641         (DJGPP Native): Document "set com1base", "set com1irq", etc.
1642         (Print Settings): Add index entry for "set demangle-style".
1643         (Target Commands): Document "set download-write-size".
1644         (Debugging Output): Document "set exec-done-display".
1645
1646 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
1647
1648         * gdb.texinfo (Files): Fix the name and documentation of
1649         add-shared-symbol-files.  Document its alias assf.  Update the
1650         list of OSs where GDB supports shared libraries.  Fix markup.
1651         (Continuing and Stepping): Add reference to @var{location} in the
1652         text.
1653         (Dump/Restore Files): Fix reference to @{filename}.
1654         (Help): Fix wording.
1655         (Attach): Ditto.
1656         (Set Watchpoints): Ditto.
1657         (Backtrace): Remove redundant index entries.  Improve index
1658         entries.
1659         (Delete Breaks): Fix wording.
1660         (Memory): Document the compare-sections command.
1661         (Memory Region Attributes): Improve wording.
1662         (Disabling): Improve wording.
1663         (Fortran): New subsection.  Document the "info common" command.
1664         (Help): Document aliases "info copying" and "info warranty".
1665         (Caching Remote Data): New section.  Document the "set/show
1666         remotecache" and "info dcache" commands.
1667         (Show): Fix wording of the documentation of the "set
1668         extension-language" command.
1669         (Signals): Add index entry for "info handle".
1670         (Memory Region Attributes): Fix punctuation.
1671         (Symbols): Change the arg name to "location" and refer to it in
1672         the text.  Fix wording of "info types" doc.
1673         (Threads): Fix usage of @enumerate @item's.
1674         (Listing Tracepoints): Add index entry for "info tp".
1675         (Set Watchpoints): Add xref to "info break" description.
1676         (Macros): Add an index entry for "macro exp1".  Document the
1677         "macro list" command.
1678         (Maintenance Commands): Document "flushregs", "maint agent",
1679         "maint check-symtabs", "maint cplus", "maint demangle", "maint
1680         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1681         "maint print architecture", "maint print objfiles", "maint print
1682         statistics", "maint print type", "maint show-debug-regs", "maint
1683         space", "maint time", and "maint translate-address".
1684         (Connecting): Document the "monitor" command.
1685         (Annotations Overview): Describe the "set annotate" command.
1686
1687 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
1688
1689         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1690         Rearrange index entries and improve wording about support for
1691         hardware watchpoints.
1692
1693 2005-03-10  Bob Rossi  <bob@brasko.net>
1694
1695         * gdb.texinfo: Update copyright
1696
1697 2005-02-09  Theodore A. Roth  <troth@openavr.org>
1698
1699         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1700         error.
1701
1702 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
1703
1704         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1705
1706 2005-01-17  Michael Snyder  <msnyder@redhat.com>
1707
1708         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
1709
1710 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
1711
1712         * observer.texi (GDB Observers): Document "solib_loaded".
1713
1714 2005-01-07  Andrew Cagney  <cagney@gnu.org>
1715
1716         * configure.ac: Rename configure.in, require autoconf 2.59.
1717         * configure: Re-generate.
1718
1719         * configure.in: Replace configdirs with multiple references to
1720         AC_CONFIG_SUBDIRS.
1721         * configure: Re-generate.
1722         
1723 2005-01-04  Andrew Cagney  <cagney@gnu.org>
1724
1725         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
1726         part of the version number.
1727
1728 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
1729
1730         * gdbint.texinfo (Algorithms): Remove description of
1731         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
1732
1733 2004-12-07  Jim Blandy  <jimb@redhat.com>
1734
1735         * gdb.texinfo (General Query Packets): Specify that thread ID's in
1736         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
1737         numbers.
1738
1739 2004-12-07  Andreas Schwab  <schwab@suse.de>
1740
1741         * gdb.texinfo (Mode Options): Document -l option.
1742
1743 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
1744
1745         * gdbint.texinfo (Algorithms): More accurate description of
1746         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
1747         is not needed unless data-read and data-access watchpoints are
1748         supported.  Add a description of how GDB checks whether the
1749         inferior stopped because a watchpoint was hit.
1750
1751 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
1752
1753         * gdb.texinfo (Files): Add cross-reference to description of
1754         -readnow command-line switch.
1755
1756 2004-11-10  Randolph Chung  <tausq@debian.org>
1757
1758         * gdb.texinfo: Document set/show backtrace past-entry commands.
1759         Rearrange index entries for set/show backtrace past-main.
1760
1761 2004-11-10  Jon Beniston <jon@beniston.com>
1762
1763         Committed by Andrew Cagney  <cagney@gnu.org>.
1764         * gdb.texinfo (Remote Serial Protocol): Further describe 
1765         binary transfer escaping mechanism .
1766
1767 2004-11-08  Randolph Chung  <tausq@debian.org>
1768
1769         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
1770         and "show debug infrun".  Add index entries.
1771
1772 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
1773
1774         * gdb.texinfo (SVR4 Process Information): Document subcommands of
1775         "info proc" that are already implemented.  Add index entries.
1776         (Working Directory): Add a cross-reference to "info proc" command.
1777         (Files): Add a tip for decreasing memory used for symtabs from
1778         shared libraries.
1779         (Starting): Fix whitespace; make "elaboration" stand out where it
1780         is first used, and add an index entry for the term.
1781         (Calling): Expand and elaborate text.  Add "print".  Add the
1782         description of problems with weak aliases.
1783         (Core File Generation): New section.
1784
1785 2004-10-12  Andrew Cagney  <cagney@gnu.org>
1786
1787         * gdbint.texinfo (Versions and Branches): New chapter.
1788         (Releasing GDB): Delete "Versions and Branches" section.
1789         (Top): Add "Versions and Branches".
1790
1791 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
1792
1793         * gdb.texinfo (Editing, History): Add cross-references to the
1794         included Readline and History user documentation.  Remove
1795         references to the symbol have-readline-appendices which is unused
1796         and undefined.
1797         (History): Fix indexing.
1798
1799 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
1800
1801         * gdbint.texinfo (target_stopped_data_address): Update to
1802         new prototype.
1803         (i386_stopped_data_address): Update prototype and description.
1804         (i386_stopped_by_watchpoint): New function and description.
1805
1806 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
1807
1808         * gdb.texinfo (Filenames): Add Ada suffixes.
1809         (Ada) New section.
1810
1811 2004-09-27  Andrew Cagney  <cagney@gnu.org>
1812             Robert Picco  <Robert.Picco@hp.com>
1813
1814         * gdb.texinfo (Packets): Document the "p" packet.
1815
1816 2004-09-21  Jason Molenda  (jmolenda@apple.com)
1817
1818         * gdb.texinfo (Paths and Names of the Source Files): Document the
1819         meaning of values in the 'desc' field of a SO stab.
1820
1821 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
1822
1823         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
1824         max-cache-age" and "maint show dwarf2 max-cache-age".
1825
1826 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
1827
1828         * gdb.texinfo (Set Breaks): Add index entry for setting
1829         breakpoints on overloaded C++ functions that are not members of
1830         any classes.  Add an example and an index entry for setting
1831         breakpoints on all program functions.
1832         (Character Sets, Macros, Overlay Commands)
1833         (Non-debug DLL symbols, GDB/MI Output Syntax)
1834         (Annotations Overview, Maintenance Commands, File-I/O Overview):
1835         Use "(@value{GDBP})" instead of a literal "(gdb)".
1836
1837 2004-09-12  Andrew Cagney  <cagney@gnu.org>
1838
1839         * gdbint.texinfo (Native Debugging): Delete description of
1840         FILES_INFO_HOOK.
1841
1842 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
1843
1844         * gdbint.texinfo (User Interface): Change local_hex_string_custom 
1845         to hex_string_custom (not historically correct, but more 
1846         understandable, given the current code).
1847
1848 2004-09-03  Andrew Cagney  <cagney@gnu.org>
1849
1850         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
1851
1852 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
1853
1854         * observer.texi (solib_unloaded): New observer.
1855
1856 2004-08-24  Andrew Cagney  <cagney@gnu.org>
1857
1858         * gdbint.texinfo (Target Architecture Definition): Add missing
1859         comma.
1860
1861 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
1862
1863         * (Using the Testsuite): build != host is supported,
1864         but some test scripts do not support build != host.
1865
1866 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
1867
1868         * gdbint.texinfo (Host Definition): Delete description of
1869         FCLOSE_PROVIDED and GETENV_PROVIDED.
1870
1871 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
1872
1873         * gdbint.texinfo (Host Definition): Delete description of
1874         NO_SYS_FILE.
1875         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
1876         PTRACE_FP_BUG.
1877
1878 2004-08-05  Andrew Cagney  <cagney@gnu.org>
1879
1880         * gdbint.texinfo (Target Architecture Definition): Delete
1881         reference to deprecated_read_fp.
1882
1883 2004-08-02  Andrew Cagney  <cagney@gnu.org>
1884
1885         * gdbint.texinfo (Target Architecture Definition): Delete
1886         description of DEPRECATED_REGISTER_BYTES.
1887
1888 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
1889
1890         * gdb.texinfo (Source Path): Document the new behavior of
1891         searching for the source files.
1892
1893 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
1894
1895         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
1896         (Search, Expressions, Arrays, Variables, Data, Machine Code)
1897         (Auto Display): Improve indexing.
1898
1899 2004-07-16  Andrew Cagney  <cagney@gnu.org>
1900
1901         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
1902         "-noasync".
1903
1904 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
1905
1906         * gdb.texinfo: Fix @kindex entries so that multiple commands that
1907         have the same prefix have only their prefix in the index.
1908
1909 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
1910
1911         * gdb.texinfo (BSD libkvm Interface): New node (section)
1912         (Native): Add it to the menu.
1913
1914 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
1915
1916         * gdbint.texinfo (Target Architecture Definition): Remove
1917         PCC_SOL_BROKEN.
1918
1919 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
1920
1921         * gdbint.texinfo (Target Architecture Definition): Remove
1922         SUN_FIXED_LBRAC_BUG.
1923
1924 2004-06-26  Andrew Cagney  <cagney@gnu.org>
1925
1926         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
1927
1928 2004-06-20  Andrew Cagney  <cagney@gnu.org>
1929
1930         * gdbint.texinfo (Target Architecture Definition): Deprecate
1931         USE_STRUCT_CONVENTION.
1932
1933 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
1934
1935         gdb.texinfo (Bug Reporting): Mention session recording,
1936         with the script command or Emacs.
1937
1938 2004-06-18  Andrew Cagney  <cagney@gnu.org>
1939
1940         * gdbint.texinfo (Target Architecture Definition): Deprecate
1941         FUNCTION_START_OFFSET.
1942
1943 2004-06-14  Andrew Cagney  <cagney@gnu.org>
1944
1945         Based on changes from Karl Berry.
1946         * gdb.texinfo: Do not use @sc in a direntry.
1947         * stabs.texinfo: Change @dircateogry to "Software development".
1948         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
1949
1950 2004-06-13  Andrew Cagney  <cagney@gnu.org>
1951
1952         * gdbint.texinfo (Target Architecture Definition): Delete
1953         description of RETURN_VALUE_ON_STACK.
1954
1955 2004-06-09  Andrew Cagney  <cagney@gnu.org>
1956
1957         * gdbint.texinfo (Native Debugging): Restore "@table @code"
1958         deleted by previous patch.
1959
1960 2004-06-08  Andrew Cagney  <cagney@gnu.org>
1961
1962         * gdbint.texinfo (Native Debugging): Delete documentation on
1963         ATTACH_DETACH.
1964
1965 2004-06-06  Randolph Chung  <tausq@debian.org>
1966
1967         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
1968
1969 2004-06-06  Randolph Chung  <tausq@debian.org>
1970
1971         * gdb.texinfo (push_dummy_call): Update argument list to match 
1972         the new push_dummy_call method signature.  Describe the function
1973         argument.
1974
1975 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
1976
1977         * gdb.texinfo (Starting): Document new start command.
1978
1979 2004-05-21  Andrew Cagney  <cagney@redhat.com>
1980
1981         * observer.texi (GDB Observers): Document "inferior_created".
1982
1983 2004-05-08  Andrew Cagney  <cagney@redhat.com>
1984
1985         * gdbint.texinfo (Target Architecture Definition): Delete
1986         description of DO_DEFERRED_STORES.
1987
1988         * gdbint.texinfo (Target Architecture Definition): Delete
1989         references to DEPRECATED_FIX_CALL_DUMMY.
1990
1991         * gdbint.texinfo (Target Architecture Definition): Delete
1992         description of DEPRECATED_CALL_DUMMY_WORDS,
1993         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
1994
1995         * gdbint.texinfo (Target Architecture Definition): Delete
1996         description of DEPRECATED_PUSH_DUMMY_FRAME.
1997
1998         * gdbint.texinfo (Target Architecture Definition): Delete
1999         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2000
2001 2004-05-07  Andrew Cagney  <cagney@redhat.com>
2002
2003         * observer.texi (GDB Observers): Add "Debugging" section.  Include
2004         cross reference to "set/show debug observer".
2005         * gdb.texinfo (Debugging Output): Document "set/show debug
2006         observer".
2007
2008 2004-05-01  Andrew Cagney  <cagney@redhat.com>
2009
2010         * gdbint.texinfo (Target Architecture Definition): Delete
2011         description of DEPRECATED_PC_IN_SIGTRAMP.
2012
2013 2004-04-30  Andrew Cagney  <cagney@redhat.com>
2014
2015         * gdbint.texinfo (Target Architecture Definition): Delete
2016         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2017
2018 2004-04-30  Orjan Friberg  <orjanf@axis.com>
2019
2020         * observer.texi (GDB Observers): Correct spelling.
2021
2022 2004-04-26  Orjan Friberg  <orjanf@axis.com>
2023
2024         * observer.texi (GDB Observers): Add target_changed event.
2025
2026 2004-04-08  Andrew Cagney  <cagney@redhat.com>
2027
2028         * observer.texi (GDB Observers): Rework, provide generic observer
2029         definitions and then a list of observable events.
2030
2031 2004-04-04  Andrew Cagney  <cagney@redhat.com>
2032
2033         * gdbint.texinfo (Host Definition): Delete reference to
2034         NO_SIGINTERRUPT.
2035
2036 2004-04-02  Andrew Cagney  <cagney@redhat.com>
2037
2038         * gdbint.texinfo (Target Architecture Definition): Delete
2039         reference to DEPRECATED_CALL_DUMMY_LENGTH.
2040
2041 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
2042
2043         * gdb.texinfo (TUI Commands): Document tui reg commands.
2044
2045 2004-03-26  Andrew Cagney  <cagney@redhat.com>
2046
2047         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
2048         "gdbtui".
2049         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
2050         (Contributors): Mention both Text and Terminal User Interface.
2051
2052 2004-03-23  Andrew Cagney  <cagney@redhat.com>
2053
2054         * gdbint.texinfo (Target Architecture Definition): Deprecate
2055         references to SIGTRAMP_START and SIGTRAMP_END.
2056
2057 2004-03-23  Andrew Cagney  <cagney@redhat.com>
2058
2059         * gdbint.texinfo (Target Architecture Definition): Deprecate
2060         references to PC_IN_SIGTRAMP.
2061
2062 2004-03-19  Andrew Cagney  <cagney@redhat.com>
2063
2064         * gdbint.texinfo (Target Architecture Definition): Delete
2065         reference to GDB_TARGET_IS_HPPA.
2066
2067 2004-03-18  Andrew Cagney  <cagney@redhat.com>
2068
2069         * gdbint.texinfo (Coding): Update section on gdbarch_data,
2070         describe pre_init and post_init.
2071
2072 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
2073
2074         * gdb.texinfo (Debugging Output): Document values for "set debug
2075         target".
2076
2077 2004-02-28  Andrew Cagney  <cagney@redhat.com>
2078
2079         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2080
2081 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
2082
2083         * gdb.texinfo (breakpoints): Add information about the
2084         new "set breakpoint pending" and "show breakpoint pending"
2085         commands.
2086
2087 2004-02-26  Andrew Cagney  <cagney@redhat.com>
2088
2089         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2090         in Per-architecture module data section.
2091
2092 2004-02-25  Roland McGrath  <roland@redhat.com>
2093
2094         * gdb.texinfo (General Query Packets): Document qPart:... packets.
2095
2096 2004-02-24  Andrew Cagney  <cagney@redhat.com>
2097
2098         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2099         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2100         * fdl.texi: Import Version 1.2, November 2002.
2101
2102 2004-02-17  Andrew Cagney  <cagney@redhat.com>
2103
2104         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2105
2106 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2107
2108         * gdbint.texinfo (Target Architecture Definition): Deprecate
2109         FRAMELESS_FUNCTION_INVOCATION.
2110
2111 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2112
2113         * gdbint.texinfo (Coding): Mention -Wunused-function.
2114
2115 2004-02-14  Andrew Cagney  <cagney@redhat.com>
2116
2117         * gdbint.texinfo (Target Architecture Definition): Delete
2118         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2119
2120 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
2121
2122         * gdb.texinfo: Properly quote the name "C++".
2123         * gdbint.texinfo: Ditto.
2124         * stabs.texinfo: Ditto.
2125
2126 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
2127
2128         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2129         minimal information about libiberty.
2130
2131 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
2132
2133         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2134
2135 2004-02-04  Roland McGrath  <roland@redhat.com>
2136
2137         * gdb.texinfo (Auxiliary Vector): New node (section).
2138         (Data): Add it to the menu.
2139
2140 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
2141
2142         * gdb.texinfo (Breakpoints): Add information about pending
2143         breakpoint support.
2144
2145 2004-01-26  Andrew Cagney  <cagney@redhat.com>
2146
2147         * gdb.texinfo (Overview): Delete references to the cisco protocol
2148         including the "N" response.
2149
2150 2004-01-26  Andrew Cagney  <cagney@redhat.com>
2151
2152         * gdbint.texinfo (Target Architecture Definition): Rename
2153         EXTRACT_STRUCT_VALUE_ADDRESS to
2154         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2155
2156 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
2157
2158         * gdb.texinfo (KOD): Document "show os".  Add index entries for
2159         "set/show os" and "info cisco" commands.
2160
2161 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
2162
2163         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2164
2165 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
2166
2167         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2168         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2169
2170 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
2171
2172         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2173         -stack-list-locals.
2174         (GDB/MI Variable Objects): Describe extension to
2175         -var-list-children.
2176
2177 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2178
2179         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2180
2181 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2182
2183         * gdbint.texinfo (Target Architecture Definition): Delete
2184         documentation on DEPRECATED_NPC_REGNUM.
2185
2186 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
2187
2188         * gdb.texinfo: Update copyright year.  Mention that set
2189         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
2190         "set follow-fork-mode ask".
2191
2192 2004-01-13  Andrew Cagney  <cagney@redhat.com>
2193
2194         * gdbint.texinfo: Update copyright year.
2195         (Coding): Add -Wunused-label to list of -Werror warnings.
2196
2197 2004-01-08  Jason Molenda  <jmolenda@apple.com>
2198             Eli Zaretskii  <eliz@gnu.org>
2199
2200         * gdb.texinfo: Update copyright.
2201         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
2202         around names, as appropriate.  Minor syntax cleanup of
2203         _NSPrintForDebugger explanation.  Two spaces after periods.
2204         GDBN used instead of lit. "gdb".  Index entries added for
2205         print-object and _NSPrintForDebugger.  @noindent added in one spot.
2206
2207 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
2208
2209         * stabs.texinfo: Add dircategory and direntry commands.
2210         * annotate.texinfo: Ditto.
2211
2212 2003-11-10  Andrew Cagney  <cagney@redhat.com>
2213
2214         * gdbint.texinfo (Target Architecture Definition): Replace the
2215         return_value method's "inval" and "outval" parameters with
2216         "readbuf" and "writebuf".
2217
2218 2003-10-28  Jim Blandy  <jimb@redhat.com>
2219
2220         * gdb.texinfo (The F request packet, The F reply packet): Renamed
2221         from "The `F' request packet" and "The `F' reply packet", to make
2222         texi2dvi happy.
2223         (File-I/O remote protocol extension): Update menu entries, too.
2224
2225 2003-10-26  Michael Chastain  <mec@shout.net>
2226
2227         * gdb.texinfo (Thread Stops): Document the issue with
2228         premature return from system calls in multi-threaded programs.
2229
2230 2003-10-24  Andrew Cagney  <cagney@redhat.com>
2231
2232         * annotate.texinfo: Fix "fortunatly"[sic].
2233
2234 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
2235
2236         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2237         with "Hitachi" and "Mitsubishi".
2238
2239 2003-10-20  Andrew Cagney  <cagney@redhat.com>
2240
2241         * gdbint.texinfo (Target Architecture Definition): Document
2242         gdbarch_return_value.  Add cross references from
2243         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2244         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2245
2246 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
2247
2248         * gdbint.texinfo (Target Architecture Definition): Document
2249         regset_from_core_section.
2250
2251 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
2252
2253         * gdb.texinfo (M32R/D): Mention m32rsdi target.
2254
2255 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
2256
2257         From Anthony Green  <green@redhat.com>:
2258         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
2259
2260 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
2261
2262         * gdb.texinfo (Breakpoint related warnings): New node.
2263         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
2264
2265 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
2266
2267         * gdb.texinfo (Remote Protocol): Document v and vCont.
2268
2269 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
2270
2271         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2272         * gdbint.texinfo: Ditto.
2273
2274 2003-10-09  Andrew Cagney  <cagney@redhat.com>
2275
2276         From 2003-09-18 David Anderson <davea@sgi.com>:
2277         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2278         "command".
2279
2280 2003-10-03  Andrew Cagney  <cagney@redhat.com>
2281
2282         * gdbint.texinfo (Target Architecture Definition): Deprecate
2283         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
2284         just target.
2285
2286 2003-10-02  Andrew Cagney  <cagney@redhat.com>
2287
2288         * gdbint.texinfo (Target Architecture Definition): Rename
2289         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2290         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2291         * gdbint.texinfo (Target Architecture Definition): Rename
2292
2293 2003-09-30  Andrew Cagney  <cagney@redhat.com>
2294
2295         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
2296         (Target Architecture Definition):
2297
2298         * gdbint.texinfo (Target Architecture Definition): Rename
2299         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2300
2301 2003-09-29  Andrew Cagney  <cagney@redhat.com>
2302
2303         * gdbint.texinfo (Target Architecture Definition): Delete
2304         documentation for NEED_TEXT_START_END.
2305
2306         * gdbint.texinfo (Target Architecture Definition): Rename
2307         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
2308         TARGET_WRITE_PC.
2309
2310 2003-09-22  Michael Chastain  <mec@shout.net>
2311
2312         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2313
2314 2003-09-21  Anthony Green  <green@redhat.com>
2315
2316         * gdbint.texinfo (Target Architecture Definition): Fix typos.
2317
2318 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
2319
2320         * gdbint.texinfo (Target Architecture Definition): Document
2321         stabs_argument_has_addr.
2322
2323 2003-09-18  Andrew Cagney  <cagney@redhat.com>
2324
2325         * gdbint.texinfo (Target Architecture Definition): Delete
2326         documentation on REGISTER_NAMES.
2327
2328 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
2329
2330         * gdbint.texinfo (Target Architecture Definition): Replace
2331         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2332
2333 2003-09-11  Andrew Cagney  <cagney@redhat.com>
2334
2335         * gdbint.texinfo (Target Architecture Definition): Replace
2336         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2337
2338 2003-08-18  Andrew Cagney  <cagney@redhat.com>
2339
2340         * gdbint.texinfo (Target Architecture Definition): Document
2341         "frame_red_zone_size".
2342
2343 2003-08-09  Andrew Cagney  <cagney@redhat.com>
2344
2345         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2346         with "set/show backtrace past-main" and "set/show backtrace
2347         limit".
2348
2349 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
2350
2351         * Makefile.in (install-info): Support DESTDIR.
2352         (install-html): Likewise.
2353
2354 2003-08-07  Andrew Cagney  <cagney@redhat.com>
2355
2356         Patch from Nick Roberts.
2357         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2358         bindings.  Remove description of send-gdb-command.
2359
2360 2003-08-07  Andrew Cagney  <cagney@redhat.com>
2361
2362         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2363         GDB 6.0.
2364
2365 2003-08-06  Andrew Cagney  <cagney@redhat.com>
2366
2367         * gdb.texinfo (Mode Options): Mention that level three is the
2368         highest available and that level 2 is deprecated.
2369         (Annotations Overview): Mention annotation levels. Cross reference
2370         to "Limitations of the Annotation Interface" in annotate.texi.
2371         (TODO, Value Annotations, Frame Annotations): Delete section.
2372         (Displays, Breakpoint Info): Delete.
2373
2374 2003-08-04  Andrew Cagney  <cagney@redhat.com>
2375
2376         * agentexpr.texi: Delete @bye.
2377         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2378         (stabs.info): Add $(srcdir) to include search path.
2379         (html): Depend on "annotate_toc.html", and not "annotate.html".
2380         * stabs.texinfo: Ditto.  Include "fdl.texi".
2381         * gdbint.texinfo: Update copyright statement's list of invariant
2382         sections.
2383
2384 2003-07-28  Andrew Cagney  <cagney@redhat.com>
2385
2386         * Makefile.in (INFO_DEPS): Add annotate.info.
2387         (dvi, ps, html, pdf): Add annotate.
2388         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2389         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2390         (ANNOTATE_DOC_FILES): New macro.
2391         (ANNOTATE_TEX_TMPS): New macro.
2392         (annotate.info, annotate_toc.html): Specify dependencies.
2393         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2394         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
2395         "Migrating to GDB/MI" and "Limitations of the Annotation
2396         Interface" chapters.  Mention why it is not part of the user
2397         guide.  Update copyright notice.  Include "fdl.texi".
2398
2399 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
2400
2401         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2402
2403 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
2404
2405         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2406
2407 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
2408
2409         * gdb.texinfo (Server): Mention pidof.
2410
2411 2003-07-22  Andrew Cagney  <cagney@redhat.com>
2412
2413         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2414         list.
2415
2416 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
2417
2418         * gdb.texinfo (Logging output): New chapter.
2419
2420 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
2421
2422         * gdb.texinfo (Unsupported languages): New section.
2423         (Languages): Add link to new section.
2424
2425 2003-06-22  Andrew Cagney  <cagney@redhat.com>
2426
2427         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2428
2429 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
2430
2431         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2432
2433 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
2434
2435         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2436         * agentexpr.texi: Retitle section, and change it to an appendix.
2437         Comment out texinfo initialization.  Factor a @var{} into two
2438         pieces to prevent makeinfo warnings.
2439         * gdb.texinfo: Add Agent Expressions appendix.
2440
2441 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
2442
2443         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2444
2445 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
2446
2447         * gdb.texinfo (Remote Debugging): New section "Connecting to a
2448         remote target".  Document the "detach" and "disconnect" commands.
2449         (Server, Netware, Debug Session): Reference "Connecting to a
2450         remote target".
2451         (GDB/MI Target Manipulation): Document "-target-disconnect".
2452
2453 2003-06-13  Andrew Cagney  <cagney@redhat.com>
2454
2455         * gdbint.texinfo (Target Architecture Definition): Deprecate
2456         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2457         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
2458
2459 2003-06-09  Jim Blandy  <jimb@redhat.com>
2460
2461         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2462
2463 2003-06-08  Andrew Cagney  <cagney@redhat.com>
2464
2465         * gdbint.texinfo (Target Architecture Definition): Delete
2466         documentation on FRAME_ARGS_ADDRESS_CORRECT.
2467
2468 2003-06-08  Andrew Cagney  <cagney@redhat.com>
2469
2470         * gdbint.texinfo (Target Architecture Definition): Document
2471         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
2472
2473 2003-06-07  Adam Fedor  <fedor@gnu.org>
2474
2475         * gdb.texinfo: Add Objective-C documentation.
2476
2477 2003-06-01  Andrew Cagney  <cagney@redhat.com>
2478
2479         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2480         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
2481
2482 2003-05-21  Andrew Cagney  <cagney@redhat.com>
2483
2484         * gdbint.texinfo (Target Architecture Definition): Delete
2485         references to "extract_address" and "store_address".
2486
2487 2003-05-16  Andrew Cagney  <cagney@redhat.com>
2488
2489         * gdbint.texinfo (Target Architecture Definition): Replace
2490         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
2491         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2492
2493 2003-05-14  Theodore A. Roth  <troth@openavr.org>
2494
2495         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2496
2497 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
2498
2499         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2500         (gdb.dvi): Likewise.
2501         (gdb.pdf): Likewise.
2502         (links2roff): Likewise.
2503
2504 2003-05-08  Jim Blandy  <jimb@redhat.com>
2505
2506         * gdb.texinfo (Dump/Restore Files): Update documentation for
2507         'dump', 'append', and 'restore': note that format argument is
2508         optional; simplify presentation of the command variants; and be
2509         more precise about the formats.
2510
2511 2003-05-07  Jim Blandy  <jimb@redhat.com>
2512
2513         * gdb.texinfo (Symbols): Update documentation: 'maint list
2514         symtabs' and 'maint list psymtabs' have been renamed 'maint info
2515         symtabs' and 'maint info psymtabs'.
2516
2517 2003-05-05  Andrew Cagney  <cagney@redhat.com>
2518
2519         * gdbint.texinfo (Target Architecture Definition): Make
2520         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2521         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2522         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2523
2524 2003-05-04  Andrew Cagney  <cagney@redhat.com>
2525
2526         * gdb.texinfo (Maintenance Commands): Document "maint print
2527         dummy-frames".
2528
2529 2003-05-04  Andrew Cagney  <cagney@redhat.com>
2530
2531         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2532
2533 2003-05-03  J. Brobecker  <brobecker@gnat.com>
2534
2535         Thierry Schneider  <tpschneider1@yahoo.com>
2536         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2537         for new MI command.
2538
2539 2003-05-03  Andrew Cagney  <cagney@redhat.com>
2540
2541         * gdbint.texinfo (Target Architecture Definition): Document
2542         push_dummy_code.  Add cross references.
2543
2544 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
2545
2546         * gdb.texinfo (Character Sets): Update to reflect new behavior of
2547         set/show charsets commands.
2548
2549 2003-04-28  Andrew Cagney  <cagney@redhat.com>
2550
2551         * gdbint.texinfo (Target Architecture Definition): Replace
2552         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2553         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2554
2555 2003-04-28  Andrew Cagney  <cagney@redhat.com>
2556
2557         * gdbint.texinfo (Target Architecture Definition): Rename
2558         "tm_print_insn" to "deprecated_tm_print_insn".
2559
2560 2003-04-09  Jim Blandy  <jimb@redhat.com>
2561
2562         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2563         list psymtabs'.
2564
2565 2003-04-08  Andrew Cagney  <cagney@redhat.com>
2566
2567         * gdbint.texinfo (Target Architecture Definition): Delete
2568         references to EXTRA_FRAME_INFO.
2569
2570 2003-04-08  Andrew Cagney  <cagney@redhat.com>
2571
2572         * gdbint.texinfo (Target Architecture Definition): Delete
2573         PRINT_TYPELESS_INTEGER.
2574
2575 2003-04-02  J. Brobecker  <brobecker@gnat.com>
2576
2577         * observer.texi (GDB Observers): Adjust the documentation for the
2578         normal_stop notification to better describe reality. Fix a couple
2579         of minor typos.
2580
2581 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
2582
2583         * gdb.texinfo (GDB/MI Program Control): Add
2584         '-file-list-exec-source-file'
2585
2586 2003-03-31  Andrew Cagney  <cagney@redhat.com>
2587
2588         * gdbint.texinfo (Target Architecture Definition): Delete
2589         references to CALL_DUMMY_P.
2590
2591 2003-03-30  Andrew Cagney  <cagney@redhat.com>
2592
2593         * gdbint.texinfo (Target Architecture Definition): Remove
2594         reference to TARGET_WRITE_SP.
2595
2596 2003-03-27  Andrew Cagney  <cagney@redhat.com>
2597
2598         * gdbint.texinfo (Target Architecture Definition): Remove
2599         references to write_sp.
2600
2601 2003-03-27  Andrew Cagney  <cagney@redhat.com>
2602
2603         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2604         chapter body.  Use @smallexample instead of @example.
2605         (Annotations): Ditto.
2606         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2607         annotate.texi.
2608
2609 2003-03-26  Andrew Cagney  <cagney@redhat.com>
2610
2611         * gdbint.texinfo (Target Architecture Definition): Replace
2612         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2613         dummy_addr parameters.
2614
2615 2003-03-25  Andrew Cagney  <cagney@redhat.com>
2616
2617         * gdbint.texinfo (Target Architecture Definition): Delete
2618         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
2619         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2620         Add reference to PUSH_ARGUMENTS.
2621
2622 2003-03-23  Andrew Cagney  <cagney@redhat.com>
2623
2624         * gdbint.texinfo (Algorithms, Target Architecture Definition):
2625         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2626
2627 2003-03-18  J. Brobecker  <brobecker@gnat.com>
2628
2629         * gdbint.texinfo (Algorithms): Add new section describing the
2630         Observer paradigm.
2631         (Top): Add menu entry to new observer appendix.
2632         * observer.texi: New file.
2633         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2634         new observer.texi file.
2635
2636 2003-03-17  Andrew Cagney  <cagney@redhat.com>
2637
2638         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
2639         that GNU Press update the manual version number.
2640
2641 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2642
2643         * gdbint.texinfo (Target Architecture Definition): Delete
2644         references to get_saved_register.  Rename GET_SAVED_REGISTER to
2645         DEPRECATED_GET_SAVED_REGISTER.
2646
2647 2003-03-13  Andrew Cagney  <cagney@redhat.com>
2648
2649         * gdbint.texinfo (Target Architecture Definition): Replace
2650         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
2651
2652 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2653
2654         * gdbint.texinfo (Target Architecture Definition): Rename
2655         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
2656
2657 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
2658
2659         * gdb.texinfo: Add File-I/O documentation.
2660
2661 2003-03-10  Andrew Cagney  <cagney@redhat.com>
2662
2663         * gdbint.texinfo (Target Architecture Definition): Cross reference
2664         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
2665
2666 2003-03-07  Andrew Cagney  <cagney@redhat.com>
2667
2668         * gdb.texinfo (Debugging Output): Mention the "set/show debug
2669         frame" command.
2670
2671 2003-03-05  Andrew Cagney  <cagney@redhat.com>
2672
2673         * gdbint.texinfo (Target Architecture Definition): Document
2674         unwind_dummy_id.  Cross reference unwind_dummy_id and
2675         SAVE_DUMMY_FRAME_TOS.
2676
2677 2003-03-05  James Ingham <jingham@apple.com>
2678             Daniel Jacobowitz  <drow@mvista.com>
2679
2680         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2681         and "show cp-abi".
2682
2683 2003-03-03  Andrew Cagney  <cagney@redhat.com>
2684
2685         * gdbint.texinfo (Target Architecture Definition): Document
2686         register_type.
2687
2688 2003-03-03  Andrew Cagney  <cagney@redhat.com>
2689
2690         * stabs.texinfo (Structures): Use @samp and separate @var's
2691         instead of a single @var containing a comma separated list.
2692         (Unions): Ditto.
2693
2694 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
2695
2696         * Makefile.in (distclean): Remove config.log.
2697
2698 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2699
2700         * gdbint.texinfo (Target Architecture Definition): Rename
2701         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2702
2703 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2704
2705         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2706         DEPRECATED_INIT_EXTRA_FRAME_INFO.
2707
2708 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
2709
2710         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2711         (Non-debug DLL symbols): New node, describing the minimal symbols
2712         loaded from DLLs without real debugging symbols.
2713
2714 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
2715
2716         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
2717         hardware-breakpoint-limit".
2718         (Set Watchpoints): Add cross reference to "set remote
2719         hardware-watchpoint-limit".
2720         (Remote configuration options): New section.
2721
2722 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
2723
2724         * gdbint.texinfo (Target Architecture Definition): Delete
2725         descrption of IS_TRAPPED_INTERNALVAR.
2726
2727         From Keith Seitz <keiths@redhat.com>:
2728         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
2729         option "-i"/"--interpreter" to this chapter.  Include index
2730         entries.
2731
2732 2003-02-04  David Carlton  <carlton@math.stanford.edu>
2733
2734         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
2735         (Variables): Recommend stabs+ and DWARF 2.
2736         (C plus plus expressions): Correct info about
2737         compiler versions, debug formats.
2738         (Contributors): Change 'DWARF2' to 'DWARF 2'.
2739         PR symtab/874.
2740
2741 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
2742
2743         * gdbint.texinfo (Target Architecture Definition): Delete
2744         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
2745         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
2746         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
2747         references to nindy and i960.
2748         * gdb.texinfo (i960): Delete all references to i960 and nindy.
2749
2750 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
2751
2752         * gdbint.texinfo (Target Architecture Definition): Delete
2753         FLOAT_INFO.
2754
2755 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
2756
2757         * stabs.texinfo (Member Type Descriptor): Clarify description of
2758         `@'.  Suggested by Ben Hutchings.
2759
2760 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
2761
2762         * gdb.texinfo (M68K): Delete reference to es1800.
2763
2764 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
2765
2766         * gdb.texinfo (Maintenance Commands): Document `maint print
2767         reggroups' and `maint print register-groups'.
2768         * gdbint.texinfo (Target Architecture Definition): Document
2769         register_reggroup_p.
2770
2771 2003-01-23  Jim Blandy  <jimb@redhat.com>
2772
2773         * gdb.texinfo (Separate Debug Files): New section.
2774
2775 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
2776
2777         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
2778         and "maint show profile".
2779
2780 2003-01-16  Michael Chastain  <mec@shout.net>
2781
2782         * gdb.texinfo (Installing GDB): Warn against
2783         ".../gdb-VERSION/gdb/configure".
2784         (Separate Objdir): Likewise.
2785
2786 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
2787
2788         * gdbint.texinfo (Target Architecture Definition): Delete
2789         definition of PRINT_REGISTER_HOOK.
2790
2791 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
2792
2793         (OpenRISC 1000): Fix formatting of command names.
2794
2795 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
2796
2797         * gdb.texinfo (Continuing and Stepping): Add new command
2798         'advance'. Clarify behavior of 'until'.
2799
2800 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2801
2802         * gdb.texinfo (Files): Document solib-absolute-prefix and
2803         solib-search-path.
2804
2805 2003-01-09  Michael Chastain  <mec@shout.net>
2806
2807         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
2808         (Create a Release): Add new instructions for new @file{src-release}.
2809         Document existing instructions for @file{Makefile.in} as
2810         being for @value{GDBN} 5.3.1 or earlier.
2811
2812 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
2813
2814         * gdbint.texinfo (Target Architecture Definition): Mention
2815         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
2816         allocate memory.
2817
2818 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2819
2820         * gdb.texinfo (Controlling GDB): Add @kindex for
2821         "show osabi".
2822         (Backtraces): Add @kindex's for backtrace-below-main.
2823
2824 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2825
2826         * gdb.texinfo (Controlling GDB): Document "set osabi".
2827
2828 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2829
2830         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
2831         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
2832
2833 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2834
2835         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
2836         "set coerce-float-to-double".
2837         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
2838
2839 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
2840
2841         * stabs.texinfo: Remove obsolete text.
2842         * gdbint.texinfo: Ditto.
2843         * gdb.texinfo: Ditto.
2844
2845 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
2846
2847         * gdbint.texinfo (Target Architecture Definition): Update
2848         description of gdbarch_register_osabi.
2849
2850 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
2851
2852         * agentexpr.texi: Fix typos.
2853         * annotate.texi: Likewise.
2854         * fdl.texi: Likewise.
2855
2856 2002-12-10  Andrew Cagney  <cagney@redhat.com>
2857
2858         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
2859         DEPRECATED_INIT_FRAME_PC.
2860
2861 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
2862
2863         * gdbint.texinfo (Target Architecture Definition): Delete
2864         PC_IN_CALL_DUMMY.
2865
2866 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
2867
2868         * gdbint.texinfo (Host Definition): Delete documentation on
2869         USE_GENERIC_DUMMY_FRAMES.
2870
2871 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
2872
2873         Fix PR gdb/723 and PR gdb/245.
2874         * Makefile.in (install-info): Run the install-info command as part
2875         of the post install steps only.
2876         (uninstall-info): New target.
2877         (uninstall): New target.
2878
2879 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
2880
2881         * Makefile.in (install): Make install do some real work.
2882
2883 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
2884
2885         Fix POSIX problem reported by Paul Eggert.
2886         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
2887         Fix PR gdb/527.
2888
2889 2002-10-26  Andrew Cagney  <cagney@redhat.com>
2890
2891         * gdbint.texinfo (Target Architecture Definition): Delete
2892         definition of DO_REGISTERS_INFO.
2893
2894 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
2895
2896         * gdbint.texinfo (Address Classes): Fix problems with insertion
2897         of ``{'' and ``}'' in example.
2898
2899 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
2900
2901         * gdbint.texinfo (Address Classes): New section.
2902         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
2903         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
2904         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
2905         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
2906
2907 2002-10-11  Klee Dienes  <kdienes@apple.com>
2908
2909         * gdb.texinfo (Registers): Mention vector registers as well as
2910         floating registers in the documentation for 'info registers' and
2911         'info all-registers'.
2912
2913 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
2914
2915         * gdbint.texinfo (CPLUS_MARKER): Remove item.
2916
2917 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
2918
2919         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
2920         interface definition.
2921
2922 2002-10-03  Marko Mlinar   <markom@opencores.org>
2923
2924         * gdb.texinfo (Target Commands): Add or1k target specific
2925         commands.
2926         * gdb.texinfo (Contributors): Add myself to the contributors list.
2927
2928 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
2929
2930         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
2931         and "mi1" instead of "mi1" and "mi0".
2932
2933 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
2934
2935         * gdb.texinfo (Packets): Fix typos "alligned".
2936         Correct z3/Z3 description.  Correct z4/Z4 title.
2937
2938 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
2939
2940         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
2941
2942 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
2943
2944         * gdb.texinfo: Use GNU/Linux instead of Linux.
2945
2946 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
2947
2948         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
2949
2950 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
2951
2952         * gdb.texinfo: Replace @example with @smallexample.
2953
2954 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
2955
2956         From Eli Zaretskii  <eliz@gnu.org>:
2957         * gdb.texinfo (Character Sets): Use @smallexample instead of
2958         @example.  Use GNU/Linux instead of Linux.
2959
2960 2002-09-20  Jim Blandy  <jimb@redhat.com>
2961
2962         * gdb.texinfo: Add character set documentation.
2963
2964 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
2965
2966         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
2967         (Packets): Add cross reference from `b' packet to `z' packets.
2968
2969 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
2970
2971         * gdb.texinfo (Maintenance Commands): Document ``maint
2972         internal-error'' and ``maint internal-warning''.
2973
2974         * gdbint.texinfo (Target Architecture Definition): Revise
2975         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
2976
2977 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
2978
2979         * gdbint.texinfo (Target Conditionals): Document the new
2980         NAME_OF_MALLOC macro.
2981
2982 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
2983
2984         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
2985         engineer.
2986
2987 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
2988
2989         * gdb.texinfo (TUI Overview): Document status line fields.
2990
2991 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
2992
2993         * gdb.texinfo (TUI Commands): Document info win command.
2994
2995 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
2996
2997         * gdb.texinfo (TUI Overview): Document breakpoint markers.
2998
2999 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
3000
3001         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3002         (TUI Keys): Likewise.
3003
3004 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
3005
3006         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3007         for a packet receive.
3008
3009 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
3010
3011         * Makefile.in (clean): Move to end of file.
3012         (distclean, maintainer-clean, realclean): Ditto.
3013         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
3014         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3015         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3016         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3017
3018 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
3019
3020         * Makefile.in (GDBINT_TEX_TMPS): Define.
3021         (gdbint.dvi, gdbint.pdf): Use
3022         (GDB_TEX_TMPS): Define.
3023         (gdb.dvi, gdb.pdf): Use.
3024         (STABS_TEX_TMPS): Define.
3025         (stabs.dvi, stabs.pdf): Use.
3026         (GDB_DOC_SOURCE_INCLUDES): New macros.
3027         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3028         (GDBINT_DOC_FILES_INCLUDES): New macros.
3029         (GDBINT_DOC_BUILD_INCLUDES): New macros.
3030         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3031         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3032         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3033         (links2roff): Replace SFILES_INCLUDED with
3034         GDB_DOC_SOURCE_INCLUDES.
3035         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3036         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3037         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3038         dependencies.
3039         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3040         dependencies.
3041         (gdbmi.texinfo): Delete rule.
3042         (inc-hist.texinfo): Delete rule.
3043         (rluser.texinfo): Delete rule.
3044
3045 2002-08-23  Andrew Cagney  <cagney@redhat.com>
3046
3047         * gdbint.texinfo (Target Architecture Definition): Update
3048         STORE_RETURN_VALUE, mention regcache.
3049
3050 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
3051
3052         * gdbint.texinfo (Target Architecture Definition): Document
3053         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
3054
3055 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
3056
3057         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
3058         Fix minor typos.  Add index entries.
3059
3060 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3061
3062         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3063
3064 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3065
3066         * gdbint.texinfo (Target Architecture Definition): Document
3067         PRINT_VECTOR_INFO.
3068         * gdb.texinfo (Vector Unit): Document "info vectors" command.
3069
3070 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
3071
3072         * gdb.texinfo (Maintenance Commands): Document "maint print
3073         registers", "maint print raw-registers" and "maint print
3074         cooked-registers".
3075
3076 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3077
3078         From Mark Salter:
3079         * gdb.texinfo (Protocol): Document T packet extension to
3080         allow watchpoint address reporting.
3081
3082 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3083
3084         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3085
3086 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3087
3088         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3089         to CHILL.
3090
3091 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
3092
3093         * gdbint.texinfo (Coding): Revise section "Include Files".
3094
3095 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3096
3097         * gdbint.texinfo: Obsolete references to m88k.
3098         * gdb.texinfo: Ditto.
3099
3100 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
3101
3102         * gdbint.texinfo (Create a release candiate): Add the location
3103         where the proper version of autoconf can be retrieved.
3104
3105 2002-07-09  Don Howard  <dhoward@redhat.com>
3106
3107         * gdb.texinfo (Command Files): Further describe the behavior of
3108         sourced command files.
3109
3110 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
3111
3112         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3113         (Coding): Clarify ISO C version that GDB assumes.
3114
3115 2002-06-26  Tom Tromey  <tromey@redhat.com>
3116
3117         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3118         add_setshow_cmd_full.
3119
3120 2002-06-25  Don Howard  <dhoward@redhat.com>
3121
3122         * gdb.texinfo (Memory Region Attributes): Document new behavior
3123         for 'mem' command.
3124
3125 2002-06-11  Jim Blandy  <jimb@redhat.com>
3126
3127         * gdb.texinfo (Symbols): Update documentation for `info source'
3128         command.
3129
3130         * gdb.texinfo (Macros): Call the command `info macro', not
3131         `show macro'.
3132
3133 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
3134
3135         * gdbint.texinfo (Coding): Add section ``Per-architecture module
3136         data''.
3137
3138 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
3139
3140         * gdbint.texinfo (Target Architecture Definition): Document
3141         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3142
3143 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3144
3145         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3146         lists.
3147
3148 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3149
3150         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3151         Branch''.
3152
3153 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
3154
3155         * gdbint.texinfo (Target Architecture Definition): Add section
3156         ``Converting an existing Target Architecture to Multi-arch''.
3157
3158 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
3159
3160         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3161         to ``Obsoleting code''.  Revise.
3162
3163 2002-05-17  Jim Blandy  <jimb@redhat.com>
3164
3165         * gdb.texinfo (C Preprocessor Macros): New chapter.
3166         Include it in the main menu.
3167         (Contributors): Credit Jim Blandy with macro support.
3168         (Compilation): Explain how to get macro information into the
3169         executable.
3170         (Expressions): Note that preprocessor macros are expanded.
3171
3172 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
3173
3174         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3175         options for `target remote'.
3176
3177 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
3178
3179         * gdbint.texinfo (Target Architecture Definition): Delete
3180         documentation on NNPC_REGNUM.
3181
3182 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3183
3184         * gdbint.texinfo (Target Architecture Definition): Document
3185         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3186         (Target Architecture Definition): Revise section `Using Different
3187         Register and Memory Data Representations'.  Add section `Raw and
3188         Virtual Register Representations'.
3189
3190 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3191
3192         * gdbint.texinfo (Target Architecture Definition): Mention
3193         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3194         (Target Architecture Definition): Mention same.  Add references to
3195         web pages.
3196
3197 2002-05-08  Michael Snyder  <msnyder@redhat.com>
3198
3199         * stabs.texinfo (Attributes): Document new "vector" attribute.
3200
3201 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
3202
3203         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3204
3205 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
3206
3207         * gdb.texinfo: Delete obsolete references to a29k.
3208
3209 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
3210
3211         * gdbint.texinfo (Target Architecture Definition): Replace
3212         IN_SIGTRAMP with PC_IN_SIGTRAMP.
3213
3214 2002-04-24  David S. Miller  <davem@redhat.com>
3215
3216         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3217
3218 2002-04-21  David S. Miller  <davem@redhat.com>
3219
3220         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3221
3222 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
3223
3224         * gdbint.texinfo (Target Architecture Definition): Delete
3225         definition of HAVE_REGISTER_WINDOWS.
3226
3227 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
3228
3229         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
3230         "Theodore A. Roth" <troth@verinet.com>.
3231
3232 2002-04-15  Don Howard  <dhoward@redhat.com>
3233
3234         From Eli Zaretskii <eliz@gnu.org>
3235         * gdb.texinfo (show max-user-call-depth): Correct formatting.
3236         Provide a better explaination of this feature.
3237
3238 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
3239
3240         * gdbint.texinfo (Target Architecture Definition): Remove
3241         FRAME_CHAIN_COMBINE.
3242
3243 2002-04-12  Michael Chastain  <mec@shout.net>
3244
3245         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3246         REG_STACK_SEGMENT.
3247
3248 2002-04-09  Michael Chastain  <mec@shout.net>
3249
3250         * gdbint.texinfo (Obsolete Conditionals): Remove references to
3251         PYRAMID_* macros.
3252
3253 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
3254
3255         * gdb.texinfo (Bug Reporting): Document that the web is the
3256         prefered way of submitting bug reports.
3257         (Bug Reporting): Delete the s-mail address as the last resort.
3258
3259 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
3260
3261         * gdbint.texinfo (Target Architecture Definition): Delete
3262         references to TARGET_WRITE_FP and write_fp.
3263
3264 2002-03-27  Michael Snyder  <msnyder@redhat.com>
3265
3266         * gdb.texinfo: Document new commands dump, append, and restore.
3267
3268 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
3269
3270         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3271         Branch'.
3272
3273 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
3274
3275         * gdb.texinfo: Change all examples to @smallexample.
3276         * gdbint.texinfo: Ditto.
3277
3278 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
3279
3280         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3281         Branches''.
3282
3283 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
3284
3285         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3286         Policy''.
3287
3288 2002-03-04  Fred Fish  <fnf@redhat.com>
3289
3290         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3291         expresson, suports, dependant, trhe, perhaphs, situtations,
3292         explictily, taged, oportunity, unfortunatly).
3293
3294 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
3295
3296         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3297         Remove reference to 3.12.
3298
3299 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3300
3301         * gdbint.texinfo: Include fdl.texi.
3302         (Top): Add GNU Free Documentation License.
3303         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3304         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3305         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3306         (gdbint.info): Add srcdir to include path.
3307         * gdb.texinfo: Include gpl.texi.
3308         (Top): Add Copying.
3309         * gpl.texi: New file.
3310
3311 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3312
3313         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3314
3315 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3316
3317         * gdb.texinfo: Document Cygwin native specific commands.
3318
3319 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3320
3321         * gdb.texinfo: Document gdbserver ``--attach'' command.
3322
3323 2002-02-07  Michael Snyder  <msnyder@redhat.com>
3324
3325         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3326         to @code(_ovly_debug_event).
3327
3328 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
3329
3330         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3331
3332 2002-02-06  Michael Snyder  <msnyder@redhat.com>
3333
3334         * gdb.texinfo (overlays): Mention new magic symbol
3335         '_ovly_debug_event', which allows GDB to keep better track
3336         of overlays.
3337
3338 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
3339
3340         * gdb.texinfo (Memory Region Attributes): Fix the wording.
3341         Suggested by Dmitry Sivachenko.
3342
3343         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3344
3345 2002-02-01  Michael Snyder  <msnyder@redhat.com>
3346
3347         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3348
3349 2002-01-30  Michael Snyder  <msnyder@redhat.com>
3350
3351         * gdb.texinfo: (remote protocol): Gramatical fix-up.
3352         (set trust-readonly-sections): Document.
3353
3354 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
3355
3356         * gdbint.texinfo (Releasing GDB): Revise and update.
3357
3358 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
3359
3360         * gdbint.texinfo (Target Architecture Definition): Delete
3361         description of TARGET_BYTE_ORDER_DEFAULT.
3362
3363 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
3364
3365         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
3366         <mitya@cavia.pp.ru>.
3367
3368 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
3369
3370         * libgdb.texinfo: Delete file.
3371
3372 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
3373
3374         * gdb.texinfo: Remove makeinfo 3.12 hacks.
3375         * gdbint.texinfo: Ditto.
3376
3377 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
3378
3379         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3380
3381 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
3382
3383         * Makefile.in: Update copyright.
3384         (TEXI2DVI): Define.
3385         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3386         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
3387         gdb-cfg.texi.
3388         (TEXINDEX, PDFTEX): Delete makefile variables.
3389
3390 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
3391
3392         * gdb.texinfo (Protocol): Move section to appendix.
3393
3394 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
3395
3396         * gdb.texinfo (Remote Debugging): Create a menu.
3397         (Top): Add ``Remote Debugging'' to menu.
3398
3399 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
3400
3401         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3402         serial protocol'' from here.
3403         (Remote Debugging): To here.  New chapter.
3404
3405 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3406
3407         * gdbint.texinfo (Target Architecture Definition): Delete
3408         description of TARGET_BYTE_ORDER_SELECTABLE_P.
3409
3410 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3411
3412         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
3413         are no longer needed.
3414         (Porting GDB): Add maintainer note about configure.host.
3415
3416 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3417
3418         * gdbint.texinfo (Target Architecture Definition): Remove
3419         definition of IEEE_FLOAT.
3420
3421 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
3422
3423         * gdb.texinfo: Beautify copyright years; fix a typo.
3424         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
3425         <3diff@gnu.org>
3426
3427 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
3428
3429         * gdbint.texinfo (Host Definition): Remove references to
3430         MALLOC_INCOMPATIBLE.
3431
3432 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3433
3434         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3435         and xyz-xdep.o.
3436
3437 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3438
3439         * gdb.texinfo   (Maintenance Commands): Add appendix.
3440         (Set Breaks): Copy ``maint info breakpoint'' doco to
3441         ``Maintenance Commands'' appendix.  Add reference.
3442
3443 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3444
3445         * fdl.texi: Remove next/prev from @node.
3446
3447 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
3448
3449         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
3450         for monstrous @multitable (from Brian Youmans).
3451
3452         * fdl.texi: New file.
3453
3454         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3455
3456 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
3457
3458         * gdbint.texinfo (Releasing GDB): New chapter.
3459
3460 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
3461
3462         * gdb.texinfo (Embedded Processors, Calling program functions):
3463         Obsolete references to a29k.
3464
3465 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
3466
3467         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
3468         examples.  Document that a code-block should do or discard its
3469         cleanups before exit.
3470
3471 2002-01-11  Michael Snyder  <msnyder@redhat.com>
3472
3473         * gdb.texinfo (Choosing files): Change @samp to @file.
3474
3475 2002-01-05  Michael Snyder  <msnyder@redhat.com>
3476
3477         * gdb.texinfo (--pid): Document new command line option (attach).
3478
3479 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
3480
3481         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3482         in the stub.
3483
3484 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
3485
3486         * gdbint.texinfo (Target Architecture Definition): Replace
3487         BIG_ENDIAN with BFD_ENDIAN_BIG.
3488
3489 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
3490
3491         * gdbint.texinfo (Target Architecture Definition): Replace
3492         value_ptr with struct value pointer.
3493
3494 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
3495
3496         * gdb.texinfo (Free Software): Fix wording.
3497
3498 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
3499
3500         * gdb.texinfo (Free Software): New section ``Free Software Needs
3501         Free Documentation''.
3502
3503 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
3504
3505         * stabs.texinfo:
3506         * gdb.texinfo:
3507         * gdbint.texinfo:
3508         * libgdb.texinfo:
3509         * annotate.texi: Fix the application of GFDL in the Copyright notice.
3510
3511 2001-12-29  Michael Snyder  <msnyder@redhat.com>
3512
3513         * gdb.texinfo (maint info sections): Fix typo.
3514
3515 2001-12-26  Michael Snyder  <msnyder@redhat.com>
3516
3517         * gdb.texinfo (maint info sections): Document.
3518
3519         * gdb.texinfo (info proc): Comment out documentation for
3520         'info proc' sub-options that are currently not implemented.
3521
3522 2001-12-20  Jim Blandy  <jimb@redhat.com>
3523
3524         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3525
3526 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
3527
3528         * gdbint.texinfo (Target Architecture Definition): Replace
3529         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3530
3531 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
3532
3533         * gdbint.texinfo (Host Definition): Delete documentation on
3534         HOST_BYTE_ORDER.
3535
3536 2001-11-30  Jim Blandy  <jimb@redhat.com>
3537
3538         * gdb.texinfo (Overlays): New chapter, documenting GDB's
3539         overlay support.  Add to top-level menu.
3540
3541 2001-11-26  Tom Tromey  <tromey@redhat.com>
3542
3543         * gdb.texinfo (Command Syntax): Document C-o binding.
3544
3545 2001-07-26  Christopher Faylor  <cgf@redhat.com>
3546
3547         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3548         use since it is described in the referenced section.
3549
3550         From Eli Zaretskii <eliz@gnu.org>
3551         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3552         clearer when using DJGPP.
3553
3554 2001-11-24  Christopher Faylor  <cgf@redhat.com>
3555
3556         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3557         specifically refer to MS-DOS.
3558         (command files): Mention gdb.ini is only used on MS-DOS.
3559
3560 2001-11-21  Tom Tromey  <tromey@redhat.com>
3561
3562         * gdb.texinfo (Invoking GDB): Document --args.
3563         (Mode Options): Likewise.
3564
3565 2001-11-21  Jim Blandy  <jimb@redhat.com>
3566
3567         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3568         Delete documentation; this macro has been removed from the
3569         sources.
3570
3571 2001-11-13  Jim Blandy  <jimb@redhat.com>
3572
3573         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3574
3575 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
3576
3577         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3578
3579 2001-11-05  Michael Snyder  <msnyder@redhat.com>
3580
3581         * gdb.texinfo (info functions): Document use of backslash to
3582         quote regexp chars in function names such as "operator*()".
3583
3584 2001-11-01  Fred Fish  <fnf@redhat.com>
3585
3586         * gdbint.texinfo (SOLIB_ADD): Document additional new
3587         "readsyms" arg.
3588
3589 2001-10-30  Don Howard  <dhoward@redhat.com>
3590
3591         * gdb.texinfo: (Command Files) Added documentation for the
3592         behavior of gdb with input redirected from a file.
3593
3594 2001-10-28  Fred Fish  <fnf@redhat.com>
3595
3596         * gdb.texinfo (auto-solib-add): Change docs to match
3597         implementation change.
3598         (auto-solib-limit): Add docs for new variable.
3599
3600 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
3601
3602         * gdbint.texinfo (Target Architecture Definition): Function
3603         value_as_pointer renamed to value_as_address.
3604
3605 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
3606
3607         * gdbint.texinfo (Target Architecture Definition): Default
3608         POINTER_TO_ADDRESS functions assume unsigned addresses.
3609         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
3610         posting by Jim Blandy.
3611
3612 2001-10-12  Jim Blandy  <jimb@redhat.com>
3613
3614         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3615         version of texi2html (1.64) doesn't support this flag any more.
3616
3617 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
3618
3619         * gdbint.texinfo (Host Definition): Remove description of
3620         MEM_FNS_DECLARED.
3621
3622         * gdbint.texinfo (Host Definition): Remove description of R_OK.
3623
3624         * gdbint.texinfo (Host Definition): Remove description of
3625         HAVE_SIGSETMASK.
3626
3627 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
3628
3629         * gdbint.texinfo (Target Architecture Definition): Add
3630         explanation of TARGET_PRINT_INSN macro.
3631
3632 2001-08-30  Jim Blandy  <jimb@redhat.com>
3633
3634         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3635         Explain what it means to load relocatable files.
3636
3637 2001-08-28  Jim Blandy  <jimb@redhat.com>
3638
3639         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3640         info `top' menu.
3641
3642 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
3643
3644         * gdbint.texinfo: Add a cautionary note about macro use.
3645
3646 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
3647
3648         * gdb.texinfo: Explain omitting the hostname in the
3649         `target remote' command.
3650
3651 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
3652
3653         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3654         and END-INFO-DIR-ENTRY.
3655
3656 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3657
3658         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3659
3660 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
3661
3662         * gdbint.texinfo (libgdb): Rewrite.
3663
3664 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
3665
3666         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3667
3668 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3669
3670         * gdb.texinfo (TUI): New chapter, document the TUI.
3671         (Mode Options): Document the -tui option.
3672
3673 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
3674
3675         * gdbint.texinfo (Host Definition): Remove description of
3676         NEED_POSIX_SETPGID.
3677
3678 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
3679
3680         * gdb.tex (DJGPP Native): New node, with descriptions of
3681         DJGPP-specific commands.
3682
3683 2001-07-19  John R. Moore  <jmoore@redhat.com>
3684
3685         * gdbint.texinfo: Three misspellings.
3686
3687 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
3688
3689         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3690         `test` expressions on bash.  Problem reported by Colin Walters.
3691
3692 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
3693
3694         * gdbint.texinfo (User Interface): Update ui-out documentation to
3695         refelect recent UI/MI updates.
3696
3697 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
3698
3699         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3700         interpreters.
3701
3702 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
3703
3704         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3705         structure and not macros.
3706         (Host Definition): Document that much of this chapter is obsolete.
3707         (Target Architecture Definition): Update list of files that make
3708         up a target architecture.
3709         (Coding): Update.
3710
3711 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3712
3713         * gdbint.texinfo (Target Architecture Definition): Update
3714         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
3715         The latter has been changed to a true predicate.
3716
3717 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
3718
3719         * annotate.texi: Add @noindent where needed.  From Dmitry
3720         Sivachenko <dima@Chg.RU>.
3721         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
3722
3723 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
3724
3725         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
3726
3727 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
3728
3729         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
3730         returns ``OK''.  Document that the ``R'' packet does not reply.
3731
3732 2001-06-13  Michael Snyder  <msnyder@redhat.com>
3733
3734         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
3735
3736 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
3737
3738         * gdb.texinfo (Signals): Clarify the default setting of signal
3739         handling.
3740
3741 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
3742
3743         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
3744         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
3745
3746 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
3747
3748         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
3749
3750 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
3751
3752         * gdbint.texinfo (Clean Design and Portable Implementation):
3753         Renamed from "Clean Design".
3754         (Clean Design and Portable Implementation): Document portable
3755         methods of handling file names, and the associated macros.
3756
3757 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
3758
3759         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
3760         command and provide a cross-reference to its description.
3761         (Symbols): Note that "info scope" is useful for trace experiments.
3762
3763 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
3764
3765         * gdb.texinfo (Symbols): Document "info scope".
3766         (Tracepoints): New chapter.
3767         (Contributors): Update for v5.1.
3768         <All nodes>: Change "C++" to "C@t{++}".
3769
3770         * gdbint.texinfo (User Interface): A new section about ui_out
3771         functions, based on text written by Fernando Nasser.
3772
3773         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
3774
3775 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
3776
3777         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
3778
3779         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
3780
3781         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
3782         Replace "GDB" with "@value{GDBN}".  Fix markup.
3783
3784         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
3785
3786         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
3787         a cross-reference to its description.
3788         (Symbols): Document "info symbol".
3789
3790 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
3791
3792         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
3793         subsection "x86 Watchpoints".
3794         (Target Architecture Definition): Document the macros
3795         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
3796         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
3797
3798 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
3799
3800         * gdbint.texinfo (Target Architecture Definition): Update
3801         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
3802         list.
3803
3804 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
3805
3806         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
3807         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
3808
3809 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
3810
3811         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
3812
3813 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
3814
3815         * gdb.texinfo (Environment): Document that `path' does not change
3816         the value of PATH in GDB's own environment (it did in the past,
3817         but that was changed on March 15, 1994).  Reported by Doug Evans
3818         <dje@transmeta.com>.
3819
3820         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
3821         its line.  Fix markup of commands and macros.  Add an Index node
3822         and index entries.
3823
3824 2001-01-23  J.T. Conklin  <jtc@redback.com>
3825
3826         * gdb.texinfo (Memory region attributes): New manual section.
3827
3828 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
3829
3830         * gdbint.texinfo (POP_FRAME): Document use by return_command.
3831
3832 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
3833
3834         * refcard.tex: Version and copyright fixed.  From Phil Edwards
3835         <pedwards@disaster.jaj.com>.
3836
3837 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3838
3839         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
3840         DWARF2_REG_TO_REGNUM): Document.
3841
3842 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3843
3844         * gdbint.texinfo (Coding): Update current value of
3845         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
3846
3847 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
3848
3849         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
3850         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
3851
3852 2000-11-10  Christopher Faylor <cgf@cygnus.com>
3853
3854         * gdb.texinfo: Document new 'set step-mode' command.
3855
3856 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
3857
3858         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
3859         changes from Dmitry Sivachenko <dima@Chg.RU>.
3860
3861 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
3862
3863         * gdb.texinfo (Hooks): Document the new post-hook functionality.
3864         From Steven Johnson <sbjohnson@ozemail.com.au>.
3865
3866 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
3867
3868         * gdbint.texinfo (Overall Structure): Spelling fix.
3869
3870 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
3871
3872         * gdbint.texinfo (Target Architecture Definition): Document that
3873         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
3874         for which REGISTER_CONVERTIBLE returns a zero value.
3875
3876 2000-07-08  Christopher Faylor <cgf@cygnus.com>
3877
3878         * Makefile.in (install-info): Find files to install in either the
3879         build or source directories (adapted from Makefile.am).
3880
3881 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
3882
3883         * stabs.texinfo: Fix spelling errors.
3884         (String Field): FILE-NUMBER starts from 0, not 1.
3885
3886 2000-07-05  Eli Zaretskii <eliz@gnu.org>
3887
3888         * refcard.tex: Remove \centerline from the blurb.  Patch from
3889         Brian Youmans.
3890
3891 2000-06-25  Eli Zaretskii <eliz@gnu.org>
3892
3893         * Makefile.in (install-info): Support installation from outside of
3894         the source directory.  Reported by Mark Harig
3895         <markh@frazier.landmark.com>.
3896
3897 2000-06-20  J.T. Conklin  <jtc@redback.com>
3898
3899         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
3900
3901 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3902
3903         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
3904         Generate using pdftex.
3905         (PDFTEX): Define.
3906         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
3907         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
3908         @contents at the start.
3909
3910 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
3911
3912         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
3913         Youmans.
3914
3915 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3916
3917         From Brian Youmans:
3918         * gdb.texinfo: Fix ``et al.''.
3919
3920 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3921
3922         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
3923         loop.
3924
3925 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
3926
3927         * configure: Regenerate.
3928
3929 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
3930
3931         * Makefile.in (install-info): Run install-info on installed Info
3932         files.
3933
3934 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3935
3936         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
3937         Andrew Cagney.
3938
3939 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
3940
3941         * gdb.texinfo: Proofreading changes from Brian Youmans.
3942
3943 2000-05-01  Nick Duffek  <nsd@cygnus.com>
3944
3945         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
3946         startup sequence, minor edits.
3947
3948 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
3949
3950         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
3951         TeX.
3952
3953         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
3954         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
3955         like `n' and `s' which look weird.  Convert some of the @kindex to
3956         @vindex, when they refer to variables, not commands.
3957
3958 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3959
3960         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
3961
3962 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
3963
3964         * Makefile.in (GDBMI_DIR): New variable.
3965         (SET_TEXINPUTS): Add $(GDBMI_DIR).
3966         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
3967         (gdbmi.texinfo): New target, for texi2roff.
3968         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
3969         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
3970
3971         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
3972         gdbmi.texinfo.
3973         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
3974         comment.
3975
3976 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3977
3978         * gdb.texinfo (Files): Update description of add-symbol-file
3979         command.
3980
3981 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
3982
3983         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
3984         prevents the build (and is generally a Bad Idea).
3985
3986 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
3987
3988         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
3989         a comma inside @var.
3990         (Command Files): Index markup changes from Dmitry Sivachenko
3991         <dima@Chg.RU>.
3992
3993 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
3994
3995         * Makefile.in (LN_S): Define.
3996         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
3997         invoke "ln -s" unless it is known to work.
3998
3999         * configure.in (AC_PROG_LN_S): Add.
4000
4001 2000-04-14  Jim Blandy  <jimb@redhat.com>
4002
4003         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4004         section.
4005         (Target Conditionals): Document ADDRESS_TO_POINTER,
4006         POINTER_TO_ADDRESS.
4007
4008 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
4009
4010         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4011         gdb-cfg.texi to get the value.
4012
4013 2000-04-10  Jim Blandy  <jimb@redhat.com>
4014
4015         * gdbint.texinfo (Target Architecture Definition): Fix
4016         cross-references.
4017
4018 2000-04-08  Jim Blandy  <jimb@redhat.com>
4019
4020         * gdbint.texinfo (Using Different Register and Memory Data
4021         Representations): New section.
4022         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4023         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4024         REGISTER_CONVERT_TO_RAW): Document.
4025
4026 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4027
4028         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
4029         for acknowledgments.
4030
4031 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4032
4033         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4034         qThreadExtraInfo.
4035
4036 2000-03-28  J.T. Conklin  <jtc@redback.com>
4037
4038         * gdb.texinfo: Clarify which remote debug protocol commands are
4039         required and which are optional.
4040
4041 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4042
4043         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4044         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
4045         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4046         * annotate.texi: Update.
4047
4048 2000-03-28  Stan Shebs  <shebs@apple.com>
4049
4050         * gdb.texinfo: Update dates, bump to Eighth Edition (note
4051         expectation of additional changes before release), update
4052         ISBN, add copy of top-level menu for @ifhtml, remove explicit
4053         node links, rephrase and/or shorten lines to fix formatting
4054         problem in both regular and @smallbook formats.
4055         * annotate.texi: Shorten lines in example, use smallexample
4056         consistently everywhere.
4057         * Makefile.in: Add comment about texinfo 4.0 html generation.
4058         (SFILES_INCLUDED): Add annotate.texi.
4059
4060 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
4061
4062         * gdb.texinfo (Debugging Output): Added new section, documenting
4063         the "set/show debug" commands.
4064
4065 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4066
4067         * annotate.texi (Annotations): When GDBN omit @chapter and @node
4068         entry.
4069
4070         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4071         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4072         @chapter and @node entries.
4073
4074         * gdb.texinfo: Link all top-level nodes.
4075
4076 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4077
4078         * Makefile.in (install-info): Create $(infodir) before installing
4079         files.
4080
4081 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4082
4083         From David Whedon <dwhedon@gordian.com>
4084         * gdbint.texinfo : Added paragraphs about command deprecation.
4085
4086 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
4087
4088       * gdb.texinfo: Add documentation for the apropos command.
4089
4090 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
4091
4092         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4093
4094 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
4095
4096         * gdb.texinfo: Add white space to prevent overprinting in
4097         two places.
4098
4099 2000-03-17  Stan Shebs  <shebs@apple.com>
4100
4101         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4102         <dima@Chg.RU>, also clarification of allowed content for
4103         string constants.
4104
4105 2000-03-16  Eli Zaretskii <eliz@gnu.org>
4106
4107         * gdb.texinfo (main menu): Add Annotations.
4108         (File Options): Add @cindex entries for each command-line option.
4109         Document --epoch, --annotate, --async, --interpreter, --write,
4110         --statistics, and --version.
4111
4112         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
4113         of GDB.
4114
4115 2000-02-23  Jim Blandy  <jimb@redhat.com>
4116
4117         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4118
4119 2000-02-22  Jim Blandy  <jimb@redhat.com>
4120
4121         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4122
4123 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
4124
4125         * Makefile.in (diststuff): New target.
4126
4127 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
4128
4129         * agentexpr.texi: Fix wording regarding Intel's IA-64
4130         architecture.  [From Jim Wilson.]
4131
4132 2000-01-16  Tom Tromey  <tromey@cygnus.com>
4133
4134         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4135         (Delete Breaks): Mention range arguments.
4136         (Disabling): Likewise.
4137
4138 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
4139
4140         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
4141
4142 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4143
4144         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4145         valid functions.
4146
4147 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
4148
4149         * gdb.texinfo: Clarify regular expressions used in rbreak.
4150
4151 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
4152
4153         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4154         MEMORY_REMOVE_BREAKPOINT):  Document.
4155
4156 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4157
4158         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4159         offset re-using the DATA offset instead.
4160
4161 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
4162
4163         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4164
4165 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
4166
4167         From Dmitry Sivachenko <demon@gpad.ac.ru>:
4168         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4169         typos.
4170
4171         * gdb.texinfo: Various minor wording and formatting improvements,
4172         mentions of additional command-line options.
4173
4174 1999-09-30  Fred Fish  <fnf@cygnus.com>
4175
4176         * gdb.texinfo:  Document additional forms of specifying section
4177         names and addresses for the add-symbol-file command.
4178
4179 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
4180
4181         * gdbint.texinfo: Fix typo, add the word "have".
4182
4183 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
4184
4185         * gdbint.texinfo (Target Architecture Definition): Document the
4186         SKIP_PERMANENT_BREAKPOINT macro.
4187
4188 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
4189
4190         * gdb.texinfo: Fiks speling errers.
4191
4192         * gdb.texinfo: Fix uses of @multitable.
4193
4194         From Eli Zaretskii  <eliz@gnu.org>:
4195         * gdb.texinfo: Include details specific to DOS host, clarify
4196         some confusing language, fix @ref/@xref/@pxref usages, add
4197         comments about using with optimization, add more indexing,
4198         fix info about disassembly-flavor.
4199
4200 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
4201
4202         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4203         SKIP_SOLIB_RESOLVER): Define.
4204
4205 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4206
4207         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
4208         ``g'' packets.
4209
4210 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
4211
4212         * gdb.texinfo: Create a new "Configurations" chapter with
4213         platform-specific info, inline remote.texi and move sections of it
4214         into the new chapter, move bits about info proc, heuristic search,
4215         and register stack into the new chapter.
4216         * remote.texi: Remove, now part of gdb.texinfo.
4217         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4218
4219 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
4220
4221         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4222         GDB_TARGET_IS_MACH386): These kludges have gone away.
4223
4224 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4225
4226         * gdbint.texinfo (Target Architecture Definition): Mention
4227         TDEPLIBS.
4228
4229 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
4230
4231         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4232         surrounding text to fit HP-UX bits into general info.
4233         (HPPA-cfg.texi): Remove, no longer useful.
4234
4235         * gdb.texinfo: Remove explicit links from @node lines, remove
4236         HP-added "Detailed Node Listing" from main menu which confuses
4237         things.
4238
4239         From Dmitry Sivachenko <dima@Chg.RU>:
4240         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4241         in description of `set environment'.
4242
4243 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
4244
4245         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4246
4247 1999-08-12  Ben Elliston  <bje@cygnus.com>
4248
4249         * gdbint.texinfo (Breakpoint Handling): Add missing words.
4250
4251 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
4252
4253         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4254         watch, awatch, and rwatch.  Explain why the latter two cannot be
4255         set as software watchpoints.  Document that watchpoints for local
4256         variables are deleted when the debuggee terminates.
4257
4258 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
4259
4260         * remote.texi (Protocol): Further clarification of the "qRcmd"
4261         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
4262         reserved.
4263
4264 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4265
4266         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4267         * gdb.texinfo: Ditto.
4268
4269 1999-08-06  Tom Tromey  <tromey@cygnus.com>
4270
4271         * gdb.texinfo (KOD): New node.
4272
4273 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4274
4275         * remote.texi (Rcmd): Fix minor formatting typos.
4276
4277 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4278
4279         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4280         packets.
4281
4282 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
4283
4284         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4285         fixes.
4286
4287 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4288
4289         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4290
4291 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4292
4293         * remote.texi (Communication Protocol): ``v'' is in use. Fix
4294         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
4295         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
4296         packets that are not supported on all hosts. Expand examples.
4297         Spell check.
4298
4299 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
4300
4301         * Makefile.in: Recognize html, install-html.  Add targets
4302         to build HTML versions of documentation via texi2html.
4303
4304 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
4305
4306         * gdbint.texinfo (Testsuite): New chapter, information about the
4307         testsuite.
4308
4309 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4310
4311         * remote.texi (Communication Protocol): Rewrite.
4312
4313 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4314
4315         * stabs.texinfo: Fix uses of xref.
4316
4317 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
4318
4319         * gdbint.texinfo: Add an anti-printf exhortation, and update the
4320         info about patch submission.
4321
4322 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
4323
4324         From Per Bothner  <bothner@cygnus.com>:
4325         * gdb.texinfo: Document Chill support.
4326
4327 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4328
4329         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4330         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4331         Document that the value should be greater-than or equal-to zero.
4332         (NO_STD_REGS): Document. Deprecate.
4333
4334 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4335
4336         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4337         Document that these are not used.
4338
4339 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4340
4341         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4342
4343 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4344
4345         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
4346         numargs was dropped.
4347
4348 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4349
4350         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4351
4352 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4353
4354         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4355         Update.
4356
4357 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4358
4359         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4360         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4361
4362 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
4363
4364         * gdbint.texinfo: Fix typos: $ -> @.
4365
4366 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4367
4368         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4369         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4370         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4371         BREAKPOINT_FROM_PC.
4372
4373 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4374
4375         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4376         CALL_DUMMY_STACK_ADJUST): Document.
4377
4378 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4379
4380         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4381         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4382
4383 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
4384
4385         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4386         longer exists.
4387
4388 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
4389
4390         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4391         nearly all @ifset/@ifclear conditionals; nobody uses them, and
4392         they make the manual source incomprehensible.
4393         * h8-cfg.texi: Remove, hasn't been used in years.
4394
4395 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
4396
4397         * gdb.texinfo: Update the credits.
4398
4399 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
4400
4401         * gdb.texinfo: Fix mistakes noticed in printout of last
4402         draft, add Alpha to discussion of heuristic fence post.
4403
4404 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
4405
4406         * gdb.texinfo, remote.texi: Many changes; update to Seventh
4407         Edition, merge some HP changes into mainline, describe some
4408         previously undocumented features, describe more of the target
4409         commands available, eliminate obsolete section on renamed
4410         commands.
4411         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4412
4413 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
4414
4415         * gdb.texinfo: Make many HPPA conditionals unconditional,
4416         including catchpoint description, since now on for all configs.
4417         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4418         specializations.
4419
4420 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
4421
4422         * Makefile.in (GDBvn.texi): Fix match expression to work with
4423         current format of VERSION in gdb/Makefile.in.
4424         * gdb.texinfo: Fix node ref to match new readline.
4425
4426 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
4427
4428         * gdb.texinfo: Changes made as part of a project to merge in
4429           changes made by HP. Documentation makes extensive use of
4430           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4431           on remote debugging. There are differences in documentation
4432           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4433           the HP manual discusses catchpoints, hardware watchpoints, and
4434           some HPUX specific limitations for shared library support.
4435
4436           There are also a number of @node changes.
4437
4438 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
4439
4440         * gdbint.texinfo (Formatting): Disambiguate a sentence.
4441         (C Usage): Same.
4442
4443 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
4444
4445         The following changes were made by Edith Epstein
4446         <eepstein@cygnus.com> as part of a project to merge in changes
4447         made by HP.
4448
4449         * HPPA-cfg.texi: new file.
4450
4451         * all-cfg.texi: set HPPA for HP PA-RISC targets.
4452
4453         * refcard.tex: change documentation about catch.
4454           removed info catch.
4455
4456 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
4457
4458         * gdbint.texinfo: Expand on GDB's coding standards,
4459         specify the use of arg names with prototypes.
4460
4461 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
4462
4463         * gdb.texinfo: Fix tipo.
4464
4465 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4466
4467         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4468         TARGET_BYTE_ORDER_SELECTABLE_P.
4469
4470 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4471
4472         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4473
4474 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
4475
4476         * agentexpr.texi: New file.
4477
4478 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
4479
4480         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4481
4482 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
4483
4484         * remote.texi: Changed wording that implied that the GDB remote
4485         protocol caches register values instead of GDB itself.
4486
4487 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
4488
4489         * gdbint.texinfo: Add some info about symbol readers.
4490         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4491         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4492         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4493         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4494
4495 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
4496
4497         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
4498
4499 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4500
4501         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4502
4503 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
4504
4505         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4506         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4507
4508 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4509
4510         * gdbint.texinfo: Fix minor typos.
4511
4512 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
4513
4514         * gdbint.texinfo: Complete overhaul.  Group descriptions more
4515         logically, add more info on generic algorithms, remove much
4516         obsolete and/or wrong material.
4517
4518 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
4519
4520         * stabs.texinfo (Method Type Descriptor): Expand and correct.
4521
4522 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
4523
4524         * refcard.tex:  Copyright, address updates.
4525
4526 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
4527
4528         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4529         for the edition instead of confusing GDB-version-like numbers.
4530
4531 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
4532
4533         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4534
4535 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4536
4537         * LRS: Reformat a bit to keep text under 80 columns.
4538
4539 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
4540
4541         * gdb.texinfo: Add some credits, mention bug monitor.
4542         * remote.texi: Mention mips monitor targets.
4543         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
4544
4545 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
4546
4547         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4548         files, finish sorting of host vs target vs native macros, describe
4549         some more of them.
4550
4551 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
4552
4553         * gdbint.texinfo (Host Conditionals): Document change from
4554         using NO_MMALLOC to it's inverse, USE_MMALLOC.
4555
4556 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
4557
4558         * gdbint.texinfo (Host Conditionals): Document
4559         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4560
4561 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
4562
4563         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4564         Document LSEEK_NOT_LINEAR.
4565
4566 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4567
4568         * stabs.texinfo (Stab Section Basics): Make it clear that only
4569         some versions of the GNU linker remove the leading N_UNDF symbol.
4570
4571 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
4572
4573         * stabs.texinfo (String Field): Document type number pairs here,
4574         instead of in the Sun specific section.
4575         (Include Files): The GNU linker supports the N_BINCL
4576         optimization.  Clarify the N_BINCL value, and what it is used
4577         for.
4578         (Procedures): Document N_FUN with an empty string to mark the end
4579         of a function.
4580         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4581         (Sun Differences): Remove this node, as the information is now
4582         elsewhere in the main document.
4583         (Stab Section Basics): Mention that the GNU linker may optimize
4584         stabs and remove the leading N_UNDF symbol.
4585
4586 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
4587
4588         * gdb.texinfo, refcard.tex: Restore author credit
4589
4590 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
4591
4592         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4593         documentation to account for START and END macros taking
4594         one arg.
4595
4596 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
4597
4598         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4599         * gdb.texinfo (Frames): Fix typo.
4600
4601 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
4602
4603         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4604         a target_signal as arg type, not a pid.
4605
4606 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
4607
4608         * gdb.texinfo:  Document `set assembly-language'.
4609
4610 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
4611
4612         * remote.texi: Update list of stubs in the GDB distribution.
4613
4614 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
4615
4616         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4617         Also document that some systems can use mmalloc but must define
4618         this if their C runtime allocates memory that is later freed.
4619         (MMCHECK_FORCE): Document new macro.
4620
4621 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
4622
4623         * remote.texi: Add documentation for target Sparclet.
4624
4625 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4626
4627         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
4628         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4629         * configure.in: Rewritten for autoconf.
4630         * configure: New.
4631
4632 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
4633
4634         * Makefile.in (DVIPS): New define, set to dvips.
4635         (dvi): Add stabs.dvi.
4636         (ps): New target.
4637         (all-doc): Depend on info, dvi, and ps targets.
4638         (STAGESTUFF): Add *.ps and *.dvi files.
4639         (clean-info, clean-dvi): Remove.
4640         (mostlyclean): Does not depend upon clean-info or clean-dvi,
4641         rules completely rewritten.
4642         (maintainer-clean): Remove clean-info and clean-dvi
4643         dependencies and put their actions in the rules.
4644         (gdb.ps): New target
4645         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
4646         intermediate TeX files, whether they have 2 or 3 character
4647         extensions.
4648         (gdbint.ps): Add target and rules.
4649         (gdb-internals): Delete unused target.
4650         (Makefile): Depends upon config.status also.
4651
4652 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
4653
4654         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4655         set.
4656
4657 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
4658
4659         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4660         * gdb.texinfo (Expressions): Fix erroneous array constant example.
4661
4662 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
4663
4664         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4665
4666 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4667
4668         * gdb.texinfo (Print settings):  Document
4669         `set/show print static-members' commands.
4670
4671 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
4672
4673         * gdbint.texinfo (Native): Document name change, coredep.c to
4674         core-aout.c.
4675
4676 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
4677
4678         * stabs.texinfo (Include Files): Document the values the SunOS4
4679         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4680
4681 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
4682
4683         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4684         Fix typo.
4685
4686 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
4687
4688         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4689         "gdb.tar.Z".
4690
4691 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
4692
4693         * Makefile.in (maintainer-clean): New target, synonym for
4694         realclean.
4695
4696 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
4697
4698         * Update all FSF addresses except those in COPYING* files.
4699
4700 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
4701
4702         From Richard Earnshaw (rearnsha@armltd.co.uk):
4703         * gdb.texinfo (convenience variables): Document $_exitcode.
4704         (quit): Document optional expression to use as exit code.
4705
4706 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
4707
4708         * gdb.texinfo, remote.texi: Brought up to date with various
4709         GDB changes.
4710
4711 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
4712
4713         * gdb.texinfo: Update dates and versions, fix comments about
4714         hardware watchpoints in future releases and about the
4715         sharedlibrary command.
4716
4717 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4718
4719         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
4720         C_FUN stab.  Other cleanups.
4721
4722 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4723
4724         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
4725         for the sparc stub.
4726
4727 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4728
4729         * annotate.texi: Clarify which addresses have differing formats
4730         depending on the language and which do not.
4731
4732 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4733
4734         * remote.texi (NetWare): Changed example to use BOARD= instead of
4735           NODE= argument to reflect correspoding change to gdbserve.nlm.
4736
4737 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4738
4739         * stabs.texinfo (Negative Type Numbers): Mention the fact that
4740         GDB, as well as AIX dbx, supports the size type attribute.
4741
4742 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4743
4744         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
4745
4746 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4747
4748         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
4749         and new 'if' and 'while' commands.
4750
4751 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4752
4753         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
4754
4755 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4756
4757         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
4758         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
4759           NetWare targets.  Mostly stolen from the Server node.
4760
4761 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4762
4763         * gdb.texinfo (Setting): Talk about the language of a source file
4764         versus the working language.  The old documentation did not match
4765         what GDB did.
4766
4767 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4768
4769         * stabs.texinfo (Source Files): Document N_SO used to mark the end
4770         of a source file.
4771
4772 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4773
4774         * gdb.texinfo (Processes): New node.
4775
4776 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4777
4778         * remote.texi: Update documentation of set/show mipsfpu.
4779
4780 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
4781
4782         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
4783         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
4784
4785 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
4786
4787         * gdbint.texinfo: Removed mentions of some incorrectly placed and
4788         obsolete conditionals, described some others.
4789
4790 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4791
4792         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
4793         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
4794
4795 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
4796
4797         * gdbint.texinfo: Put regex conditionals in their own table.
4798
4799 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
4800
4801         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
4802         described or fixed the descriptions of many others.
4803
4804 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
4805
4806         * gdb.texinfo: Add some more credits.
4807         * gdbint.texinfo: Capitalize GDB consistently, describe some
4808         macros and remove some.
4809
4810 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
4811
4812         * gdbint.texinfo: Removed mentions of many incorrectly placed and
4813         obsolete conditionals, described some others.
4814
4815 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4816
4817         * gdb.texinfo (help targets):  Changed to `help target', which
4818         is the correct gdb command.
4819
4820 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4821
4822         * annotate.texi (TODO): New node, for keeping track of annotations
4823         suggested but not yet implemented.
4824
4825 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4826
4827         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
4828         another symbol, it is not the address itself.
4829
4830 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
4831
4832         * stabs.texinfo (Stab Section Basics): Add comment about alignment
4833         of stabs-in-coff sections.
4834
4835 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4836
4837         * annotate.texi: Change edition to 0.5 and date to May 1994.
4838         Add index.
4839         (Frames): New node, for frame annotation.
4840         (Displays): New node, for display annotation.
4841
4842         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
4843         when waiting for your program to stop.
4844
4845 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4846
4847         * annotate.texi (Breakpoint Info): Document annotation of header
4848         fields and record annotation.
4849
4850 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4851
4852         * annotate.texi: New file, to document annotations.
4853
4854 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4855
4856         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
4857         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
4858
4859 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4860
4861         * stabs.texinfo (Stab Section Basics): Say what is in .stab
4862         section, and say n_strx field is compilation unit relative.
4863         * stabs.texinfo: Don't use @code for a.out when it is the name of
4864         an object file format.
4865
4866 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
4867
4868         * gdb.texinfo: Refer to file names, not path names, per rms
4869         convention.
4870         (Arguments): Fix typo.
4871
4872 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4873
4874         * stabs.texinfo (Global Variables): Talk about stabs in files
4875         where variables are referenced, but not defined.
4876
4877 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4878
4879         * stabs.texinfo: Move stuff on @ and # type descriptors from node
4880         Cplusplus to new nodes Member Type Descriptor and Method Type
4881         Descriptor.  Re-write stuff for #.
4882
4883 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4884
4885         * gdb.texinfo (Print Settings): Don't document "set print
4886         fast-symbolic-addr off".  The bug which it worked around was fixed
4887         on 25 Feb 94 in coffread.c, so I'm nuking the command.
4888
4889         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
4890         N_ENTRY node.
4891
4892         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
4893
4894 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4895
4896         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
4897         references to ieee-float.c.
4898
4899 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4900
4901         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
4902         match what the code actually does.
4903
4904 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4905
4906         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
4907
4908 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
4909
4910         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
4911         i, and b.
4912
4913 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
4914
4915         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
4916         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
4917         as "stabs in sections" rather than just saying "ELF and SOM".
4918         Also make that stuff apply to COFF.
4919
4920 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4921
4922         * gdb.texinfo (Formatting Documentation): Change GhostScript to
4923         Ghostscript.
4924
4925 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4926
4927         * gdb.texinfo (Continuing and Stepping): When talking about "step"
4928         versus functions without line numbers, also mention stepping into
4929         them as well as "step" when you are in them.  Tell the user how to
4930         deal with the situation.  Add comment about "debugging information".
4931
4932 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4933
4934         * stabs.texinfo (Enumerations): Document restriction on where
4935         enumeration types can appear and still win with GDB.
4936
4937 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4938
4939         * stabs.texinfo (Negative Type Numbers): Document format for type
4940         -16.
4941
4942 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4943
4944         * gdb.texinfo (Selection, Frame Info): Update information about
4945         arbitrary frame specficiations.
4946
4947 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
4948
4949         * gdb.texinfo, remote.texi: general editing pass prior to Net release
4950
4951 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4952
4953         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
4954
4955 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
4956
4957         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
4958
4959 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4960
4961         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
4962         Differences node to Statics node.
4963         (Statics): Discuss XCOFF use of V symbol descriptor.
4964
4965         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
4966         not clean.
4967
4968 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
4969
4970         * gdb.texinfo (Print Settings): Document `set print
4971         fast-symbolic-addr' and improve the doc for some other
4972         `set print's.
4973
4974 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4975
4976         * stabs.texinfo (String Field): Talk about defining several type
4977         numbers at once.
4978         Fix lint regarding changing node ELF Transformations to
4979         ELF and SOM Transformations.
4980
4981 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
4982
4983         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
4984
4985 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
4986
4987         * stabs.texinfo (Cross-References): `::' is for nested types only
4988         within <>.
4989         (Structures): Document static members.
4990
4991 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
4992
4993         * stabs.texinfo: Document S type attribute.
4994
4995 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
4996
4997         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
4998
4999 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
5000
5001         * gdbint.texinfo:  Fix a few typos.
5002
5003 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5004
5005         * gdb.texinfo, remote.texi: formatting improvements
5006
5007         * gdb.texinfo (New Features): mention threads.
5008         (Summary, C): fix xrefs in newly contributed text.
5009         (Threads): index entries, clarifications, example
5010         (passim): minor typos fixed, phrasing improvements
5011
5012         * remote.texi (Bootstrapping): rephrase text on ^C and add index
5013         entries; (Server): explain use of gdbserver w/real-time systems,
5014         add example of conflicting TCP port; (MIPS Remote) break up
5015         running text into table, highlighting commands, and add example.
5016
5017 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5018
5019         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5020
5021 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5022
5023         * stabs.texinfo (Nested Symbols): New node.
5024         (String Field, Symbol Descriptors, Cross-References): Refer to it.
5025
5026 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5027
5028         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5029         to picking which Bbss.bss symbol to use, and (because there seems to
5030         be no good way of doing it) re-write some of the text to make it
5031         sound like Bbss.bss isn't such a great idea after all (as currently
5032         designed).
5033
5034         * gdb.texinfo (C): In addition to saying people have to use g++ for
5035         good results, say they have to use stabs.  Specifically say cfront
5036         doesn't work well.
5037         (Summary): Merge in information on Modula-2, Pascal, and Chill from
5038         the gdb README.  Add xrefs to places where the support for the various
5039         languages is described in detail.
5040
5041 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5042
5043         * stabs.texinfo: Clean up stuff about visibility and virtual
5044         characters.
5045
5046         * stabs.texinfo (N_M2C): Cite Sun doc.
5047
5048 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5049
5050         * gdb.texinfo: updates re threads.
5051         * remote.texinfo: avoid index entries starting with digits.
5052
5053 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5054
5055         * stabs.texinfo (Enumerations): Talk about large, negative and
5056         octal values.  Clean up cross reference to type attributes.
5057         (String Field): Say that GDB 4.11 supports size attribute.
5058
5059 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5060
5061         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5062         is a mandatory step.  Make the stuff about that more concise.
5063
5064 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5065
5066         * stabs.texinfo (Class Names): New node.
5067
5068         * gdb.texinfo (Command Files): Explain order of init file reading.
5069
5070         * remote.texi (Bootstrapping): Talk about getting the serial driver
5071         to deal with ^C sent by gdb to stop the remote system.
5072
5073 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
5074
5075         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5076
5077         * libgdb.texinfo (Defining Commands): made the DOC arg
5078         to gdb_define_app_command a char * instead of char **
5079         per a suggestion from kingdon.
5080
5081         * libgdb.texinfo: total rewrite from a different starting
5082         premise.
5083
5084 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5085
5086         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5087         floats passed as doubles (to improve clarity).
5088
5089 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5090
5091         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5092
5093         * a4rc.sed: update to work with Andreas Vogel papersize params
5094
5095         * refcard.tex: use Andreas Vogel simplifications of papersize
5096         params; remove useless version info; update copyright date.
5097
5098 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5099
5100         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5101
5102 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5103
5104         * gdb.texinfo (Files): Say what address the load command loads it at.
5105
5106         * stabs.texinfo (Common Blocks): Minor cleanups.
5107
5108         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5109         that Sun has backed away from the linker kludge and thus the relevant
5110         issue is changes to the SunPRO tools, not the Solaris linker.
5111
5112         * stabs.texinfo (Traditional Integer Types): Clean up description
5113         of octal bounds a little bit.  Document extra leading zeroes.
5114
5115 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5116
5117         * gdb.texinfo (Signaling): Update for symbolic symbol names
5118         and add a section explaining the difference between the GDB
5119         signal command and the shell kill utility.
5120
5121 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
5122
5123         * libgdb.texinfo: added `@' to braces that were unescaped.
5124
5125 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
5126
5127         * libgdb.texinfo: new file.  Spec for the gdb library.
5128
5129 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5130
5131         * stabs.texinfo (Include Files): Fix typo (start -> end).
5132
5133 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5134
5135         * gdb.texinfo, remote.texi: assorted small improvements, mostly
5136         from Melissa at FSF's editing pass.
5137
5138 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5139
5140         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5141         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5142         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5143
5144 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5145
5146         * remote.texi (Bootstrapping): Discuss 386 call gates.
5147
5148 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
5149
5150         * stabs.texinfo (Based Variables): New node.
5151
5152 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
5153
5154         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5155         names, sizes, and formats to suggest how not to lose.
5156
5157 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
5158
5159         * stabs.texinfo (Methods): Fix typo.
5160
5161 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5162
5163         * gdb.texinfo: Fix a few typos.
5164
5165 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5166
5167         * gdb.texinfo: Clarify how well it works with Fortran.
5168
5169         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5170         More on relocating stabs in ELF files.
5171
5172 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5173
5174         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5175
5176 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5177
5178         * stabs.texinfo (Local Variable Parameters): Talk about nameless
5179         parameters on VAX.
5180
5181 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5182
5183         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5184
5185 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5186
5187         * stabs.texinfo: Make info author notice match the TeX author notice.
5188
5189 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5190
5191         * stabs.texinfo: Initial-caps all words in node names and
5192         non-trivial words in section names.
5193
5194 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5195
5196         * stabs.texinfo: Many minor cleanups.
5197
5198         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5199
5200 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
5201
5202         * stabs.texinfo: Remove full description of big example.
5203         It's not really helpful; just use pieces of it where appropriate.
5204         Add more Texinfo formatting directives (@samp, etc.).
5205         Use @deffn to define stab types.
5206         Eliminate some wordiness.  Break up some nodes.
5207         Add an (alphabetized) index of symbol types.
5208         Use consistent capitalization style in node and section names.
5209
5210 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
5211
5212         * gdb.texinfo:  Change typo "Two two" to "The two".
5213
5214 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5215
5216         * stabs.texinfo (XCOFF-differences): Remove references to
5217         non-existent types N_DECL and N_RPSYM.
5218
5219         * stabs.texinfo (String Field): Say that type attributes bug is
5220         fixed in GDB 4.10, since it is.
5221
5222         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5223
5224 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
5225
5226         * stabs.texinfo: Formatting cleanups.
5227
5228 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5229
5230         * stabs.texinfo: When explaining the n_type of a stab, standardize
5231         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5232         no tabs, use @r).
5233         (Global Variables): Clean up.
5234
5235 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5236
5237         * stabs.texinfo (Stack Variables): Re-write.
5238
5239 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5240
5241         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5242         addresses of a source file.  Also revise formatting.
5243         Change "object module" or "object file" to "source file".
5244         Various: Miscellaneous cleanups.
5245
5246 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5247
5248         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5249
5250 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
5251
5252         * gdbint.texinfo: Removed many nonsensical machine-collected
5253         host and target conditionals, described some of the remainder.
5254
5255 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5256
5257         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5258
5259         * gdbint.texinfo (Top): Add name to @top line, and re-write the
5260         paragraph which follows.
5261
5262         * gdbint.texinfo (Host): Use @code not @samp for Makefile
5263         variables.  Looks better and avoids overful hbox.
5264
5265 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5266
5267         * stabs.texinfo (Procedures): Improve stuff on nested functions.
5268
5269 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5270
5271         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5272         retransmit-timeout
5273
5274 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5275
5276         * gdbint.texinfo: Update statement about `some ancient Unix
5277         systems, like Ultrix 4.0' to Ultrix 4.2.
5278
5279 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
5280
5281         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5282
5283         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5284
5285         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
5286         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5287
5288         * remote.texi: new name for former gdbinv-s.texi
5289
5290         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5291
5292 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
5293
5294         * gdbinv-s.texi: Documented timeout and retransmit-timeout
5295         variables for MIPS remote debugging protocol.
5296
5297 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5298
5299         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5300
5301 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
5302
5303         * Makefile.in (refcard.dvi): Use srcdir where necessary.
5304
5305 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
5306
5307         * gdb.texinfo: repair conditional bugs in text markup
5308
5309 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5310
5311         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5312         to select Modula-2 material.
5313
5314 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5315
5316         * stabs.texinfo: Cleanups regarding statics.
5317
5318         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5319         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
5320
5321 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5322
5323         * stabs.texinfo: N_MAIN is sometimes used for C.
5324
5325 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5326
5327         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5328
5329 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
5330
5331         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
5332         removed from the code by Kingdon.
5333
5334 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5335
5336         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5337         input when evaluating breakpoint conditions; the bug has been fixed.
5338
5339         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5340         sets the ignore count to N-1, not to N.
5341
5342 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5343
5344         * refcard.tex (\hoffset): correct longstanding error to match
5345           intended offset; avoids cutting off edge on some printers
5346
5347 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5348
5349         * stabs.texinfo (Parameters): Say that order of stabs is significant.
5350
5351 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5352
5353         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5354
5355 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5356
5357         * Makefile.in: (REFEDITS) new var to control whether PS or CM
5358         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5359         collect sed edits if any, apply to refcard before formatting;
5360         (refcard.ps) stop implying PS fonts if PS output requested;
5361         (lrefcard.ps) delete extra target for variant PS fonts
5362
5363         * refcard.tex: parametrize papersize dependent info, collect
5364           in easily replaced spot
5365
5366         * a4rc.sed: new file, edits to refcard for A4 paper
5367
5368 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5369
5370         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5371
5372 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5373
5374         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5375
5376 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5377
5378         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5379         politely rather than rudely.
5380
5381 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5382
5383         * stabs.texinfo: Document common blocks.
5384
5385 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
5386
5387         * stabs.texinfo:  Add some basic info about stabs-in-elf.
5388
5389 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5390
5391         * stabs.texinfo (Top): Minor cleanup.
5392
5393 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
5394
5395         * Makefile.in (install-info): remove parentdir support
5396
5397 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5398
5399         * gdb.texinfo (Copying): delete this node and references to it;
5400         RMS says this manual need not carry GPL. (passim): Improvements
5401         from last round at FSF, largely due to Ian Taylor review, and
5402         minor formatting improvements.
5403
5404         * gdbinv-s.texi (passim): Improvements from last round at FSF,
5405         largely due to Ian Taylor review. (Debug Session): minor edits to
5406         new text.
5407
5408 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
5409
5410         * Makefile.in (realclean): Remove info and dvi files too.
5411
5412 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
5413
5414         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5415         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
5416         * gdb.texinfo: Change accordingly.
5417
5418         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
5419         N_{L,R}BRAC,N_SLINE are relative to.
5420
5421 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
5422
5423         * Makefile.in (GDBvn.texi): Update atomically.
5424
5425 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
5426
5427         * gdbinv-s.texi (Debug Session): Document exceptionHook.
5428
5429 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
5430
5431         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5432         addresses together.  Also motivate the set print symbol-filename
5433         command and suggest other solutions.
5434
5435 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
5436
5437         * gdb.texinfo (set print elements):  Note that the number of
5438         elements is set to unlimited by "set print elements 0".
5439
5440 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
5441
5442         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5443         NF_LDOUBLE means.
5444         (Stab Types): Include Solaris stab types.
5445         (Procedures): Document Solaris extensions.
5446
5447 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5448
5449         * gdb.texinfo:  Add `set print symbol-filename' doc.
5450
5451 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5452
5453         * stabs.texinfo (Arrays): Talk about type definition vs. type
5454         information.
5455
5456         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5457         the trailing semicolon.
5458
5459 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5460
5461         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5462         and merge in other parts of the document addressing these subjects.
5463         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5464
5465         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5466         at the end of a range type.
5467
5468         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5469         AIX extensions.
5470
5471 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5472
5473         * stabs.texinfo (Stabs Format):  Misc fixes.
5474
5475 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5476
5477         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
5478         (Traditional builtin types): Document convex convention for long long.
5479         (Negative builtin types): Discuss type names, and misc fixes.
5480
5481 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5482
5483         * stabs.texinfo (Builtin Type Descriptors): Document the floating
5484         point types used with @samp{R} type descriptor.
5485         (Symbol Descriptors): Describe how to handle conflict between
5486         different meanings of @samp{P} symbol descriptor.
5487
5488 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5489
5490         * stabs.texinfo: Remove node Quick Reference and put its children
5491         directly under the main menu.
5492
5493         * stabs.texinfo: Many more changes to bring it into line with
5494         AIX documentation and reality.  I think it now has all the
5495         information from the AIX documentation, except that I burned
5496         out when I got to variant records (Pascal and Modula-2) and
5497         all the COBOL types.  Oh well, we can add them later when we're
5498         worrying more about those languages.
5499
5500         * stabs.texinfo (Automatic variables): Talk about what it means
5501         to omit the symbol descriptor.
5502
5503 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5504
5505         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5506         gcc2 behavior with promoted args.
5507
5508 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5509
5510         * gdb.texinfo: include readline appendices in info version of manual
5511
5512 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5513
5514         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5515         target remote.
5516
5517         * gdb.texinfo (Machine Code): more index entries for disassemble
5518
5519 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
5520
5521         * Clarify the intended use of the gdb-testers and gdb-patches
5522         mailing lists, and shrink gzip comment.
5523
5524 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5525
5526         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5527         DOSHOST configuration of manual.
5528
5529         * gdb.texinfo (MIPS Stack): new node.
5530
5531         * all-config.texi (MIPS) new switch.
5532
5533         * gdbinv-s.texi (Nindy Options) Remove two instances of future
5534         tense; (MIPS Remote) new node.
5535
5536         * gdb.texinfo (passim) rephrases to work around makeinfo @value
5537         bug; (Environment) less passive, other small cleanups in text about
5538         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5539         (Remote) new MIPS Remote menu entry.
5540
5541 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
5542
5543         * stabs.texinfo: Many changes to include information from the
5544         AIX documentation.
5545
5546         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5547
5548 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
5549
5550         * gdbint.texinfo (new node Debugging GDB, elsewhere):
5551         Move a bunch of information from ../README.
5552         (Getting Started): New node.
5553
5554 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5555
5556         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5557
5558         * gdb.texinfo: advance manual revision dates to present
5559
5560         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5561         stop using silly Roman numerals in @set variable names
5562
5563 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
5564
5565         * stabs.texinfo (Parameters): Keep trying to get this right.
5566
5567 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
5568
5569         * stabs.texinfo (Parameters): More on "local parameters".
5570
5571 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
5572
5573         * stabs.texinfo (Parameters): Re-do "local parameters" section.
5574
5575 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
5576
5577         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5578         (Parameters): Rewrite.
5579         (xcoff-differences, Sun-differences): Minor changes.
5580
5581 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
5582
5583         * stabs.texinfo:  Minor cleanup.
5584
5585 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
5586
5587         * gdbint.texinfo: Minor xcoff stuff.
5588
5589 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
5590
5591         * gdbint.texinfo:  Update for new config directory structure.
5592         Add info about internal type data structures.
5593
5594 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
5595
5596         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5597         $(srcdir).
5598         (gdb-config.texi): Depend on file in $(srcdir).
5599
5600 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
5601
5602         * stabs.texinfo: Fixes about N_SO.
5603
5604 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5605
5606         * gdb.texinfo: include list of nonstandard init file names
5607
5608         * *-config.texi: new switch GENERIC for text that applies *only*
5609         to (usual) multiple-target version of manual
5610
5611         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5612         h8 config
5613
5614         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5615         in menus (rather than conditionally selected multiple alternative
5616         menus).
5617
5618         * Makefile.in: define and use DOC_CONFIG var to select
5619         configuration for GDB user manual.
5620
5621         * gdb-config.texi: delete from repository, generate from Makefile.
5622
5623         * all-config.texi: normal `generic' configuration file, formerly
5624         stored as gdb-config.texi
5625
5626 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
5627
5628         * Makefile.in: add dvi target to build all .dvi files
5629
5630 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5631
5632         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5633
5634 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
5635
5636         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5637         host conditionals.
5638         * stabs.texinfo:  More array fixes inspired by Jim's.
5639
5640 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
5641
5642         * stabs.texinfo: Fixes re arrays and continuations.
5643
5644         * gdbint.texinfo: Add XCOFF node.
5645
5646 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
5647
5648         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
5649
5650 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
5651
5652         * stabs.texinfo:  Fix for array types to mention lower bounds.
5653
5654 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
5655
5656         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
5657
5658 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
5659
5660         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
5661
5662 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
5663
5664         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
5665         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5666
5667 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
5668
5669         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
5670
5671 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5672
5673         * gdb.texinfo, gdbinv-s.texi: misc updates
5674
5675 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
5676
5677         * gdbint.texinfo:  Brief documentation for longjmp support,
5678         from an email msg by Stu.
5679
5680 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
5681
5682         * stabs.texinfo:  Fix description of floating point "range"
5683         types (which really define basic types).  Reported by Jim Meehan,
5684         <meehan@src.dec.com>.
5685
5686         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5687
5688 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
5689
5690         * gdbint.texinfo: Slightly expand section on supporting a new
5691         object file format.
5692
5693 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
5694
5695         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
5696         intermediate file.
5697
5698 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5699
5700         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5701
5702 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5703
5704         * gdbinv-s.texi: z8000 simulator target name is just "sim"
5705
5706         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
5707         as well as Z8002.
5708
5709 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
5710
5711         * gdbint.texinfo:  Add sections on clean design and on how to send
5712         in changes.
5713
5714 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
5715
5716         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
5717
5718 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
5719
5720         * gdb.texinfo:  Fix typo, reported by Karl Berry.
5721
5722 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
5723
5724         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
5725
5726 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5727
5728         * gdbint.texinfo: fixed a stray email address (needs @@),
5729         added @table @code to node "Native Conditionals"
5730
5731 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
5732
5733         * gdbint.texinfo:  Describe coding style of GDB.
5734
5735 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
5736
5737         * stabs.texinfo:  Minor wording changes.
5738
5739 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
5740
5741         * gdbint.texinfo:  Improve release doc slightly.
5742
5743 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
5744
5745         * gdbint.texinfo:  Improve doc of GDB config macros.
5746
5747 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
5748
5749         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
5750         These will be reinserted when examined.
5751
5752 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
5753
5754         * gdbint.texinfo:  Make a start at documenting all the #if macros
5755         in GDB.  At least list them all, and start separating them into
5756         host-specific and target-specific.
5757
5758 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5759
5760         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
5761         examples (not consistent w others).
5762         gdb.texinfo: issue disclaimer paragraph on cmdline options only
5763         for generic vn of doc
5764
5765 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
5766
5767         * Makefile.in: always create installation directories.
5768
5769 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5770
5771         * gdb.texinfo: in h8 config, do not describe searching commands.
5772
5773 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5774
5775         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
5776           conditionals; introduce a few generic switches that may be
5777           useful for other cross-dev or dos-hosted configs.
5778
5779         * gdb.texinfo: fix typo in "info reg" description
5780
5781 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
5782
5783         * stabs.texinfo:  Minor updates from running TeX over it.
5784         * Makefile.in (stabs.dvi, stabs.ps):  Add.
5785
5786 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
5787
5788         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
5789         First pass at converting it to texinfo.
5790
5791 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
5792
5793         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
5794         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
5795
5796 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
5797
5798         * gdbint.texinfo:  Add section on partial symbol tables.
5799
5800 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
5801
5802         * gdb.texinfo:  document `set remotedebug' and `set
5803         rstack_high_address'.
5804
5805 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5806
5807         * gdb.texinfo: slight expansion of new text on reading info files
5808         * gdbinv-s.m4.in: correct and expand info on cross-debugging
5809         H8/300 from DOS.
5810
5811 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
5812
5813         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
5814
5815 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
5816
5817         * gdb.texinfo:  Say how to read the `info' files.
5818
5819 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
5820
5821         * Makefile.in: gm4 -> m4.
5822
5823 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
5824
5825         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
5826         Documentation' ahead of `Installing GDB' to match README.
5827         Update shared library doc, -readnow and -mapped, and directory
5828         structure (add glob and mmalloc).  Update configure doc.
5829
5830 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
5831
5832         * Makefile.in: remove $(srcdir) from gdb.info rule.
5833
5834 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
5835
5836         * Makefile.in: commented out gdb-all.texinfo rule.  This is
5837           temporary.
5838
5839 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
5840
5841         * Makefile.in, configure.in: removed traces of namesubdir,
5842           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
5843           copyrights to '92, changed some from Cygnus to FSF.
5844
5845 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
5846
5847         * gdb.texinfo:  Improve how we ask for bug reports.
5848
5849 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
5850
5851         * Makefile.in: infodir belongs in datadir.
5852
5853 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
5854
5855         * Makefile.in: remove spaces following hyphens, bsd make can't
5856           cope.  install using INSTALL_DATA.  added clean-info.  added
5857           standards.text support.
5858
5859 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
5860
5861         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
5862           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
5863           and mandir now keyed off datadir by default.
5864
5865 \f
5866 Local Variables:
5867 mode: change-log
5868 left-margin: 8
5869 fill-column: 74
5870 version-control: never
5871 End: