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