2c6c4ee43f2b00bda2dbc0478a0189ca7c648a76
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2003-09-22 Michael Chastain <mec@shout.net>
2
3 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4
5 2003-09-21 Anthony Green <green@redhat.com>
6
7 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8
9 2003-09-21 Mark Kettenis <kettenis@gnu.org>
10
11 * gdbint.texinfo (Target Architecture Definition): Document
12 stabs_argument_has_addr.
13
14 2003-09-18 Andrew Cagney <cagney@redhat.com>
15
16 * gdbint.texinfo (Target Architecture Definition): Delete
17 documentation on REGISTER_NAMES.
18
19 2003-09-13 Mark Kettenis <kettenis@gnu.org>
20
21 * gdbint.texinfo (Target Architecture Definition): Replace
22 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
23
24 2003-09-11 Andrew Cagney <cagney@redhat.com>
25
26 * gdbint.texinfo (Target Architecture Definition): Replace
27 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
28
29 2003-08-18 Andrew Cagney <cagney@redhat.com>
30
31 * gdbint.texinfo (Target Architecture Definition): Document
32 "frame_red_zone_size".
33
34 2003-08-09 Andrew Cagney <cagney@redhat.com>
35
36 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
37 with "set/show backtrace past-main" and "set/show backtrace
38 limit".
39
40 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
41
42 * Makefile.in (install-info): Support DESTDIR.
43 (install-html): Likewise.
44
45 2003-08-07 Andrew Cagney <cagney@redhat.com>
46
47 Patch from Nick Roberts.
48 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
49 bindings. Remove description of send-gdb-command.
50
51 2003-08-07 Andrew Cagney <cagney@redhat.com>
52
53 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
54 GDB 6.0.
55
56 2003-08-06 Andrew Cagney <cagney@redhat.com>
57
58 * gdb.texinfo (Mode Options): Mention that level three is the
59 highest available and that level 2 is deprecated.
60 (Annotations Overview): Mention annotation levels. Cross reference
61 to "Limitations of the Annotation Interface" in annotate.texi.
62 (TODO, Value Annotations, Frame Annotations): Delete section.
63 (Displays, Breakpoint Info): Delete.
64
65 2003-08-04 Andrew Cagney <cagney@redhat.com>
66
67 * agentexpr.texi: Delete @bye.
68 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
69 (stabs.info): Add $(srcdir) to include search path.
70 (html): Depend on "annotate_toc.html", and not "annotate.html".
71 * stabs.texinfo: Ditto. Include "fdl.texi".
72 * gdbint.texinfo: Update copyright statement's list of invariant
73 sections.
74
75 2003-07-28 Andrew Cagney <cagney@redhat.com>
76
77 * Makefile.in (INFO_DEPS): Add annotate.info.
78 (dvi, ps, html, pdf): Add annotate.
79 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
80 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
81 (ANNOTATE_DOC_FILES): New macro.
82 (ANNOTATE_TEX_TMPS): New macro.
83 (annotate.info, annotate_toc.html): Specify dependencies.
84 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
85 * annotate.texinfo: Rename annotate.texi. Get building. Add
86 "Migrating to GDB/MI" and "Limitations of the Annotation
87 Interface" chapters. Mention why it is not part of the user
88 guide. Update copyright notice. Include "fdl.texi".
89
90 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
91
92 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
93
94 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
95
96 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
97
98 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
99
100 * gdb.texinfo (Server): Mention pidof.
101
102 2003-07-22 Andrew Cagney <cagney@redhat.com>
103
104 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
105 list.
106
107 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
108
109 * gdb.texinfo (Logging output): New chapter.
110
111 2003-06-24 Joel Brobecker <brobecker@gnat.com>
112
113 * gdb.texinfo (Unsupported languages): New section.
114 (Languages): Add link to new section.
115
116 2003-06-22 Andrew Cagney <cagney@redhat.com>
117
118 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
119
120 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
121
122 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
123
124 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
125
126 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
127 * agentexpr.texi: Retitle section, and change it to an appendix.
128 Comment out texinfo initialization. Factor a @var{} into two
129 pieces to prevent makeinfo warnings.
130 * gdb.texinfo: Add Agent Expressions appendix.
131
132 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
133
134 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
135
136 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
137
138 * gdb.texinfo (Remote Debugging): New section "Connecting to a
139 remote target". Document the "detach" and "disconnect" commands.
140 (Server, Netware, Debug Session): Reference "Connecting to a
141 remote target".
142 (GDB/MI Target Manipulation): Document "-target-disconnect".
143
144 2003-06-13 Andrew Cagney <cagney@redhat.com>
145
146 * gdbint.texinfo (Target Architecture Definition): Deprecate
147 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
148 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
149
150 2003-06-09 Jim Blandy <jimb@redhat.com>
151
152 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
153
154 2003-06-08 Andrew Cagney <cagney@redhat.com>
155
156 * gdbint.texinfo (Target Architecture Definition): Delete
157 documentation on FRAME_ARGS_ADDRESS_CORRECT.
158
159 2003-06-08 Andrew Cagney <cagney@redhat.com>
160
161 * gdbint.texinfo (Target Architecture Definition): Document
162 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
163
164 2003-06-07 Adam Fedor <fedor@gnu.org>
165
166 * gdb.texinfo: Add Objective-C documentation.
167
168 2003-06-01 Andrew Cagney <cagney@redhat.com>
169
170 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
171 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
172
173 2003-05-21 Andrew Cagney <cagney@redhat.com>
174
175 * gdbint.texinfo (Target Architecture Definition): Delete
176 references to "extract_address" and "store_address".
177
178 2003-05-16 Andrew Cagney <cagney@redhat.com>
179
180 * gdbint.texinfo (Target Architecture Definition): Replace
181 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
182 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
183
184 2003-05-14 Theodore A. Roth <troth@openavr.org>
185
186 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
187
188 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
189
190 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
191 (gdb.dvi): Likewise.
192 (gdb.pdf): Likewise.
193 (links2roff): Likewise.
194
195 2003-05-08 Jim Blandy <jimb@redhat.com>
196
197 * gdb.texinfo (Dump/Restore Files): Update documentation for
198 'dump', 'append', and 'restore': note that format argument is
199 optional; simplify presentation of the command variants; and be
200 more precise about the formats.
201
202 2003-05-07 Jim Blandy <jimb@redhat.com>
203
204 * gdb.texinfo (Symbols): Update documentation: 'maint list
205 symtabs' and 'maint list psymtabs' have been renamed 'maint info
206 symtabs' and 'maint info psymtabs'.
207
208 2003-05-05 Andrew Cagney <cagney@redhat.com>
209
210 * gdbint.texinfo (Target Architecture Definition): Make
211 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
212 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
213 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
214
215 2003-05-04 Andrew Cagney <cagney@redhat.com>
216
217 * gdb.texinfo (Maintenance Commands): Document "maint print
218 dummy-frames".
219
220 2003-05-04 Andrew Cagney <cagney@redhat.com>
221
222 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
223
224 2003-05-03 J. Brobecker <brobecker@gnat.com>
225
226 Thierry Schneider <tpschneider1@yahoo.com>
227 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
228 for new MI command.
229
230 2003-05-03 Andrew Cagney <cagney@redhat.com>
231
232 * gdbint.texinfo (Target Architecture Definition): Document
233 push_dummy_code. Add cross references.
234
235 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
236
237 * gdb.texinfo (Character Sets): Update to reflect new behavior of
238 set/show charsets commands.
239
240 2003-04-28 Andrew Cagney <cagney@redhat.com>
241
242 * gdbint.texinfo (Target Architecture Definition): Replace
243 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
244 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
245
246 2003-04-28 Andrew Cagney <cagney@redhat.com>
247
248 * gdbint.texinfo (Target Architecture Definition): Rename
249 "tm_print_insn" to "deprecated_tm_print_insn".
250
251 2003-04-09 Jim Blandy <jimb@redhat.com>
252
253 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
254 list psymtabs'.
255
256 2003-04-08 Andrew Cagney <cagney@redhat.com>
257
258 * gdbint.texinfo (Target Architecture Definition): Delete
259 references to EXTRA_FRAME_INFO.
260
261 2003-04-08 Andrew Cagney <cagney@redhat.com>
262
263 * gdbint.texinfo (Target Architecture Definition): Delete
264 PRINT_TYPELESS_INTEGER.
265
266 2003-04-02 J. Brobecker <brobecker@gnat.com>
267
268 * observer.texi (GDB Observers): Adjust the documentation for the
269 normal_stop notification to better describe reality. Fix a couple
270 of minor typos.
271
272 2003-04-02 Bob Rossi <bob_rossi@cox.net>
273
274 * gdb.texinfo (GDB/MI Program Control): Add
275 '-file-list-exec-source-file'
276
277 2003-03-31 Andrew Cagney <cagney@redhat.com>
278
279 * gdbint.texinfo (Target Architecture Definition): Delete
280 references to CALL_DUMMY_P.
281
282 2003-03-30 Andrew Cagney <cagney@redhat.com>
283
284 * gdbint.texinfo (Target Architecture Definition): Remove
285 reference to TARGET_WRITE_SP.
286
287 2003-03-27 Andrew Cagney <cagney@redhat.com>
288
289 * gdbint.texinfo (Target Architecture Definition): Remove
290 references to write_sp.
291
292 2003-03-27 Andrew Cagney <cagney@redhat.com>
293
294 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
295 chapter body. Use @smallexample instead of @example.
296 (Annotations): Ditto.
297 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
298 annotate.texi.
299
300 2003-03-26 Andrew Cagney <cagney@redhat.com>
301
302 * gdbint.texinfo (Target Architecture Definition): Replace
303 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
304 dummy_addr parameters.
305
306 2003-03-25 Andrew Cagney <cagney@redhat.com>
307
308 * gdbint.texinfo (Target Architecture Definition): Delete
309 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
310 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
311 Add reference to PUSH_ARGUMENTS.
312
313 2003-03-23 Andrew Cagney <cagney@redhat.com>
314
315 * gdbint.texinfo (Algorithms, Target Architecture Definition):
316 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
317
318 2003-03-18 J. Brobecker <brobecker@gnat.com>
319
320 * gdbint.texinfo (Algorithms): Add new section describing the
321 Observer paradigm.
322 (Top): Add menu entry to new observer appendix.
323 * observer.texi: New file.
324 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
325 new observer.texi file.
326
327 2003-03-17 Andrew Cagney <cagney@redhat.com>
328
329 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
330 that GNU Press update the manual version number.
331
332 2003-03-12 Andrew Cagney <cagney@redhat.com>
333
334 * gdbint.texinfo (Target Architecture Definition): Delete
335 references to get_saved_register. Rename GET_SAVED_REGISTER to
336 DEPRECATED_GET_SAVED_REGISTER.
337
338 2003-03-13 Andrew Cagney <cagney@redhat.com>
339
340 * gdbint.texinfo (Target Architecture Definition): Replace
341 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
342
343 2003-03-12 Andrew Cagney <cagney@redhat.com>
344
345 * gdbint.texinfo (Target Architecture Definition): Rename
346 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
347
348 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
349
350 * gdb.texinfo: Add File-I/O documentation.
351
352 2003-03-10 Andrew Cagney <cagney@redhat.com>
353
354 * gdbint.texinfo (Target Architecture Definition): Cross reference
355 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
356
357 2003-03-07 Andrew Cagney <cagney@redhat.com>
358
359 * gdb.texinfo (Debugging Output): Mention the "set/show debug
360 frame" command.
361
362 2003-03-05 Andrew Cagney <cagney@redhat.com>
363
364 * gdbint.texinfo (Target Architecture Definition): Document
365 unwind_dummy_id. Cross reference unwind_dummy_id and
366 SAVE_DUMMY_FRAME_TOS.
367
368 2003-03-05 James Ingham <jingham@apple.com>
369 Daniel Jacobowitz <drow@mvista.com>
370
371 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
372 and "show cp-abi".
373
374 2003-03-03 Andrew Cagney <cagney@redhat.com>
375
376 * gdbint.texinfo (Target Architecture Definition): Document
377 register_type.
378
379 2003-03-03 Andrew Cagney <cagney@redhat.com>
380
381 * stabs.texinfo (Structures): Use @samp and separate @var's
382 instead of a single @var containing a comma separated list.
383 (Unions): Ditto.
384
385 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
386
387 * Makefile.in (distclean): Remove config.log.
388
389 2003-03-01 Andrew Cagney <cagney@redhat.com>
390
391 * gdbint.texinfo (Target Architecture Definition): Rename
392 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
393
394 2003-03-01 Andrew Cagney <cagney@redhat.com>
395
396 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
397 DEPRECATED_INIT_EXTRA_FRAME_INFO.
398
399 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
400
401 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
402 (Non-debug DLL symbols): New node, describing the minimal symbols
403 loaded from DLLs without real debugging symbols.
404
405 2003-02-20 Andrew Cagney <ac131313@redhat.com>
406
407 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
408 hardware-breakpoint-limit".
409 (Set Watchpoints): Add cross reference to "set remote
410 hardware-watchpoint-limit".
411 (Remote configuration options): New section.
412
413 2003-02-04 Andrew Cagney <ac131313@redhat.com>
414
415 * gdbint.texinfo (Target Architecture Definition): Delete
416 descrption of IS_TRAPPED_INTERNALVAR.
417
418 From Keith Seitz <keiths@redhat.com>:
419 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
420 option "-i"/"--interpreter" to this chapter. Include index
421 entries.
422
423 2003-02-04 David Carlton <carlton@math.stanford.edu>
424
425 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
426 (Variables): Recommend stabs+ and DWARF 2.
427 (C plus plus expressions): Correct info about
428 compiler versions, debug formats.
429 (Contributors): Change 'DWARF2' to 'DWARF 2'.
430 PR symtab/874.
431
432 2003-02-01 Andrew Cagney <ac131313@redhat.com>
433
434 * gdbint.texinfo (Target Architecture Definition): Delete
435 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
436 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
437 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
438 references to nindy and i960.
439 * gdb.texinfo (i960): Delete all references to i960 and nindy.
440
441 2003-02-01 Andrew Cagney <ac131313@redhat.com>
442
443 * gdbint.texinfo (Target Architecture Definition): Delete
444 FLOAT_INFO.
445
446 2003-01-30 Andrew Cagney <ac131313@redhat.com>
447
448 * stabs.texinfo (Member Type Descriptor): Clarify description of
449 `@'. Suggested by Ben Hutchings.
450
451 2003-01-29 Andrew Cagney <ac131313@redhat.com>
452
453 * gdb.texinfo (M68K): Delete reference to es1800.
454
455 2003-01-29 Andrew Cagney <ac131313@redhat.com>
456
457 * gdb.texinfo (Maintenance Commands): Document `maint print
458 reggroups' and `maint print register-groups'.
459 * gdbint.texinfo (Target Architecture Definition): Document
460 register_reggroup_p.
461
462 2003-01-23 Jim Blandy <jimb@redhat.com>
463
464 * gdb.texinfo (Separate Debug Files): New section.
465
466 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
467
468 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
469 and "maint show profile".
470
471 2003-01-16 Michael Chastain <mec@shout.net>
472
473 * gdb.texinfo (Installing GDB): Warn against
474 ".../gdb-VERSION/gdb/configure".
475 (Separate Objdir): Likewise.
476
477 2003-01-15 Andrew Cagney <ac131313@redhat.com>
478
479 * gdbint.texinfo (Target Architecture Definition): Delete
480 definition of PRINT_REGISTER_HOOK.
481
482 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
483
484 (OpenRISC 1000): Fix formatting of command names.
485
486 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
487
488 * gdb.texinfo (Continuing and Stepping): Add new command
489 'advance'. Clarify behavior of 'until'.
490
491 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
492
493 * gdb.texinfo (Files): Document solib-absolute-prefix and
494 solib-search-path.
495
496 2003-01-09 Michael Chastain <mec@shout.net>
497
498 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
499 (Create a Release): Add new instructions for new @file{src-release}.
500 Document existing instructions for @file{Makefile.in} as
501 being for @value{GDBN} 5.3.1 or earlier.
502
503 2003-01-09 Andrew Cagney <ac131313@redhat.com>
504
505 * gdbint.texinfo (Target Architecture Definition): Mention
506 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
507 allocate memory.
508
509 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
510
511 * gdb.texinfo (Controlling GDB): Add @kindex for
512 "show osabi".
513 (Backtraces): Add @kindex's for backtrace-below-main.
514
515 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
516
517 * gdb.texinfo (Controlling GDB): Document "set osabi".
518
519 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
520
521 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
522 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
523
524 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
525
526 * gdb.texinfo (Controlling GDB): Add ABI section. Document
527 "set coerce-float-to-double".
528 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
529
530 2003-01-02 Andrew Cagney <ac131313@redhat.com>
531
532 * stabs.texinfo: Remove obsolete text.
533 * gdbint.texinfo: Ditto.
534 * gdb.texinfo: Ditto.
535
536 2002-12-22 Mark Kettenis <kettenis@gnu.org>
537
538 * gdbint.texinfo (Target Architecture Definition): Update
539 description of gdbarch_register_osabi.
540
541 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
542
543 * agentexpr.texi: Fix typos.
544 * annotate.texi: Likewise.
545 * fdl.texi: Likewise.
546
547 2002-12-10 Andrew Cagney <cagney@redhat.com>
548
549 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
550 DEPRECATED_INIT_FRAME_PC.
551
552 2002-12-01 Andrew Cagney <ac131313@redhat.com>
553
554 * gdbint.texinfo (Target Architecture Definition): Delete
555 PC_IN_CALL_DUMMY.
556
557 2002-11-28 Andrew Cagney <ac131313@redhat.com>
558
559 * gdbint.texinfo (Host Definition): Delete documentation on
560 USE_GENERIC_DUMMY_FRAMES.
561
562 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
563
564 Fix PR gdb/723 and PR gdb/245.
565 * Makefile.in (install-info): Run the install-info command as part
566 of the post install steps only.
567 (uninstall-info): New target.
568 (uninstall): New target.
569
570 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
571
572 * Makefile.in (install): Make install do some real work.
573
574 2002-11-19 Andrew Cagney <ac131313@redhat.com>
575
576 Fix POSIX problem reported by Paul Eggert.
577 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
578 Fix PR gdb/527.
579
580 2002-10-26 Andrew Cagney <cagney@redhat.com>
581
582 * gdbint.texinfo (Target Architecture Definition): Delete
583 definition of DO_REGISTERS_INFO.
584
585 2002-10-18 Kevin Buettner <kevinb@redhat.com>
586
587 * gdbint.texinfo (Address Classes): Fix problems with insertion
588 of ``{'' and ``}'' in example.
589
590 2002-10-17 Kevin Buettner <kevinb@redhat.com>
591
592 * gdbint.texinfo (Address Classes): New section.
593 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
594 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
595 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
596 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
597
598 2002-10-11 Klee Dienes <kdienes@apple.com>
599
600 * gdb.texinfo (Registers): Mention vector registers as well as
601 floating registers in the documentation for 'info registers' and
602 'info all-registers'.
603
604 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
605
606 * gdbint.texinfo (CPLUS_MARKER): Remove item.
607
608 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
609
610 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
611 interface definition.
612
613 2002-10-03 Marko Mlinar <markom@opencores.org>
614
615 * gdb.texinfo (Target Commands): Add or1k target specific
616 commands.
617 * gdb.texinfo (Contributors): Add myself to the contributors list.
618
619 2002-10-01 Andrew Cagney <ac131313@redhat.com>
620
621 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
622 and "mi1" instead of "mi1" and "mi0".
623
624 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
625
626 * gdb.texinfo (Packets): Fix typos "alligned".
627 Correct z3/Z3 description. Correct z4/Z4 title.
628
629 2002-09-27 Andrew Cagney <ac131313@redhat.com>
630
631 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
632
633 2002-09-25 Kevin Buettner <kevinb@redhat.com>
634
635 * gdb.texinfo: Use GNU/Linux instead of Linux.
636
637 2002-09-25 Andrew Cagney <ac131313@redhat.com>
638
639 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
640
641 2002-09-24 Andrew Cagney <ac131313@redhat.com>
642
643 * gdb.texinfo: Replace @example with @smallexample.
644
645 2002-09-20 Kevin Buettner <kevinb@redhat.com>
646
647 From Eli Zaretskii <eliz@is.elta.co.il>:
648 * gdb.texinfo (Character Sets): Use @smallexample instead of
649 @example. Use GNU/Linux instead of Linux.
650
651 2002-09-20 Jim Blandy <jimb@redhat.com>
652
653 * gdb.texinfo: Add character set documentation.
654
655 2002-09-19 Andrew Cagney <ac131313@redhat.com>
656
657 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
658 (Packets): Add cross reference from `b' packet to `z' packets.
659
660 2002-09-19 Andrew Cagney <ac131313@redhat.com>
661
662 * gdb.texinfo (Maintenance Commands): Document ``maint
663 internal-error'' and ``maint internal-warning''.
664
665 * gdbint.texinfo (Target Architecture Definition): Revise
666 description of STACK_ALIGN. Add description of FRAME_ALIGN.
667
668 2002-09-19 Joel Brobecker <brobecker@gnat.com>
669
670 * gdbint.texinfo (Target Conditionals): Document the new
671 NAME_OF_MALLOC macro.
672
673 2002-09-05 Andrew Cagney <ac131313@redhat.com>
674
675 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
676 engineer.
677
678 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
679
680 * gdb.texinfo (TUI Overview): Document status line fields.
681
682 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
683
684 * gdb.texinfo (TUI Commands): Document info win command.
685
686 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
687
688 * gdb.texinfo (TUI Overview): Document breakpoint markers.
689
690 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
691
692 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
693 (TUI Keys): Likewise.
694
695 2002-08-25 Andrew Cagney <ac131313@redhat.com>
696
697 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
698 for a packet receive.
699
700 2002-08-25 Andrew Cagney <ac131313@redhat.com>
701
702 * Makefile.in (clean): Move to end of file.
703 (distclean, maintainer-clean, realclean): Ditto.
704 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
705 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
706 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
707 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
708
709 2002-08-24 Andrew Cagney <ac131313@redhat.com>
710
711 * Makefile.in (GDBINT_TEX_TMPS): Define.
712 (gdbint.dvi, gdbint.pdf): Use
713 (GDB_TEX_TMPS): Define.
714 (gdb.dvi, gdb.pdf): Use.
715 (STABS_TEX_TMPS): Define.
716 (stabs.dvi, stabs.pdf): Use.
717 (GDB_DOC_SOURCE_INCLUDES): New macros.
718 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
719 (GDBINT_DOC_FILES_INCLUDES): New macros.
720 (GDBINT_DOC_BUILD_INCLUDES): New macros.
721 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
722 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
723 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
724 (links2roff): Replace SFILES_INCLUDED with
725 GDB_DOC_SOURCE_INCLUDES.
726 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
727 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
728 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
729 dependencies.
730 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
731 dependencies.
732 (gdbmi.texinfo): Delete rule.
733 (inc-hist.texinfo): Delete rule.
734 (rluser.texinfo): Delete rule.
735
736 2002-08-23 Andrew Cagney <cagney@redhat.com>
737
738 * gdbint.texinfo (Target Architecture Definition): Update
739 STORE_RETURN_VALUE, mention regcache.
740
741 2002-08-21 Andrew Cagney <ac131313@redhat.com>
742
743 * gdbint.texinfo (Target Architecture Definition): Document
744 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
745
746 2002-08-19 Andrew Cagney <ac131313@redhat.com>
747
748 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
749 Fix minor typos. Add index entries.
750
751 2002-08-18 Andrew Cagney <ac131313@redhat.com>
752
753 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
754
755 2002-08-15 Andrew Cagney <ac131313@redhat.com>
756
757 * gdbint.texinfo (Target Architecture Definition): Document
758 PRINT_VECTOR_INFO.
759 * gdb.texinfo (Vector Unit): Document "info vectors" command.
760
761 2002-08-13 Andrew Cagney <ac131313@redhat.com>
762
763 * gdb.texinfo (Maintenance Commands): Document "maint print
764 registers", "maint print raw-registers" and "maint print
765 cooked-registers".
766
767 2002-08-08 Grace Sainsbury <graces@redhat.com>
768
769 From Mark Salter:
770 * gdb.texinfo (Protocol): Document T packet extension to
771 allow watchpoint address reporting.
772
773 2002-08-03 Andrew Cagney <ac131313@redhat.com>
774
775 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
776
777 2002-08-01 Andrew Cagney <cagney@redhat.com>
778
779 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
780 to CHILL.
781
782 2002-08-01 Andrew Cagney <ac131313@redhat.com>
783
784 * gdbint.texinfo (Coding): Revise section "Include Files".
785
786 2002-07-24 Andrew Cagney <cagney@redhat.com>
787
788 * gdbint.texinfo: Obsolete references to m88k.
789 * gdb.texinfo: Ditto.
790
791 2002-07-10 Joel Brobecker <brobecker@gnat.com>
792
793 * gdbint.texinfo (Create a release candiate): Add the location
794 where the proper version of autoconf can be retrieved.
795
796 2002-07-09 Don Howard <dhoward@redhat.com>
797
798 * gdb.texinfo (Command Files): Further describe the behavior of
799 sourced command files.
800
801 2002-06-27 Andrew Cagney <ac131313@redhat.com>
802
803 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
804 (Coding): Clarify ISO C version that GDB assumes.
805
806 2002-06-26 Tom Tromey <tromey@redhat.com>
807
808 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
809 add_setshow_cmd_full.
810
811 2002-06-25 Don Howard <dhoward@redhat.com>
812
813 * gdb.texinfo (Memory Region Attributes): Document new behavior
814 for 'mem' command.
815
816 2002-06-11 Jim Blandy <jimb@redhat.com>
817
818 * gdb.texinfo (Symbols): Update documentation for `info source'
819 command.
820
821 * gdb.texinfo (Macros): Call the command `info macro', not
822 `show macro'.
823
824 2002-06-09 Andrew Cagney <ac131313@redhat.com>
825
826 * gdbint.texinfo (Coding): Add section ``Per-architecture module
827 data''.
828
829 2002-06-09 Mark Kettenis <kettenis@gnu.org>
830
831 * gdbint.texinfo (Target Architecture Definition): Document
832 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
833
834 2002-06-08 Andrew Cagney <ac131313@redhat.com>
835
836 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
837 lists.
838
839 2002-06-08 Andrew Cagney <ac131313@redhat.com>
840
841 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
842 Branch''.
843
844 2002-06-01 Andrew Cagney <ac131313@redhat.com>
845
846 * gdbint.texinfo (Target Architecture Definition): Add section
847 ``Converting an existing Target Architecture to Multi-arch''.
848
849 2002-05-30 Andrew Cagney <ac131313@redhat.com>
850
851 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
852 to ``Obsoleting code''. Revise.
853
854 2002-05-17 Jim Blandy <jimb@redhat.com>
855
856 * gdb.texinfo (C Preprocessor Macros): New chapter.
857 Include it in the main menu.
858 (Contributors): Credit Jim Blandy with macro support.
859 (Compilation): Explain how to get macro information into the
860 executable.
861 (Expressions): Note that preprocessor macros are expanded.
862
863 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
864
865 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
866 options for `target remote'.
867
868 2002-05-13 Andrew Cagney <ac131313@redhat.com>
869
870 * gdbint.texinfo (Target Architecture Definition): Delete
871 documentation on NNPC_REGNUM.
872
873 2002-05-11 Andrew Cagney <ac131313@redhat.com>
874
875 * gdbint.texinfo (Target Architecture Definition): Document
876 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
877 (Target Architecture Definition): Revise section `Using Different
878 Register and Memory Data Representations'. Add section `Raw and
879 Virtual Register Representations'.
880
881 2002-05-11 Andrew Cagney <ac131313@redhat.com>
882
883 * gdbint.texinfo (Target Architecture Definition): Mention
884 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
885 (Target Architecture Definition): Mention same. Add references to
886 web pages.
887
888 2002-05-08 Michael Snyder <msnyder@redhat.com>
889
890 * stabs.texinfo (Attributes): Document new "vector" attribute.
891
892 2002-05-04 Andrew Cagney <ac131313@redhat.com>
893
894 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
895
896 2002-05-04 Andrew Cagney <ac131313@redhat.com>
897
898 * gdb.texinfo: Delete obsolete references to a29k.
899
900 2002-04-24 Andrew Cagney <ac131313@redhat.com>
901
902 * gdbint.texinfo (Target Architecture Definition): Replace
903 IN_SIGTRAMP with PC_IN_SIGTRAMP.
904
905 2002-04-24 David S. Miller <davem@redhat.com>
906
907 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
908
909 2002-04-21 David S. Miller <davem@redhat.com>
910
911 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
912
913 2002-04-21 Andrew Cagney <ac131313@redhat.com>
914
915 * gdbint.texinfo (Target Architecture Definition): Delete
916 definition of HAVE_REGISTER_WINDOWS.
917
918 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
919
920 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
921 "Theodore A. Roth" <troth@verinet.com>.
922
923 2002-04-15 Don Howard <dhoward@redhat.com>
924
925 From Eli Zaretskii <eliz@is.elta.co.il>
926 * gdb.texinfo (show max-user-call-depth): Correct formatting.
927 Provide a better explaination of this feature.
928
929 2002-04-14 Andrew Cagney <ac131313@redhat.com>
930
931 * gdbint.texinfo (Target Architecture Definition): Remove
932 FRAME_CHAIN_COMBINE.
933
934 2002-04-12 Michael Chastain <mec@shout.net>
935
936 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
937 REG_STACK_SEGMENT.
938
939 2002-04-09 Michael Chastain <mec@shout.net>
940
941 * gdbint.texinfo (Obsolete Conditionals): Remove references to
942 PYRAMID_* macros.
943
944 2002-04-07 Andrew Cagney <ac131313@redhat.com>
945
946 * gdb.texinfo (Bug Reporting): Document that the web is the
947 prefered way of submitting bug reports.
948 (Bug Reporting): Delete the s-mail address as the last resort.
949
950 2002-04-05 Andrew Cagney <ac131313@redhat.com>
951
952 * gdbint.texinfo (Target Architecture Definition): Delete
953 references to TARGET_WRITE_FP and write_fp.
954
955 2002-03-27 Michael Snyder <msnyder@redhat.com>
956
957 * gdb.texinfo: Document new commands dump, append, and restore.
958
959 2002-03-27 Andrew Cagney <ac131313@redhat.com>
960
961 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
962 Branch'.
963
964 2002-03-18 Andrew Cagney <ac131313@redhat.com>
965
966 * gdb.texinfo: Change all examples to @smallexample.
967 * gdbint.texinfo: Ditto.
968
969 2002-03-18 Andrew Cagney <ac131313@redhat.com>
970
971 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
972 Branches''.
973
974 2002-03-18 Andrew Cagney <ac131313@redhat.com>
975
976 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
977 Policy''.
978
979 2002-03-04 Fred Fish <fnf@redhat.com>
980
981 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
982 expresson, suports, dependant, trhe, perhaphs, situtations,
983 explictily, taged, oportunity, unfortunatly).
984
985 2002-02-24 Andrew Cagney <ac131313@redhat.com>
986
987 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
988 Remove reference to 3.12.
989
990 2002-02-23 Andrew Cagney <ac131313@redhat.com>
991
992 * gdbint.texinfo: Include fdl.texi.
993 (Top): Add GNU Free Documentation License.
994 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
995 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
996 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
997 (gdbint.info): Add srcdir to include path.
998 * gdb.texinfo: Include gpl.texi.
999 (Top): Add Copying.
1000 * gpl.texi: New file.
1001
1002 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1003
1004 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
1005
1006 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
1007
1008 * gdb.texinfo: Document Cygwin native specific commands.
1009
1010 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
1011
1012 * gdb.texinfo: Document gdbserver ``--attach'' command.
1013
1014 2002-02-07 Michael Snyder <msnyder@redhat.com>
1015
1016 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
1017 to @code(_ovly_debug_event).
1018
1019 2002-02-07 Andrew Cagney <ac131313@redhat.com>
1020
1021 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
1022
1023 2002-02-06 Michael Snyder <msnyder@redhat.com>
1024
1025 * gdb.texinfo (overlays): Mention new magic symbol
1026 '_ovly_debug_event', which allows GDB to keep better track
1027 of overlays.
1028
1029 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
1030
1031 * gdb.texinfo (Memory Region Attributes): Fix the wording.
1032 Suggested by Dmitry Sivachenko.
1033
1034 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
1035
1036 2002-02-01 Michael Snyder <msnyder@redhat.com>
1037
1038 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
1039
1040 2002-01-30 Michael Snyder <msnyder@redhat.com>
1041
1042 * gdb.texinfo: (remote protocol): Gramatical fix-up.
1043 (set trust-readonly-sections): Document.
1044
1045 2002-01-29 Andrew Cagney <ac131313@redhat.com>
1046
1047 * gdbint.texinfo (Releasing GDB): Revise and update.
1048
1049 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1050
1051 * gdbint.texinfo (Target Architecture Definition): Delete
1052 description of TARGET_BYTE_ORDER_DEFAULT.
1053
1054 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
1057 <mitya@cavia.pp.ru>.
1058
1059 2002-01-23 Andrew Cagney <ac131313@redhat.com>
1060
1061 * libgdb.texinfo: Delete file.
1062
1063 2002-01-22 Andrew Cagney <ac131313@redhat.com>
1064
1065 * gdb.texinfo: Remove makeinfo 3.12 hacks.
1066 * gdbint.texinfo: Ditto.
1067
1068 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
1069
1070 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
1071
1072 2002-01-22 Andrew Cagney <ac131313@redhat.com>
1073
1074 * Makefile.in: Update copyright.
1075 (TEXI2DVI): Define.
1076 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
1077 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
1078 gdb-cfg.texi.
1079 (TEXINDEX, PDFTEX): Delete makefile variables.
1080
1081 2002-01-22 Andrew Cagney <ac131313@redhat.com>
1082
1083 * gdb.texinfo (Protocol): Move section to appendix.
1084
1085 2002-01-21 Andrew Cagney <ac131313@redhat.com>
1086
1087 * gdb.texinfo (Remote Debugging): Create a menu.
1088 (Top): Add ``Remote Debugging'' to menu.
1089
1090 2002-01-21 Andrew Cagney <ac131313@redhat.com>
1091
1092 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
1093 serial protocol'' from here.
1094 (Remote Debugging): To here. New chapter.
1095
1096 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1097
1098 * gdbint.texinfo (Target Architecture Definition): Delete
1099 description of TARGET_BYTE_ORDER_SELECTABLE_P.
1100
1101 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1102
1103 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
1104 are no longer needed.
1105 (Porting GDB): Add maintainer note about configure.host.
1106
1107 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1108
1109 * gdbint.texinfo (Target Architecture Definition): Remove
1110 definition of IEEE_FLOAT.
1111
1112 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
1113
1114 * gdb.texinfo: Beautify copyright years; fix a typo.
1115 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
1116 <3diff@gnu.org>
1117
1118 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1119
1120 * gdbint.texinfo (Host Definition): Remove references to
1121 MALLOC_INCOMPATIBLE.
1122
1123 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1124
1125 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
1126 and xyz-xdep.o.
1127
1128 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1129
1130 * gdb.texinfo (Maintenance Commands): Add appendix.
1131 (Set Breaks): Copy ``maint info breakpoint'' doco to
1132 ``Maintenance Commands'' appendix. Add reference.
1133
1134 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1135
1136 * fdl.texi: Remove next/prev from @node.
1137
1138 2002-01-17 Eli Zaretskii <eliz@is.elta.co.il>
1139
1140 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
1141 for monstrous @multitable (from Brian Youmans).
1142
1143 * fdl.texi: New file.
1144
1145 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
1146
1147 2002-01-15 Andrew Cagney <ac131313@redhat.com>
1148
1149 * gdbint.texinfo (Releasing GDB): New chapter.
1150
1151 2002-01-14 Andrew Cagney <ac131313@redhat.com>
1152
1153 * gdb.texinfo (Embedded Processors, Calling program functions):
1154 Obsolete references to a29k.
1155
1156 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1157
1158 * gdbint.texinfo (Coding): Review Cleanups section. Examples
1159 examples. Document that a code-block should do or discard its
1160 cleanups before exit.
1161
1162 2002-01-11 Michael Snyder <msnyder@redhat.com>
1163
1164 * gdb.texinfo (Choosing files): Change @samp to @file.
1165
1166 2002-01-05 Michael Snyder <msnyder@redhat.com>
1167
1168 * gdb.texinfo (--pid): Document new command line option (attach).
1169
1170 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1171
1172 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
1173 in the stub.
1174
1175 2002-01-04 Andrew Cagney <ac131313@redhat.com>
1176
1177 * gdbint.texinfo (Target Architecture Definition): Replace
1178 BIG_ENDIAN with BFD_ENDIAN_BIG.
1179
1180 2002-01-03 Andrew Cagney <ac131313@redhat.com>
1181
1182 * gdbint.texinfo (Target Architecture Definition): Replace
1183 value_ptr with struct value pointer.
1184
1185 2002-01-02 Eli Zaretskii <eliz@gnu.org>
1186
1187 * gdb.texinfo (Free Software): Fix wording.
1188
1189 2001-12-31 Eli Zaretskii <eliz@gnu.org>
1190
1191 * gdb.texinfo (Free Software): New section ``Free Software Needs
1192 Free Documentation''.
1193
1194 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1195
1196 * stabs.texinfo:
1197 * gdb.texinfo:
1198 * gdbint.texinfo:
1199 * libgdb.texinfo:
1200 * annotate.texi: Fix the application of GFDL in the Copyright notice.
1201
1202 2001-12-29 Michael Snyder <msnyder@redhat.com>
1203
1204 * gdb.texinfo (maint info sections): Fix typo.
1205
1206 2001-12-26 Michael Snyder <msnyder@redhat.com>
1207
1208 * gdb.texinfo (maint info sections): Document.
1209
1210 * gdb.texinfo (info proc): Comment out documentation for
1211 'info proc' sub-options that are currently not implemented.
1212
1213 2001-12-20 Jim Blandy <jimb@redhat.com>
1214
1215 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
1216
1217 2001-12-15 Andrew Cagney <ac131313@redhat.com>
1218
1219 * gdbint.texinfo (Target Architecture Definition): Replace
1220 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
1221
1222 2001-12-01 Andrew Cagney <ac131313@redhat.com>
1223
1224 * gdbint.texinfo (Host Definition): Delete documentation on
1225 HOST_BYTE_ORDER.
1226
1227 2001-11-30 Jim Blandy <jimb@redhat.com>
1228
1229 * gdb.texinfo (Overlays): New chapter, documenting GDB's
1230 overlay support. Add to top-level menu.
1231
1232 2001-11-26 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.texinfo (Command Syntax): Document C-o binding.
1235
1236 2001-07-26 Christopher Faylor <cgf@redhat.com>
1237
1238 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
1239 use since it is described in the referenced section.
1240
1241 From Eli Zaretskii <eliz@is.elta.co.il>
1242 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
1243 clearer when using DJGPP.
1244
1245 2001-11-24 Christopher Faylor <cgf@redhat.com>
1246
1247 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
1248 specifically refer to MS-DOS.
1249 (command files): Mention gdb.ini is only used on MS-DOS.
1250
1251 2001-11-21 Tom Tromey <tromey@redhat.com>
1252
1253 * gdb.texinfo (Invoking GDB): Document --args.
1254 (Mode Options): Likewise.
1255
1256 2001-11-21 Jim Blandy <jimb@redhat.com>
1257
1258 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1259 Delete documentation; this macro has been removed from the
1260 sources.
1261
1262 2001-11-13 Jim Blandy <jimb@redhat.com>
1263
1264 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
1265
1266 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
1267
1268 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
1269
1270 2001-11-05 Michael Snyder <msnyder@redhat.com>
1271
1272 * gdb.texinfo (info functions): Document use of backslash to
1273 quote regexp chars in function names such as "operator*()".
1274
1275 2001-11-01 Fred Fish <fnf@redhat.com>
1276
1277 * gdbint.texinfo (SOLIB_ADD): Document additional new
1278 "readsyms" arg.
1279
1280 2001-10-30 Don Howard <dhoward@redhat.com>
1281
1282 * gdb.texinfo: (Command Files) Added documentation for the
1283 behavior of gdb with input redirected from a file.
1284
1285 2001-10-28 Fred Fish <fnf@redhat.com>
1286
1287 * gdb.texinfo (auto-solib-add): Change docs to match
1288 implementation change.
1289 (auto-solib-limit): Add docs for new variable.
1290
1291 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1292
1293 * gdbint.texinfo (Target Architecture Definition): Function
1294 value_as_pointer renamed to value_as_address.
1295
1296 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1297
1298 * gdbint.texinfo (Target Architecture Definition): Default
1299 POINTER_TO_ADDRESS functions assume unsigned addresses.
1300 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
1301 posting by Jim Blandy.
1302
1303 2001-10-12 Jim Blandy <jimb@redhat.com>
1304
1305 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
1306 version of texi2html (1.64) doesn't support this flag any more.
1307
1308 2001-09-08 Mark Kettenis <kettenis@gnu.org>
1309
1310 * gdbint.texinfo (Host Definition): Remove description of
1311 MEM_FNS_DECLARED.
1312
1313 * gdbint.texinfo (Host Definition): Remove description of R_OK.
1314
1315 * gdbint.texinfo (Host Definition): Remove description of
1316 HAVE_SIGSETMASK.
1317
1318 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1319
1320 * gdbint.texinfo (Target Architecture Definition): Add
1321 explanation of TARGET_PRINT_INSN macro.
1322
1323 2001-08-30 Jim Blandy <jimb@redhat.com>
1324
1325 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
1326 Explain what it means to load relocatable files.
1327
1328 2001-08-28 Jim Blandy <jimb@redhat.com>
1329
1330 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
1331 info `top' menu.
1332
1333 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
1334
1335 * gdbint.texinfo: Add a cautionary note about macro use.
1336
1337 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
1338
1339 * gdb.texinfo: Explain omitting the hostname in the
1340 `target remote' command.
1341
1342 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
1343
1344 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
1345 and END-INFO-DIR-ENTRY.
1346
1347 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1348
1349 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
1350
1351 2001-07-25 Andrew Cagney <ac131313@redhat.com>
1352
1353 * gdbint.texinfo (libgdb): Rewrite.
1354
1355 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
1356
1357 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
1358
1359 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1360
1361 * gdb.texinfo (TUI): New chapter, document the TUI.
1362 (Mode Options): Document the -tui option.
1363
1364 2001-07-23 Mark Kettenis <kettenis@gnu.org>
1365
1366 * gdbint.texinfo (Host Definition): Remove description of
1367 NEED_POSIX_SETPGID.
1368
1369 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1370
1371 * gdb.tex (DJGPP Native): New node, with descriptions of
1372 DJGPP-specific commands.
1373
1374 2001-07-19 John R. Moore <jmoore@redhat.com>
1375
1376 * gdbint.texinfo: Three misspellings.
1377
1378 2001-07-06 Andrew Cagney <ac131313@redhat.com>
1379
1380 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
1381 `test` expressions on bash. Problem reported by Colin Walters.
1382
1383 2001-07-04 Andrew Cagney <ac131313@redhat.com>
1384
1385 * gdbint.texinfo (User Interface): Update ui-out documentation to
1386 refelect recent UI/MI updates.
1387
1388 2001-07-04 Andrew Cagney <ac131313@redhat.com>
1389
1390 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
1391 interpreters.
1392
1393 2001-06-15 Andrew Cagney <ac131313@redhat.com>
1394
1395 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
1396 structure and not macros.
1397 (Host Definition): Document that much of this chapter is obsolete.
1398 (Target Architecture Definition): Update list of files that make
1399 up a target architecture.
1400 (Coding): Update.
1401
1402 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1403
1404 * gdbint.texinfo (Target Architecture Definition): Update
1405 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
1406 The latter has been changed to a true predicate.
1407
1408 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1409
1410 * annotate.texi: Add @noindent where needed. From Dmitry
1411 Sivachenko <dima@Chg.RU>.
1412 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
1413
1414 2001-06-16 Andrew Cagney <ac131313@redhat.com>
1415
1416 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
1417
1418 2001-06-14 Andrew Cagney <ac131313@redhat.com>
1419
1420 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
1421 returns ``OK''. Document that the ``R'' packet does not reply.
1422
1423 2001-06-13 Michael Snyder <msnyder@redhat.com>
1424
1425 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
1426
1427 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
1428
1429 * gdb.texinfo (Signals): Clarify the default setting of signal
1430 handling.
1431
1432 2001-05-14 Andrew Cagney <ac131313@redhat.com>
1433
1434 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
1435 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
1436
1437 2001-05-12 Andrew Cagney <ac131313@redhat.com>
1438
1439 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
1440
1441 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1442
1443 * gdbint.texinfo (Clean Design and Portable Implementation):
1444 Renamed from "Clean Design".
1445 (Clean Design and Portable Implementation): Document portable
1446 methods of handling file names, and the associated macros.
1447
1448 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
1451 command and provide a cross-reference to its description.
1452 (Symbols): Note that "info scope" is useful for trace experiments.
1453
1454 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
1455
1456 * gdb.texinfo (Symbols): Document "info scope".
1457 (Tracepoints): New chapter.
1458 (Contributors): Update for v5.1.
1459 <All nodes>: Change "C++" to "C@t{++}".
1460
1461 * gdbint.texinfo (User Interface): A new section about ui_out
1462 functions, based on text written by Fernando Nasser.
1463
1464 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
1465
1466 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1467
1468 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
1469
1470 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
1471
1472 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
1473 Replace "GDB" with "@value{GDBN}". Fix markup.
1474
1475 * annotate.texi: Change Permissions to GFDL. Update Copyright.
1476
1477 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
1478 a cross-reference to its description.
1479 (Symbols): Document "info symbol".
1480
1481 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
1482
1483 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
1484 subsection "x86 Watchpoints".
1485 (Target Architecture Definition): Document the macros
1486 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
1487 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
1488
1489 2001-03-20 Andrew Cagney <ac131313@redhat.com>
1490
1491 * gdbint.texinfo (Target Architecture Definition): Update
1492 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
1493 list.
1494
1495 2001-03-06 Kevin Buettner <kevinb@redhat.com>
1496
1497 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
1498 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
1499
1500 2001-02-21 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
1503
1504 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1505
1506 * gdb.texinfo (Environment): Document that `path' does not change
1507 the value of PATH in GDB's own environment (it did in the past,
1508 but that was changed on March 15, 1994). Reported by Doug Evans
1509 <dje@transmeta.com>.
1510
1511 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
1512 its line. Fix markup of commands and macros. Add an Index node
1513 and index entries.
1514
1515 2001-01-23 J.T. Conklin <jtc@redback.com>
1516
1517 * gdb.texinfo (Memory region attributes): New manual section.
1518
1519 2001-01-04 Nicholas Duffek <nsd@redhat.com>
1520
1521 * gdbint.texinfo (POP_FRAME): Document use by return_command.
1522
1523 2000-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1524
1525 * refcard.tex: Version and copyright fixed. From Phil Edwards
1526 <pedwards@disaster.jaj.com>.
1527
1528 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
1529
1530 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
1531 DWARF2_REG_TO_REGNUM): Document.
1532
1533 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
1534
1535 * gdbint.texinfo (Coding): Update current value of
1536 --enable-build-warnings. Mention --enable-gdb-build-warnings.
1537
1538 2000-11-19 Eli Zaretskii <eliz@is.elta.co.il>
1539
1540 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
1541 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
1542
1543 2000-11-10 Christopher Faylor <cgf@cygnus.com>
1544
1545 * gdb.texinfo: Document new 'set step-mode' command.
1546
1547 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1548
1549 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
1550 changes from Dmitry Sivachenko <dima@Chg.RU>.
1551
1552 2000-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1553
1554 * gdb.texinfo (Hooks): Document the new post-hook functionality.
1555 From Steven Johnson <sbjohnson@ozemail.com.au>.
1556
1557 2000-08-10 Mark Kettenis <kettenis@gnu.org>
1558
1559 * gdbint.texinfo (Overall Structure): Spelling fix.
1560
1561 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1562
1563 * gdbint.texinfo (Target Architecture Definition): Document that
1564 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
1565 for which REGISTER_CONVERTIBLE returns a zero value.
1566
1567 2000-07-08 Christopher Faylor <cgf@cygnus.com>
1568
1569 * Makefile.in (install-info): Find files to install in either the
1570 build or source directories (adapted from Makefile.am).
1571
1572 2000-07-07 Nicholas Duffek <nsd@redhat.com>
1573
1574 * stabs.texinfo: Fix spelling errors.
1575 (String Field): FILE-NUMBER starts from 0, not 1.
1576
1577 2000-07-05 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * refcard.tex: Remove \centerline from the blurb. Patch from
1580 Brian Youmans.
1581
1582 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1583
1584 * Makefile.in (install-info): Support installation from outside of
1585 the source directory. Reported by Mark Harig
1586 <markh@frazier.landmark.com>.
1587
1588 2000-06-20 J.T. Conklin <jtc@redback.com>
1589
1590 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
1591
1592 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
1593
1594 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
1595 Generate using pdftex.
1596 (PDFTEX): Define.
1597 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
1598 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
1599 @contents at the start.
1600
1601 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1602
1603 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
1604 Youmans.
1605
1606 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
1607
1608 From Brian Youmans:
1609 * gdb.texinfo: Fix ``et al.''.
1610
1611 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
1612
1613 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
1614 loop.
1615
1616 2000-05-19 Jimmy Guo <guo@cup.hp.com>
1617
1618 * configure: Regenerate.
1619
1620 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1621
1622 * Makefile.in (install-info): Run install-info on installed Info
1623 files.
1624
1625 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
1626
1627 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
1628 Andrew Cagney.
1629
1630 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1631
1632 * gdb.texinfo: Proofreading changes from Brian Youmans.
1633
1634 2000-05-01 Nick Duffek <nsd@cygnus.com>
1635
1636 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
1637 startup sequence, minor edits.
1638
1639 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1640
1641 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
1642 TeX.
1643
1644 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
1645 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
1646 like `n' and `s' which look weird. Convert some of the @kindex to
1647 @vindex, when they refer to variables, not commands.
1648
1649 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
1650
1651 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
1652
1653 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1654
1655 * Makefile.in (GDBMI_DIR): New variable.
1656 (SET_TEXINPUTS): Add $(GDBMI_DIR).
1657 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
1658 (gdbmi.texinfo): New target, for texi2roff.
1659 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
1660 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
1661
1662 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
1663 gdbmi.texinfo.
1664 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
1665 comment.
1666
1667 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1668
1669 * gdb.texinfo (Files): Update description of add-symbol-file
1670 command.
1671
1672 2000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1673
1674 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
1675 prevents the build (and is generally a Bad Idea).
1676
1677 2000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1678
1679 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
1680 a comma inside @var.
1681 (Command Files): Index markup changes from Dmitry Sivachenko
1682 <dima@Chg.RU>.
1683
1684 2000-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1685
1686 * Makefile.in (LN_S): Define.
1687 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
1688 invoke "ln -s" unless it is known to work.
1689
1690 * configure.in (AC_PROG_LN_S): Add.
1691
1692 2000-04-14 Jim Blandy <jimb@redhat.com>
1693
1694 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
1695 section.
1696 (Target Conditionals): Document ADDRESS_TO_POINTER,
1697 POINTER_TO_ADDRESS.
1698
1699 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
1700
1701 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
1702 gdb-cfg.texi to get the value.
1703
1704 2000-04-10 Jim Blandy <jimb@redhat.com>
1705
1706 * gdbint.texinfo (Target Architecture Definition): Fix
1707 cross-references.
1708
1709 2000-04-08 Jim Blandy <jimb@redhat.com>
1710
1711 * gdbint.texinfo (Using Different Register and Memory Data
1712 Representations): New section.
1713 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
1714 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
1715 REGISTER_CONVERT_TO_RAW): Document.
1716
1717 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
1718
1719 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
1720 for acknowledgments.
1721
1722 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
1723
1724 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
1725 qThreadExtraInfo.
1726
1727 2000-03-28 J.T. Conklin <jtc@redback.com>
1728
1729 * gdb.texinfo: Clarify which remote debug protocol commands are
1730 required and which are optional.
1731
1732 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
1733
1734 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
1735 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
1736 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
1737 * annotate.texi: Update.
1738
1739 2000-03-28 Stan Shebs <shebs@apple.com>
1740
1741 * gdb.texinfo: Update dates, bump to Eighth Edition (note
1742 expectation of additional changes before release), update
1743 ISBN, add copy of top-level menu for @ifhtml, remove explicit
1744 node links, rephrase and/or shorten lines to fix formatting
1745 problem in both regular and @smallbook formats.
1746 * annotate.texi: Shorten lines in example, use smallexample
1747 consistently everywhere.
1748 * Makefile.in: Add comment about texinfo 4.0 html generation.
1749 (SFILES_INCLUDED): Add annotate.texi.
1750
1751 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
1752
1753 * gdb.texinfo (Debugging Output): Added new section, documenting
1754 the "set/show debug" commands.
1755
1756 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
1757
1758 * annotate.texi (Annotations): When GDBN omit @chapter and @node
1759 entry.
1760
1761 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
1762 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
1763 @chapter and @node entries.
1764
1765 * gdb.texinfo: Link all top-level nodes.
1766
1767 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
1768
1769 * Makefile.in (install-info): Create $(infodir) before installing
1770 files.
1771
1772 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
1773
1774 From David Whedon <dwhedon@gordian.com>
1775 * gdbint.texinfo : Added paragraphs about command deprecation.
1776
1777 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
1778
1779 * gdb.texinfo: Add documentation for the apropos command.
1780
1781 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1782
1783 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
1784
1785 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1786
1787 * gdb.texinfo: Add white space to prevent overprinting in
1788 two places.
1789
1790 2000-03-17 Stan Shebs <shebs@apple.com>
1791
1792 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
1793 <dima@Chg.RU>, also clarification of allowed content for
1794 string constants.
1795
1796 2000-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1797
1798 * gdb.texinfo (main menu): Add Annotations.
1799 (File Options): Add @cindex entries for each command-line option.
1800 Document --epoch, --annotate, --async, --interpreter, --write,
1801 --statistics, and --version.
1802
1803 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
1804 of GDB.
1805
1806 2000-02-23 Jim Blandy <jimb@redhat.com>
1807
1808 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
1809
1810 2000-02-22 Jim Blandy <jimb@redhat.com>
1811
1812 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
1813
1814 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
1815
1816 * Makefile.in (diststuff): New target.
1817
1818 2000-02-15 Kevin Buettner <kevinb@redhat.com>
1819
1820 * agentexpr.texi: Fix wording regarding Intel's IA-64
1821 architecture. [From Jim Wilson.]
1822
1823 2000-01-16 Tom Tromey <tromey@cygnus.com>
1824
1825 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
1826 (Delete Breaks): Mention range arguments.
1827 (Disabling): Likewise.
1828
1829 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
1830
1831 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
1832
1833 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1834
1835 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
1836 valid functions.
1837
1838 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
1839
1840 * gdb.texinfo: Clarify regular expressions used in rbreak.
1841
1842 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
1843
1844 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
1845 MEMORY_REMOVE_BREAKPOINT): Document.
1846
1847 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
1848
1849 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
1850 offset re-using the DATA offset instead.
1851
1852 1999-10-11 Jim Kingdon <kingdon@redhat.com>
1853
1854 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
1855
1856 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
1857
1858 From Dmitry Sivachenko <demon@gpad.ac.ru>:
1859 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
1860 typos.
1861
1862 * gdb.texinfo: Various minor wording and formatting improvements,
1863 mentions of additional command-line options.
1864
1865 1999-09-30 Fred Fish <fnf@cygnus.com>
1866
1867 * gdb.texinfo: Document additional forms of specifying section
1868 names and addresses for the add-symbol-file command.
1869
1870 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
1871
1872 * gdbint.texinfo: Fix typo, add the word "have".
1873
1874 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
1875
1876 * gdbint.texinfo (Target Architecture Definition): Document the
1877 SKIP_PERMANENT_BREAKPOINT macro.
1878
1879 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
1880
1881 * gdb.texinfo: Fiks speling errers.
1882
1883 * gdb.texinfo: Fix uses of @multitable.
1884
1885 From Eli Zaretskii <eliz@is.elta.co.il>:
1886 * gdb.texinfo: Include details specific to DOS host, clarify
1887 some confusing language, fix @ref/@xref/@pxref usages, add
1888 comments about using with optimization, add more indexing,
1889 fix info about disassembly-flavor.
1890
1891 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
1892
1893 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
1894 SKIP_SOLIB_RESOLVER): Define.
1895
1896 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1897
1898 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
1899 ``g'' packets.
1900
1901 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
1902
1903 * gdb.texinfo: Create a new "Configurations" chapter with
1904 platform-specific info, inline remote.texi and move sections of it
1905 into the new chapter, move bits about info proc, heuristic search,
1906 and register stack into the new chapter.
1907 * remote.texi: Remove, now part of gdb.texinfo.
1908 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
1909
1910 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
1911
1912 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
1913 GDB_TARGET_IS_MACH386): These kludges have gone away.
1914
1915 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1916
1917 * gdbint.texinfo (Target Architecture Definition): Mention
1918 TDEPLIBS.
1919
1920 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
1921
1922 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
1923 surrounding text to fit HP-UX bits into general info.
1924 (HPPA-cfg.texi): Remove, no longer useful.
1925
1926 * gdb.texinfo: Remove explicit links from @node lines, remove
1927 HP-added "Detailed Node Listing" from main menu which confuses
1928 things.
1929
1930 From Dmitry Sivachenko <dima@Chg.RU>:
1931 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
1932 in description of `set environment'.
1933
1934 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
1935
1936 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
1937
1938 1999-08-12 Ben Elliston <bje@cygnus.com>
1939
1940 * gdbint.texinfo (Breakpoint Handling): Add missing words.
1941
1942 1999-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1943
1944 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
1945 watch, awatch, and rwatch. Explain why the latter two cannot be
1946 set as software watchpoints. Document that watchpoints for local
1947 variables are deleted when the debuggee terminates.
1948
1949 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
1950
1951 * remote.texi (Protocol): Further clarification of the "qRcmd"
1952 packet. Allow E.. response packet. "qRcmd" packet is no longer
1953 reserved.
1954
1955 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1956
1957 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
1958 * gdb.texinfo: Ditto.
1959
1960 1999-08-06 Tom Tromey <tromey@cygnus.com>
1961
1962 * gdb.texinfo (KOD): New node.
1963
1964 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
1965
1966 * remote.texi (Rcmd): Fix minor formatting typos.
1967
1968 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
1969
1970 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
1971 packets.
1972
1973 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
1974
1975 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
1976 fixes.
1977
1978 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
1979
1980 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
1981
1982 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1983
1984 * remote.texi (Communication Protocol): ``v'' is in use. Fix
1985 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
1986 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
1987 packets that are not supported on all hosts. Expand examples.
1988 Spell check.
1989
1990 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
1991
1992 * Makefile.in: Recognize html, install-html. Add targets
1993 to build HTML versions of documentation via texi2html.
1994
1995 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
1996
1997 * gdbint.texinfo (Testsuite): New chapter, information about the
1998 testsuite.
1999
2000 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
2001
2002 * remote.texi (Communication Protocol): Rewrite.
2003
2004 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
2005
2006 * stabs.texinfo: Fix uses of xref.
2007
2008 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
2009
2010 * gdbint.texinfo: Add an anti-printf exhortation, and update the
2011 info about patch submission.
2012
2013 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
2014
2015 From Per Bothner <bothner@cygnus.com>:
2016 * gdb.texinfo: Document Chill support.
2017
2018 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
2019
2020 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
2021 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
2022 Document that the value should be greater-than or equal-to zero.
2023 (NO_STD_REGS): Document. Deprecate.
2024
2025 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
2026
2027 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
2028 Document that these are not used.
2029
2030 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
2031
2032 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
2033
2034 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
2035
2036 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
2037 numargs was dropped.
2038
2039 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
2040
2041 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
2042
2043 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
2044
2045 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
2046 Update.
2047
2048 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
2049
2050 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
2051 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
2052
2053 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
2054
2055 * gdbint.texinfo: Fix typos: $ -> @.
2056
2057 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
2058
2059 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
2060 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
2061 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
2062 BREAKPOINT_FROM_PC.
2063
2064 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
2065
2066 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
2067 CALL_DUMMY_STACK_ADJUST): Document.
2068
2069 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
2070
2071 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
2072 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
2073
2074 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
2075
2076 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
2077 longer exists.
2078
2079 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
2080
2081 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
2082 nearly all @ifset/@ifclear conditionals; nobody uses them, and
2083 they make the manual source incomprehensible.
2084 * h8-cfg.texi: Remove, hasn't been used in years.
2085
2086 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
2087
2088 * gdb.texinfo: Update the credits.
2089
2090 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
2091
2092 * gdb.texinfo: Fix mistakes noticed in printout of last
2093 draft, add Alpha to discussion of heuristic fence post.
2094
2095 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
2096
2097 * gdb.texinfo, remote.texi: Many changes; update to Seventh
2098 Edition, merge some HP changes into mainline, describe some
2099 previously undocumented features, describe more of the target
2100 commands available, eliminate obsolete section on renamed
2101 commands.
2102 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
2103
2104 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
2105
2106 * gdb.texinfo: Make many HPPA conditionals unconditional,
2107 including catchpoint description, since now on for all configs.
2108 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
2109 specializations.
2110
2111 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
2112
2113 * Makefile.in (GDBvn.texi): Fix match expression to work with
2114 current format of VERSION in gdb/Makefile.in.
2115 * gdb.texinfo: Fix node ref to match new readline.
2116
2117 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
2118
2119 * gdb.texinfo: Changes made as part of a project to merge in
2120 changes made by HP. Documentation makes extensive use of
2121 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
2122 on remote debugging. There are differences in documentation
2123 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
2124 the HP manual discusses catchpoints, hardware watchpoints, and
2125 some HPUX specific limitations for shared library support.
2126
2127 There are also a number of @node changes.
2128
2129 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
2130
2131 * gdbint.texinfo (Formatting): Disambiguate a sentence.
2132 (C Usage): Same.
2133
2134 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
2135
2136 The following changes were made by Edith Epstein
2137 <eepstein@cygnus.com> as part of a project to merge in changes
2138 made by HP.
2139
2140 * HPPA-cfg.texi: new file.
2141
2142 * all-cfg.texi: set HPPA for HP PA-RISC targets.
2143
2144 * refcard.tex: change documentation about catch.
2145 removed info catch.
2146
2147 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
2148
2149 * gdbint.texinfo: Expand on GDB's coding standards,
2150 specify the use of arg names with prototypes.
2151
2152 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
2153
2154 * gdb.texinfo: Fix tipo.
2155
2156 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
2157
2158 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
2159 TARGET_BYTE_ORDER_SELECTABLE_P.
2160
2161 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
2162
2163 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
2164
2165 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
2166
2167 * agentexpr.texi: New file.
2168
2169 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
2170
2171 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
2172
2173 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
2174
2175 * remote.texi: Changed wording that implied that the GDB remote
2176 protocol caches register values instead of GDB itself.
2177
2178 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
2179
2180 * gdbint.texinfo: Add some info about symbol readers.
2181 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
2182 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
2183 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
2184 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
2185
2186 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
2187
2188 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
2189
2190 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
2191
2192 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
2193
2194 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
2195
2196 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
2197 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
2198
2199 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
2200
2201 * gdbint.texinfo: Fix minor typos.
2202
2203 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
2204
2205 * gdbint.texinfo: Complete overhaul. Group descriptions more
2206 logically, add more info on generic algorithms, remove much
2207 obsolete and/or wrong material.
2208
2209 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
2210
2211 * stabs.texinfo (Method Type Descriptor): Expand and correct.
2212
2213 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
2214
2215 * refcard.tex: Copyright, address updates.
2216
2217 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
2218
2219 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
2220 for the edition instead of confusing GDB-version-like numbers.
2221
2222 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
2223
2224 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
2225
2226 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
2227
2228 * LRS: Reformat a bit to keep text under 80 columns.
2229
2230 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
2231
2232 * gdb.texinfo: Add some credits, mention bug monitor.
2233 * remote.texi: Mention mips monitor targets.
2234 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
2235
2236 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
2237
2238 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
2239 files, finish sorting of host vs target vs native macros, describe
2240 some more of them.
2241
2242 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
2243
2244 * gdbint.texinfo (Host Conditionals): Document change from
2245 using NO_MMALLOC to it's inverse, USE_MMALLOC.
2246
2247 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2248
2249 * gdbint.texinfo (Host Conditionals): Document
2250 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
2251
2252 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
2253
2254 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
2255 Document LSEEK_NOT_LINEAR.
2256
2257 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
2258
2259 * stabs.texinfo (Stab Section Basics): Make it clear that only
2260 some versions of the GNU linker remove the leading N_UNDF symbol.
2261
2262 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
2263
2264 * stabs.texinfo (String Field): Document type number pairs here,
2265 instead of in the Sun specific section.
2266 (Include Files): The GNU linker supports the N_BINCL
2267 optimization. Clarify the N_BINCL value, and what it is used
2268 for.
2269 (Procedures): Document N_FUN with an empty string to mark the end
2270 of a function.
2271 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
2272 (Sun Differences): Remove this node, as the information is now
2273 elsewhere in the main document.
2274 (Stab Section Basics): Mention that the GNU linker may optimize
2275 stabs and remove the leading N_UNDF symbol.
2276
2277 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
2278
2279 * gdb.texinfo, refcard.tex: Restore author credit
2280
2281 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
2282
2283 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
2284 documentation to account for START and END macros taking
2285 one arg.
2286
2287 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
2288
2289 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
2290 * gdb.texinfo (Frames): Fix typo.
2291
2292 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
2293
2294 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
2295 a target_signal as arg type, not a pid.
2296
2297 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
2298
2299 * gdb.texinfo: Document `set assembly-language'.
2300
2301 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
2302
2303 * remote.texi: Update list of stubs in the GDB distribution.
2304
2305 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
2306
2307 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
2308 Also document that some systems can use mmalloc but must define
2309 this if their C runtime allocates memory that is later freed.
2310 (MMCHECK_FORCE): Document new macro.
2311
2312 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
2313
2314 * remote.texi: Add documentation for target Sparclet.
2315
2316 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2317
2318 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
2319 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
2320 * configure.in: Rewritten for autoconf.
2321 * configure: New.
2322
2323 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
2324
2325 * Makefile.in (DVIPS): New define, set to dvips.
2326 (dvi): Add stabs.dvi.
2327 (ps): New target.
2328 (all-doc): Depend on info, dvi, and ps targets.
2329 (STAGESTUFF): Add *.ps and *.dvi files.
2330 (clean-info, clean-dvi): Remove.
2331 (mostlyclean): Does not depend upon clean-info or clean-dvi,
2332 rules completely rewritten.
2333 (maintainer-clean): Remove clean-info and clean-dvi
2334 dependencies and put their actions in the rules.
2335 (gdb.ps): New target
2336 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
2337 intermediate TeX files, whether they have 2 or 3 character
2338 extensions.
2339 (gdbint.ps): Add target and rules.
2340 (gdb-internals): Delete unused target.
2341 (Makefile): Depends upon config.status also.
2342
2343 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
2344
2345 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
2346 set.
2347
2348 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
2349
2350 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2351 * gdb.texinfo (Expressions): Fix erroneous array constant example.
2352
2353 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
2354
2355 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
2356
2357 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2358
2359 * gdb.texinfo (Print settings): Document
2360 `set/show print static-members' commands.
2361
2362 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
2363
2364 * gdbint.texinfo (Native): Document name change, coredep.c to
2365 core-aout.c.
2366
2367 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
2368
2369 * stabs.texinfo (Include Files): Document the values the SunOS4
2370 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
2371
2372 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
2373
2374 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
2375 Fix typo.
2376
2377 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
2378
2379 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
2380 "gdb.tar.Z".
2381
2382 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
2383
2384 * Makefile.in (maintainer-clean): New target, synonym for
2385 realclean.
2386
2387 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
2388
2389 * Update all FSF addresses except those in COPYING* files.
2390
2391 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
2392
2393 From Richard Earnshaw (rearnsha@armltd.co.uk):
2394 * gdb.texinfo (convenience variables): Document $_exitcode.
2395 (quit): Document optional expression to use as exit code.
2396
2397 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
2398
2399 * gdb.texinfo, remote.texi: Brought up to date with various
2400 GDB changes.
2401
2402 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
2403
2404 * gdb.texinfo: Update dates and versions, fix comments about
2405 hardware watchpoints in future releases and about the
2406 sharedlibrary command.
2407
2408 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2409
2410 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
2411 C_FUN stab. Other cleanups.
2412
2413 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2414
2415 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
2416 for the sparc stub.
2417
2418 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2419
2420 * annotate.texi: Clarify which addresses have differing formats
2421 depending on the language and which do not.
2422
2423 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2424
2425 * remote.texi (NetWare): Changed example to use BOARD= instead of
2426 NODE= argument to reflect correspoding change to gdbserve.nlm.
2427
2428 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2429
2430 * stabs.texinfo (Negative Type Numbers): Mention the fact that
2431 GDB, as well as AIX dbx, supports the size type attribute.
2432
2433 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2434
2435 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
2436
2437 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
2438
2439 * gdb.texinfo (Define): Document $arg0... arguments to commands,
2440 and new 'if' and 'while' commands.
2441
2442 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
2443
2444 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
2445
2446 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2447
2448 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
2449 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
2450 NetWare targets. Mostly stolen from the Server node.
2451
2452 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2453
2454 * gdb.texinfo (Setting): Talk about the language of a source file
2455 versus the working language. The old documentation did not match
2456 what GDB did.
2457
2458 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2459
2460 * stabs.texinfo (Source Files): Document N_SO used to mark the end
2461 of a source file.
2462
2463 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2464
2465 * gdb.texinfo (Processes): New node.
2466
2467 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2468
2469 * remote.texi: Update documentation of set/show mipsfpu.
2470
2471 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
2472
2473 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
2474 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
2475
2476 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
2477
2478 * gdbint.texinfo: Removed mentions of some incorrectly placed and
2479 obsolete conditionals, described some others.
2480
2481 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2482
2483 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
2484 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
2485
2486 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
2487
2488 * gdbint.texinfo: Put regex conditionals in their own table.
2489
2490 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
2491
2492 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
2493 described or fixed the descriptions of many others.
2494
2495 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
2496
2497 * gdb.texinfo: Add some more credits.
2498 * gdbint.texinfo: Capitalize GDB consistently, describe some
2499 macros and remove some.
2500
2501 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
2502
2503 * gdbint.texinfo: Removed mentions of many incorrectly placed and
2504 obsolete conditionals, described some others.
2505
2506 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2507
2508 * gdb.texinfo (help targets): Changed to `help target', which
2509 is the correct gdb command.
2510
2511 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2512
2513 * annotate.texi (TODO): New node, for keeping track of annotations
2514 suggested but not yet implemented.
2515
2516 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2517
2518 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
2519 another symbol, it is not the address itself.
2520
2521 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
2522
2523 * stabs.texinfo (Stab Section Basics): Add comment about alignment
2524 of stabs-in-coff sections.
2525
2526 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2527
2528 * annotate.texi: Change edition to 0.5 and date to May 1994.
2529 Add index.
2530 (Frames): New node, for frame annotation.
2531 (Displays): New node, for display annotation.
2532
2533 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
2534 when waiting for your program to stop.
2535
2536 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2537
2538 * annotate.texi (Breakpoint Info): Document annotation of header
2539 fields and record annotation.
2540
2541 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2542
2543 * annotate.texi: New file, to document annotations.
2544
2545 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2546
2547 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
2548 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
2549
2550 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2551
2552 * stabs.texinfo (Stab Section Basics): Say what is in .stab
2553 section, and say n_strx field is compilation unit relative.
2554 * stabs.texinfo: Don't use @code for a.out when it is the name of
2555 an object file format.
2556
2557 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2558
2559 * gdb.texinfo: Refer to file names, not path names, per rms
2560 convention.
2561 (Arguments): Fix typo.
2562
2563 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2564
2565 * stabs.texinfo (Global Variables): Talk about stabs in files
2566 where variables are referenced, but not defined.
2567
2568 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2569
2570 * stabs.texinfo: Move stuff on @ and # type descriptors from node
2571 Cplusplus to new nodes Member Type Descriptor and Method Type
2572 Descriptor. Re-write stuff for #.
2573
2574 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2575
2576 * gdb.texinfo (Print Settings): Don't document "set print
2577 fast-symbolic-addr off". The bug which it worked around was fixed
2578 on 25 Feb 94 in coffread.c, so I'm nuking the command.
2579
2580 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
2581 N_ENTRY node.
2582
2583 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
2584
2585 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2586
2587 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
2588 references to ieee-float.c.
2589
2590 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2591
2592 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
2593 match what the code actually does.
2594
2595 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2596
2597 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
2598
2599 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2600
2601 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
2602 i, and b.
2603
2604 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
2605
2606 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
2607 well as for ELF and SOM. Unify the descriptions of ELF and SOM
2608 as "stabs in sections" rather than just saying "ELF and SOM".
2609 Also make that stuff apply to COFF.
2610
2611 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2612
2613 * gdb.texinfo (Formatting Documentation): Change GhostScript to
2614 Ghostscript.
2615
2616 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2617
2618 * gdb.texinfo (Continuing and Stepping): When talking about "step"
2619 versus functions without line numbers, also mention stepping into
2620 them as well as "step" when you are in them. Tell the user how to
2621 deal with the situation. Add comment about "debugging information".
2622
2623 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2624
2625 * stabs.texinfo (Enumerations): Document restriction on where
2626 enumeration types can appear and still win with GDB.
2627
2628 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2629
2630 * stabs.texinfo (Negative Type Numbers): Document format for type
2631 -16.
2632
2633 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2634
2635 * gdb.texinfo (Selection, Frame Info): Update information about
2636 arbitrary frame specficiations.
2637
2638 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
2639
2640 * gdb.texinfo, remote.texi: general editing pass prior to Net release
2641
2642 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2643
2644 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
2645
2646 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2647
2648 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
2649
2650 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2651
2652 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
2653 Differences node to Statics node.
2654 (Statics): Discuss XCOFF use of V symbol descriptor.
2655
2656 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
2657 not clean.
2658
2659 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
2660
2661 * gdb.texinfo (Print Settings): Document `set print
2662 fast-symbolic-addr' and improve the doc for some other
2663 `set print's.
2664
2665 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2666
2667 * stabs.texinfo (String Field): Talk about defining several type
2668 numbers at once.
2669 Fix lint regarding changing node ELF Transformations to
2670 ELF and SOM Transformations.
2671
2672 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
2673
2674 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
2675
2676 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2677
2678 * stabs.texinfo (Cross-References): `::' is for nested types only
2679 within <>.
2680 (Structures): Document static members.
2681
2682 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2683
2684 * stabs.texinfo: Document S type attribute.
2685
2686 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2687
2688 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
2689
2690 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
2691
2692 * gdbint.texinfo: Fix a few typos.
2693
2694 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2695
2696 * gdb.texinfo, remote.texi: formatting improvements
2697
2698 * gdb.texinfo (New Features): mention threads.
2699 (Summary, C): fix xrefs in newly contributed text.
2700 (Threads): index entries, clarifications, example
2701 (passim): minor typos fixed, phrasing improvements
2702
2703 * remote.texi (Bootstrapping): rephrase text on ^C and add index
2704 entries; (Server): explain use of gdbserver w/real-time systems,
2705 add example of conflicting TCP port; (MIPS Remote) break up
2706 running text into table, highlighting commands, and add example.
2707
2708 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2709
2710 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
2711
2712 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2713
2714 * stabs.texinfo (Nested Symbols): New node.
2715 (String Field, Symbol Descriptors, Cross-References): Refer to it.
2716
2717 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2718
2719 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
2720 to picking which Bbss.bss symbol to use, and (because there seems to
2721 be no good way of doing it) re-write some of the text to make it
2722 sound like Bbss.bss isn't such a great idea after all (as currently
2723 designed).
2724
2725 * gdb.texinfo (C): In addition to saying people have to use g++ for
2726 good results, say they have to use stabs. Specifically say cfront
2727 doesn't work well.
2728 (Summary): Merge in information on Modula-2, Pascal, and Chill from
2729 the gdb README. Add xrefs to places where the support for the various
2730 languages is described in detail.
2731
2732 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2733
2734 * stabs.texinfo: Clean up stuff about visibility and virtual
2735 characters.
2736
2737 * stabs.texinfo (N_M2C): Cite Sun doc.
2738
2739 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2740
2741 * gdb.texinfo: updates re threads.
2742 * remote.texinfo: avoid index entries starting with digits.
2743
2744 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2745
2746 * stabs.texinfo (Enumerations): Talk about large, negative and
2747 octal values. Clean up cross reference to type attributes.
2748 (String Field): Say that GDB 4.11 supports size attribute.
2749
2750 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2751
2752 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
2753 is a mandatory step. Make the stuff about that more concise.
2754
2755 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2756
2757 * stabs.texinfo (Class Names): New node.
2758
2759 * gdb.texinfo (Command Files): Explain order of init file reading.
2760
2761 * remote.texi (Bootstrapping): Talk about getting the serial driver
2762 to deal with ^C sent by gdb to stop the remote system.
2763
2764 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
2765
2766 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
2767
2768 * libgdb.texinfo (Defining Commands): made the DOC arg
2769 to gdb_define_app_command a char * instead of char **
2770 per a suggestion from kingdon.
2771
2772 * libgdb.texinfo: total rewrite from a different starting
2773 premise.
2774
2775 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2776
2777 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
2778 floats passed as doubles (to improve clarity).
2779
2780 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2781
2782 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
2783
2784 * a4rc.sed: update to work with Andreas Vogel papersize params
2785
2786 * refcard.tex: use Andreas Vogel simplifications of papersize
2787 params; remove useless version info; update copyright date.
2788
2789 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2790
2791 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
2792
2793 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2794
2795 * gdb.texinfo (Files): Say what address the load command loads it at.
2796
2797 * stabs.texinfo (Common Blocks): Minor cleanups.
2798
2799 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
2800 that Sun has backed away from the linker kludge and thus the relevant
2801 issue is changes to the SunPRO tools, not the Solaris linker.
2802
2803 * stabs.texinfo (Traditional Integer Types): Clean up description
2804 of octal bounds a little bit. Document extra leading zeroes.
2805
2806 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2807
2808 * gdb.texinfo (Signaling): Update for symbolic symbol names
2809 and add a section explaining the difference between the GDB
2810 signal command and the shell kill utility.
2811
2812 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
2813
2814 * libgdb.texinfo: added `@' to braces that were unescaped.
2815
2816 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
2817
2818 * libgdb.texinfo: new file. Spec for the gdb library.
2819
2820 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2821
2822 * stabs.texinfo (Include Files): Fix typo (start -> end).
2823
2824 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2825
2826 * gdb.texinfo, remote.texi: assorted small improvements, mostly
2827 from Melissa at FSF's editing pass.
2828
2829 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2830
2831 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
2832 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
2833 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
2834
2835 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2836
2837 * remote.texi (Bootstrapping): Discuss 386 call gates.
2838
2839 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2840
2841 * stabs.texinfo (Based Variables): New node.
2842
2843 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
2844
2845 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
2846 names, sizes, and formats to suggest how not to lose.
2847
2848 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2849
2850 * stabs.texinfo (Methods): Fix typo.
2851
2852 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2853
2854 * gdb.texinfo: Fix a few typos.
2855
2856 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2857
2858 * gdb.texinfo: Clarify how well it works with Fortran.
2859
2860 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
2861 More on relocating stabs in ELF files.
2862
2863 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2864
2865 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
2866
2867 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2868
2869 * stabs.texinfo (Local Variable Parameters): Talk about nameless
2870 parameters on VAX.
2871
2872 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2873
2874 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
2875
2876 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2877
2878 * stabs.texinfo: Make info author notice match the TeX author notice.
2879
2880 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2881
2882 * stabs.texinfo: Initial-caps all words in node names and
2883 non-trivial words in section names.
2884
2885 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2886
2887 * stabs.texinfo: Many minor cleanups.
2888
2889 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
2890
2891 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
2892
2893 * stabs.texinfo: Remove full description of big example.
2894 It's not really helpful; just use pieces of it where appropriate.
2895 Add more Texinfo formatting directives (@samp, etc.).
2896 Use @deffn to define stab types.
2897 Eliminate some wordiness. Break up some nodes.
2898 Add an (alphabetized) index of symbol types.
2899 Use consistent capitalization style in node and section names.
2900
2901 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
2902
2903 * gdb.texinfo: Change typo "Two two" to "The two".
2904
2905 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2906
2907 * stabs.texinfo (XCOFF-differences): Remove references to
2908 non-existent types N_DECL and N_RPSYM.
2909
2910 * stabs.texinfo (String Field): Say that type attributes bug is
2911 fixed in GDB 4.10, since it is.
2912
2913 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
2914
2915 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
2916
2917 * stabs.texinfo: Formatting cleanups.
2918
2919 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2920
2921 * stabs.texinfo: When explaining the n_type of a stab, standardize
2922 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
2923 no tabs, use @r).
2924 (Global Variables): Clean up.
2925
2926 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2927
2928 * stabs.texinfo (Stack Variables): Re-write.
2929
2930 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2931
2932 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
2933 addresses of a source file. Also revise formatting.
2934 Change "object module" or "object file" to "source file".
2935 Various: Miscellaneous cleanups.
2936
2937 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2938
2939 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
2940
2941 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
2942
2943 * gdbint.texinfo: Removed many nonsensical machine-collected
2944 host and target conditionals, described some of the remainder.
2945
2946 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2947
2948 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
2949
2950 * gdbint.texinfo (Top): Add name to @top line, and re-write the
2951 paragraph which follows.
2952
2953 * gdbint.texinfo (Host): Use @code not @samp for Makefile
2954 variables. Looks better and avoids overful hbox.
2955
2956 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2957
2958 * stabs.texinfo (Procedures): Improve stuff on nested functions.
2959
2960 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2961
2962 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
2963 retransmit-timeout
2964
2965 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2966
2967 * gdbint.texinfo: Update statement about `some ancient Unix
2968 systems, like Ultrix 4.0' to Ultrix 4.2.
2969
2970 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
2971
2972 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
2973
2974 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
2975
2976 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
2977 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
2978
2979 * remote.texi: new name for former gdbinv-s.texi
2980
2981 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
2982
2983 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
2984
2985 * gdbinv-s.texi: Documented timeout and retransmit-timeout
2986 variables for MIPS remote debugging protocol.
2987
2988 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2989
2990 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
2991
2992 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2993
2994 * Makefile.in (refcard.dvi): Use srcdir where necessary.
2995
2996 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
2997
2998 * gdb.texinfo: repair conditional bugs in text markup
2999
3000 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3001
3002 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
3003 to select Modula-2 material.
3004
3005 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3006
3007 * stabs.texinfo: Cleanups regarding statics.
3008
3009 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
3010 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
3011
3012 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3013
3014 * stabs.texinfo: N_MAIN is sometimes used for C.
3015
3016 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3017
3018 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
3019
3020 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
3021
3022 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
3023 removed from the code by Kingdon.
3024
3025 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3026
3027 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
3028 input when evaluating breakpoint conditions; the bug has been fixed.
3029
3030 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
3031 sets the ignore count to N-1, not to N.
3032
3033 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3034
3035 * refcard.tex (\hoffset): correct longstanding error to match
3036 intended offset; avoids cutting off edge on some printers
3037
3038 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3039
3040 * stabs.texinfo (Parameters): Say that order of stabs is significant.
3041
3042 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3043
3044 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
3045
3046 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3047
3048 * Makefile.in: (REFEDITS) new var to control whether PS or CM
3049 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
3050 collect sed edits if any, apply to refcard before formatting;
3051 (refcard.ps) stop implying PS fonts if PS output requested;
3052 (lrefcard.ps) delete extra target for variant PS fonts
3053
3054 * refcard.tex: parametrize papersize dependent info, collect
3055 in easily replaced spot
3056
3057 * a4rc.sed: new file, edits to refcard for A4 paper
3058
3059 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3060
3061 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
3062
3063 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3064
3065 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
3066
3067 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3068
3069 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
3070 politely rather than rudely.
3071
3072 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3073
3074 * stabs.texinfo: Document common blocks.
3075
3076 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
3077
3078 * stabs.texinfo: Add some basic info about stabs-in-elf.
3079
3080 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3081
3082 * stabs.texinfo (Top): Minor cleanup.
3083
3084 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
3085
3086 * Makefile.in (install-info): remove parentdir support
3087
3088 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3089
3090 * gdb.texinfo (Copying): delete this node and references to it;
3091 RMS says this manual need not carry GPL. (passim): Improvements
3092 from last round at FSF, largely due to Ian Taylor review, and
3093 minor formatting improvements.
3094
3095 * gdbinv-s.texi (passim): Improvements from last round at FSF,
3096 largely due to Ian Taylor review. (Debug Session): minor edits to
3097 new text.
3098
3099 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
3100
3101 * Makefile.in (realclean): Remove info and dvi files too.
3102
3103 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
3104
3105 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
3106 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
3107 * gdb.texinfo: Change accordingly.
3108
3109 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
3110 N_{L,R}BRAC,N_SLINE are relative to.
3111
3112 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
3113
3114 * Makefile.in (GDBvn.texi): Update atomically.
3115
3116 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
3117
3118 * gdbinv-s.texi (Debug Session): Document exceptionHook.
3119
3120 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
3121
3122 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
3123 addresses together. Also motivate the set print symbol-filename
3124 command and suggest other solutions.
3125
3126 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
3127
3128 * gdb.texinfo (set print elements): Note that the number of
3129 elements is set to unlimited by "set print elements 0".
3130
3131 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
3132
3133 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
3134 NF_LDOUBLE means.
3135 (Stab Types): Include Solaris stab types.
3136 (Procedures): Document Solaris extensions.
3137
3138 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3139
3140 * gdb.texinfo: Add `set print symbol-filename' doc.
3141
3142 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3143
3144 * stabs.texinfo (Arrays): Talk about type definition vs. type
3145 information.
3146
3147 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
3148 the trailing semicolon.
3149
3150 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3151
3152 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
3153 and merge in other parts of the document addressing these subjects.
3154 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
3155
3156 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
3157 at the end of a range type.
3158
3159 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
3160 AIX extensions.
3161
3162 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3163
3164 * stabs.texinfo (Stabs Format): Misc fixes.
3165
3166 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3167
3168 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
3169 (Traditional builtin types): Document convex convention for long long.
3170 (Negative builtin types): Discuss type names, and misc fixes.
3171
3172 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3173
3174 * stabs.texinfo (Builtin Type Descriptors): Document the floating
3175 point types used with @samp{R} type descriptor.
3176 (Symbol Descriptors): Describe how to handle conflict between
3177 different meanings of @samp{P} symbol descriptor.
3178
3179 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3180
3181 * stabs.texinfo: Remove node Quick Reference and put its children
3182 directly under the main menu.
3183
3184 * stabs.texinfo: Many more changes to bring it into line with
3185 AIX documentation and reality. I think it now has all the
3186 information from the AIX documentation, except that I burned
3187 out when I got to variant records (Pascal and Modula-2) and
3188 all the COBOL types. Oh well, we can add them later when we're
3189 worrying more about those languages.
3190
3191 * stabs.texinfo (Automatic variables): Talk about what it means
3192 to omit the symbol descriptor.
3193
3194 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3195
3196 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
3197 gcc2 behavior with promoted args.
3198
3199 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3200
3201 * gdb.texinfo: include readline appendices in info version of manual
3202
3203 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3204
3205 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
3206 target remote.
3207
3208 * gdb.texinfo (Machine Code): more index entries for disassemble
3209
3210 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
3211
3212 * Clarify the intended use of the gdb-testers and gdb-patches
3213 mailing lists, and shrink gzip comment.
3214
3215 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3216
3217 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
3218 DOSHOST configuration of manual.
3219
3220 * gdb.texinfo (MIPS Stack): new node.
3221
3222 * all-config.texi (MIPS) new switch.
3223
3224 * gdbinv-s.texi (Nindy Options) Remove two instances of future
3225 tense; (MIPS Remote) new node.
3226
3227 * gdb.texinfo (passim) rephrases to work around makeinfo @value
3228 bug; (Environment) less passive, other small cleanups in text about
3229 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
3230 (Remote) new MIPS Remote menu entry.
3231
3232 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
3233
3234 * stabs.texinfo: Many changes to include information from the
3235 AIX documentation.
3236
3237 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
3238
3239 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
3240
3241 * gdbint.texinfo (new node Debugging GDB, elsewhere):
3242 Move a bunch of information from ../README.
3243 (Getting Started): New node.
3244
3245 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3246
3247 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
3248
3249 * gdb.texinfo: advance manual revision dates to present
3250
3251 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
3252 stop using silly Roman numerals in @set variable names
3253
3254 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
3255
3256 * stabs.texinfo (Parameters): Keep trying to get this right.
3257
3258 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
3259
3260 * stabs.texinfo (Parameters): More on "local parameters".
3261
3262 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
3263
3264 * stabs.texinfo (Parameters): Re-do "local parameters" section.
3265
3266 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
3267
3268 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
3269 (Parameters): Rewrite.
3270 (xcoff-differences, Sun-differences): Minor changes.
3271
3272 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
3273
3274 * stabs.texinfo: Minor cleanup.
3275
3276 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
3277
3278 * gdbint.texinfo: Minor xcoff stuff.
3279
3280 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
3281
3282 * gdbint.texinfo: Update for new config directory structure.
3283 Add info about internal type data structures.
3284
3285 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
3286
3287 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
3288 $(srcdir).
3289 (gdb-config.texi): Depend on file in $(srcdir).
3290
3291 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
3292
3293 * stabs.texinfo: Fixes about N_SO.
3294
3295 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3296
3297 * gdb.texinfo: include list of nonstandard init file names
3298
3299 * *-config.texi: new switch GENERIC for text that applies *only*
3300 to (usual) multiple-target version of manual
3301
3302 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
3303 h8 config
3304
3305 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
3306 in menus (rather than conditionally selected multiple alternative
3307 menus).
3308
3309 * Makefile.in: define and use DOC_CONFIG var to select
3310 configuration for GDB user manual.
3311
3312 * gdb-config.texi: delete from repository, generate from Makefile.
3313
3314 * all-config.texi: normal `generic' configuration file, formerly
3315 stored as gdb-config.texi
3316
3317 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3318
3319 * Makefile.in: add dvi target to build all .dvi files
3320
3321 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3322
3323 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
3324
3325 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
3326
3327 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
3328 host conditionals.
3329 * stabs.texinfo: More array fixes inspired by Jim's.
3330
3331 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
3332
3333 * stabs.texinfo: Fixes re arrays and continuations.
3334
3335 * gdbint.texinfo: Add XCOFF node.
3336
3337 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
3338
3339 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
3340
3341 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
3342
3343 * stabs.texinfo: Fix for array types to mention lower bounds.
3344
3345 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
3346
3347 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
3348
3349 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
3350
3351 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
3352
3353 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
3354
3355 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
3356 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
3357
3358 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
3359
3360 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
3361
3362 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3363
3364 * gdb.texinfo, gdbinv-s.texi: misc updates
3365
3366 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
3367
3368 * gdbint.texinfo: Brief documentation for longjmp support,
3369 from an email msg by Stu.
3370
3371 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
3372
3373 * stabs.texinfo: Fix description of floating point "range"
3374 types (which really define basic types). Reported by Jim Meehan,
3375 <meehan@src.dec.com>.
3376
3377 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
3378
3379 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
3380
3381 * gdbint.texinfo: Slightly expand section on supporting a new
3382 object file format.
3383
3384 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
3385
3386 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
3387 intermediate file.
3388
3389 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3390
3391 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
3392
3393 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3394
3395 * gdbinv-s.texi: z8000 simulator target name is just "sim"
3396
3397 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
3398 as well as Z8002.
3399
3400 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
3401
3402 * gdbint.texinfo: Add sections on clean design and on how to send
3403 in changes.
3404
3405 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
3406
3407 * gdbint.texinfo: Add how to declare the result of make_cleanup.
3408
3409 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
3410
3411 * gdb.texinfo: Fix typo, reported by Karl Berry.
3412
3413 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
3414
3415 * gdb.texinfo: Add opcodes dir to GDB distribution description.
3416
3417 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3418
3419 * gdbint.texinfo: fixed a stray email address (needs @@),
3420 added @table @code to node "Native Conditionals"
3421
3422 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
3423
3424 * gdbint.texinfo: Describe coding style of GDB.
3425
3426 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
3427
3428 * stabs.texinfo: Minor wording changes.
3429
3430 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
3431
3432 * gdbint.texinfo: Improve release doc slightly.
3433
3434 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
3435
3436 * gdbint.texinfo: Improve doc of GDB config macros.
3437
3438 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
3439
3440 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
3441 These will be reinserted when examined.
3442
3443 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
3444
3445 * gdbint.texinfo: Make a start at documenting all the #if macros
3446 in GDB. At least list them all, and start separating them into
3447 host-specific and target-specific.
3448
3449 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3450
3451 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
3452 examples (not consistent w others).
3453 gdb.texinfo: issue disclaimer paragraph on cmdline options only
3454 for generic vn of doc
3455
3456 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
3457
3458 * Makefile.in: always create installation directories.
3459
3460 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3461
3462 * gdb.texinfo: in h8 config, do not describe searching commands.
3463
3464 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3465
3466 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
3467 conditionals; introduce a few generic switches that may be
3468 useful for other cross-dev or dos-hosted configs.
3469
3470 * gdb.texinfo: fix typo in "info reg" description
3471
3472 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
3473
3474 * stabs.texinfo: Minor updates from running TeX over it.
3475 * Makefile.in (stabs.dvi, stabs.ps): Add.
3476
3477 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
3478
3479 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
3480 First pass at converting it to texinfo.
3481
3482 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
3483
3484 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
3485 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
3486
3487 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
3488
3489 * gdbint.texinfo: Add section on partial symbol tables.
3490
3491 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
3492
3493 * gdb.texinfo: document `set remotedebug' and `set
3494 rstack_high_address'.
3495
3496 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3497
3498 * gdb.texinfo: slight expansion of new text on reading info files
3499 * gdbinv-s.m4.in: correct and expand info on cross-debugging
3500 H8/300 from DOS.
3501
3502 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
3503
3504 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
3505
3506 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
3507
3508 * gdb.texinfo: Say how to read the `info' files.
3509
3510 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
3511
3512 * Makefile.in: gm4 -> m4.
3513
3514 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
3515
3516 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
3517 Documentation' ahead of `Installing GDB' to match README.
3518 Update shared library doc, -readnow and -mapped, and directory
3519 structure (add glob and mmalloc). Update configure doc.
3520
3521 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
3522
3523 * Makefile.in: remove $(srcdir) from gdb.info rule.
3524
3525 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3526
3527 * Makefile.in: commented out gdb-all.texinfo rule. This is
3528 temporary.
3529
3530 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
3531
3532 * Makefile.in, configure.in: removed traces of namesubdir,
3533 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
3534 copyrights to '92, changed some from Cygnus to FSF.
3535
3536 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
3537
3538 * gdb.texinfo: Improve how we ask for bug reports.
3539
3540 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3541
3542 * Makefile.in: infodir belongs in datadir.
3543
3544 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3545
3546 * Makefile.in: remove spaces following hyphens, bsd make can't
3547 cope. install using INSTALL_DATA. added clean-info. added
3548 standards.text support.
3549
3550 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3551
3552 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3553 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
3554 and mandir now keyed off datadir by default.
3555
3556 \f
3557 Local Variables:
3558 mode: change-log
3559 left-margin: 8
3560 fill-column: 74
3561 version-control: never
3562 End:
This page took 0.119716 seconds and 3 git commands to generate.