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