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