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