Unwind info bug fixes from David Mosberger.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
bf0184be
ND
12000-05-01 Nick Duffek <nsd@cygnus.com>
2
3 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4 startup sequence, minor edits.
5
41afff9a
EZ
62000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9 TeX.
10
11 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
12 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
13 like `n' and `s' which look weird. Convert some of the @kindex to
14 @vindex, when they refer to variables, not commands.
15
33e16fad
AC
16Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
17
18 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
19
7162c0ca
EZ
202000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * Makefile.in (GDBMI_DIR): New variable.
23 (SET_TEXINPUTS): Add $(GDBMI_DIR).
24 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
25 (gdbmi.texinfo): New target, for texi2roff.
26 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
27 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
28
29 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
30 gdbmi.texinfo.
31 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
32 comment.
33
d167840f
EZ
342000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
35
36 * gdb.texinfo (Files): Update description of add-symbol-file
37 command.
38
8487521e
EZ
392000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
40
41 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
42 prevents the build (and is generally a Bad Idea).
43
5beae2cf 442000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
00e4a2e4
EZ
45
46 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
47 a comma inside @var.
48 (Command Files): Index markup changes from Dmitry Sivachenko
49 <dima@Chg.RU>.
50
39ec5655
EZ
512000-04-16 Eli Zaretskii <eliz@is.elta.co.il>
52
53 * Makefile.in (LN_S): Define.
54 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
55 invoke "ln -s" unless it is known to work.
56
57 * configure.in (AC_PROG_LN_S): Add.
58
8dc7983f
JB
592000-04-14 Jim Blandy <jimb@redhat.com>
60
61 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
62 section.
63 (Target Conditionals): Document ADDRESS_TO_POINTER,
64 POINTER_TO_ADDRESS.
65
1a8237e8
DB
662000-04-11 Daniel Berlin <dan@cgsoftware.com>
67
68 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
69 gdb-cfg.texi to get the value.
70
ca526f1a
JB
712000-04-10 Jim Blandy <jimb@redhat.com>
72
73 * gdbint.texinfo (Target Architecture Definition): Fix
74 cross-references.
75
faaafcb4
JB
762000-04-08 Jim Blandy <jimb@redhat.com>
77
78 * gdbint.texinfo (Using Different Register and Memory Data
79 Representations): New section.
80 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
81 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
82 REGISTER_CONVERT_TO_RAW): Document.
83
1b27397f
AC
84Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
85
86 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
87 for acknowledgments.
88
480ff1fb
AC
89Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
90
91 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
92 qThreadExtraInfo.
93
f1251bdd
C
942000-03-28 J.T. Conklin <jtc@redback.com>
95
96 * gdb.texinfo: Clarify which remote debug protocol commands are
97 required and which are optional.
98
dbeb8dbd
AC
99Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
100
101 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
102 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
103 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
104 * annotate.texi: Update.
105
6d2ebf8b
SS
1062000-03-28 Stan Shebs <shebs@apple.com>
107
108 * gdb.texinfo: Update dates, bump to Eighth Edition (note
109 expectation of additional changes before release), update
110 ISBN, add copy of top-level menu for @ifhtml, remove explicit
111 node links, rephrase and/or shorten lines to fix formatting
112 problem in both regular and @smallbook formats.
113 * annotate.texi: Shorten lines in example, use smallexample
114 consistently everywhere.
115 * Makefile.in: Add comment about texinfo 4.0 html generation.
116 (SFILES_INCLUDED): Add annotate.texi.
117
5d161b24
DB
1182000-03-27 Daniel Berlin <dan@cgsoftware.com>
119
120 * gdb.texinfo (Debugging Output): Added new section, documenting
121 the "set/show debug" commands.
122
b9deaee7
AC
123Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
124
125 * annotate.texi (Annotations): When GDBN omit @chapter and @node
126 entry.
127
128 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
129 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
130 @chapter and @node entries.
131
132 * gdb.texinfo: Link all top-level nodes.
133
9ef47d30
AC
134Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
135
136 * Makefile.in (install-info): Create $(infodir) before installing
137 files.
138
cfeada60
FN
1392000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
140
141 From David Whedon <dwhedon@gordian.com>
142 * gdbint.texinfo : Added paragraphs about command deprecation.
143
6837a0a2
DB
1442000-03-22 Daniel Berlin <dan@cgsoftware.com>
145
146 * gdb.texinfo: Add documentation for the apropos command.
147
bba2971c
MS
1482000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
149
150 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
151
2b628194
MS
1522000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
153
154 * gdb.texinfo: Add white space to prevent overprinting in
155 two places.
156
96a2c332
SS
1572000-03-17 Stan Shebs <shebs@apple.com>
158
159 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
160 <dima@Chg.RU>, also clarification of allowed content for
161 string constants.
162
d700128c
EZ
1632000-03-16 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * gdb.texinfo (main menu): Add Annotations.
166 (File Options): Add @cindex entries for each command-line option.
167 Document --epoch, --annotate, --async, --interpreter, --write,
168 --statistics, and --version.
169
170 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
171 of GDB.
172
9d233477
JB
1732000-02-23 Jim Blandy <jimb@redhat.com>
174
175 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
176
14e0eb3b
JB
1772000-02-22 Jim Blandy <jimb@redhat.com>
178
179 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
180
3555de01
JM
1812000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
182
183 * Makefile.in (diststuff): New target.
184
5e35df8e
KB
1852000-02-15 Kevin Buettner <kevinb@redhat.com>
186
187 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 188 architecture. [From Jim Wilson.]
5e35df8e 189
c5394b80
JM
1902000-01-16 Tom Tromey <tromey@cygnus.com>
191
192 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
193 (Delete Breaks): Mention range arguments.
194 (Disabling): Likewise.
195
c3f6f71d
JM
1962000-01-05 Dmitry Sivachenko <dima@Chg.RU>
197
198 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
199
c4093a6a
JM
200Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
201
202 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
203 valid functions.
204
11cf8741
JM
2051999-11-05 Stan Shebs <shebs@andros.cygnus.com>
206
207 * gdb.texinfo: Clarify regular expressions used in rbreak.
208
917317f4
JM
2091999-10-15 Kevin Buettner <kevinb@cygnus.com>
210
211 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
212 MEMORY_REMOVE_BREAKPOINT): Document.
213
214Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
215
216 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
217 offset re-using the DATA offset instead.
218
2df3850c
JM
2191999-10-11 Jim Kingdon <kingdon@redhat.com>
220
221 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
222
2231999-10-05 Stan Shebs <shebs@andros.cygnus.com>
224
225 From Dmitry Sivachenko <demon@gpad.ac.ru>:
226 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
227 typos.
228
229 * gdb.texinfo: Various minor wording and formatting improvements,
230 mentions of additional command-line options.
231
2acceee2
JM
2321999-09-30 Fred Fish <fnf@cygnus.com>
233
234 * gdb.texinfo: Document additional forms of specifying section
235 names and addresses for the add-symbol-file command.
236
c2c6d25f
JM
2371999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
238
239 * gdbint.texinfo: Fix typo, add the word "have".
240
2411999-09-14 Jim Blandy <jimb@cris.red-bean.com>
242
243 * gdbint.texinfo (Target Architecture Definition): Document the
244 SKIP_PERMANENT_BREAKPOINT macro.
245
d4f3574e
SS
2461999-09-07 Stan Shebs <shebs@andros.cygnus.com>
247
248 * gdb.texinfo: Fiks speling errers.
249
250 * gdb.texinfo: Fix uses of @multitable.
251
252 From Eli Zaretskii <eliz@is.elta.co.il>:
253 * gdb.texinfo: Include details specific to DOS host, clarify
254 some confusing language, fix @ref/@xref/@pxref usages, add
255 comments about using with optimization, add more indexing,
256 fix info about disassembly-flavor.
257
258Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
259
260 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
261 SKIP_SOLIB_RESOLVER): Define.
262
263Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
264
265 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
266 ``g'' packets.
267
104c1213
JM
2681999-08-30 Stan Shebs <shebs@andros.cygnus.com>
269
270 * gdb.texinfo: Create a new "Configurations" chapter with
271 platform-specific info, inline remote.texi and move sections of it
272 into the new chapter, move bits about info proc, heuristic search,
273 and register stack into the new chapter.
274 * remote.texi: Remove, now part of gdb.texinfo.
275 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
276
2771999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
278
279 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
280 GDB_TARGET_IS_MACH386): These kludges have gone away.
281
282Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
283
284 * gdbint.texinfo (Target Architecture Definition): Mention
285 TDEPLIBS.
286
53a5351d
JM
2871999-08-20 Stan Shebs <shebs@andros.cygnus.com>
288
289 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
290 surrounding text to fit HP-UX bits into general info.
291 (HPPA-cfg.texi): Remove, no longer useful.
292
293 * gdb.texinfo: Remove explicit links from @node lines, remove
294 HP-added "Detailed Node Listing" from main menu which confuses
295 things.
296
297 From Dmitry Sivachenko <dima@Chg.RU>:
298 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
299 in description of `set environment'.
300
3011999-08-17 Stan Shebs <shebs@andros.cygnus.com>
302
303 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
304
7be570e7
JM
3051999-08-12 Ben Elliston <bje@cygnus.com>
306
307 * gdbint.texinfo (Breakpoint Handling): Add missing words.
308
3091999-08-10 Eli Zaretskii <eliz@is.elta.co.il>
310
311 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
312 watch, awatch, and rwatch. Explain why the latter two cannot be
313 set as software watchpoints. Document that watchpoints for local
314 variables are deleted when the debuggee terminates.
315
316Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
317
318 * remote.texi (Protocol): Further clarification of the "qRcmd"
319 packet. Allow E.. response packet. "qRcmd" packet is no longer
320 reserved.
321
3221999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
323
324 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
325 * gdb.texinfo: Ditto.
326
96baa820
JM
3271999-08-06 Tom Tromey <tromey@cygnus.com>
328
329 * gdb.texinfo (KOD): New node.
330
331Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
332
333 * remote.texi (Rcmd): Fix minor formatting typos.
334
335Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
336
337 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
338 packets.
339
adf40b2e
JM
3401999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
341
342 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
343 fixes.
344
43ff13b4
JM
345Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
346
347 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
348
085dd6e6
JM
349Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
350
351 * remote.texi (Communication Protocol): ``v'' is in use. Fix
352 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
353 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
354 packets that are not supported on all hosts. Expand examples.
355 Spell check.
356
3571999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
358
359 * Makefile.in: Recognize html, install-html. Add targets
360 to build HTML versions of documentation via texi2html.
361
362Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
363
364 * gdbint.texinfo (Testsuite): New chapter, information about the
365 testsuite.
366
367Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
368
369 * remote.texi (Communication Protocol): Rewrite.
370
371Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
372
373 * stabs.texinfo: Fix uses of xref.
374
9e0b60a8
JM
375Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
376
377 * gdbint.texinfo: Add an anti-printf exhortation, and update the
378 info about patch submission.
379
cce74817
JM
380Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
381
382 From Per Bothner <bothner@cygnus.com>:
383 * gdb.texinfo: Document Chill support.
384
385Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
386
387 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
388 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
389 Document that the value should be greater-than or equal-to zero.
390 (NO_STD_REGS): Document. Deprecate.
391
ac9a91a7
JM
392Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
393
394 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
395 Document that these are not used.
396
397Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
398
399 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
400
392a587b
JM
401Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
402
403 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
404 numargs was dropped.
405
406Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
407
408 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
409
b83266a0
SS
410Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
411
412 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
413 Update.
414
7a292a7a
SS
415Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
416
417 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
418 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
419
420Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
421
422 * gdbint.texinfo: Fix typos: $ -> @.
423
424Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
425
426 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
427 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
428 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
429 BREAKPOINT_FROM_PC.
430
431Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
432
433 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
434 CALL_DUMMY_STACK_ADJUST): Document.
435
436Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
437
438 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
439 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
440
4411999-04-02 Stan Shebs <shebs@andros.cygnus.com>
442
443 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
444 longer exists.
445
446Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
447
448 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
449 nearly all @ifset/@ifclear conditionals; nobody uses them, and
450 they make the manual source incomprehensible.
451 * h8-cfg.texi: Remove, hasn't been used in years.
452
c906108c
SS
453Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
454
455 * gdb.texinfo: Update the credits.
456
457Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
458
459 * gdb.texinfo: Fix mistakes noticed in printout of last
460 draft, add Alpha to discussion of heuristic fence post.
461
462Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
463
464 * gdb.texinfo, remote.texi: Many changes; update to Seventh
465 Edition, merge some HP changes into mainline, describe some
466 previously undocumented features, describe more of the target
467 commands available, eliminate obsolete section on renamed
468 commands.
469 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
470
471Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
472
473 * gdb.texinfo: Make many HPPA conditionals unconditional,
474 including catchpoint description, since now on for all configs.
475 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
476 specializations.
477
478Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
479
480 * Makefile.in (GDBvn.texi): Fix match expression to work with
481 current format of VERSION in gdb/Makefile.in.
482 * gdb.texinfo: Fix node ref to match new readline.
483
484Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
485
486 * gdb.texinfo: Changes made as part of a project to merge in
487 changes made by HP. Documentation makes extensive use of
488 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
489 on remote debugging. There are differences in documentation
490 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
491 the HP manual discusses catchpoints, hardware watchpoints, and
492 some HPUX specific limitations for shared library support.
493
494 There are also a number of @node changes.
495
4961999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
497
498 * gdbint.texinfo (Formatting): Disambiguate a sentence.
499 (C Usage): Same.
500
501Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
502
503 The following changes were made by Edith Epstein
504 <eepstein@cygnus.com> as part of a project to merge in changes
505 made by HP.
506
507 * HPPA-cfg.texi: new file.
508
509 * all-cfg.texi: set HPPA for HP PA-RISC targets.
510
511 * refcard.tex: change documentation about catch.
512 removed info catch.
513
514Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
515
516 * gdbint.texinfo: Expand on GDB's coding standards,
517 specify the use of arg names with prototypes.
518
5191998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
520
521 * gdb.texinfo: Fix tipo.
522
523Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
524
525 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
526 TARGET_BYTE_ORDER_SELECTABLE_P.
527
528Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
529
530 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
531
5321998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
533
534 * agentexpr.texi: New file.
535
536Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
537
538 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
539
5401998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
541
542 * remote.texi: Changed wording that implied that the GDB remote
543 protocol caches register values instead of GDB itself.
544
545Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
546
547 * gdbint.texinfo: Add some info about symbol readers.
548 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
549 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
550 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
551 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
552
553Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
554
555 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
556
557Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
558
559 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
560
561Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
562
563 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
564 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
565
566Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
567
568 * gdbint.texinfo: Fix minor typos.
569
570Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
571
572 * gdbint.texinfo: Complete overhaul. Group descriptions more
573 logically, add more info on generic algorithms, remove much
574 obsolete and/or wrong material.
575
576Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
577
578 * stabs.texinfo (Method Type Descriptor): Expand and correct.
579
580Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
581
582 * refcard.tex: Copyright, address updates.
583
584Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
585
586 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
587 for the edition instead of confusing GDB-version-like numbers.
588
589Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
590
591 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
592
593Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
594
595 * LRS: Reformat a bit to keep text under 80 columns.
596
597Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
598
599 * gdb.texinfo: Add some credits, mention bug monitor.
600 * remote.texi: Mention mips monitor targets.
601 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
602
603Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
604
605 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
606 files, finish sorting of host vs target vs native macros, describe
607 some more of them.
608
609Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
610
611 * gdbint.texinfo (Host Conditionals): Document change from
612 using NO_MMALLOC to it's inverse, USE_MMALLOC.
613
614Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
615
616 * gdbint.texinfo (Host Conditionals): Document
617 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
618
619Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
620
621 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
622 Document LSEEK_NOT_LINEAR.
623
624Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
625
626 * stabs.texinfo (Stab Section Basics): Make it clear that only
627 some versions of the GNU linker remove the leading N_UNDF symbol.
628
629Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
630
631 * stabs.texinfo (String Field): Document type number pairs here,
632 instead of in the Sun specific section.
633 (Include Files): The GNU linker supports the N_BINCL
634 optimization. Clarify the N_BINCL value, and what it is used
635 for.
636 (Procedures): Document N_FUN with an empty string to mark the end
637 of a function.
638 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
639 (Sun Differences): Remove this node, as the information is now
640 elsewhere in the main document.
641 (Stab Section Basics): Mention that the GNU linker may optimize
642 stabs and remove the leading N_UNDF symbol.
643
644Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
645
646 * gdb.texinfo, refcard.tex: Restore author credit
647
648Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
649
650 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
651 documentation to account for START and END macros taking
652 one arg.
653
654Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
655
656 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
657 * gdb.texinfo (Frames): Fix typo.
658
659Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
660
661 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
662 a target_signal as arg type, not a pid.
663
664Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
665
666 * gdb.texinfo: Document `set assembly-language'.
667
668Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
669
670 * remote.texi: Update list of stubs in the GDB distribution.
671
672Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
673
674 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
675 Also document that some systems can use mmalloc but must define
676 this if their C runtime allocates memory that is later freed.
677 (MMCHECK_FORCE): Document new macro.
678
679Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
680
681 * remote.texi: Add documentation for target Sparclet.
682
683Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
684
685 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
686 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
687 * configure.in: Rewritten for autoconf.
688 * configure: New.
689
690Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
691
692 * Makefile.in (DVIPS): New define, set to dvips.
693 (dvi): Add stabs.dvi.
694 (ps): New target.
695 (all-doc): Depend on info, dvi, and ps targets.
696 (STAGESTUFF): Add *.ps and *.dvi files.
697 (clean-info, clean-dvi): Remove.
698 (mostlyclean): Does not depend upon clean-info or clean-dvi,
699 rules completely rewritten.
700 (maintainer-clean): Remove clean-info and clean-dvi
701 dependencies and put their actions in the rules.
702 (gdb.ps): New target
703 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
704 intermediate TeX files, whether they have 2 or 3 character
705 extensions.
706 (gdbint.ps): Add target and rules.
707 (gdb-internals): Delete unused target.
708 (Makefile): Depends upon config.status also.
709
710Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
711
712 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
713 set.
714
715Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
716
717 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
718 * gdb.texinfo (Expressions): Fix erroneous array constant example.
719
720Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
721
722 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
723
724Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
725
726 * gdb.texinfo (Print settings): Document
727 `set/show print static-members' commands.
728
729Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
730
731 * gdbint.texinfo (Native): Document name change, coredep.c to
732 core-aout.c.
733
734Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
735
736 * stabs.texinfo (Include Files): Document the values the SunOS4
737 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
738
739Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
740
741 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
742 Fix typo.
743
744Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
745
746 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
747 "gdb.tar.Z".
748
749Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
750
751 * Makefile.in (maintainer-clean): New target, synonym for
752 realclean.
753
754Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
755
756 * Update all FSF addresses except those in COPYING* files.
757
758Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
759
760 From Richard Earnshaw (rearnsha@armltd.co.uk):
761 * gdb.texinfo (convenience variables): Document $_exitcode.
762 (quit): Document optional expression to use as exit code.
763
764Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
765
766 * gdb.texinfo, remote.texi: Brought up to date with various
767 GDB changes.
768
769Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
770
771 * gdb.texinfo: Update dates and versions, fix comments about
772 hardware watchpoints in future releases and about the
773 sharedlibrary command.
774
775Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
776
777 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
778 C_FUN stab. Other cleanups.
779
780Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
781
782 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
783 for the sparc stub.
784
785Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
786
787 * annotate.texi: Clarify which addresses have differing formats
788 depending on the language and which do not.
789
790Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
791
792 * remote.texi (NetWare): Changed example to use BOARD= instead of
793 NODE= argument to reflect correspoding change to gdbserve.nlm.
794
795Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
796
797 * stabs.texinfo (Negative Type Numbers): Mention the fact that
798 GDB, as well as AIX dbx, supports the size type attribute.
799
800Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
801
802 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
803
804Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
805
806 * gdb.texinfo (Define): Document $arg0... arguments to commands,
807 and new 'if' and 'while' commands.
808
809Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
810
811 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
812
813Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
814
815 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
816 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
817 NetWare targets. Mostly stolen from the Server node.
818
819Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
820
821 * gdb.texinfo (Setting): Talk about the language of a source file
822 versus the working language. The old documentation did not match
823 what GDB did.
824
825Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
826
827 * stabs.texinfo (Source Files): Document N_SO used to mark the end
828 of a source file.
829
830Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
831
832 * gdb.texinfo (Processes): New node.
833
834Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
835
836 * remote.texi: Update documentation of set/show mipsfpu.
837
3fc11d3e
JM
838Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
839
840 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
841 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
842
843Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
844
845 * gdbint.texinfo: Removed mentions of some incorrectly placed and
846 obsolete conditionals, described some others.
847
848Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
849
850 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
851 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
852
853Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
854
855 * gdbint.texinfo: Put regex conditionals in their own table.
856
857Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
858
859 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
860 described or fixed the descriptions of many others.
861
862Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
863
864 * gdb.texinfo: Add some more credits.
865 * gdbint.texinfo: Capitalize GDB consistently, describe some
866 macros and remove some.
867
868Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
869
870 * gdbint.texinfo: Removed mentions of many incorrectly placed and
871 obsolete conditionals, described some others.
872
873Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
874
875 * gdb.texinfo (help targets): Changed to `help target', which
876 is the correct gdb command.
877
878Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
879
880 * annotate.texi (TODO): New node, for keeping track of annotations
881 suggested but not yet implemented.
882
883Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
884
885 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
886 another symbol, it is not the address itself.
887
888Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
889
890 * stabs.texinfo (Stab Section Basics): Add comment about alignment
891 of stabs-in-coff sections.
892
893Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
894
895 * annotate.texi: Change edition to 0.5 and date to May 1994.
896 Add index.
897 (Frames): New node, for frame annotation.
898 (Displays): New node, for display annotation.
899
900 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
901 when waiting for your program to stop.
902
903Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
904
905 * annotate.texi (Breakpoint Info): Document annotation of header
906 fields and record annotation.
907
908Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
909
910 * annotate.texi: New file, to document annotations.
911
912Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
913
914 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
915 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
916
917Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
918
919 * stabs.texinfo (Stab Section Basics): Say what is in .stab
920 section, and say n_strx field is compilation unit relative.
921 * stabs.texinfo: Don't use @code for a.out when it is the name of
922 an object file format.
923
924Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
925
926 * gdb.texinfo: Refer to file names, not path names, per rms
927 convention.
928 (Arguments): Fix typo.
929
930Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
931
932 * stabs.texinfo (Global Variables): Talk about stabs in files
933 where variables are referenced, but not defined.
934
935Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
936
937 * stabs.texinfo: Move stuff on @ and # type descriptors from node
938 Cplusplus to new nodes Member Type Descriptor and Method Type
939 Descriptor. Re-write stuff for #.
940
941Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
942
943 * gdb.texinfo (Print Settings): Don't document "set print
944 fast-symbolic-addr off". The bug which it worked around was fixed
945 on 25 Feb 94 in coffread.c, so I'm nuking the command.
946
947 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
948 N_ENTRY node.
949
950 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
951
952Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
953
954 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
955 references to ieee-float.c.
956
957Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
958
959 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
960 match what the code actually does.
961
962Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
963
964 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
965
966Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
967
968 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
969 i, and b.
970
971Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
972
973 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
974 well as for ELF and SOM. Unify the descriptions of ELF and SOM
975 as "stabs in sections" rather than just saying "ELF and SOM".
976 Also make that stuff apply to COFF.
977
978Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
979
980 * gdb.texinfo (Formatting Documentation): Change GhostScript to
981 Ghostscript.
982
983Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
984
985 * gdb.texinfo (Continuing and Stepping): When talking about "step"
986 versus functions without line numbers, also mention stepping into
987 them as well as "step" when you are in them. Tell the user how to
988 deal with the situation. Add comment about "debugging information".
989
990Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
991
992 * stabs.texinfo (Enumerations): Document restriction on where
993 enumeration types can appear and still win with GDB.
994
995Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
996
997 * stabs.texinfo (Negative Type Numbers): Document format for type
998 -16.
999
1000Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1001
1002 * gdb.texinfo (Selection, Frame Info): Update information about
1003 arbitrary frame specficiations.
1004
1005Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
1006
1007 * gdb.texinfo, remote.texi: general editing pass prior to Net release
1008
1009Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1010
1011 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
1012
1013Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1014
1015 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
1016
1017Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1018
1019 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
1020 Differences node to Statics node.
1021 (Statics): Discuss XCOFF use of V symbol descriptor.
1022
1023 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
1024 not clean.
1025
1026Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
1027
1028 * gdb.texinfo (Print Settings): Document `set print
1029 fast-symbolic-addr' and improve the doc for some other
1030 `set print's.
1031
1032Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1033
1034 * stabs.texinfo (String Field): Talk about defining several type
1035 numbers at once.
1036 Fix lint regarding changing node ELF Transformations to
1037 ELF and SOM Transformations.
1038
1039Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
1040
1041 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
1042
1043Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1044
1045 * stabs.texinfo (Cross-References): `::' is for nested types only
1046 within <>.
1047 (Structures): Document static members.
1048
1049Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1050
1051 * stabs.texinfo: Document S type attribute.
1052
1053Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1054
1055 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
1056
1057Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
1058
1059 * gdbint.texinfo: Fix a few typos.
1060
1061Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1062
1063 * gdb.texinfo, remote.texi: formatting improvements
1064
1065 * gdb.texinfo (New Features): mention threads.
1066 (Summary, C): fix xrefs in newly contributed text.
1067 (Threads): index entries, clarifications, example
1068 (passim): minor typos fixed, phrasing improvements
1069
1070 * remote.texi (Bootstrapping): rephrase text on ^C and add index
1071 entries; (Server): explain use of gdbserver w/real-time systems,
1072 add example of conflicting TCP port; (MIPS Remote) break up
1073 running text into table, highlighting commands, and add example.
1074
1075Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1076
1077 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
1078
1079Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1080
1081 * stabs.texinfo (Nested Symbols): New node.
1082 (String Field, Symbol Descriptors, Cross-References): Refer to it.
1083
1084Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1085
1086 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
1087 to picking which Bbss.bss symbol to use, and (because there seems to
1088 be no good way of doing it) re-write some of the text to make it
1089 sound like Bbss.bss isn't such a great idea after all (as currently
1090 designed).
1091
1092 * gdb.texinfo (C): In addition to saying people have to use g++ for
1093 good results, say they have to use stabs. Specifically say cfront
1094 doesn't work well.
1095 (Summary): Merge in information on Modula-2, Pascal, and Chill from
1096 the gdb README. Add xrefs to places where the support for the various
1097 languages is described in detail.
1098
1099Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1100
1101 * stabs.texinfo: Clean up stuff about visibility and virtual
1102 characters.
1103
1104 * stabs.texinfo (N_M2C): Cite Sun doc.
1105
1106Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1107
1108 * gdb.texinfo: updates re threads.
1109 * remote.texinfo: avoid index entries starting with digits.
1110
1111Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1112
1113 * stabs.texinfo (Enumerations): Talk about large, negative and
1114 octal values. Clean up cross reference to type attributes.
1115 (String Field): Say that GDB 4.11 supports size attribute.
1116
1117Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1118
1119 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
1120 is a mandatory step. Make the stuff about that more concise.
1121
1122Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1123
1124 * stabs.texinfo (Class Names): New node.
1125
1126 * gdb.texinfo (Command Files): Explain order of init file reading.
1127
1128 * remote.texi (Bootstrapping): Talk about getting the serial driver
1129 to deal with ^C sent by gdb to stop the remote system.
1130
1131Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
1132
1133 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
1134
1135 * libgdb.texinfo (Defining Commands): made the DOC arg
1136 to gdb_define_app_command a char * instead of char **
1137 per a suggestion from kingdon.
1138
1139 * libgdb.texinfo: total rewrite from a different starting
1140 premise.
1141
1142Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1143
1144 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
1145 floats passed as doubles (to improve clarity).
1146
1147Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1148
1149 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
1150
1151 * a4rc.sed: update to work with Andreas Vogel papersize params
1152
1153 * refcard.tex: use Andreas Vogel simplifications of papersize
1154 params; remove useless version info; update copyright date.
1155
1156Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1157
1158 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
1159
1160Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1161
1162 * gdb.texinfo (Files): Say what address the load command loads it at.
1163
1164 * stabs.texinfo (Common Blocks): Minor cleanups.
1165
1166 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
1167 that Sun has backed away from the linker kludge and thus the relevant
1168 issue is changes to the SunPRO tools, not the Solaris linker.
1169
1170 * stabs.texinfo (Traditional Integer Types): Clean up description
1171 of octal bounds a little bit. Document extra leading zeroes.
1172
1173Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1174
1175 * gdb.texinfo (Signaling): Update for symbolic symbol names
1176 and add a section explaining the difference between the GDB
1177 signal command and the shell kill utility.
1178
1179Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
1180
1181 * libgdb.texinfo: added `@' to braces that were unescaped.
1182
1183Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
1184
1185 * libgdb.texinfo: new file. Spec for the gdb library.
1186
1187Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1188
1189 * stabs.texinfo (Include Files): Fix typo (start -> end).
1190
1191Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1192
1193 * gdb.texinfo, remote.texi: assorted small improvements, mostly
1194 from Melissa at FSF's editing pass.
1195
1196Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1197
1198 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
1199 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
1200 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
1201
1202Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1203
1204 * remote.texi (Bootstrapping): Discuss 386 call gates.
1205
1206Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
1207
1208 * stabs.texinfo (Based Variables): New node.
1209
1210Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
1211
1212 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
1213 names, sizes, and formats to suggest how not to lose.
1214
1215Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
1216
1217 * stabs.texinfo (Methods): Fix typo.
1218
1219Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1220
1221 * gdb.texinfo: Fix a few typos.
1222
1223Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1224
1225 * gdb.texinfo: Clarify how well it works with Fortran.
1226
1227 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
1228 More on relocating stabs in ELF files.
1229
1230Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1231
1232 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
1233
1234Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1235
1236 * stabs.texinfo (Local Variable Parameters): Talk about nameless
1237 parameters on VAX.
1238
1239Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1240
1241 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
1242
1243Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1244
1245 * stabs.texinfo: Make info author notice match the TeX author notice.
1246
1247Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1248
1249 * stabs.texinfo: Initial-caps all words in node names and
1250 non-trivial words in section names.
1251
1252Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1253
1254 * stabs.texinfo: Many minor cleanups.
1255
1256 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
1257
1258Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
1259
1260 * stabs.texinfo: Remove full description of big example.
1261 It's not really helpful; just use pieces of it where appropriate.
1262 Add more Texinfo formatting directives (@samp, etc.).
1263 Use @deffn to define stab types.
1264 Eliminate some wordiness. Break up some nodes.
1265 Add an (alphabetized) index of symbol types.
1266 Use consistent capitalization style in node and section names.
1267
1268Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
1269
1270 * gdb.texinfo: Change typo "Two two" to "The two".
1271
1272Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1273
1274 * stabs.texinfo (XCOFF-differences): Remove references to
1275 non-existent types N_DECL and N_RPSYM.
1276
1277 * stabs.texinfo (String Field): Say that type attributes bug is
1278 fixed in GDB 4.10, since it is.
1279
1280 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
1281
1282Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
1283
1284 * stabs.texinfo: Formatting cleanups.
1285
1286Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1287
1288 * stabs.texinfo: When explaining the n_type of a stab, standardize
1289 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
1290 no tabs, use @r).
1291 (Global Variables): Clean up.
1292
1293Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1294
1295 * stabs.texinfo (Stack Variables): Re-write.
1296
1297Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1298
1299 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
1300 addresses of a source file. Also revise formatting.
1301 Change "object module" or "object file" to "source file".
1302 Various: Miscellaneous cleanups.
1303
1304Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1305
1306 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
1307
1308Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
1309
1310 * gdbint.texinfo: Removed many nonsensical machine-collected
1311 host and target conditionals, described some of the remainder.
1312
1313Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1314
1315 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
1316
1317 * gdbint.texinfo (Top): Add name to @top line, and re-write the
1318 paragraph which follows.
1319
1320 * gdbint.texinfo (Host): Use @code not @samp for Makefile
1321 variables. Looks better and avoids overful hbox.
1322
1323Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1324
1325 * stabs.texinfo (Procedures): Improve stuff on nested functions.
1326
1327Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1328
1329 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
1330 retransmit-timeout
1331
1332Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1333
1334 * gdbint.texinfo: Update statement about `some ancient Unix
1335 systems, like Ultrix 4.0' to Ultrix 4.2.
1336
1337Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
1338
1339 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
1340
1341 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
1342
1343 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
1344 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
1345
1346 * remote.texi: new name for former gdbinv-s.texi
1347
1348 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
1349
1350Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
1351
1352 * gdbinv-s.texi: Documented timeout and retransmit-timeout
1353 variables for MIPS remote debugging protocol.
1354
1355Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1356
1357 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
1358
1359Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1360
1361 * Makefile.in (refcard.dvi): Use srcdir where necessary.
1362
1363Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
1364
1365 * gdb.texinfo: repair conditional bugs in text markup
1366
1367Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1368
1369 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
1370 to select Modula-2 material.
1371
1372Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1373
1374 * stabs.texinfo: Cleanups regarding statics.
1375
1376 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
1377 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
1378
1379Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1380
1381 * stabs.texinfo: N_MAIN is sometimes used for C.
1382
1383Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1384
1385 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
1386
1387Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
1388
1389 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
1390 removed from the code by Kingdon.
1391
1392Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1393
1394 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
1395 input when evaluating breakpoint conditions; the bug has been fixed.
1396
1397 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
1398 sets the ignore count to N-1, not to N.
1399
1400Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1401
1402 * refcard.tex (\hoffset): correct longstanding error to match
1403 intended offset; avoids cutting off edge on some printers
1404
1405Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1406
1407 * stabs.texinfo (Parameters): Say that order of stabs is significant.
1408
1409Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1410
1411 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
1412
1413Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1414
1415 * Makefile.in: (REFEDITS) new var to control whether PS or CM
1416 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
1417 collect sed edits if any, apply to refcard before formatting;
1418 (refcard.ps) stop implying PS fonts if PS output requested;
1419 (lrefcard.ps) delete extra target for variant PS fonts
1420
1421 * refcard.tex: parametrize papersize dependent info, collect
1422 in easily replaced spot
1423
1424 * a4rc.sed: new file, edits to refcard for A4 paper
1425
1426Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1427
1428 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
1429
1430Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1431
1432 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
1433
1434Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1435
1436 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
1437 politely rather than rudely.
1438
1439Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1440
1441 * stabs.texinfo: Document common blocks.
1442
1443Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
1444
1445 * stabs.texinfo: Add some basic info about stabs-in-elf.
1446
1447Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1448
1449 * stabs.texinfo (Top): Minor cleanup.
1450
1451Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
1452
1453 * Makefile.in (install-info): remove parentdir support
1454
1455Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1456
1457 * gdb.texinfo (Copying): delete this node and references to it;
1458 RMS says this manual need not carry GPL. (passim): Improvements
1459 from last round at FSF, largely due to Ian Taylor review, and
1460 minor formatting improvements.
1461
1462 * gdbinv-s.texi (passim): Improvements from last round at FSF,
1463 largely due to Ian Taylor review. (Debug Session): minor edits to
1464 new text.
1465
1466Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
1467
1468 * Makefile.in (realclean): Remove info and dvi files too.
1469
1470Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
1471
1472 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
1473 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
1474 * gdb.texinfo: Change accordingly.
1475
1476 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
1477 N_{L,R}BRAC,N_SLINE are relative to.
1478
1479Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
1480
1481 * Makefile.in (GDBvn.texi): Update atomically.
1482
1483Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
1484
1485 * gdbinv-s.texi (Debug Session): Document exceptionHook.
1486
1487Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
1488
1489 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
1490 addresses together. Also motivate the set print symbol-filename
1491 command and suggest other solutions.
1492
1493Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
1494
1495 * gdb.texinfo (set print elements): Note that the number of
1496 elements is set to unlimited by "set print elements 0".
1497
1498Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
1499
1500 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
1501 NF_LDOUBLE means.
1502 (Stab Types): Include Solaris stab types.
1503 (Procedures): Document Solaris extensions.
1504
1505Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1506
1507 * gdb.texinfo: Add `set print symbol-filename' doc.
1508
1509Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1510
1511 * stabs.texinfo (Arrays): Talk about type definition vs. type
1512 information.
1513
1514 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
1515 the trailing semicolon.
1516
1517Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1518
1519 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
1520 and merge in other parts of the document addressing these subjects.
1521 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
1522
1523 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
1524 at the end of a range type.
1525
1526 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
1527 AIX extensions.
1528
1529Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1530
1531 * stabs.texinfo (Stabs Format): Misc fixes.
1532
1533Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1534
1535 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
1536 (Traditional builtin types): Document convex convention for long long.
1537 (Negative builtin types): Discuss type names, and misc fixes.
1538
1539Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1540
1541 * stabs.texinfo (Builtin Type Descriptors): Document the floating
1542 point types used with @samp{R} type descriptor.
1543 (Symbol Descriptors): Describe how to handle conflict between
1544 different meanings of @samp{P} symbol descriptor.
1545
1546Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1547
1548 * stabs.texinfo: Remove node Quick Reference and put its children
1549 directly under the main menu.
1550
1551 * stabs.texinfo: Many more changes to bring it into line with
1552 AIX documentation and reality. I think it now has all the
1553 information from the AIX documentation, except that I burned
1554 out when I got to variant records (Pascal and Modula-2) and
1555 all the COBOL types. Oh well, we can add them later when we're
1556 worrying more about those languages.
1557
1558 * stabs.texinfo (Automatic variables): Talk about what it means
1559 to omit the symbol descriptor.
1560
1561Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1562
1563 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
1564 gcc2 behavior with promoted args.
1565
1566Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1567
1568 * gdb.texinfo: include readline appendices in info version of manual
1569
1570Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1571
1572 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
1573 target remote.
1574
1575 * gdb.texinfo (Machine Code): more index entries for disassemble
1576
1577Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
1578
1579 * Clarify the intended use of the gdb-testers and gdb-patches
1580 mailing lists, and shrink gzip comment.
1581
1582Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1583
1584 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
1585 DOSHOST configuration of manual.
1586
1587 * gdb.texinfo (MIPS Stack): new node.
1588
1589 * all-config.texi (MIPS) new switch.
1590
1591 * gdbinv-s.texi (Nindy Options) Remove two instances of future
1592 tense; (MIPS Remote) new node.
1593
1594 * gdb.texinfo (passim) rephrases to work around makeinfo @value
1595 bug; (Environment) less passive, other small cleanups in text about
1596 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
1597 (Remote) new MIPS Remote menu entry.
1598
1599Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
1600
1601 * stabs.texinfo: Many changes to include information from the
1602 AIX documentation.
1603
1604 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
1605
1606Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
1607
1608 * gdbint.texinfo (new node Debugging GDB, elsewhere):
1609 Move a bunch of information from ../README.
1610 (Getting Started): New node.
1611
1612Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1613
1614 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
1615
1616 * gdb.texinfo: advance manual revision dates to present
1617
1618 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
1619 stop using silly Roman numerals in @set variable names
1620
1621Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
1622
1623 * stabs.texinfo (Parameters): Keep trying to get this right.
1624
1625Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
1626
1627 * stabs.texinfo (Parameters): More on "local parameters".
1628
1629Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
1630
1631 * stabs.texinfo (Parameters): Re-do "local parameters" section.
1632
1633Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
1634
1635 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
1636 (Parameters): Rewrite.
1637 (xcoff-differences, Sun-differences): Minor changes.
1638
1639Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
1640
1641 * stabs.texinfo: Minor cleanup.
1642
1643Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
1644
1645 * gdbint.texinfo: Minor xcoff stuff.
1646
1647Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
1648
1649 * gdbint.texinfo: Update for new config directory structure.
1650 Add info about internal type data structures.
1651
1652Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
1653
1654 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
1655 $(srcdir).
1656 (gdb-config.texi): Depend on file in $(srcdir).
1657
1658Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
1659
1660 * stabs.texinfo: Fixes about N_SO.
1661
1662Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1663
1664 * gdb.texinfo: include list of nonstandard init file names
1665
1666 * *-config.texi: new switch GENERIC for text that applies *only*
1667 to (usual) multiple-target version of manual
1668
1669 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
1670 h8 config
1671
1672 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
1673 in menus (rather than conditionally selected multiple alternative
1674 menus).
1675
1676 * Makefile.in: define and use DOC_CONFIG var to select
1677 configuration for GDB user manual.
1678
1679 * gdb-config.texi: delete from repository, generate from Makefile.
1680
1681 * all-config.texi: normal `generic' configuration file, formerly
1682 stored as gdb-config.texi
1683
1684Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1685
1686 * Makefile.in: add dvi target to build all .dvi files
1687
1688Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1689
1690 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
1691
1692Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
1693
1694 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
1695 host conditionals.
1696 * stabs.texinfo: More array fixes inspired by Jim's.
1697
1698Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
1699
1700 * stabs.texinfo: Fixes re arrays and continuations.
1701
1702 * gdbint.texinfo: Add XCOFF node.
1703
1704Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
1705
1706 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
1707
1708Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
1709
1710 * stabs.texinfo: Fix for array types to mention lower bounds.
1711
1712Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
1713
1714 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
1715
1716Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
1717
1718 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
1719
1720Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
1721
1722 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
1723 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
1724
1725Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
1726
1727 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
1728
1729Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1730
1731 * gdb.texinfo, gdbinv-s.texi: misc updates
1732
1733Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
1734
1735 * gdbint.texinfo: Brief documentation for longjmp support,
1736 from an email msg by Stu.
1737
1738Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
1739
1740 * stabs.texinfo: Fix description of floating point "range"
1741 types (which really define basic types). Reported by Jim Meehan,
1742 <meehan@src.dec.com>.
1743
1744 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
1745
1746Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
1747
1748 * gdbint.texinfo: Slightly expand section on supporting a new
1749 object file format.
1750
1751Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
1752
1753 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
1754 intermediate file.
1755
1756Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1757
1758 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
1759
1760Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1761
1762 * gdbinv-s.texi: z8000 simulator target name is just "sim"
1763
1764 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
1765 as well as Z8002.
1766
1767Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
1768
1769 * gdbint.texinfo: Add sections on clean design and on how to send
1770 in changes.
1771
1772Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
1773
1774 * gdbint.texinfo: Add how to declare the result of make_cleanup.
1775
1776Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
1777
1778 * gdb.texinfo: Fix typo, reported by Karl Berry.
1779
1780Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
1781
1782 * gdb.texinfo: Add opcodes dir to GDB distribution description.
1783
1784Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1785
1786 * gdbint.texinfo: fixed a stray email address (needs @@),
1787 added @table @code to node "Native Conditionals"
1788
1789Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
1790
1791 * gdbint.texinfo: Describe coding style of GDB.
1792
1793Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
1794
1795 * stabs.texinfo: Minor wording changes.
1796
1797Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
1798
1799 * gdbint.texinfo: Improve release doc slightly.
1800
1801Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
1802
1803 * gdbint.texinfo: Improve doc of GDB config macros.
1804
1805Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
1806
1807 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
1808 These will be reinserted when examined.
1809
1810Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
1811
1812 * gdbint.texinfo: Make a start at documenting all the #if macros
1813 in GDB. At least list them all, and start separating them into
1814 host-specific and target-specific.
1815
1816Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1817
1818 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
1819 examples (not consistent w others).
1820 gdb.texinfo: issue disclaimer paragraph on cmdline options only
1821 for generic vn of doc
1822
1823Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
1824
1825 * Makefile.in: always create installation directories.
1826
1827Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1828
1829 * gdb.texinfo: in h8 config, do not describe searching commands.
1830
1831Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1832
1833 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
1834 conditionals; introduce a few generic switches that may be
1835 useful for other cross-dev or dos-hosted configs.
1836
1837 * gdb.texinfo: fix typo in "info reg" description
1838
1839Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
1840
1841 * stabs.texinfo: Minor updates from running TeX over it.
1842 * Makefile.in (stabs.dvi, stabs.ps): Add.
1843
1844Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
1845
1846 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
1847 First pass at converting it to texinfo.
1848
1849Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
1850
1851 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
1852 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
1853
1854Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
1855
1856 * gdbint.texinfo: Add section on partial symbol tables.
1857
1858Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
1859
1860 * gdb.texinfo: document `set remotedebug' and `set
1861 rstack_high_address'.
1862
1863Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1864
1865 * gdb.texinfo: slight expansion of new text on reading info files
1866 * gdbinv-s.m4.in: correct and expand info on cross-debugging
1867 H8/300 from DOS.
1868
1869Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
1870
1871 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
1872
1873Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
1874
1875 * gdb.texinfo: Say how to read the `info' files.
1876
1877Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
1878
1879 * Makefile.in: gm4 -> m4.
1880
1881Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
1882
1883 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
1884 Documentation' ahead of `Installing GDB' to match README.
1885 Update shared library doc, -readnow and -mapped, and directory
1886 structure (add glob and mmalloc). Update configure doc.
1887
1888Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
1889
1890 * Makefile.in: remove $(srcdir) from gdb.info rule.
1891
1892Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
1893
1894 * Makefile.in: commented out gdb-all.texinfo rule. This is
1895 temporary.
1896
1897Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
1898
1899 * Makefile.in, configure.in: removed traces of namesubdir,
1900 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
1901 copyrights to '92, changed some from Cygnus to FSF.
1902
1903Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
1904
1905 * gdb.texinfo: Improve how we ask for bug reports.
1906
1907Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1908
1909 * Makefile.in: infodir belongs in datadir.
1910
1911Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1912
1913 * Makefile.in: remove spaces following hyphens, bsd make can't
1914 cope. install using INSTALL_DATA. added clean-info. added
1915 standards.text support.
1916
1917Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1918
1919 * Makefile.in: idestdir and ddestdir go away. Added copyrights
1920 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
1921 and mandir now keyed off datadir by default.
1922
1923\f
1924Local Variables:
1925mode: indented-text
1926left-margin: 8
1927fill-column: 74
1928version-control: never
1929End:
This page took 0.154403 seconds and 4 git commands to generate.