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