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