* gdb.texinfo (EDITION, DATE): Update and change to use ordinals
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
2
3 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4 for the edition instead of confusing GDB-version-like numbers.
5
6 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7
8 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9
10 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11
12 * LRS: Reformat a bit to keep text under 80 columns.
13
14 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
15
16 * gdb.texinfo: Add some credits, mention bug monitor.
17 * remote.texi: Mention mips monitor targets.
18 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
19
20 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
21
22 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
23 files, finish sorting of host vs target vs native macros, describe
24 some more of them.
25
26 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
27
28 * gdbint.texinfo (Host Conditionals): Document change from
29 using NO_MMALLOC to it's inverse, USE_MMALLOC.
30
31 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
32
33 * gdbint.texinfo (Host Conditionals): Document
34 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
35
36 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
37
38 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
39 Document LSEEK_NOT_LINEAR.
40
41 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
42
43 * stabs.texinfo (Stab Section Basics): Make it clear that only
44 some versions of the GNU linker remove the leading N_UNDF symbol.
45
46 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
47
48 * stabs.texinfo (String Field): Document type number pairs here,
49 instead of in the Sun specific section.
50 (Include Files): The GNU linker supports the N_BINCL
51 optimization. Clarify the N_BINCL value, and what it is used
52 for.
53 (Procedures): Document N_FUN with an empty string to mark the end
54 of a function.
55 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
56 (Sun Differences): Remove this node, as the information is now
57 elsewhere in the main document.
58 (Stab Section Basics): Mention that the GNU linker may optimize
59 stabs and remove the leading N_UNDF symbol.
60
61 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
62
63 * gdb.texinfo, refcard.tex: Restore author credit
64
65 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
66
67 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
68 documentation to account for START and END macros taking
69 one arg.
70
71 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
72
73 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
74 * gdb.texinfo (Frames): Fix typo.
75
76 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
77
78 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
79 a target_signal as arg type, not a pid.
80
81 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
82
83 * gdb.texinfo: Document `set assembly-language'.
84
85 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
86
87 * remote.texi: Update list of stubs in the GDB distribution.
88
89 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
90
91 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
92 Also document that some systems can use mmalloc but must define
93 this if their C runtime allocates memory that is later freed.
94 (MMCHECK_FORCE): Document new macro.
95
96 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
97
98 * remote.texi: Add documentation for target Sparclet.
99
100 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
101
102 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
103 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
104 * configure.in: Rewritten for autoconf.
105 * configure: New.
106
107 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
108
109 * Makefile.in (DVIPS): New define, set to dvips.
110 (dvi): Add stabs.dvi.
111 (ps): New target.
112 (all-doc): Depend on info, dvi, and ps targets.
113 (STAGESTUFF): Add *.ps and *.dvi files.
114 (clean-info, clean-dvi): Remove.
115 (mostlyclean): Does not depend upon clean-info or clean-dvi,
116 rules completely rewritten.
117 (maintainer-clean): Remove clean-info and clean-dvi
118 dependencies and put their actions in the rules.
119 (gdb.ps): New target
120 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
121 intermediate TeX files, whether they have 2 or 3 character
122 extensions.
123 (gdbint.ps): Add target and rules.
124 (gdb-internals): Delete unused target.
125 (Makefile): Depends upon config.status also.
126
127 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
128
129 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
130 set.
131
132 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
133
134 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
135 * gdb.texinfo (Expressions): Fix erroneous array constant example.
136
137 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
138
139 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
140
141 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
142
143 * gdb.texinfo (Print settings): Document
144 `set/show print static-members' commands.
145
146 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
147
148 * gdbint.texinfo (Native): Document name change, coredep.c to
149 core-aout.c.
150
151 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
152
153 * stabs.texinfo (Include Files): Document the values the SunOS4
154 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
155
156 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
157
158 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
159 Fix typo.
160
161 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
162
163 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
164 "gdb.tar.Z".
165
166 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
167
168 * Makefile.in (maintainer-clean): New target, synonym for
169 realclean.
170
171 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
172
173 * Update all FSF addresses except those in COPYING* files.
174
175 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
176
177 From Richard Earnshaw (rearnsha@armltd.co.uk):
178 * gdb.texinfo (convenience variables): Document $_exitcode.
179 (quit): Document optional expression to use as exit code.
180
181 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
182
183 * gdb.texinfo, remote.texi: Brought up to date with various
184 GDB changes.
185
186 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
187
188 * gdb.texinfo: Update dates and versions, fix comments about
189 hardware watchpoints in future releases and about the
190 sharedlibrary command.
191
192 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
193
194 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
195 C_FUN stab. Other cleanups.
196
197 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
198
199 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
200 for the sparc stub.
201
202 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
203
204 * annotate.texi: Clarify which addresses have differing formats
205 depending on the language and which do not.
206
207 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
208
209 * remote.texi (NetWare): Changed example to use BOARD= instead of
210 NODE= argument to reflect correspoding change to gdbserve.nlm.
211
212 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
213
214 * stabs.texinfo (Negative Type Numbers): Mention the fact that
215 GDB, as well as AIX dbx, supports the size type attribute.
216
217 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
218
219 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
220
221 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
222
223 * gdb.texinfo (Define): Document $arg0... arguments to commands,
224 and new 'if' and 'while' commands.
225
226 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
227
228 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
229
230 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
231
232 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
233 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
234 NetWare targets. Mostly stolen from the Server node.
235
236 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
237
238 * gdb.texinfo (Setting): Talk about the language of a source file
239 versus the working language. The old documentation did not match
240 what GDB did.
241
242 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
243
244 * stabs.texinfo (Source Files): Document N_SO used to mark the end
245 of a source file.
246
247 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
248
249 * gdb.texinfo (Processes): New node.
250
251 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
252
253 * remote.texi: Update documentation of set/show mipsfpu.
254
255 start-sanitize-gdbtk
256 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
257
258 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
259 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
260 end-sanitize-gdbtk
261
262 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
263
264 * gdbint.texinfo: Removed mentions of some incorrectly placed and
265 obsolete conditionals, described some others.
266
267 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
268
269 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
270 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
271
272 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
273
274 * gdbint.texinfo: Put regex conditionals in their own table.
275
276 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
277
278 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
279 described or fixed the descriptions of many others.
280
281 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
282
283 * gdb.texinfo: Add some more credits.
284 * gdbint.texinfo: Capitalize GDB consistently, describe some
285 macros and remove some.
286
287 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
288
289 * gdbint.texinfo: Removed mentions of many incorrectly placed and
290 obsolete conditionals, described some others.
291
292 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
293
294 * gdb.texinfo (help targets): Changed to `help target', which
295 is the correct gdb command.
296
297 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
298
299 * annotate.texi (TODO): New node, for keeping track of annotations
300 suggested but not yet implemented.
301
302 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
303
304 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
305 another symbol, it is not the address itself.
306
307 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
308
309 * stabs.texinfo (Stab Section Basics): Add comment about alignment
310 of stabs-in-coff sections.
311
312 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
313
314 * annotate.texi: Change edition to 0.5 and date to May 1994.
315 Add index.
316 (Frames): New node, for frame annotation.
317 (Displays): New node, for display annotation.
318
319 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
320 when waiting for your program to stop.
321
322 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
323
324 * annotate.texi (Breakpoint Info): Document annotation of header
325 fields and record annotation.
326
327 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
328
329 * annotate.texi: New file, to document annotations.
330
331 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
332
333 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
334 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
335
336 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
337
338 * stabs.texinfo (Stab Section Basics): Say what is in .stab
339 section, and say n_strx field is compilation unit relative.
340 * stabs.texinfo: Don't use @code for a.out when it is the name of
341 an object file format.
342
343 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
344
345 * gdb.texinfo: Refer to file names, not path names, per rms
346 convention.
347 (Arguments): Fix typo.
348
349 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
350
351 * stabs.texinfo (Global Variables): Talk about stabs in files
352 where variables are referenced, but not defined.
353
354 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
355
356 * stabs.texinfo: Move stuff on @ and # type descriptors from node
357 Cplusplus to new nodes Member Type Descriptor and Method Type
358 Descriptor. Re-write stuff for #.
359
360 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
361
362 * gdb.texinfo (Print Settings): Don't document "set print
363 fast-symbolic-addr off". The bug which it worked around was fixed
364 on 25 Feb 94 in coffread.c, so I'm nuking the command.
365
366 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
367 N_ENTRY node.
368
369 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
370
371 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
372
373 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
374 references to ieee-float.c.
375
376 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
377
378 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
379 match what the code actually does.
380
381 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
382
383 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
384
385 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
386
387 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
388 i, and b.
389
390 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
391
392 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
393 well as for ELF and SOM. Unify the descriptions of ELF and SOM
394 as "stabs in sections" rather than just saying "ELF and SOM".
395 Also make that stuff apply to COFF.
396
397 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
398
399 * gdb.texinfo (Formatting Documentation): Change GhostScript to
400 Ghostscript.
401
402 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
403
404 * gdb.texinfo (Continuing and Stepping): When talking about "step"
405 versus functions without line numbers, also mention stepping into
406 them as well as "step" when you are in them. Tell the user how to
407 deal with the situation. Add comment about "debugging information".
408
409 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
410
411 * stabs.texinfo (Enumerations): Document restriction on where
412 enumeration types can appear and still win with GDB.
413
414 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
415
416 * stabs.texinfo (Negative Type Numbers): Document format for type
417 -16.
418
419 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
420
421 * gdb.texinfo (Selection, Frame Info): Update information about
422 arbitrary frame specficiations.
423
424 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
425
426 * gdb.texinfo, remote.texi: general editing pass prior to Net release
427
428 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
429
430 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
431
432 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
433
434 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
435
436 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
437
438 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
439 Differences node to Statics node.
440 (Statics): Discuss XCOFF use of V symbol descriptor.
441
442 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
443 not clean.
444
445 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
446
447 * gdb.texinfo (Print Settings): Document `set print
448 fast-symbolic-addr' and improve the doc for some other
449 `set print's.
450
451 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
452
453 * stabs.texinfo (String Field): Talk about defining several type
454 numbers at once.
455 Fix lint regarding changing node ELF Transformations to
456 ELF and SOM Transformations.
457
458 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
459
460 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
461
462 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
463
464 * stabs.texinfo (Cross-References): `::' is for nested types only
465 within <>.
466 (Structures): Document static members.
467
468 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
469
470 * stabs.texinfo: Document S type attribute.
471
472 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
473
474 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
475
476 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
477
478 * gdbint.texinfo: Fix a few typos.
479
480 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
481
482 * gdb.texinfo, remote.texi: formatting improvements
483
484 * gdb.texinfo (New Features): mention threads.
485 (Summary, C): fix xrefs in newly contributed text.
486 (Threads): index entries, clarifications, example
487 (passim): minor typos fixed, phrasing improvements
488
489 * remote.texi (Bootstrapping): rephrase text on ^C and add index
490 entries; (Server): explain use of gdbserver w/real-time systems,
491 add example of conflicting TCP port; (MIPS Remote) break up
492 running text into table, highlighting commands, and add example.
493
494 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
495
496 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
497
498 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
499
500 * stabs.texinfo (Nested Symbols): New node.
501 (String Field, Symbol Descriptors, Cross-References): Refer to it.
502
503 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
504
505 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
506 to picking which Bbss.bss symbol to use, and (because there seems to
507 be no good way of doing it) re-write some of the text to make it
508 sound like Bbss.bss isn't such a great idea after all (as currently
509 designed).
510
511 * gdb.texinfo (C): In addition to saying people have to use g++ for
512 good results, say they have to use stabs. Specifically say cfront
513 doesn't work well.
514 (Summary): Merge in information on Modula-2, Pascal, and Chill from
515 the gdb README. Add xrefs to places where the support for the various
516 languages is described in detail.
517
518 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
519
520 * stabs.texinfo: Clean up stuff about visibility and virtual
521 characters.
522
523 * stabs.texinfo (N_M2C): Cite Sun doc.
524
525 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
526
527 * gdb.texinfo: updates re threads.
528 * remote.texinfo: avoid index entries starting with digits.
529
530 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
531
532 * stabs.texinfo (Enumerations): Talk about large, negative and
533 octal values. Clean up cross reference to type attributes.
534 (String Field): Say that GDB 4.11 supports size attribute.
535
536 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
537
538 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
539 is a mandatory step. Make the stuff about that more concise.
540
541 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
542
543 * stabs.texinfo (Class Names): New node.
544
545 * gdb.texinfo (Command Files): Explain order of init file reading.
546
547 * remote.texi (Bootstrapping): Talk about getting the serial driver
548 to deal with ^C sent by gdb to stop the remote system.
549
550 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
551
552 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
553
554 * libgdb.texinfo (Defining Commands): made the DOC arg
555 to gdb_define_app_command a char * instead of char **
556 per a suggestion from kingdon.
557
558 * libgdb.texinfo: total rewrite from a different starting
559 premise.
560
561 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
562
563 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
564 floats passed as doubles (to improve clarity).
565
566 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
567
568 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
569
570 * a4rc.sed: update to work with Andreas Vogel papersize params
571
572 * refcard.tex: use Andreas Vogel simplifications of papersize
573 params; remove useless version info; update copyright date.
574
575 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
576
577 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
578
579 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
580
581 * gdb.texinfo (Files): Say what address the load command loads it at.
582
583 * stabs.texinfo (Common Blocks): Minor cleanups.
584
585 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
586 that Sun has backed away from the linker kludge and thus the relevant
587 issue is changes to the SunPRO tools, not the Solaris linker.
588
589 * stabs.texinfo (Traditional Integer Types): Clean up description
590 of octal bounds a little bit. Document extra leading zeroes.
591
592 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
593
594 * gdb.texinfo (Signaling): Update for symbolic symbol names
595 and add a section explaining the difference between the GDB
596 signal command and the shell kill utility.
597
598 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
599
600 * libgdb.texinfo: added `@' to braces that were unescaped.
601
602 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
603
604 * libgdb.texinfo: new file. Spec for the gdb library.
605
606 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
607
608 * stabs.texinfo (Include Files): Fix typo (start -> end).
609
610 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
611
612 * gdb.texinfo, remote.texi: assorted small improvements, mostly
613 from Melissa at FSF's editing pass.
614
615 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
616
617 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
618 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
619 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
620
621 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
622
623 * remote.texi (Bootstrapping): Discuss 386 call gates.
624
625 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
626
627 * stabs.texinfo (Based Variables): New node.
628
629 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
630
631 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
632 names, sizes, and formats to suggest how not to lose.
633
634 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
635
636 * stabs.texinfo (Methods): Fix typo.
637
638 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
639
640 * gdb.texinfo: Fix a few typos.
641
642 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
643
644 * gdb.texinfo: Clarify how well it works with Fortran.
645
646 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
647 More on relocating stabs in ELF files.
648
649 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
650
651 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
652
653 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
654
655 * stabs.texinfo (Local Variable Parameters): Talk about nameless
656 parameters on VAX.
657
658 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
659
660 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
661
662 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
663
664 * stabs.texinfo: Make info author notice match the TeX author notice.
665
666 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
667
668 * stabs.texinfo: Initial-caps all words in node names and
669 non-trivial words in section names.
670
671 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
672
673 * stabs.texinfo: Many minor cleanups.
674
675 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
676
677 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
678
679 * stabs.texinfo: Remove full description of big example.
680 It's not really helpful; just use pieces of it where appropriate.
681 Add more Texinfo formatting directives (@samp, etc.).
682 Use @deffn to define stab types.
683 Eliminate some wordiness. Break up some nodes.
684 Add an (alphabetized) index of symbol types.
685 Use consistent capitalization style in node and section names.
686
687 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
688
689 * gdb.texinfo: Change typo "Two two" to "The two".
690
691 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
692
693 * stabs.texinfo (XCOFF-differences): Remove references to
694 non-existent types N_DECL and N_RPSYM.
695
696 * stabs.texinfo (String Field): Say that type attributes bug is
697 fixed in GDB 4.10, since it is.
698
699 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
700
701 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
702
703 * stabs.texinfo: Formatting cleanups.
704
705 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
706
707 * stabs.texinfo: When explaining the n_type of a stab, standardize
708 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
709 no tabs, use @r).
710 (Global Variables): Clean up.
711
712 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
713
714 * stabs.texinfo (Stack Variables): Re-write.
715
716 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
717
718 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
719 addresses of a source file. Also revise formatting.
720 Change "object module" or "object file" to "source file".
721 Various: Miscellaneous cleanups.
722
723 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
724
725 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
726
727 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
728
729 * gdbint.texinfo: Removed many nonsensical machine-collected
730 host and target conditionals, described some of the remainder.
731
732 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
733
734 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
735
736 * gdbint.texinfo (Top): Add name to @top line, and re-write the
737 paragraph which follows.
738
739 * gdbint.texinfo (Host): Use @code not @samp for Makefile
740 variables. Looks better and avoids overful hbox.
741
742 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
743
744 * stabs.texinfo (Procedures): Improve stuff on nested functions.
745
746 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
747
748 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
749 retransmit-timeout
750
751 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
752
753 * gdbint.texinfo: Update statement about `some ancient Unix
754 systems, like Ultrix 4.0' to Ultrix 4.2.
755
756 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
757
758 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
759
760 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
761
762 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
763 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
764
765 * remote.texi: new name for former gdbinv-s.texi
766
767 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
768
769 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
770
771 * gdbinv-s.texi: Documented timeout and retransmit-timeout
772 variables for MIPS remote debugging protocol.
773
774 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
775
776 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
777
778 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
779
780 * Makefile.in (refcard.dvi): Use srcdir where necessary.
781
782 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
783
784 * gdb.texinfo: repair conditional bugs in text markup
785
786 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
787
788 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
789 to select Modula-2 material.
790
791 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
792
793 * stabs.texinfo: Cleanups regarding statics.
794
795 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
796 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
797
798 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
799
800 * stabs.texinfo: N_MAIN is sometimes used for C.
801
802 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
803
804 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
805
806 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
807
808 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
809 removed from the code by Kingdon.
810
811 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
812
813 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
814 input when evaluating breakpoint conditions; the bug has been fixed.
815
816 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
817 sets the ignore count to N-1, not to N.
818
819 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
820
821 * refcard.tex (\hoffset): correct longstanding error to match
822 intended offset; avoids cutting off edge on some printers
823
824 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
825
826 * stabs.texinfo (Parameters): Say that order of stabs is significant.
827
828 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
829
830 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
831
832 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
833
834 * Makefile.in: (REFEDITS) new var to control whether PS or CM
835 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
836 collect sed edits if any, apply to refcard before formatting;
837 (refcard.ps) stop implying PS fonts if PS output requested;
838 (lrefcard.ps) delete extra target for variant PS fonts
839
840 * refcard.tex: parametrize papersize dependent info, collect
841 in easily replaced spot
842
843 * a4rc.sed: new file, edits to refcard for A4 paper
844
845 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
846
847 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
848
849 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
850
851 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
852
853 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
854
855 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
856 politely rather than rudely.
857
858 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
859
860 * stabs.texinfo: Document common blocks.
861
862 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
863
864 * stabs.texinfo: Add some basic info about stabs-in-elf.
865
866 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
867
868 * stabs.texinfo (Top): Minor cleanup.
869
870 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
871
872 * Makefile.in (install-info): remove parentdir support
873
874 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
875
876 * gdb.texinfo (Copying): delete this node and references to it;
877 RMS says this manual need not carry GPL. (passim): Improvements
878 from last round at FSF, largely due to Ian Taylor review, and
879 minor formatting improvements.
880
881 * gdbinv-s.texi (passim): Improvements from last round at FSF,
882 largely due to Ian Taylor review. (Debug Session): minor edits to
883 new text.
884
885 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
886
887 * Makefile.in (realclean): Remove info and dvi files too.
888
889 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
890
891 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
892 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
893 * gdb.texinfo: Change accordingly.
894
895 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
896 N_{L,R}BRAC,N_SLINE are relative to.
897
898 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
899
900 * Makefile.in (GDBvn.texi): Update atomically.
901
902 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
903
904 * gdbinv-s.texi (Debug Session): Document exceptionHook.
905
906 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
907
908 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
909 addresses together. Also motivate the set print symbol-filename
910 command and suggest other solutions.
911
912 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
913
914 * gdb.texinfo (set print elements): Note that the number of
915 elements is set to unlimited by "set print elements 0".
916
917 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
918
919 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
920 NF_LDOUBLE means.
921 (Stab Types): Include Solaris stab types.
922 (Procedures): Document Solaris extensions.
923
924 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
925
926 * gdb.texinfo: Add `set print symbol-filename' doc.
927
928 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
929
930 * stabs.texinfo (Arrays): Talk about type definition vs. type
931 information.
932
933 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
934 the trailing semicolon.
935
936 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
937
938 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
939 and merge in other parts of the document addressing these subjects.
940 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
941
942 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
943 at the end of a range type.
944
945 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
946 AIX extensions.
947
948 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
949
950 * stabs.texinfo (Stabs Format): Misc fixes.
951
952 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
953
954 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
955 (Traditional builtin types): Document convex convention for long long.
956 (Negative builtin types): Discuss type names, and misc fixes.
957
958 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
959
960 * stabs.texinfo (Builtin Type Descriptors): Document the floating
961 point types used with @samp{R} type descriptor.
962 (Symbol Descriptors): Describe how to handle conflict between
963 different meanings of @samp{P} symbol descriptor.
964
965 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
966
967 * stabs.texinfo: Remove node Quick Reference and put its children
968 directly under the main menu.
969
970 * stabs.texinfo: Many more changes to bring it into line with
971 AIX documentation and reality. I think it now has all the
972 information from the AIX documentation, except that I burned
973 out when I got to variant records (Pascal and Modula-2) and
974 all the COBOL types. Oh well, we can add them later when we're
975 worrying more about those languages.
976
977 * stabs.texinfo (Automatic variables): Talk about what it means
978 to omit the symbol descriptor.
979
980 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
981
982 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
983 gcc2 behavior with promoted args.
984
985 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
986
987 * gdb.texinfo: include readline appendices in info version of manual
988
989 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
990
991 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
992 target remote.
993
994 * gdb.texinfo (Machine Code): more index entries for disassemble
995
996 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
997
998 * Clarify the intended use of the gdb-testers and gdb-patches
999 mailing lists, and shrink gzip comment.
1000
1001 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1002
1003 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
1004 DOSHOST configuration of manual.
1005
1006 * gdb.texinfo (MIPS Stack): new node.
1007
1008 * all-config.texi (MIPS) new switch.
1009
1010 * gdbinv-s.texi (Nindy Options) Remove two instances of future
1011 tense; (MIPS Remote) new node.
1012
1013 * gdb.texinfo (passim) rephrases to work around makeinfo @value
1014 bug; (Environment) less passive, other small cleanups in text about
1015 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
1016 (Remote) new MIPS Remote menu entry.
1017
1018 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
1019
1020 * stabs.texinfo: Many changes to include information from the
1021 AIX documentation.
1022
1023 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
1024
1025 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
1026
1027 * gdbint.texinfo (new node Debugging GDB, elsewhere):
1028 Move a bunch of information from ../README.
1029 (Getting Started): New node.
1030
1031 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1032
1033 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
1034
1035 * gdb.texinfo: advance manual revision dates to present
1036
1037 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
1038 stop using silly Roman numerals in @set variable names
1039
1040 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
1041
1042 * stabs.texinfo (Parameters): Keep trying to get this right.
1043
1044 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
1045
1046 * stabs.texinfo (Parameters): More on "local parameters".
1047
1048 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
1049
1050 * stabs.texinfo (Parameters): Re-do "local parameters" section.
1051
1052 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
1053
1054 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
1055 (Parameters): Rewrite.
1056 (xcoff-differences, Sun-differences): Minor changes.
1057
1058 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
1059
1060 * stabs.texinfo: Minor cleanup.
1061
1062 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
1063
1064 * gdbint.texinfo: Minor xcoff stuff.
1065
1066 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
1067
1068 * gdbint.texinfo: Update for new config directory structure.
1069 Add info about internal type data structures.
1070
1071 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
1072
1073 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
1074 $(srcdir).
1075 (gdb-config.texi): Depend on file in $(srcdir).
1076
1077 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
1078
1079 * stabs.texinfo: Fixes about N_SO.
1080
1081 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1082
1083 * gdb.texinfo: include list of nonstandard init file names
1084
1085 * *-config.texi: new switch GENERIC for text that applies *only*
1086 to (usual) multiple-target version of manual
1087
1088 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
1089 h8 config
1090
1091 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
1092 in menus (rather than conditionally selected multiple alternative
1093 menus).
1094
1095 * Makefile.in: define and use DOC_CONFIG var to select
1096 configuration for GDB user manual.
1097
1098 * gdb-config.texi: delete from repository, generate from Makefile.
1099
1100 * all-config.texi: normal `generic' configuration file, formerly
1101 stored as gdb-config.texi
1102
1103 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1104
1105 * Makefile.in: add dvi target to build all .dvi files
1106
1107 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1108
1109 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
1110
1111 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
1112
1113 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
1114 host conditionals.
1115 * stabs.texinfo: More array fixes inspired by Jim's.
1116
1117 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
1118
1119 * stabs.texinfo: Fixes re arrays and continuations.
1120
1121 * gdbint.texinfo: Add XCOFF node.
1122
1123 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
1124
1125 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
1126
1127 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
1128
1129 * stabs.texinfo: Fix for array types to mention lower bounds.
1130
1131 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
1132
1133 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
1134
1135 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
1136
1137 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
1138
1139 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
1140
1141 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
1142 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
1143
1144 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
1145
1146 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
1147
1148 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1149
1150 * gdb.texinfo, gdbinv-s.texi: misc updates
1151
1152 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
1153
1154 * gdbint.texinfo: Brief documentation for longjmp support,
1155 from an email msg by Stu.
1156
1157 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
1158
1159 * stabs.texinfo: Fix description of floating point "range"
1160 types (which really define basic types). Reported by Jim Meehan,
1161 <meehan@src.dec.com>.
1162
1163 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
1164
1165 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
1166
1167 * gdbint.texinfo: Slightly expand section on supporting a new
1168 object file format.
1169
1170 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
1171
1172 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
1173 intermediate file.
1174
1175 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1176
1177 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
1178
1179 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1180
1181 * gdbinv-s.texi: z8000 simulator target name is just "sim"
1182
1183 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
1184 as well as Z8002.
1185
1186 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
1187
1188 * gdbint.texinfo: Add sections on clean design and on how to send
1189 in changes.
1190
1191 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
1192
1193 * gdbint.texinfo: Add how to declare the result of make_cleanup.
1194
1195 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
1196
1197 * gdb.texinfo: Fix typo, reported by Karl Berry.
1198
1199 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
1200
1201 * gdb.texinfo: Add opcodes dir to GDB distribution description.
1202
1203 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1204
1205 * gdbint.texinfo: fixed a stray email address (needs @@),
1206 added @table @code to node "Native Conditionals"
1207
1208 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
1209
1210 * gdbint.texinfo: Describe coding style of GDB.
1211
1212 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
1213
1214 * stabs.texinfo: Minor wording changes.
1215
1216 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
1217
1218 * gdbint.texinfo: Improve release doc slightly.
1219
1220 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
1221
1222 * gdbint.texinfo: Improve doc of GDB config macros.
1223
1224 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
1225
1226 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
1227 These will be reinserted when examined.
1228
1229 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
1230
1231 * gdbint.texinfo: Make a start at documenting all the #if macros
1232 in GDB. At least list them all, and start separating them into
1233 host-specific and target-specific.
1234
1235 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1236
1237 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
1238 examples (not consistent w others).
1239 gdb.texinfo: issue disclaimer paragraph on cmdline options only
1240 for generic vn of doc
1241
1242 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
1243
1244 * Makefile.in: always create installation directories.
1245
1246 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1247
1248 * gdb.texinfo: in h8 config, do not describe searching commands.
1249
1250 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1251
1252 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
1253 conditionals; introduce a few generic switches that may be
1254 useful for other cross-dev or dos-hosted configs.
1255
1256 * gdb.texinfo: fix typo in "info reg" description
1257
1258 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
1259
1260 * stabs.texinfo: Minor updates from running TeX over it.
1261 * Makefile.in (stabs.dvi, stabs.ps): Add.
1262
1263 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
1264
1265 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
1266 First pass at converting it to texinfo.
1267
1268 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
1269
1270 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
1271 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
1272
1273 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
1274
1275 * gdbint.texinfo: Add section on partial symbol tables.
1276
1277 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
1278
1279 * gdb.texinfo: document `set remotedebug' and `set
1280 rstack_high_address'.
1281
1282 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1283
1284 * gdb.texinfo: slight expansion of new text on reading info files
1285 * gdbinv-s.m4.in: correct and expand info on cross-debugging
1286 H8/300 from DOS.
1287
1288 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
1289
1290 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
1291
1292 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
1293
1294 * gdb.texinfo: Say how to read the `info' files.
1295
1296 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
1297
1298 * Makefile.in: gm4 -> m4.
1299
1300 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
1301
1302 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
1303 Documentation' ahead of `Installing GDB' to match README.
1304 Update shared library doc, -readnow and -mapped, and directory
1305 structure (add glob and mmalloc). Update configure doc.
1306
1307 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
1308
1309 * Makefile.in: remove $(srcdir) from gdb.info rule.
1310
1311 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
1312
1313 * Makefile.in: commented out gdb-all.texinfo rule. This is
1314 temporary.
1315
1316 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
1317
1318 * Makefile.in, configure.in: removed traces of namesubdir,
1319 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
1320 copyrights to '92, changed some from Cygnus to FSF.
1321
1322 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
1323
1324 * gdb.texinfo: Improve how we ask for bug reports.
1325
1326 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1327
1328 * Makefile.in: infodir belongs in datadir.
1329
1330 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1331
1332 * Makefile.in: remove spaces following hyphens, bsd make can't
1333 cope. install using INSTALL_DATA. added clean-info. added
1334 standards.text support.
1335
1336 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1337
1338 * Makefile.in: idestdir and ddestdir go away. Added copyrights
1339 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
1340 and mandir now keyed off datadir by default.
1341
1342 \f
1343 Local Variables:
1344 mode: indented-text
1345 left-margin: 8
1346 fill-column: 74
1347 version-control: never
1348 End:
This page took 0.061296 seconds and 4 git commands to generate.