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