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