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