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