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