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