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