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