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