2003-06-01 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2003-05-21 Andrew Cagney <cagney@redhat.com>
2
3 * gdbint.texinfo (Target Architecture Definition): Delete
4 references to "extract_address" and "store_address".
5
6 2003-05-16 Andrew Cagney <cagney@redhat.com>
7
8 * gdbint.texinfo (Target Architecture Definition): Replace
9 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
11
12 2003-05-14 Theodore A. Roth <troth@openavr.org>
13
14 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
15
16 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
17
18 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
19 (gdb.dvi): Likewise.
20 (gdb.pdf): Likewise.
21 (links2roff): Likewise.
22
23 2003-05-08 Jim Blandy <jimb@redhat.com>
24
25 * gdb.texinfo (Dump/Restore Files): Update documentation for
26 'dump', 'append', and 'restore': note that format argument is
27 optional; simplify presentation of the command variants; and be
28 more precise about the formats.
29
30 2003-05-07 Jim Blandy <jimb@redhat.com>
31
32 * gdb.texinfo (Symbols): Update documentation: 'maint list
33 symtabs' and 'maint list psymtabs' have been renamed 'maint info
34 symtabs' and 'maint info psymtabs'.
35
36 2003-05-05 Andrew Cagney <cagney@redhat.com>
37
38 * gdbint.texinfo (Target Architecture Definition): Make
39 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
40 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
41 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
42
43 2003-05-04 Andrew Cagney <cagney@redhat.com>
44
45 * gdb.texinfo (Maintenance Commands): Document "maint print
46 dummy-frames".
47
48 2003-05-04 Andrew Cagney <cagney@redhat.com>
49
50 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
51
52 2003-05-03 J. Brobecker <brobecker@gnat.com>
53
54 Thierry Schneider <tpschneider1@yahoo.com>
55 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
56 for new MI command.
57
58 2003-05-03 Andrew Cagney <cagney@redhat.com>
59
60 * gdbint.texinfo (Target Architecture Definition): Document
61 push_dummy_code. Add cross references.
62
63 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
64
65 * gdb.texinfo (Character Sets): Update to reflect new behavior of
66 set/show charsets commands.
67
68 2003-04-28 Andrew Cagney <cagney@redhat.com>
69
70 * gdbint.texinfo (Target Architecture Definition): Replace
71 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
72 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
73
74 2003-04-28 Andrew Cagney <cagney@redhat.com>
75
76 * gdbint.texinfo (Target Architecture Definition): Rename
77 "tm_print_insn" to "deprecated_tm_print_insn".
78
79 2003-04-09 Jim Blandy <jimb@redhat.com>
80
81 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
82 list psymtabs'.
83
84 2003-04-08 Andrew Cagney <cagney@redhat.com>
85
86 * gdbint.texinfo (Target Architecture Definition): Delete
87 references to EXTRA_FRAME_INFO.
88
89 2003-04-08 Andrew Cagney <cagney@redhat.com>
90
91 * gdbint.texinfo (Target Architecture Definition): Delete
92 PRINT_TYPELESS_INTEGER.
93
94 2003-04-02 J. Brobecker <brobecker@gnat.com>
95
96 * observer.texi (GDB Observers): Adjust the documentation for the
97 normal_stop notification to better describe reality. Fix a couple
98 of minor typos.
99
100 2003-04-02 Bob Rossi <bob_rossi@cox.net>
101
102 * gdb.texinfo (GDB/MI Program Control): Add
103 '-file-list-exec-source-file'
104
105 2003-03-31 Andrew Cagney <cagney@redhat.com>
106
107 * gdbint.texinfo (Target Architecture Definition): Delete
108 references to CALL_DUMMY_P.
109
110 2003-03-30 Andrew Cagney <cagney@redhat.com>
111
112 * gdbint.texinfo (Target Architecture Definition): Remove
113 reference to TARGET_WRITE_SP.
114
115 2003-03-27 Andrew Cagney <cagney@redhat.com>
116
117 * gdbint.texinfo (Target Architecture Definition): Remove
118 references to write_sp.
119
120 2003-03-27 Andrew Cagney <cagney@redhat.com>
121
122 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
123 chapter body. Use @smallexample instead of @example.
124 (Annotations): Ditto.
125 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
126 annotate.texi.
127
128 2003-03-26 Andrew Cagney <cagney@redhat.com>
129
130 * gdbint.texinfo (Target Architecture Definition): Replace
131 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
132 dummy_addr parameters.
133
134 2003-03-25 Andrew Cagney <cagney@redhat.com>
135
136 * gdbint.texinfo (Target Architecture Definition): Delete
137 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
138 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
139 Add reference to PUSH_ARGUMENTS.
140
141 2003-03-23 Andrew Cagney <cagney@redhat.com>
142
143 * gdbint.texinfo (Algorithms, Target Architecture Definition):
144 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
145
146 2003-03-18 J. Brobecker <brobecker@gnat.com>
147
148 * gdbint.texinfo (Algorithms): Add new section describing the
149 Observer paradigm.
150 (Top): Add menu entry to new observer appendix.
151 * observer.texi: New file.
152 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
153 new observer.texi file.
154
155 2003-03-17 Andrew Cagney <cagney@redhat.com>
156
157 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
158 that GNU Press update the manual version number.
159
160 2003-03-12 Andrew Cagney <cagney@redhat.com>
161
162 * gdbint.texinfo (Target Architecture Definition): Delete
163 references to get_saved_register. Rename GET_SAVED_REGISTER to
164 DEPRECATED_GET_SAVED_REGISTER.
165
166 2003-03-13 Andrew Cagney <cagney@redhat.com>
167
168 * gdbint.texinfo (Target Architecture Definition): Replace
169 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
170
171 2003-03-12 Andrew Cagney <cagney@redhat.com>
172
173 * gdbint.texinfo (Target Architecture Definition): Rename
174 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
175
176 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
177
178 * gdb.texinfo: Add File-I/O documentation.
179
180 2003-03-10 Andrew Cagney <cagney@redhat.com>
181
182 * gdbint.texinfo (Target Architecture Definition): Cross reference
183 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
184
185 2003-03-07 Andrew Cagney <cagney@redhat.com>
186
187 * gdb.texinfo (Debugging Output): Mention the "set/show debug
188 frame" command.
189
190 2003-03-05 Andrew Cagney <cagney@redhat.com>
191
192 * gdbint.texinfo (Target Architecture Definition): Document
193 unwind_dummy_id. Cross reference unwind_dummy_id and
194 SAVE_DUMMY_FRAME_TOS.
195
196 2003-03-05 James Ingham <jingham@apple.com>
197 Daniel Jacobowitz <drow@mvista.com>
198
199 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
200 and "show cp-abi".
201
202 2003-03-03 Andrew Cagney <cagney@redhat.com>
203
204 * gdbint.texinfo (Target Architecture Definition): Document
205 register_type.
206
207 2003-03-03 Andrew Cagney <cagney@redhat.com>
208
209 * stabs.texinfo (Structures): Use @samp and separate @var's
210 instead of a single @var containing a comma separated list.
211 (Unions): Ditto.
212
213 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
214
215 * Makefile.in (distclean): Remove config.log.
216
217 2003-03-01 Andrew Cagney <cagney@redhat.com>
218
219 * gdbint.texinfo (Target Architecture Definition): Rename
220 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
221
222 2003-03-01 Andrew Cagney <cagney@redhat.com>
223
224 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
225 DEPRECATED_INIT_EXTRA_FRAME_INFO.
226
227 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
228
229 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
230 (Non-debug DLL symbols): New node, describing the minimal symbols
231 loaded from DLLs without real debugging symbols.
232
233 2003-02-20 Andrew Cagney <ac131313@redhat.com>
234
235 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
236 hardware-breakpoint-limit".
237 (Set Watchpoints): Add cross reference to "set remote
238 hardware-watchpoint-limit".
239 (Remote configuration options): New section.
240
241 2003-02-04 Andrew Cagney <ac131313@redhat.com>
242
243 * gdbint.texinfo (Target Architecture Definition): Delete
244 descrption of IS_TRAPPED_INTERNALVAR.
245
246 From Keith Seitz <keiths@redhat.com>:
247 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
248 option "-i"/"--interpreter" to this chapter. Include index
249 entries.
250
251 2003-02-04 David Carlton <carlton@math.stanford.edu>
252
253 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
254 (Variables): Recommend stabs+ and DWARF 2.
255 (C plus plus expressions): Correct info about
256 compiler versions, debug formats.
257 (Contributors): Change 'DWARF2' to 'DWARF 2'.
258 PR symtab/874.
259
260 2003-02-01 Andrew Cagney <ac131313@redhat.com>
261
262 * gdbint.texinfo (Target Architecture Definition): Delete
263 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
264 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
265 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
266 references to nindy and i960.
267 * gdb.texinfo (i960): Delete all references to i960 and nindy.
268
269 2003-02-01 Andrew Cagney <ac131313@redhat.com>
270
271 * gdbint.texinfo (Target Architecture Definition): Delete
272 FLOAT_INFO.
273
274 2003-01-30 Andrew Cagney <ac131313@redhat.com>
275
276 * stabs.texinfo (Member Type Descriptor): Clarify description of
277 `@'. Suggested by Ben Hutchings.
278
279 2003-01-29 Andrew Cagney <ac131313@redhat.com>
280
281 * gdb.texinfo (M68K): Delete reference to es1800.
282
283 2003-01-29 Andrew Cagney <ac131313@redhat.com>
284
285 * gdb.texinfo (Maintenance Commands): Document `maint print
286 reggroups' and `maint print register-groups'.
287 * gdbint.texinfo (Target Architecture Definition): Document
288 register_reggroup_p.
289
290 2003-01-23 Jim Blandy <jimb@redhat.com>
291
292 * gdb.texinfo (Separate Debug Files): New section.
293
294 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
295
296 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
297 and "maint show profile".
298
299 2003-01-16 Michael Chastain <mec@shout.net>
300
301 * gdb.texinfo (Installing GDB): Warn against
302 ".../gdb-VERSION/gdb/configure".
303 (Separate Objdir): Likewise.
304
305 2003-01-15 Andrew Cagney <ac131313@redhat.com>
306
307 * gdbint.texinfo (Target Architecture Definition): Delete
308 definition of PRINT_REGISTER_HOOK.
309
310 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
311
312 (OpenRISC 1000): Fix formatting of command names.
313
314 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
315
316 * gdb.texinfo (Continuing and Stepping): Add new command
317 'advance'. Clarify behavior of 'until'.
318
319 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
320
321 * gdb.texinfo (Files): Document solib-absolute-prefix and
322 solib-search-path.
323
324 2003-01-09 Michael Chastain <mec@shout.net>
325
326 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
327 (Create a Release): Add new instructions for new @file{src-release}.
328 Document existing instructions for @file{Makefile.in} as
329 being for @value{GDBN} 5.3.1 or earlier.
330
331 2003-01-09 Andrew Cagney <ac131313@redhat.com>
332
333 * gdbint.texinfo (Target Architecture Definition): Mention
334 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
335 allocate memory.
336
337 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
338
339 * gdb.texinfo (Controlling GDB): Add @kindex for
340 "show osabi".
341 (Backtraces): Add @kindex's for backtrace-below-main.
342
343 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
344
345 * gdb.texinfo (Controlling GDB): Document "set osabi".
346
347 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
348
349 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
350 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
351
352 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
353
354 * gdb.texinfo (Controlling GDB): Add ABI section. Document
355 "set coerce-float-to-double".
356 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
357
358 2003-01-02 Andrew Cagney <ac131313@redhat.com>
359
360 * stabs.texinfo: Remove obsolete text.
361 * gdbint.texinfo: Ditto.
362 * gdb.texinfo: Ditto.
363
364 2002-12-22 Mark Kettenis <kettenis@gnu.org>
365
366 * gdbint.texinfo (Target Architecture Definition): Update
367 description of gdbarch_register_osabi.
368
369 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
370
371 * agentexpr.texi: Fix typos.
372 * annotate.texi: Likewise.
373 * fdl.texi: Likewise.
374
375 2002-12-10 Andrew Cagney <cagney@redhat.com>
376
377 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
378 DEPRECATED_INIT_FRAME_PC.
379
380 2002-12-01 Andrew Cagney <ac131313@redhat.com>
381
382 * gdbint.texinfo (Target Architecture Definition): Delete
383 PC_IN_CALL_DUMMY.
384
385 2002-11-28 Andrew Cagney <ac131313@redhat.com>
386
387 * gdbint.texinfo (Host Definition): Delete documentation on
388 USE_GENERIC_DUMMY_FRAMES.
389
390 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
391
392 Fix PR gdb/723 and PR gdb/245.
393 * Makefile.in (install-info): Run the install-info command as part
394 of the post install steps only.
395 (uninstall-info): New target.
396 (uninstall): New target.
397
398 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
399
400 * Makefile.in (install): Make install do some real work.
401
402 2002-11-19 Andrew Cagney <ac131313@redhat.com>
403
404 Fix POSIX problem reported by Paul Eggert.
405 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
406 Fix PR gdb/527.
407
408 2002-10-26 Andrew Cagney <cagney@redhat.com>
409
410 * gdbint.texinfo (Target Architecture Definition): Delete
411 definition of DO_REGISTERS_INFO.
412
413 2002-10-18 Kevin Buettner <kevinb@redhat.com>
414
415 * gdbint.texinfo (Address Classes): Fix problems with insertion
416 of ``{'' and ``}'' in example.
417
418 2002-10-17 Kevin Buettner <kevinb@redhat.com>
419
420 * gdbint.texinfo (Address Classes): New section.
421 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
422 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
423 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
424 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
425
426 2002-10-11 Klee Dienes <kdienes@apple.com>
427
428 * gdb.texinfo (Registers): Mention vector registers as well as
429 floating registers in the documentation for 'info registers' and
430 'info all-registers'.
431
432 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
433
434 * gdbint.texinfo (CPLUS_MARKER): Remove item.
435
436 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
437
438 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
439 interface definition.
440
441 2002-10-03 Marko Mlinar <markom@opencores.org>
442
443 * gdb.texinfo (Target Commands): Add or1k target specific
444 commands.
445 * gdb.texinfo (Contributors): Add myself to the contributors list.
446
447 2002-10-01 Andrew Cagney <ac131313@redhat.com>
448
449 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
450 and "mi1" instead of "mi1" and "mi0".
451
452 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
453
454 * gdb.texinfo (Packets): Fix typos "alligned".
455 Correct z3/Z3 description. Correct z4/Z4 title.
456
457 2002-09-27 Andrew Cagney <ac131313@redhat.com>
458
459 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
460
461 2002-09-25 Kevin Buettner <kevinb@redhat.com>
462
463 * gdb.texinfo: Use GNU/Linux instead of Linux.
464
465 2002-09-25 Andrew Cagney <ac131313@redhat.com>
466
467 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
468
469 2002-09-24 Andrew Cagney <ac131313@redhat.com>
470
471 * gdb.texinfo: Replace @example with @smallexample.
472
473 2002-09-20 Kevin Buettner <kevinb@redhat.com>
474
475 From Eli Zaretskii <eliz@is.elta.co.il>:
476 * gdb.texinfo (Character Sets): Use @smallexample instead of
477 @example. Use GNU/Linux instead of Linux.
478
479 2002-09-20 Jim Blandy <jimb@redhat.com>
480
481 * gdb.texinfo: Add character set documentation.
482
483 2002-09-19 Andrew Cagney <ac131313@redhat.com>
484
485 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
486 (Packets): Add cross reference from `b' packet to `z' packets.
487
488 2002-09-19 Andrew Cagney <ac131313@redhat.com>
489
490 * gdb.texinfo (Maintenance Commands): Document ``maint
491 internal-error'' and ``maint internal-warning''.
492
493 * gdbint.texinfo (Target Architecture Definition): Revise
494 description of STACK_ALIGN. Add description of FRAME_ALIGN.
495
496 2002-09-19 Joel Brobecker <brobecker@gnat.com>
497
498 * gdbint.texinfo (Target Conditionals): Document the new
499 NAME_OF_MALLOC macro.
500
501 2002-09-05 Andrew Cagney <ac131313@redhat.com>
502
503 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
504 engineer.
505
506 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
507
508 * gdb.texinfo (TUI Overview): Document status line fields.
509
510 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
511
512 * gdb.texinfo (TUI Commands): Document info win command.
513
514 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
515
516 * gdb.texinfo (TUI Overview): Document breakpoint markers.
517
518 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
519
520 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
521 (TUI Keys): Likewise.
522
523 2002-08-25 Andrew Cagney <ac131313@redhat.com>
524
525 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
526 for a packet receive.
527
528 2002-08-25 Andrew Cagney <ac131313@redhat.com>
529
530 * Makefile.in (clean): Move to end of file.
531 (distclean, maintainer-clean, realclean): Ditto.
532 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
533 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
534 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
535 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
536
537 2002-08-24 Andrew Cagney <ac131313@redhat.com>
538
539 * Makefile.in (GDBINT_TEX_TMPS): Define.
540 (gdbint.dvi, gdbint.pdf): Use
541 (GDB_TEX_TMPS): Define.
542 (gdb.dvi, gdb.pdf): Use.
543 (STABS_TEX_TMPS): Define.
544 (stabs.dvi, stabs.pdf): Use.
545 (GDB_DOC_SOURCE_INCLUDES): New macros.
546 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
547 (GDBINT_DOC_FILES_INCLUDES): New macros.
548 (GDBINT_DOC_BUILD_INCLUDES): New macros.
549 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
550 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
551 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
552 (links2roff): Replace SFILES_INCLUDED with
553 GDB_DOC_SOURCE_INCLUDES.
554 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
555 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
556 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
557 dependencies.
558 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
559 dependencies.
560 (gdbmi.texinfo): Delete rule.
561 (inc-hist.texinfo): Delete rule.
562 (rluser.texinfo): Delete rule.
563
564 2002-08-23 Andrew Cagney <cagney@redhat.com>
565
566 * gdbint.texinfo (Target Architecture Definition): Update
567 STORE_RETURN_VALUE, mention regcache.
568
569 2002-08-21 Andrew Cagney <ac131313@redhat.com>
570
571 * gdbint.texinfo (Target Architecture Definition): Document
572 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
573
574 2002-08-19 Andrew Cagney <ac131313@redhat.com>
575
576 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
577 Fix minor typos. Add index entries.
578
579 2002-08-18 Andrew Cagney <ac131313@redhat.com>
580
581 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
582
583 2002-08-15 Andrew Cagney <ac131313@redhat.com>
584
585 * gdbint.texinfo (Target Architecture Definition): Document
586 PRINT_VECTOR_INFO.
587 * gdb.texinfo (Vector Unit): Document "info vectors" command.
588
589 2002-08-13 Andrew Cagney <ac131313@redhat.com>
590
591 * gdb.texinfo (Maintenance Commands): Document "maint print
592 registers", "maint print raw-registers" and "maint print
593 cooked-registers".
594
595 2002-08-08 Grace Sainsbury <graces@redhat.com>
596
597 From Mark Salter:
598 * gdb.texinfo (Protocol): Document T packet extension to
599 allow watchpoint address reporting.
600
601 2002-08-03 Andrew Cagney <ac131313@redhat.com>
602
603 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
604
605 2002-08-01 Andrew Cagney <cagney@redhat.com>
606
607 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
608 to CHILL.
609
610 2002-08-01 Andrew Cagney <ac131313@redhat.com>
611
612 * gdbint.texinfo (Coding): Revise section "Include Files".
613
614 2002-07-24 Andrew Cagney <cagney@redhat.com>
615
616 * gdbint.texinfo: Obsolete references to m88k.
617 * gdb.texinfo: Ditto.
618
619 2002-07-10 Joel Brobecker <brobecker@gnat.com>
620
621 * gdbint.texinfo (Create a release candiate): Add the location
622 where the proper version of autoconf can be retrieved.
623
624 2002-07-09 Don Howard <dhoward@redhat.com>
625
626 * gdb.texinfo (Command Files): Further describe the behavior of
627 sourced command files.
628
629 2002-06-27 Andrew Cagney <ac131313@redhat.com>
630
631 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
632 (Coding): Clarify ISO C version that GDB assumes.
633
634 2002-06-26 Tom Tromey <tromey@redhat.com>
635
636 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
637 add_setshow_cmd_full.
638
639 2002-06-25 Don Howard <dhoward@redhat.com>
640
641 * gdb.texinfo (Memory Region Attributes): Document new behavior
642 for 'mem' command.
643
644 2002-06-11 Jim Blandy <jimb@redhat.com>
645
646 * gdb.texinfo (Symbols): Update documentation for `info source'
647 command.
648
649 * gdb.texinfo (Macros): Call the command `info macro', not
650 `show macro'.
651
652 2002-06-09 Andrew Cagney <ac131313@redhat.com>
653
654 * gdbint.texinfo (Coding): Add section ``Per-architecture module
655 data''.
656
657 2002-06-09 Mark Kettenis <kettenis@gnu.org>
658
659 * gdbint.texinfo (Target Architecture Definition): Document
660 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
661
662 2002-06-08 Andrew Cagney <ac131313@redhat.com>
663
664 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
665 lists.
666
667 2002-06-08 Andrew Cagney <ac131313@redhat.com>
668
669 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
670 Branch''.
671
672 2002-06-01 Andrew Cagney <ac131313@redhat.com>
673
674 * gdbint.texinfo (Target Architecture Definition): Add section
675 ``Converting an existing Target Architecture to Multi-arch''.
676
677 2002-05-30 Andrew Cagney <ac131313@redhat.com>
678
679 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
680 to ``Obsoleting code''. Revise.
681
682 2002-05-17 Jim Blandy <jimb@redhat.com>
683
684 * gdb.texinfo (C Preprocessor Macros): New chapter.
685 Include it in the main menu.
686 (Contributors): Credit Jim Blandy with macro support.
687 (Compilation): Explain how to get macro information into the
688 executable.
689 (Expressions): Note that preprocessor macros are expanded.
690
691 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
692
693 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
694 options for `target remote'.
695
696 2002-05-13 Andrew Cagney <ac131313@redhat.com>
697
698 * gdbint.texinfo (Target Architecture Definition): Delete
699 documentation on NNPC_REGNUM.
700
701 2002-05-11 Andrew Cagney <ac131313@redhat.com>
702
703 * gdbint.texinfo (Target Architecture Definition): Document
704 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
705 (Target Architecture Definition): Revise section `Using Different
706 Register and Memory Data Representations'. Add section `Raw and
707 Virtual Register Representations'.
708
709 2002-05-11 Andrew Cagney <ac131313@redhat.com>
710
711 * gdbint.texinfo (Target Architecture Definition): Mention
712 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
713 (Target Architecture Definition): Mention same. Add references to
714 web pages.
715
716 2002-05-08 Michael Snyder <msnyder@redhat.com>
717
718 * stabs.texinfo (Attributes): Document new "vector" attribute.
719
720 2002-05-04 Andrew Cagney <ac131313@redhat.com>
721
722 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
723
724 2002-05-04 Andrew Cagney <ac131313@redhat.com>
725
726 * gdb.texinfo: Delete obsolete references to a29k.
727
728 2002-04-24 Andrew Cagney <ac131313@redhat.com>
729
730 * gdbint.texinfo (Target Architecture Definition): Replace
731 IN_SIGTRAMP with PC_IN_SIGTRAMP.
732
733 2002-04-24 David S. Miller <davem@redhat.com>
734
735 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
736
737 2002-04-21 David S. Miller <davem@redhat.com>
738
739 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
740
741 2002-04-21 Andrew Cagney <ac131313@redhat.com>
742
743 * gdbint.texinfo (Target Architecture Definition): Delete
744 definition of HAVE_REGISTER_WINDOWS.
745
746 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
747
748 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
749 "Theodore A. Roth" <troth@verinet.com>.
750
751 2002-04-15 Don Howard <dhoward@redhat.com>
752
753 From Eli Zaretskii <eliz@is.elta.co.il>
754 * gdb.texinfo (show max-user-call-depth): Correct formatting.
755 Provide a better explaination of this feature.
756
757 2002-04-14 Andrew Cagney <ac131313@redhat.com>
758
759 * gdbint.texinfo (Target Architecture Definition): Remove
760 FRAME_CHAIN_COMBINE.
761
762 2002-04-12 Michael Chastain <mec@shout.net>
763
764 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
765 REG_STACK_SEGMENT.
766
767 2002-04-09 Michael Chastain <mec@shout.net>
768
769 * gdbint.texinfo (Obsolete Conditionals): Remove references to
770 PYRAMID_* macros.
771
772 2002-04-07 Andrew Cagney <ac131313@redhat.com>
773
774 * gdb.texinfo (Bug Reporting): Document that the web is the
775 prefered way of submitting bug reports.
776 (Bug Reporting): Delete the s-mail address as the last resort.
777
778 2002-04-05 Andrew Cagney <ac131313@redhat.com>
779
780 * gdbint.texinfo (Target Architecture Definition): Delete
781 references to TARGET_WRITE_FP and write_fp.
782
783 2002-03-27 Michael Snyder <msnyder@redhat.com>
784
785 * gdb.texinfo: Document new commands dump, append, and restore.
786
787 2002-03-27 Andrew Cagney <ac131313@redhat.com>
788
789 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
790 Branch'.
791
792 2002-03-18 Andrew Cagney <ac131313@redhat.com>
793
794 * gdb.texinfo: Change all examples to @smallexample.
795 * gdbint.texinfo: Ditto.
796
797 2002-03-18 Andrew Cagney <ac131313@redhat.com>
798
799 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
800 Branches''.
801
802 2002-03-18 Andrew Cagney <ac131313@redhat.com>
803
804 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
805 Policy''.
806
807 2002-03-04 Fred Fish <fnf@redhat.com>
808
809 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
810 expresson, suports, dependant, trhe, perhaphs, situtations,
811 explictily, taged, oportunity, unfortunatly).
812
813 2002-02-24 Andrew Cagney <ac131313@redhat.com>
814
815 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
816 Remove reference to 3.12.
817
818 2002-02-23 Andrew Cagney <ac131313@redhat.com>
819
820 * gdbint.texinfo: Include fdl.texi.
821 (Top): Add GNU Free Documentation License.
822 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
823 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
824 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
825 (gdbint.info): Add srcdir to include path.
826 * gdb.texinfo: Include gpl.texi.
827 (Top): Add Copying.
828 * gpl.texi: New file.
829
830 2002-02-23 Andrew Cagney <ac131313@redhat.com>
831
832 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
833
834 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
835
836 * gdb.texinfo: Document Cygwin native specific commands.
837
838 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
839
840 * gdb.texinfo: Document gdbserver ``--attach'' command.
841
842 2002-02-07 Michael Snyder <msnyder@redhat.com>
843
844 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
845 to @code(_ovly_debug_event).
846
847 2002-02-07 Andrew Cagney <ac131313@redhat.com>
848
849 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
850
851 2002-02-06 Michael Snyder <msnyder@redhat.com>
852
853 * gdb.texinfo (overlays): Mention new magic symbol
854 '_ovly_debug_event', which allows GDB to keep better track
855 of overlays.
856
857 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
858
859 * gdb.texinfo (Memory Region Attributes): Fix the wording.
860 Suggested by Dmitry Sivachenko.
861
862 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
863
864 2002-02-01 Michael Snyder <msnyder@redhat.com>
865
866 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
867
868 2002-01-30 Michael Snyder <msnyder@redhat.com>
869
870 * gdb.texinfo: (remote protocol): Gramatical fix-up.
871 (set trust-readonly-sections): Document.
872
873 2002-01-29 Andrew Cagney <ac131313@redhat.com>
874
875 * gdbint.texinfo (Releasing GDB): Revise and update.
876
877 2002-01-28 Andrew Cagney <ac131313@redhat.com>
878
879 * gdbint.texinfo (Target Architecture Definition): Delete
880 description of TARGET_BYTE_ORDER_DEFAULT.
881
882 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
883
884 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
885 <mitya@cavia.pp.ru>.
886
887 2002-01-23 Andrew Cagney <ac131313@redhat.com>
888
889 * libgdb.texinfo: Delete file.
890
891 2002-01-22 Andrew Cagney <ac131313@redhat.com>
892
893 * gdb.texinfo: Remove makeinfo 3.12 hacks.
894 * gdbint.texinfo: Ditto.
895
896 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
897
898 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
899
900 2002-01-22 Andrew Cagney <ac131313@redhat.com>
901
902 * Makefile.in: Update copyright.
903 (TEXI2DVI): Define.
904 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
905 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
906 gdb-cfg.texi.
907 (TEXINDEX, PDFTEX): Delete makefile variables.
908
909 2002-01-22 Andrew Cagney <ac131313@redhat.com>
910
911 * gdb.texinfo (Protocol): Move section to appendix.
912
913 2002-01-21 Andrew Cagney <ac131313@redhat.com>
914
915 * gdb.texinfo (Remote Debugging): Create a menu.
916 (Top): Add ``Remote Debugging'' to menu.
917
918 2002-01-21 Andrew Cagney <ac131313@redhat.com>
919
920 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
921 serial protocol'' from here.
922 (Remote Debugging): To here. New chapter.
923
924 2002-01-20 Andrew Cagney <ac131313@redhat.com>
925
926 * gdbint.texinfo (Target Architecture Definition): Delete
927 description of TARGET_BYTE_ORDER_SELECTABLE_P.
928
929 2002-01-20 Andrew Cagney <ac131313@redhat.com>
930
931 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
932 are no longer needed.
933 (Porting GDB): Add maintainer note about configure.host.
934
935 2002-01-20 Andrew Cagney <ac131313@redhat.com>
936
937 * gdbint.texinfo (Target Architecture Definition): Remove
938 definition of IEEE_FLOAT.
939
940 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
941
942 * gdb.texinfo: Beautify copyright years; fix a typo.
943 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
944 <3diff@gnu.org>
945
946 2002-01-19 Andrew Cagney <ac131313@redhat.com>
947
948 * gdbint.texinfo (Host Definition): Remove references to
949 MALLOC_INCOMPATIBLE.
950
951 2002-01-17 Andrew Cagney <ac131313@redhat.com>
952
953 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
954 and xyz-xdep.o.
955
956 2002-01-17 Andrew Cagney <ac131313@redhat.com>
957
958 * gdb.texinfo (Maintenance Commands): Add appendix.
959 (Set Breaks): Copy ``maint info breakpoint'' doco to
960 ``Maintenance Commands'' appendix. Add reference.
961
962 2002-01-17 Andrew Cagney <ac131313@redhat.com>
963
964 * fdl.texi: Remove next/prev from @node.
965
966 2002-01-17 Eli Zaretskii <eliz@is.elta.co.il>
967
968 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
969 for monstrous @multitable (from Brian Youmans).
970
971 * fdl.texi: New file.
972
973 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
974
975 2002-01-15 Andrew Cagney <ac131313@redhat.com>
976
977 * gdbint.texinfo (Releasing GDB): New chapter.
978
979 2002-01-14 Andrew Cagney <ac131313@redhat.com>
980
981 * gdb.texinfo (Embedded Processors, Calling program functions):
982 Obsolete references to a29k.
983
984 2002-01-13 Andrew Cagney <ac131313@redhat.com>
985
986 * gdbint.texinfo (Coding): Review Cleanups section. Examples
987 examples. Document that a code-block should do or discard its
988 cleanups before exit.
989
990 2002-01-11 Michael Snyder <msnyder@redhat.com>
991
992 * gdb.texinfo (Choosing files): Change @samp to @file.
993
994 2002-01-05 Michael Snyder <msnyder@redhat.com>
995
996 * gdb.texinfo (--pid): Document new command line option (attach).
997
998 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
999
1000 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
1001 in the stub.
1002
1003 2002-01-04 Andrew Cagney <ac131313@redhat.com>
1004
1005 * gdbint.texinfo (Target Architecture Definition): Replace
1006 BIG_ENDIAN with BFD_ENDIAN_BIG.
1007
1008 2002-01-03 Andrew Cagney <ac131313@redhat.com>
1009
1010 * gdbint.texinfo (Target Architecture Definition): Replace
1011 value_ptr with struct value pointer.
1012
1013 2002-01-02 Eli Zaretskii <eliz@gnu.org>
1014
1015 * gdb.texinfo (Free Software): Fix wording.
1016
1017 2001-12-31 Eli Zaretskii <eliz@gnu.org>
1018
1019 * gdb.texinfo (Free Software): New section ``Free Software Needs
1020 Free Documentation''.
1021
1022 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1023
1024 * stabs.texinfo:
1025 * gdb.texinfo:
1026 * gdbint.texinfo:
1027 * libgdb.texinfo:
1028 * annotate.texi: Fix the application of GFDL in the Copyright notice.
1029
1030 2001-12-29 Michael Snyder <msnyder@redhat.com>
1031
1032 * gdb.texinfo (maint info sections): Fix typo.
1033
1034 2001-12-26 Michael Snyder <msnyder@redhat.com>
1035
1036 * gdb.texinfo (maint info sections): Document.
1037
1038 * gdb.texinfo (info proc): Comment out documentation for
1039 'info proc' sub-options that are currently not implemented.
1040
1041 2001-12-20 Jim Blandy <jimb@redhat.com>
1042
1043 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
1044
1045 2001-12-15 Andrew Cagney <ac131313@redhat.com>
1046
1047 * gdbint.texinfo (Target Architecture Definition): Replace
1048 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
1049
1050 2001-12-01 Andrew Cagney <ac131313@redhat.com>
1051
1052 * gdbint.texinfo (Host Definition): Delete documentation on
1053 HOST_BYTE_ORDER.
1054
1055 2001-11-30 Jim Blandy <jimb@redhat.com>
1056
1057 * gdb.texinfo (Overlays): New chapter, documenting GDB's
1058 overlay support. Add to top-level menu.
1059
1060 2001-11-26 Tom Tromey <tromey@redhat.com>
1061
1062 * gdb.texinfo (Command Syntax): Document C-o binding.
1063
1064 2001-07-26 Christopher Faylor <cgf@redhat.com>
1065
1066 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
1067 use since it is described in the referenced section.
1068
1069 From Eli Zaretskii <eliz@is.elta.co.il>
1070 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
1071 clearer when using DJGPP.
1072
1073 2001-11-24 Christopher Faylor <cgf@redhat.com>
1074
1075 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
1076 specifically refer to MS-DOS.
1077 (command files): Mention gdb.ini is only used on MS-DOS.
1078
1079 2001-11-21 Tom Tromey <tromey@redhat.com>
1080
1081 * gdb.texinfo (Invoking GDB): Document --args.
1082 (Mode Options): Likewise.
1083
1084 2001-11-21 Jim Blandy <jimb@redhat.com>
1085
1086 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1087 Delete documentation; this macro has been removed from the
1088 sources.
1089
1090 2001-11-13 Jim Blandy <jimb@redhat.com>
1091
1092 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
1093
1094 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
1095
1096 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
1097
1098 2001-11-05 Michael Snyder <msnyder@redhat.com>
1099
1100 * gdb.texinfo (info functions): Document use of backslash to
1101 quote regexp chars in function names such as "operator*()".
1102
1103 2001-11-01 Fred Fish <fnf@redhat.com>
1104
1105 * gdbint.texinfo (SOLIB_ADD): Document additional new
1106 "readsyms" arg.
1107
1108 2001-10-30 Don Howard <dhoward@redhat.com>
1109
1110 * gdb.texinfo: (Command Files) Added documentation for the
1111 behavior of gdb with input redirected from a file.
1112
1113 2001-10-28 Fred Fish <fnf@redhat.com>
1114
1115 * gdb.texinfo (auto-solib-add): Change docs to match
1116 implementation change.
1117 (auto-solib-limit): Add docs for new variable.
1118
1119 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1120
1121 * gdbint.texinfo (Target Architecture Definition): Function
1122 value_as_pointer renamed to value_as_address.
1123
1124 2001-10-15 Andrew Cagney <ac131313@redhat.com>
1125
1126 * gdbint.texinfo (Target Architecture Definition): Default
1127 POINTER_TO_ADDRESS functions assume unsigned addresses.
1128 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
1129 posting by Jim Blandy.
1130
1131 2001-10-12 Jim Blandy <jimb@redhat.com>
1132
1133 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
1134 version of texi2html (1.64) doesn't support this flag any more.
1135
1136 2001-09-08 Mark Kettenis <kettenis@gnu.org>
1137
1138 * gdbint.texinfo (Host Definition): Remove description of
1139 MEM_FNS_DECLARED.
1140
1141 * gdbint.texinfo (Host Definition): Remove description of R_OK.
1142
1143 * gdbint.texinfo (Host Definition): Remove description of
1144 HAVE_SIGSETMASK.
1145
1146 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
1147
1148 * gdbint.texinfo (Target Architecture Definition): Add
1149 explanation of TARGET_PRINT_INSN macro.
1150
1151 2001-08-30 Jim Blandy <jimb@redhat.com>
1152
1153 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
1154 Explain what it means to load relocatable files.
1155
1156 2001-08-28 Jim Blandy <jimb@redhat.com>
1157
1158 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
1159 info `top' menu.
1160
1161 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
1162
1163 * gdbint.texinfo: Add a cautionary note about macro use.
1164
1165 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
1166
1167 * gdb.texinfo: Explain omitting the hostname in the
1168 `target remote' command.
1169
1170 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
1171
1172 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
1173 and END-INFO-DIR-ENTRY.
1174
1175 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1176
1177 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
1178
1179 2001-07-25 Andrew Cagney <ac131313@redhat.com>
1180
1181 * gdbint.texinfo (libgdb): Rewrite.
1182
1183 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
1184
1185 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
1186
1187 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1188
1189 * gdb.texinfo (TUI): New chapter, document the TUI.
1190 (Mode Options): Document the -tui option.
1191
1192 2001-07-23 Mark Kettenis <kettenis@gnu.org>
1193
1194 * gdbint.texinfo (Host Definition): Remove description of
1195 NEED_POSIX_SETPGID.
1196
1197 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * gdb.tex (DJGPP Native): New node, with descriptions of
1200 DJGPP-specific commands.
1201
1202 2001-07-19 John R. Moore <jmoore@redhat.com>
1203
1204 * gdbint.texinfo: Three misspellings.
1205
1206 2001-07-06 Andrew Cagney <ac131313@redhat.com>
1207
1208 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
1209 `test` expressions on bash. Problem reported by Colin Walters.
1210
1211 2001-07-04 Andrew Cagney <ac131313@redhat.com>
1212
1213 * gdbint.texinfo (User Interface): Update ui-out documentation to
1214 refelect recent UI/MI updates.
1215
1216 2001-07-04 Andrew Cagney <ac131313@redhat.com>
1217
1218 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
1219 interpreters.
1220
1221 2001-06-15 Andrew Cagney <ac131313@redhat.com>
1222
1223 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
1224 structure and not macros.
1225 (Host Definition): Document that much of this chapter is obsolete.
1226 (Target Architecture Definition): Update list of files that make
1227 up a target architecture.
1228 (Coding): Update.
1229
1230 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1231
1232 * gdbint.texinfo (Target Architecture Definition): Update
1233 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
1234 The latter has been changed to a true predicate.
1235
1236 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1237
1238 * annotate.texi: Add @noindent where needed. From Dmitry
1239 Sivachenko <dima@Chg.RU>.
1240 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
1241
1242 2001-06-16 Andrew Cagney <ac131313@redhat.com>
1243
1244 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
1245
1246 2001-06-14 Andrew Cagney <ac131313@redhat.com>
1247
1248 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
1249 returns ``OK''. Document that the ``R'' packet does not reply.
1250
1251 2001-06-13 Michael Snyder <msnyder@redhat.com>
1252
1253 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
1254
1255 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
1256
1257 * gdb.texinfo (Signals): Clarify the default setting of signal
1258 handling.
1259
1260 2001-05-14 Andrew Cagney <ac131313@redhat.com>
1261
1262 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
1263 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
1264
1265 2001-05-12 Andrew Cagney <ac131313@redhat.com>
1266
1267 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
1268
1269 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1270
1271 * gdbint.texinfo (Clean Design and Portable Implementation):
1272 Renamed from "Clean Design".
1273 (Clean Design and Portable Implementation): Document portable
1274 methods of handling file names, and the associated macros.
1275
1276 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1277
1278 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
1279 command and provide a cross-reference to its description.
1280 (Symbols): Note that "info scope" is useful for trace experiments.
1281
1282 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
1283
1284 * gdb.texinfo (Symbols): Document "info scope".
1285 (Tracepoints): New chapter.
1286 (Contributors): Update for v5.1.
1287 <All nodes>: Change "C++" to "C@t{++}".
1288
1289 * gdbint.texinfo (User Interface): A new section about ui_out
1290 functions, based on text written by Fernando Nasser.
1291
1292 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
1293
1294 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1295
1296 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
1297
1298 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
1299
1300 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
1301 Replace "GDB" with "@value{GDBN}". Fix markup.
1302
1303 * annotate.texi: Change Permissions to GFDL. Update Copyright.
1304
1305 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
1306 a cross-reference to its description.
1307 (Symbols): Document "info symbol".
1308
1309 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
1312 subsection "x86 Watchpoints".
1313 (Target Architecture Definition): Document the macros
1314 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
1315 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
1316
1317 2001-03-20 Andrew Cagney <ac131313@redhat.com>
1318
1319 * gdbint.texinfo (Target Architecture Definition): Update
1320 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
1321 list.
1322
1323 2001-03-06 Kevin Buettner <kevinb@redhat.com>
1324
1325 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
1326 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
1327
1328 2001-02-21 Eli Zaretskii <eliz@is.elta.co.il>
1329
1330 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
1331
1332 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * gdb.texinfo (Environment): Document that `path' does not change
1335 the value of PATH in GDB's own environment (it did in the past,
1336 but that was changed on March 15, 1994). Reported by Doug Evans
1337 <dje@transmeta.com>.
1338
1339 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
1340 its line. Fix markup of commands and macros. Add an Index node
1341 and index entries.
1342
1343 2001-01-23 J.T. Conklin <jtc@redback.com>
1344
1345 * gdb.texinfo (Memory region attributes): New manual section.
1346
1347 2001-01-04 Nicholas Duffek <nsd@redhat.com>
1348
1349 * gdbint.texinfo (POP_FRAME): Document use by return_command.
1350
1351 2000-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1352
1353 * refcard.tex: Version and copyright fixed. From Phil Edwards
1354 <pedwards@disaster.jaj.com>.
1355
1356 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
1357
1358 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
1359 DWARF2_REG_TO_REGNUM): Document.
1360
1361 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
1362
1363 * gdbint.texinfo (Coding): Update current value of
1364 --enable-build-warnings. Mention --enable-gdb-build-warnings.
1365
1366 2000-11-19 Eli Zaretskii <eliz@is.elta.co.il>
1367
1368 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
1369 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
1370
1371 2000-11-10 Christopher Faylor <cgf@cygnus.com>
1372
1373 * gdb.texinfo: Document new 'set step-mode' command.
1374
1375 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
1378 changes from Dmitry Sivachenko <dima@Chg.RU>.
1379
1380 2000-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1381
1382 * gdb.texinfo (Hooks): Document the new post-hook functionality.
1383 From Steven Johnson <sbjohnson@ozemail.com.au>.
1384
1385 2000-08-10 Mark Kettenis <kettenis@gnu.org>
1386
1387 * gdbint.texinfo (Overall Structure): Spelling fix.
1388
1389 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1390
1391 * gdbint.texinfo (Target Architecture Definition): Document that
1392 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
1393 for which REGISTER_CONVERTIBLE returns a zero value.
1394
1395 2000-07-08 Christopher Faylor <cgf@cygnus.com>
1396
1397 * Makefile.in (install-info): Find files to install in either the
1398 build or source directories (adapted from Makefile.am).
1399
1400 2000-07-07 Nicholas Duffek <nsd@redhat.com>
1401
1402 * stabs.texinfo: Fix spelling errors.
1403 (String Field): FILE-NUMBER starts from 0, not 1.
1404
1405 2000-07-05 Eli Zaretskii <eliz@is.elta.co.il>
1406
1407 * refcard.tex: Remove \centerline from the blurb. Patch from
1408 Brian Youmans.
1409
1410 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1411
1412 * Makefile.in (install-info): Support installation from outside of
1413 the source directory. Reported by Mark Harig
1414 <markh@frazier.landmark.com>.
1415
1416 2000-06-20 J.T. Conklin <jtc@redback.com>
1417
1418 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
1419
1420 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
1421
1422 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
1423 Generate using pdftex.
1424 (PDFTEX): Define.
1425 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
1426 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
1427 @contents at the start.
1428
1429 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1430
1431 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
1432 Youmans.
1433
1434 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
1435
1436 From Brian Youmans:
1437 * gdb.texinfo: Fix ``et al.''.
1438
1439 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
1440
1441 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
1442 loop.
1443
1444 2000-05-19 Jimmy Guo <guo@cup.hp.com>
1445
1446 * configure: Regenerate.
1447
1448 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * Makefile.in (install-info): Run install-info on installed Info
1451 files.
1452
1453 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
1454
1455 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
1456 Andrew Cagney.
1457
1458 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1459
1460 * gdb.texinfo: Proofreading changes from Brian Youmans.
1461
1462 2000-05-01 Nick Duffek <nsd@cygnus.com>
1463
1464 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
1465 startup sequence, minor edits.
1466
1467 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1468
1469 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
1470 TeX.
1471
1472 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
1473 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
1474 like `n' and `s' which look weird. Convert some of the @kindex to
1475 @vindex, when they refer to variables, not commands.
1476
1477 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
1478
1479 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
1480
1481 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1482
1483 * Makefile.in (GDBMI_DIR): New variable.
1484 (SET_TEXINPUTS): Add $(GDBMI_DIR).
1485 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
1486 (gdbmi.texinfo): New target, for texi2roff.
1487 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
1488 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
1489
1490 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
1491 gdbmi.texinfo.
1492 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
1493 comment.
1494
1495 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1496
1497 * gdb.texinfo (Files): Update description of add-symbol-file
1498 command.
1499
1500 2000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
1503 prevents the build (and is generally a Bad Idea).
1504
1505 2000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1506
1507 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
1508 a comma inside @var.
1509 (Command Files): Index markup changes from Dmitry Sivachenko
1510 <dima@Chg.RU>.
1511
1512 2000-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1513
1514 * Makefile.in (LN_S): Define.
1515 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
1516 invoke "ln -s" unless it is known to work.
1517
1518 * configure.in (AC_PROG_LN_S): Add.
1519
1520 2000-04-14 Jim Blandy <jimb@redhat.com>
1521
1522 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
1523 section.
1524 (Target Conditionals): Document ADDRESS_TO_POINTER,
1525 POINTER_TO_ADDRESS.
1526
1527 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
1528
1529 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
1530 gdb-cfg.texi to get the value.
1531
1532 2000-04-10 Jim Blandy <jimb@redhat.com>
1533
1534 * gdbint.texinfo (Target Architecture Definition): Fix
1535 cross-references.
1536
1537 2000-04-08 Jim Blandy <jimb@redhat.com>
1538
1539 * gdbint.texinfo (Using Different Register and Memory Data
1540 Representations): New section.
1541 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
1542 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
1543 REGISTER_CONVERT_TO_RAW): Document.
1544
1545 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
1546
1547 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
1548 for acknowledgments.
1549
1550 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
1551
1552 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
1553 qThreadExtraInfo.
1554
1555 2000-03-28 J.T. Conklin <jtc@redback.com>
1556
1557 * gdb.texinfo: Clarify which remote debug protocol commands are
1558 required and which are optional.
1559
1560 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
1561
1562 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
1563 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
1564 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
1565 * annotate.texi: Update.
1566
1567 2000-03-28 Stan Shebs <shebs@apple.com>
1568
1569 * gdb.texinfo: Update dates, bump to Eighth Edition (note
1570 expectation of additional changes before release), update
1571 ISBN, add copy of top-level menu for @ifhtml, remove explicit
1572 node links, rephrase and/or shorten lines to fix formatting
1573 problem in both regular and @smallbook formats.
1574 * annotate.texi: Shorten lines in example, use smallexample
1575 consistently everywhere.
1576 * Makefile.in: Add comment about texinfo 4.0 html generation.
1577 (SFILES_INCLUDED): Add annotate.texi.
1578
1579 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
1580
1581 * gdb.texinfo (Debugging Output): Added new section, documenting
1582 the "set/show debug" commands.
1583
1584 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
1585
1586 * annotate.texi (Annotations): When GDBN omit @chapter and @node
1587 entry.
1588
1589 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
1590 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
1591 @chapter and @node entries.
1592
1593 * gdb.texinfo: Link all top-level nodes.
1594
1595 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
1596
1597 * Makefile.in (install-info): Create $(infodir) before installing
1598 files.
1599
1600 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
1601
1602 From David Whedon <dwhedon@gordian.com>
1603 * gdbint.texinfo : Added paragraphs about command deprecation.
1604
1605 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
1606
1607 * gdb.texinfo: Add documentation for the apropos command.
1608
1609 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1610
1611 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
1612
1613 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1614
1615 * gdb.texinfo: Add white space to prevent overprinting in
1616 two places.
1617
1618 2000-03-17 Stan Shebs <shebs@apple.com>
1619
1620 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
1621 <dima@Chg.RU>, also clarification of allowed content for
1622 string constants.
1623
1624 2000-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1625
1626 * gdb.texinfo (main menu): Add Annotations.
1627 (File Options): Add @cindex entries for each command-line option.
1628 Document --epoch, --annotate, --async, --interpreter, --write,
1629 --statistics, and --version.
1630
1631 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
1632 of GDB.
1633
1634 2000-02-23 Jim Blandy <jimb@redhat.com>
1635
1636 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
1637
1638 2000-02-22 Jim Blandy <jimb@redhat.com>
1639
1640 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
1641
1642 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
1643
1644 * Makefile.in (diststuff): New target.
1645
1646 2000-02-15 Kevin Buettner <kevinb@redhat.com>
1647
1648 * agentexpr.texi: Fix wording regarding Intel's IA-64
1649 architecture. [From Jim Wilson.]
1650
1651 2000-01-16 Tom Tromey <tromey@cygnus.com>
1652
1653 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
1654 (Delete Breaks): Mention range arguments.
1655 (Disabling): Likewise.
1656
1657 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
1658
1659 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
1660
1661 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1662
1663 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
1664 valid functions.
1665
1666 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
1667
1668 * gdb.texinfo: Clarify regular expressions used in rbreak.
1669
1670 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
1671
1672 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
1673 MEMORY_REMOVE_BREAKPOINT): Document.
1674
1675 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
1676
1677 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
1678 offset re-using the DATA offset instead.
1679
1680 1999-10-11 Jim Kingdon <kingdon@redhat.com>
1681
1682 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
1683
1684 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
1685
1686 From Dmitry Sivachenko <demon@gpad.ac.ru>:
1687 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
1688 typos.
1689
1690 * gdb.texinfo: Various minor wording and formatting improvements,
1691 mentions of additional command-line options.
1692
1693 1999-09-30 Fred Fish <fnf@cygnus.com>
1694
1695 * gdb.texinfo: Document additional forms of specifying section
1696 names and addresses for the add-symbol-file command.
1697
1698 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
1699
1700 * gdbint.texinfo: Fix typo, add the word "have".
1701
1702 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
1703
1704 * gdbint.texinfo (Target Architecture Definition): Document the
1705 SKIP_PERMANENT_BREAKPOINT macro.
1706
1707 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
1708
1709 * gdb.texinfo: Fiks speling errers.
1710
1711 * gdb.texinfo: Fix uses of @multitable.
1712
1713 From Eli Zaretskii <eliz@is.elta.co.il>:
1714 * gdb.texinfo: Include details specific to DOS host, clarify
1715 some confusing language, fix @ref/@xref/@pxref usages, add
1716 comments about using with optimization, add more indexing,
1717 fix info about disassembly-flavor.
1718
1719 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
1720
1721 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
1722 SKIP_SOLIB_RESOLVER): Define.
1723
1724 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1725
1726 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
1727 ``g'' packets.
1728
1729 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
1730
1731 * gdb.texinfo: Create a new "Configurations" chapter with
1732 platform-specific info, inline remote.texi and move sections of it
1733 into the new chapter, move bits about info proc, heuristic search,
1734 and register stack into the new chapter.
1735 * remote.texi: Remove, now part of gdb.texinfo.
1736 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
1737
1738 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
1739
1740 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
1741 GDB_TARGET_IS_MACH386): These kludges have gone away.
1742
1743 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1744
1745 * gdbint.texinfo (Target Architecture Definition): Mention
1746 TDEPLIBS.
1747
1748 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
1749
1750 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
1751 surrounding text to fit HP-UX bits into general info.
1752 (HPPA-cfg.texi): Remove, no longer useful.
1753
1754 * gdb.texinfo: Remove explicit links from @node lines, remove
1755 HP-added "Detailed Node Listing" from main menu which confuses
1756 things.
1757
1758 From Dmitry Sivachenko <dima@Chg.RU>:
1759 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
1760 in description of `set environment'.
1761
1762 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
1763
1764 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
1765
1766 1999-08-12 Ben Elliston <bje@cygnus.com>
1767
1768 * gdbint.texinfo (Breakpoint Handling): Add missing words.
1769
1770 1999-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1771
1772 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
1773 watch, awatch, and rwatch. Explain why the latter two cannot be
1774 set as software watchpoints. Document that watchpoints for local
1775 variables are deleted when the debuggee terminates.
1776
1777 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
1778
1779 * remote.texi (Protocol): Further clarification of the "qRcmd"
1780 packet. Allow E.. response packet. "qRcmd" packet is no longer
1781 reserved.
1782
1783 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1784
1785 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
1786 * gdb.texinfo: Ditto.
1787
1788 1999-08-06 Tom Tromey <tromey@cygnus.com>
1789
1790 * gdb.texinfo (KOD): New node.
1791
1792 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
1793
1794 * remote.texi (Rcmd): Fix minor formatting typos.
1795
1796 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
1797
1798 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
1799 packets.
1800
1801 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
1802
1803 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
1804 fixes.
1805
1806 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
1807
1808 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
1809
1810 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1811
1812 * remote.texi (Communication Protocol): ``v'' is in use. Fix
1813 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
1814 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
1815 packets that are not supported on all hosts. Expand examples.
1816 Spell check.
1817
1818 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
1819
1820 * Makefile.in: Recognize html, install-html. Add targets
1821 to build HTML versions of documentation via texi2html.
1822
1823 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
1824
1825 * gdbint.texinfo (Testsuite): New chapter, information about the
1826 testsuite.
1827
1828 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1829
1830 * remote.texi (Communication Protocol): Rewrite.
1831
1832 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
1833
1834 * stabs.texinfo: Fix uses of xref.
1835
1836 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
1837
1838 * gdbint.texinfo: Add an anti-printf exhortation, and update the
1839 info about patch submission.
1840
1841 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
1842
1843 From Per Bothner <bothner@cygnus.com>:
1844 * gdb.texinfo: Document Chill support.
1845
1846 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
1847
1848 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
1849 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
1850 Document that the value should be greater-than or equal-to zero.
1851 (NO_STD_REGS): Document. Deprecate.
1852
1853 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1854
1855 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
1856 Document that these are not used.
1857
1858 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1859
1860 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
1861
1862 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1863
1864 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
1865 numargs was dropped.
1866
1867 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
1868
1869 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
1870
1871 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
1872
1873 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
1874 Update.
1875
1876 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1877
1878 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
1879 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
1880
1881 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
1882
1883 * gdbint.texinfo: Fix typos: $ -> @.
1884
1885 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
1886
1887 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
1888 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
1889 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
1890 BREAKPOINT_FROM_PC.
1891
1892 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
1893
1894 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
1895 CALL_DUMMY_STACK_ADJUST): Document.
1896
1897 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1898
1899 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
1900 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
1901
1902 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
1903
1904 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
1905 longer exists.
1906
1907 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
1908
1909 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
1910 nearly all @ifset/@ifclear conditionals; nobody uses them, and
1911 they make the manual source incomprehensible.
1912 * h8-cfg.texi: Remove, hasn't been used in years.
1913
1914 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
1915
1916 * gdb.texinfo: Update the credits.
1917
1918 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
1919
1920 * gdb.texinfo: Fix mistakes noticed in printout of last
1921 draft, add Alpha to discussion of heuristic fence post.
1922
1923 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
1924
1925 * gdb.texinfo, remote.texi: Many changes; update to Seventh
1926 Edition, merge some HP changes into mainline, describe some
1927 previously undocumented features, describe more of the target
1928 commands available, eliminate obsolete section on renamed
1929 commands.
1930 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
1931
1932 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
1933
1934 * gdb.texinfo: Make many HPPA conditionals unconditional,
1935 including catchpoint description, since now on for all configs.
1936 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
1937 specializations.
1938
1939 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
1940
1941 * Makefile.in (GDBvn.texi): Fix match expression to work with
1942 current format of VERSION in gdb/Makefile.in.
1943 * gdb.texinfo: Fix node ref to match new readline.
1944
1945 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
1946
1947 * gdb.texinfo: Changes made as part of a project to merge in
1948 changes made by HP. Documentation makes extensive use of
1949 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
1950 on remote debugging. There are differences in documentation
1951 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
1952 the HP manual discusses catchpoints, hardware watchpoints, and
1953 some HPUX specific limitations for shared library support.
1954
1955 There are also a number of @node changes.
1956
1957 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
1958
1959 * gdbint.texinfo (Formatting): Disambiguate a sentence.
1960 (C Usage): Same.
1961
1962 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
1963
1964 The following changes were made by Edith Epstein
1965 <eepstein@cygnus.com> as part of a project to merge in changes
1966 made by HP.
1967
1968 * HPPA-cfg.texi: new file.
1969
1970 * all-cfg.texi: set HPPA for HP PA-RISC targets.
1971
1972 * refcard.tex: change documentation about catch.
1973 removed info catch.
1974
1975 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
1976
1977 * gdbint.texinfo: Expand on GDB's coding standards,
1978 specify the use of arg names with prototypes.
1979
1980 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
1981
1982 * gdb.texinfo: Fix tipo.
1983
1984 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
1985
1986 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
1987 TARGET_BYTE_ORDER_SELECTABLE_P.
1988
1989 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
1990
1991 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
1992
1993 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
1994
1995 * agentexpr.texi: New file.
1996
1997 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
1998
1999 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
2000
2001 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
2002
2003 * remote.texi: Changed wording that implied that the GDB remote
2004 protocol caches register values instead of GDB itself.
2005
2006 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
2007
2008 * gdbint.texinfo: Add some info about symbol readers.
2009 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
2010 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
2011 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
2012 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
2013
2014 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
2015
2016 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
2017
2018 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
2019
2020 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
2021
2022 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
2023
2024 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
2025 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
2026
2027 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
2028
2029 * gdbint.texinfo: Fix minor typos.
2030
2031 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
2032
2033 * gdbint.texinfo: Complete overhaul. Group descriptions more
2034 logically, add more info on generic algorithms, remove much
2035 obsolete and/or wrong material.
2036
2037 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
2038
2039 * stabs.texinfo (Method Type Descriptor): Expand and correct.
2040
2041 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
2042
2043 * refcard.tex: Copyright, address updates.
2044
2045 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
2046
2047 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
2048 for the edition instead of confusing GDB-version-like numbers.
2049
2050 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
2051
2052 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
2053
2054 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
2055
2056 * LRS: Reformat a bit to keep text under 80 columns.
2057
2058 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
2059
2060 * gdb.texinfo: Add some credits, mention bug monitor.
2061 * remote.texi: Mention mips monitor targets.
2062 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
2063
2064 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
2065
2066 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
2067 files, finish sorting of host vs target vs native macros, describe
2068 some more of them.
2069
2070 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
2071
2072 * gdbint.texinfo (Host Conditionals): Document change from
2073 using NO_MMALLOC to it's inverse, USE_MMALLOC.
2074
2075 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2076
2077 * gdbint.texinfo (Host Conditionals): Document
2078 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
2079
2080 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
2081
2082 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
2083 Document LSEEK_NOT_LINEAR.
2084
2085 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
2086
2087 * stabs.texinfo (Stab Section Basics): Make it clear that only
2088 some versions of the GNU linker remove the leading N_UNDF symbol.
2089
2090 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
2091
2092 * stabs.texinfo (String Field): Document type number pairs here,
2093 instead of in the Sun specific section.
2094 (Include Files): The GNU linker supports the N_BINCL
2095 optimization. Clarify the N_BINCL value, and what it is used
2096 for.
2097 (Procedures): Document N_FUN with an empty string to mark the end
2098 of a function.
2099 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
2100 (Sun Differences): Remove this node, as the information is now
2101 elsewhere in the main document.
2102 (Stab Section Basics): Mention that the GNU linker may optimize
2103 stabs and remove the leading N_UNDF symbol.
2104
2105 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
2106
2107 * gdb.texinfo, refcard.tex: Restore author credit
2108
2109 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
2110
2111 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
2112 documentation to account for START and END macros taking
2113 one arg.
2114
2115 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
2116
2117 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
2118 * gdb.texinfo (Frames): Fix typo.
2119
2120 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
2121
2122 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
2123 a target_signal as arg type, not a pid.
2124
2125 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
2126
2127 * gdb.texinfo: Document `set assembly-language'.
2128
2129 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
2130
2131 * remote.texi: Update list of stubs in the GDB distribution.
2132
2133 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
2134
2135 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
2136 Also document that some systems can use mmalloc but must define
2137 this if their C runtime allocates memory that is later freed.
2138 (MMCHECK_FORCE): Document new macro.
2139
2140 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
2141
2142 * remote.texi: Add documentation for target Sparclet.
2143
2144 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2145
2146 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
2147 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
2148 * configure.in: Rewritten for autoconf.
2149 * configure: New.
2150
2151 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
2152
2153 * Makefile.in (DVIPS): New define, set to dvips.
2154 (dvi): Add stabs.dvi.
2155 (ps): New target.
2156 (all-doc): Depend on info, dvi, and ps targets.
2157 (STAGESTUFF): Add *.ps and *.dvi files.
2158 (clean-info, clean-dvi): Remove.
2159 (mostlyclean): Does not depend upon clean-info or clean-dvi,
2160 rules completely rewritten.
2161 (maintainer-clean): Remove clean-info and clean-dvi
2162 dependencies and put their actions in the rules.
2163 (gdb.ps): New target
2164 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
2165 intermediate TeX files, whether they have 2 or 3 character
2166 extensions.
2167 (gdbint.ps): Add target and rules.
2168 (gdb-internals): Delete unused target.
2169 (Makefile): Depends upon config.status also.
2170
2171 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
2172
2173 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
2174 set.
2175
2176 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
2177
2178 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2179 * gdb.texinfo (Expressions): Fix erroneous array constant example.
2180
2181 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
2182
2183 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
2184
2185 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2186
2187 * gdb.texinfo (Print settings): Document
2188 `set/show print static-members' commands.
2189
2190 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
2191
2192 * gdbint.texinfo (Native): Document name change, coredep.c to
2193 core-aout.c.
2194
2195 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
2196
2197 * stabs.texinfo (Include Files): Document the values the SunOS4
2198 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
2199
2200 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
2201
2202 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
2203 Fix typo.
2204
2205 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
2206
2207 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
2208 "gdb.tar.Z".
2209
2210 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
2211
2212 * Makefile.in (maintainer-clean): New target, synonym for
2213 realclean.
2214
2215 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
2216
2217 * Update all FSF addresses except those in COPYING* files.
2218
2219 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
2220
2221 From Richard Earnshaw (rearnsha@armltd.co.uk):
2222 * gdb.texinfo (convenience variables): Document $_exitcode.
2223 (quit): Document optional expression to use as exit code.
2224
2225 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
2226
2227 * gdb.texinfo, remote.texi: Brought up to date with various
2228 GDB changes.
2229
2230 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
2231
2232 * gdb.texinfo: Update dates and versions, fix comments about
2233 hardware watchpoints in future releases and about the
2234 sharedlibrary command.
2235
2236 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2237
2238 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
2239 C_FUN stab. Other cleanups.
2240
2241 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2242
2243 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
2244 for the sparc stub.
2245
2246 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2247
2248 * annotate.texi: Clarify which addresses have differing formats
2249 depending on the language and which do not.
2250
2251 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2252
2253 * remote.texi (NetWare): Changed example to use BOARD= instead of
2254 NODE= argument to reflect correspoding change to gdbserve.nlm.
2255
2256 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2257
2258 * stabs.texinfo (Negative Type Numbers): Mention the fact that
2259 GDB, as well as AIX dbx, supports the size type attribute.
2260
2261 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2262
2263 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
2264
2265 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
2266
2267 * gdb.texinfo (Define): Document $arg0... arguments to commands,
2268 and new 'if' and 'while' commands.
2269
2270 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
2271
2272 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
2273
2274 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2275
2276 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
2277 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
2278 NetWare targets. Mostly stolen from the Server node.
2279
2280 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2281
2282 * gdb.texinfo (Setting): Talk about the language of a source file
2283 versus the working language. The old documentation did not match
2284 what GDB did.
2285
2286 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2287
2288 * stabs.texinfo (Source Files): Document N_SO used to mark the end
2289 of a source file.
2290
2291 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2292
2293 * gdb.texinfo (Processes): New node.
2294
2295 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2296
2297 * remote.texi: Update documentation of set/show mipsfpu.
2298
2299 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
2300
2301 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
2302 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
2303
2304 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
2305
2306 * gdbint.texinfo: Removed mentions of some incorrectly placed and
2307 obsolete conditionals, described some others.
2308
2309 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2310
2311 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
2312 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
2313
2314 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
2315
2316 * gdbint.texinfo: Put regex conditionals in their own table.
2317
2318 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
2319
2320 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
2321 described or fixed the descriptions of many others.
2322
2323 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
2324
2325 * gdb.texinfo: Add some more credits.
2326 * gdbint.texinfo: Capitalize GDB consistently, describe some
2327 macros and remove some.
2328
2329 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
2330
2331 * gdbint.texinfo: Removed mentions of many incorrectly placed and
2332 obsolete conditionals, described some others.
2333
2334 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2335
2336 * gdb.texinfo (help targets): Changed to `help target', which
2337 is the correct gdb command.
2338
2339 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2340
2341 * annotate.texi (TODO): New node, for keeping track of annotations
2342 suggested but not yet implemented.
2343
2344 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2345
2346 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
2347 another symbol, it is not the address itself.
2348
2349 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
2350
2351 * stabs.texinfo (Stab Section Basics): Add comment about alignment
2352 of stabs-in-coff sections.
2353
2354 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2355
2356 * annotate.texi: Change edition to 0.5 and date to May 1994.
2357 Add index.
2358 (Frames): New node, for frame annotation.
2359 (Displays): New node, for display annotation.
2360
2361 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
2362 when waiting for your program to stop.
2363
2364 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2365
2366 * annotate.texi (Breakpoint Info): Document annotation of header
2367 fields and record annotation.
2368
2369 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2370
2371 * annotate.texi: New file, to document annotations.
2372
2373 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2374
2375 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
2376 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
2377
2378 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2379
2380 * stabs.texinfo (Stab Section Basics): Say what is in .stab
2381 section, and say n_strx field is compilation unit relative.
2382 * stabs.texinfo: Don't use @code for a.out when it is the name of
2383 an object file format.
2384
2385 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2386
2387 * gdb.texinfo: Refer to file names, not path names, per rms
2388 convention.
2389 (Arguments): Fix typo.
2390
2391 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2392
2393 * stabs.texinfo (Global Variables): Talk about stabs in files
2394 where variables are referenced, but not defined.
2395
2396 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2397
2398 * stabs.texinfo: Move stuff on @ and # type descriptors from node
2399 Cplusplus to new nodes Member Type Descriptor and Method Type
2400 Descriptor. Re-write stuff for #.
2401
2402 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2403
2404 * gdb.texinfo (Print Settings): Don't document "set print
2405 fast-symbolic-addr off". The bug which it worked around was fixed
2406 on 25 Feb 94 in coffread.c, so I'm nuking the command.
2407
2408 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
2409 N_ENTRY node.
2410
2411 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
2412
2413 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2414
2415 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
2416 references to ieee-float.c.
2417
2418 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2419
2420 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
2421 match what the code actually does.
2422
2423 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2424
2425 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
2426
2427 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2428
2429 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
2430 i, and b.
2431
2432 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
2433
2434 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
2435 well as for ELF and SOM. Unify the descriptions of ELF and SOM
2436 as "stabs in sections" rather than just saying "ELF and SOM".
2437 Also make that stuff apply to COFF.
2438
2439 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2440
2441 * gdb.texinfo (Formatting Documentation): Change GhostScript to
2442 Ghostscript.
2443
2444 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2445
2446 * gdb.texinfo (Continuing and Stepping): When talking about "step"
2447 versus functions without line numbers, also mention stepping into
2448 them as well as "step" when you are in them. Tell the user how to
2449 deal with the situation. Add comment about "debugging information".
2450
2451 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2452
2453 * stabs.texinfo (Enumerations): Document restriction on where
2454 enumeration types can appear and still win with GDB.
2455
2456 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2457
2458 * stabs.texinfo (Negative Type Numbers): Document format for type
2459 -16.
2460
2461 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2462
2463 * gdb.texinfo (Selection, Frame Info): Update information about
2464 arbitrary frame specficiations.
2465
2466 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
2467
2468 * gdb.texinfo, remote.texi: general editing pass prior to Net release
2469
2470 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2471
2472 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
2473
2474 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2475
2476 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
2477
2478 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2479
2480 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
2481 Differences node to Statics node.
2482 (Statics): Discuss XCOFF use of V symbol descriptor.
2483
2484 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
2485 not clean.
2486
2487 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
2488
2489 * gdb.texinfo (Print Settings): Document `set print
2490 fast-symbolic-addr' and improve the doc for some other
2491 `set print's.
2492
2493 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2494
2495 * stabs.texinfo (String Field): Talk about defining several type
2496 numbers at once.
2497 Fix lint regarding changing node ELF Transformations to
2498 ELF and SOM Transformations.
2499
2500 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
2501
2502 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
2503
2504 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2505
2506 * stabs.texinfo (Cross-References): `::' is for nested types only
2507 within <>.
2508 (Structures): Document static members.
2509
2510 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2511
2512 * stabs.texinfo: Document S type attribute.
2513
2514 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2515
2516 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
2517
2518 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
2519
2520 * gdbint.texinfo: Fix a few typos.
2521
2522 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2523
2524 * gdb.texinfo, remote.texi: formatting improvements
2525
2526 * gdb.texinfo (New Features): mention threads.
2527 (Summary, C): fix xrefs in newly contributed text.
2528 (Threads): index entries, clarifications, example
2529 (passim): minor typos fixed, phrasing improvements
2530
2531 * remote.texi (Bootstrapping): rephrase text on ^C and add index
2532 entries; (Server): explain use of gdbserver w/real-time systems,
2533 add example of conflicting TCP port; (MIPS Remote) break up
2534 running text into table, highlighting commands, and add example.
2535
2536 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2537
2538 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
2539
2540 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2541
2542 * stabs.texinfo (Nested Symbols): New node.
2543 (String Field, Symbol Descriptors, Cross-References): Refer to it.
2544
2545 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2546
2547 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
2548 to picking which Bbss.bss symbol to use, and (because there seems to
2549 be no good way of doing it) re-write some of the text to make it
2550 sound like Bbss.bss isn't such a great idea after all (as currently
2551 designed).
2552
2553 * gdb.texinfo (C): In addition to saying people have to use g++ for
2554 good results, say they have to use stabs. Specifically say cfront
2555 doesn't work well.
2556 (Summary): Merge in information on Modula-2, Pascal, and Chill from
2557 the gdb README. Add xrefs to places where the support for the various
2558 languages is described in detail.
2559
2560 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2561
2562 * stabs.texinfo: Clean up stuff about visibility and virtual
2563 characters.
2564
2565 * stabs.texinfo (N_M2C): Cite Sun doc.
2566
2567 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2568
2569 * gdb.texinfo: updates re threads.
2570 * remote.texinfo: avoid index entries starting with digits.
2571
2572 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2573
2574 * stabs.texinfo (Enumerations): Talk about large, negative and
2575 octal values. Clean up cross reference to type attributes.
2576 (String Field): Say that GDB 4.11 supports size attribute.
2577
2578 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2579
2580 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
2581 is a mandatory step. Make the stuff about that more concise.
2582
2583 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2584
2585 * stabs.texinfo (Class Names): New node.
2586
2587 * gdb.texinfo (Command Files): Explain order of init file reading.
2588
2589 * remote.texi (Bootstrapping): Talk about getting the serial driver
2590 to deal with ^C sent by gdb to stop the remote system.
2591
2592 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
2593
2594 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
2595
2596 * libgdb.texinfo (Defining Commands): made the DOC arg
2597 to gdb_define_app_command a char * instead of char **
2598 per a suggestion from kingdon.
2599
2600 * libgdb.texinfo: total rewrite from a different starting
2601 premise.
2602
2603 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2604
2605 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
2606 floats passed as doubles (to improve clarity).
2607
2608 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2609
2610 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
2611
2612 * a4rc.sed: update to work with Andreas Vogel papersize params
2613
2614 * refcard.tex: use Andreas Vogel simplifications of papersize
2615 params; remove useless version info; update copyright date.
2616
2617 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2618
2619 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
2620
2621 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2622
2623 * gdb.texinfo (Files): Say what address the load command loads it at.
2624
2625 * stabs.texinfo (Common Blocks): Minor cleanups.
2626
2627 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
2628 that Sun has backed away from the linker kludge and thus the relevant
2629 issue is changes to the SunPRO tools, not the Solaris linker.
2630
2631 * stabs.texinfo (Traditional Integer Types): Clean up description
2632 of octal bounds a little bit. Document extra leading zeroes.
2633
2634 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2635
2636 * gdb.texinfo (Signaling): Update for symbolic symbol names
2637 and add a section explaining the difference between the GDB
2638 signal command and the shell kill utility.
2639
2640 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
2641
2642 * libgdb.texinfo: added `@' to braces that were unescaped.
2643
2644 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
2645
2646 * libgdb.texinfo: new file. Spec for the gdb library.
2647
2648 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2649
2650 * stabs.texinfo (Include Files): Fix typo (start -> end).
2651
2652 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2653
2654 * gdb.texinfo, remote.texi: assorted small improvements, mostly
2655 from Melissa at FSF's editing pass.
2656
2657 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2658
2659 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
2660 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
2661 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
2662
2663 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2664
2665 * remote.texi (Bootstrapping): Discuss 386 call gates.
2666
2667 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2668
2669 * stabs.texinfo (Based Variables): New node.
2670
2671 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
2672
2673 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
2674 names, sizes, and formats to suggest how not to lose.
2675
2676 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2677
2678 * stabs.texinfo (Methods): Fix typo.
2679
2680 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2681
2682 * gdb.texinfo: Fix a few typos.
2683
2684 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2685
2686 * gdb.texinfo: Clarify how well it works with Fortran.
2687
2688 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
2689 More on relocating stabs in ELF files.
2690
2691 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2692
2693 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
2694
2695 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2696
2697 * stabs.texinfo (Local Variable Parameters): Talk about nameless
2698 parameters on VAX.
2699
2700 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2701
2702 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
2703
2704 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2705
2706 * stabs.texinfo: Make info author notice match the TeX author notice.
2707
2708 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2709
2710 * stabs.texinfo: Initial-caps all words in node names and
2711 non-trivial words in section names.
2712
2713 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2714
2715 * stabs.texinfo: Many minor cleanups.
2716
2717 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
2718
2719 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
2720
2721 * stabs.texinfo: Remove full description of big example.
2722 It's not really helpful; just use pieces of it where appropriate.
2723 Add more Texinfo formatting directives (@samp, etc.).
2724 Use @deffn to define stab types.
2725 Eliminate some wordiness. Break up some nodes.
2726 Add an (alphabetized) index of symbol types.
2727 Use consistent capitalization style in node and section names.
2728
2729 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
2730
2731 * gdb.texinfo: Change typo "Two two" to "The two".
2732
2733 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2734
2735 * stabs.texinfo (XCOFF-differences): Remove references to
2736 non-existent types N_DECL and N_RPSYM.
2737
2738 * stabs.texinfo (String Field): Say that type attributes bug is
2739 fixed in GDB 4.10, since it is.
2740
2741 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
2742
2743 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
2744
2745 * stabs.texinfo: Formatting cleanups.
2746
2747 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2748
2749 * stabs.texinfo: When explaining the n_type of a stab, standardize
2750 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
2751 no tabs, use @r).
2752 (Global Variables): Clean up.
2753
2754 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2755
2756 * stabs.texinfo (Stack Variables): Re-write.
2757
2758 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2759
2760 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
2761 addresses of a source file. Also revise formatting.
2762 Change "object module" or "object file" to "source file".
2763 Various: Miscellaneous cleanups.
2764
2765 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2766
2767 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
2768
2769 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
2770
2771 * gdbint.texinfo: Removed many nonsensical machine-collected
2772 host and target conditionals, described some of the remainder.
2773
2774 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2775
2776 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
2777
2778 * gdbint.texinfo (Top): Add name to @top line, and re-write the
2779 paragraph which follows.
2780
2781 * gdbint.texinfo (Host): Use @code not @samp for Makefile
2782 variables. Looks better and avoids overful hbox.
2783
2784 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2785
2786 * stabs.texinfo (Procedures): Improve stuff on nested functions.
2787
2788 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2789
2790 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
2791 retransmit-timeout
2792
2793 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2794
2795 * gdbint.texinfo: Update statement about `some ancient Unix
2796 systems, like Ultrix 4.0' to Ultrix 4.2.
2797
2798 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
2799
2800 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
2801
2802 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
2803
2804 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
2805 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
2806
2807 * remote.texi: new name for former gdbinv-s.texi
2808
2809 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
2810
2811 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
2812
2813 * gdbinv-s.texi: Documented timeout and retransmit-timeout
2814 variables for MIPS remote debugging protocol.
2815
2816 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2817
2818 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
2819
2820 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2821
2822 * Makefile.in (refcard.dvi): Use srcdir where necessary.
2823
2824 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
2825
2826 * gdb.texinfo: repair conditional bugs in text markup
2827
2828 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2829
2830 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
2831 to select Modula-2 material.
2832
2833 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2834
2835 * stabs.texinfo: Cleanups regarding statics.
2836
2837 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
2838 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
2839
2840 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2841
2842 * stabs.texinfo: N_MAIN is sometimes used for C.
2843
2844 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2845
2846 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
2847
2848 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
2849
2850 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
2851 removed from the code by Kingdon.
2852
2853 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2854
2855 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
2856 input when evaluating breakpoint conditions; the bug has been fixed.
2857
2858 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
2859 sets the ignore count to N-1, not to N.
2860
2861 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2862
2863 * refcard.tex (\hoffset): correct longstanding error to match
2864 intended offset; avoids cutting off edge on some printers
2865
2866 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2867
2868 * stabs.texinfo (Parameters): Say that order of stabs is significant.
2869
2870 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2871
2872 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
2873
2874 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2875
2876 * Makefile.in: (REFEDITS) new var to control whether PS or CM
2877 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
2878 collect sed edits if any, apply to refcard before formatting;
2879 (refcard.ps) stop implying PS fonts if PS output requested;
2880 (lrefcard.ps) delete extra target for variant PS fonts
2881
2882 * refcard.tex: parametrize papersize dependent info, collect
2883 in easily replaced spot
2884
2885 * a4rc.sed: new file, edits to refcard for A4 paper
2886
2887 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2888
2889 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
2890
2891 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2892
2893 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
2894
2895 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2896
2897 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
2898 politely rather than rudely.
2899
2900 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2901
2902 * stabs.texinfo: Document common blocks.
2903
2904 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
2905
2906 * stabs.texinfo: Add some basic info about stabs-in-elf.
2907
2908 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2909
2910 * stabs.texinfo (Top): Minor cleanup.
2911
2912 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
2913
2914 * Makefile.in (install-info): remove parentdir support
2915
2916 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2917
2918 * gdb.texinfo (Copying): delete this node and references to it;
2919 RMS says this manual need not carry GPL. (passim): Improvements
2920 from last round at FSF, largely due to Ian Taylor review, and
2921 minor formatting improvements.
2922
2923 * gdbinv-s.texi (passim): Improvements from last round at FSF,
2924 largely due to Ian Taylor review. (Debug Session): minor edits to
2925 new text.
2926
2927 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
2928
2929 * Makefile.in (realclean): Remove info and dvi files too.
2930
2931 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
2932
2933 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
2934 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
2935 * gdb.texinfo: Change accordingly.
2936
2937 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
2938 N_{L,R}BRAC,N_SLINE are relative to.
2939
2940 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
2941
2942 * Makefile.in (GDBvn.texi): Update atomically.
2943
2944 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
2945
2946 * gdbinv-s.texi (Debug Session): Document exceptionHook.
2947
2948 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
2949
2950 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
2951 addresses together. Also motivate the set print symbol-filename
2952 command and suggest other solutions.
2953
2954 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
2955
2956 * gdb.texinfo (set print elements): Note that the number of
2957 elements is set to unlimited by "set print elements 0".
2958
2959 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
2960
2961 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
2962 NF_LDOUBLE means.
2963 (Stab Types): Include Solaris stab types.
2964 (Procedures): Document Solaris extensions.
2965
2966 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2967
2968 * gdb.texinfo: Add `set print symbol-filename' doc.
2969
2970 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2971
2972 * stabs.texinfo (Arrays): Talk about type definition vs. type
2973 information.
2974
2975 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
2976 the trailing semicolon.
2977
2978 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2979
2980 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
2981 and merge in other parts of the document addressing these subjects.
2982 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
2983
2984 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
2985 at the end of a range type.
2986
2987 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
2988 AIX extensions.
2989
2990 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2991
2992 * stabs.texinfo (Stabs Format): Misc fixes.
2993
2994 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2995
2996 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
2997 (Traditional builtin types): Document convex convention for long long.
2998 (Negative builtin types): Discuss type names, and misc fixes.
2999
3000 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3001
3002 * stabs.texinfo (Builtin Type Descriptors): Document the floating
3003 point types used with @samp{R} type descriptor.
3004 (Symbol Descriptors): Describe how to handle conflict between
3005 different meanings of @samp{P} symbol descriptor.
3006
3007 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3008
3009 * stabs.texinfo: Remove node Quick Reference and put its children
3010 directly under the main menu.
3011
3012 * stabs.texinfo: Many more changes to bring it into line with
3013 AIX documentation and reality. I think it now has all the
3014 information from the AIX documentation, except that I burned
3015 out when I got to variant records (Pascal and Modula-2) and
3016 all the COBOL types. Oh well, we can add them later when we're
3017 worrying more about those languages.
3018
3019 * stabs.texinfo (Automatic variables): Talk about what it means
3020 to omit the symbol descriptor.
3021
3022 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3023
3024 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
3025 gcc2 behavior with promoted args.
3026
3027 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3028
3029 * gdb.texinfo: include readline appendices in info version of manual
3030
3031 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3032
3033 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
3034 target remote.
3035
3036 * gdb.texinfo (Machine Code): more index entries for disassemble
3037
3038 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
3039
3040 * Clarify the intended use of the gdb-testers and gdb-patches
3041 mailing lists, and shrink gzip comment.
3042
3043 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3044
3045 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
3046 DOSHOST configuration of manual.
3047
3048 * gdb.texinfo (MIPS Stack): new node.
3049
3050 * all-config.texi (MIPS) new switch.
3051
3052 * gdbinv-s.texi (Nindy Options) Remove two instances of future
3053 tense; (MIPS Remote) new node.
3054
3055 * gdb.texinfo (passim) rephrases to work around makeinfo @value
3056 bug; (Environment) less passive, other small cleanups in text about
3057 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
3058 (Remote) new MIPS Remote menu entry.
3059
3060 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
3061
3062 * stabs.texinfo: Many changes to include information from the
3063 AIX documentation.
3064
3065 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
3066
3067 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
3068
3069 * gdbint.texinfo (new node Debugging GDB, elsewhere):
3070 Move a bunch of information from ../README.
3071 (Getting Started): New node.
3072
3073 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3074
3075 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
3076
3077 * gdb.texinfo: advance manual revision dates to present
3078
3079 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
3080 stop using silly Roman numerals in @set variable names
3081
3082 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
3083
3084 * stabs.texinfo (Parameters): Keep trying to get this right.
3085
3086 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
3087
3088 * stabs.texinfo (Parameters): More on "local parameters".
3089
3090 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
3091
3092 * stabs.texinfo (Parameters): Re-do "local parameters" section.
3093
3094 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
3095
3096 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
3097 (Parameters): Rewrite.
3098 (xcoff-differences, Sun-differences): Minor changes.
3099
3100 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
3101
3102 * stabs.texinfo: Minor cleanup.
3103
3104 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
3105
3106 * gdbint.texinfo: Minor xcoff stuff.
3107
3108 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
3109
3110 * gdbint.texinfo: Update for new config directory structure.
3111 Add info about internal type data structures.
3112
3113 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
3114
3115 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
3116 $(srcdir).
3117 (gdb-config.texi): Depend on file in $(srcdir).
3118
3119 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
3120
3121 * stabs.texinfo: Fixes about N_SO.
3122
3123 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3124
3125 * gdb.texinfo: include list of nonstandard init file names
3126
3127 * *-config.texi: new switch GENERIC for text that applies *only*
3128 to (usual) multiple-target version of manual
3129
3130 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
3131 h8 config
3132
3133 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
3134 in menus (rather than conditionally selected multiple alternative
3135 menus).
3136
3137 * Makefile.in: define and use DOC_CONFIG var to select
3138 configuration for GDB user manual.
3139
3140 * gdb-config.texi: delete from repository, generate from Makefile.
3141
3142 * all-config.texi: normal `generic' configuration file, formerly
3143 stored as gdb-config.texi
3144
3145 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3146
3147 * Makefile.in: add dvi target to build all .dvi files
3148
3149 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3150
3151 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
3152
3153 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
3154
3155 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
3156 host conditionals.
3157 * stabs.texinfo: More array fixes inspired by Jim's.
3158
3159 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
3160
3161 * stabs.texinfo: Fixes re arrays and continuations.
3162
3163 * gdbint.texinfo: Add XCOFF node.
3164
3165 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
3166
3167 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
3168
3169 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
3170
3171 * stabs.texinfo: Fix for array types to mention lower bounds.
3172
3173 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
3174
3175 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
3176
3177 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
3178
3179 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
3180
3181 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
3182
3183 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
3184 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
3185
3186 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
3187
3188 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
3189
3190 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3191
3192 * gdb.texinfo, gdbinv-s.texi: misc updates
3193
3194 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
3195
3196 * gdbint.texinfo: Brief documentation for longjmp support,
3197 from an email msg by Stu.
3198
3199 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
3200
3201 * stabs.texinfo: Fix description of floating point "range"
3202 types (which really define basic types). Reported by Jim Meehan,
3203 <meehan@src.dec.com>.
3204
3205 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
3206
3207 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
3208
3209 * gdbint.texinfo: Slightly expand section on supporting a new
3210 object file format.
3211
3212 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
3213
3214 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
3215 intermediate file.
3216
3217 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3218
3219 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
3220
3221 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3222
3223 * gdbinv-s.texi: z8000 simulator target name is just "sim"
3224
3225 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
3226 as well as Z8002.
3227
3228 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
3229
3230 * gdbint.texinfo: Add sections on clean design and on how to send
3231 in changes.
3232
3233 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
3234
3235 * gdbint.texinfo: Add how to declare the result of make_cleanup.
3236
3237 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
3238
3239 * gdb.texinfo: Fix typo, reported by Karl Berry.
3240
3241 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
3242
3243 * gdb.texinfo: Add opcodes dir to GDB distribution description.
3244
3245 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3246
3247 * gdbint.texinfo: fixed a stray email address (needs @@),
3248 added @table @code to node "Native Conditionals"
3249
3250 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
3251
3252 * gdbint.texinfo: Describe coding style of GDB.
3253
3254 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
3255
3256 * stabs.texinfo: Minor wording changes.
3257
3258 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
3259
3260 * gdbint.texinfo: Improve release doc slightly.
3261
3262 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
3263
3264 * gdbint.texinfo: Improve doc of GDB config macros.
3265
3266 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
3267
3268 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
3269 These will be reinserted when examined.
3270
3271 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
3272
3273 * gdbint.texinfo: Make a start at documenting all the #if macros
3274 in GDB. At least list them all, and start separating them into
3275 host-specific and target-specific.
3276
3277 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3278
3279 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
3280 examples (not consistent w others).
3281 gdb.texinfo: issue disclaimer paragraph on cmdline options only
3282 for generic vn of doc
3283
3284 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
3285
3286 * Makefile.in: always create installation directories.
3287
3288 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3289
3290 * gdb.texinfo: in h8 config, do not describe searching commands.
3291
3292 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3293
3294 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
3295 conditionals; introduce a few generic switches that may be
3296 useful for other cross-dev or dos-hosted configs.
3297
3298 * gdb.texinfo: fix typo in "info reg" description
3299
3300 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
3301
3302 * stabs.texinfo: Minor updates from running TeX over it.
3303 * Makefile.in (stabs.dvi, stabs.ps): Add.
3304
3305 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
3306
3307 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
3308 First pass at converting it to texinfo.
3309
3310 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
3311
3312 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
3313 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
3314
3315 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
3316
3317 * gdbint.texinfo: Add section on partial symbol tables.
3318
3319 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
3320
3321 * gdb.texinfo: document `set remotedebug' and `set
3322 rstack_high_address'.
3323
3324 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3325
3326 * gdb.texinfo: slight expansion of new text on reading info files
3327 * gdbinv-s.m4.in: correct and expand info on cross-debugging
3328 H8/300 from DOS.
3329
3330 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
3331
3332 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
3333
3334 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
3335
3336 * gdb.texinfo: Say how to read the `info' files.
3337
3338 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
3339
3340 * Makefile.in: gm4 -> m4.
3341
3342 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
3343
3344 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
3345 Documentation' ahead of `Installing GDB' to match README.
3346 Update shared library doc, -readnow and -mapped, and directory
3347 structure (add glob and mmalloc). Update configure doc.
3348
3349 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
3350
3351 * Makefile.in: remove $(srcdir) from gdb.info rule.
3352
3353 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3354
3355 * Makefile.in: commented out gdb-all.texinfo rule. This is
3356 temporary.
3357
3358 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
3359
3360 * Makefile.in, configure.in: removed traces of namesubdir,
3361 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
3362 copyrights to '92, changed some from Cygnus to FSF.
3363
3364 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
3365
3366 * gdb.texinfo: Improve how we ask for bug reports.
3367
3368 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3369
3370 * Makefile.in: infodir belongs in datadir.
3371
3372 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3373
3374 * Makefile.in: remove spaces following hyphens, bsd make can't
3375 cope. install using INSTALL_DATA. added clean-info. added
3376 standards.text support.
3377
3378 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3379
3380 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3381 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
3382 and mandir now keyed off datadir by default.
3383
3384 \f
3385 Local Variables:
3386 mode: change-log
3387 left-margin: 8
3388 fill-column: 74
3389 version-control: never
3390 End:
This page took 0.09982 seconds and 4 git commands to generate.