*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
e1aac25b
JB
12004-12-07 Jim Blandy <jimb@redhat.com>
2
3 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5 numbers.
6
f47b1503
AS
72004-12-07 Andreas Schwab <schwab@suse.de>
8
9 * gdb.texinfo (Mode Options): Document -l option.
10
b6b8ece6
EZ
112004-12-04 Eli Zaretskii <eliz@gnu.org>
12
13 * gdbint.texinfo (Algorithms): More accurate description of
14 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
15 is not needed unless data-read and data-access watchpoints are
16 supported. Add a description of how GDB checks whether the
17 inferior stopped because a watchpoint was hit.
18
01371747
EZ
192004-11-23 Eli Zaretskii <eliz@gnu.org>
20
21 * gdb.texinfo (Files): Add cross-reference to description of
22 -readnow command-line switch.
23
2315ffec
RC
242004-11-10 Randolph Chung <tausq@debian.org>
25
26 * gdb.texinfo: Document set/show backtrace past-entry commands.
27 Rearrange index entries for set/show backtrace past-main.
28
69065f5d
AC
292004-11-10 Jon Beniston <jon@beniston.com>
30
31 Committed by Andrew Cagney <cagney@gnu.org>.
32 * gdb.texinfo (Remote Serial Protocol): Further describe
33 binary transfer escaping mechanism .
34
30e91e0b
RC
352004-11-08 Randolph Chung <tausq@debian.org>
36
37 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
38 and "show debug infrun". Add index entries.
39
60bf7e09
EZ
402004-10-23 Eli Zaretskii <eliz@gnu.org>
41
42 * gdb.texinfo (SVR4 Process Information): Document subcommands of
43 "info proc" that are already implemented. Add index entries.
44 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
45 (Files): Add a tip for decreasing memory used for symtabs from
46 shared libraries.
f018e82f
EZ
47 (Starting): Fix whitespace; make "elaboration" stand out where it
48 is first used, and add an index entry for the term.
f8568604
EZ
49 (Calling): Expand and elaborate text. Add "print". Add the
50 description of problems with weak aliases.
384ee23f 51 (Core File Generation): New section.
60bf7e09 52
d52fe014
AC
532004-10-12 Andrew Cagney <cagney@gnu.org>
54
55 * gdbint.texinfo (Versions and Branches): New chapter.
56 (Releasing GDB): Delete "Versions and Branches" section.
57 (Top): Add "Versions and Branches".
58
703663ab
EZ
592004-10-08 Eli Zaretskii <eliz@gnu.org>
60
61 * gdb.texinfo (Editing, History): Add cross-references to the
62 included Readline and History user documentation. Remove
63 references to the symbol have-readline-appendices which is unused
64 and undefined.
65 (History): Fix indexing.
66
ac77d04f
JJ
672004-10-08 Jeff Johnston <jjohnstn@redhat.com>
68
69 * gdbint.texinfo (target_stopped_data_address): Update to
70 new prototype.
71 (i386_stopped_data_address): Update prototype and description.
72 (i386_stopped_by_watchpoint): New function and description.
73
e07c999f
PH
742004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
75
76 * gdb.texinfo (Filenames): Add Ada suffixes.
77 (Ada) New section.
78
2e868123
AC
792004-09-27 Andrew Cagney <cagney@gnu.org>
80 Robert Picco <Robert.Picco@hp.com>
81
82 * gdb.texinfo (Packets): Document the "p" packet.
83
02a57714
JM
842004-09-21 Jason Molenda (jmolenda@apple.com)
85
86 * gdb.texinfo (Paths and Names of the Source Files): Document the
87 meaning of values in the 'desc' field of a SO stab.
88
ae038cb0
DJ
892004-09-20 Daniel Jacobowitz <dan@debian.org>
90
91 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
92 max-cache-age" and "maint show dwarf2 max-cache-age".
93
f7dc1244
EZ
942004-09-16 Eli Zaretskii <eliz@gnu.org>
95
96 * gdb.texinfo (Set Breaks): Add index entry for setting
97 breakpoints on overloaded C++ functions that are not members of
98 any classes. Add an example and an index entry for setting
99 breakpoints on all program functions.
100 (Character Sets, Macros, Overlay Commands)
101 (Non-debug DLL symbols, GDB/MI Output Syntax)
102 (Annotations Overview, Maintenance Commands, File-I/O Overview):
103 Use "(@value{GDBP})" instead of a literal "(gdb)".
104
f810308b
AC
1052004-09-12 Andrew Cagney <cagney@gnu.org>
106
107 * gdbint.texinfo (Native Debugging): Delete description of
108 FILES_INFO_HOOK.
109
15a661f3
PH
1102004-09-11 Paul Hilfinger <hilfinger@gnat.com>
111
112 * gdbint.texinfo (User Interface): Change local_hex_string_custom
113 to hex_string_custom (not historically correct, but more
114 understandable, given the current code).
115
f3219c75
AC
1162004-09-03 Andrew Cagney <cagney@gnu.org>
117
118 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
119
f3bb6704
JJ
1202004-09-01 Jeff Johnston <jjohnstn@redhat.com>
121
122 * observer.texi (solib_unloaded): New observer.
123
8d2c00cb
AC
1242004-08-24 Andrew Cagney <cagney@gnu.org>
125
126 * gdbint.texinfo (Target Architecture Definition): Add missing
127 comma.
128
e7dc800a
MC
1292004-08-20 Michael Chastain <mec.gnu@mindspring.com>
130
131 * (Using the Testsuite): build != host is supported,
132 but some test scripts do not support build != host.
133
73b03683
MK
1342004-08-14 Mark Kettenis <kettenis@gnu.org>
135
136 * gdbint.texinfo (Host Definition): Delete description of
137 FCLOSE_PROVIDED and GETENV_PROVIDED.
138
c0ccb908
MK
1392004-08-05 Mark Kettenis <kettenis@chello.nl>
140
141 * gdbint.texinfo (Host Definition): Delete description of
142 NO_SYS_FILE.
143 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
144 PTRACE_FP_BUG.
145
9c8dbfa9
AC
1462004-08-05 Andrew Cagney <cagney@gnu.org>
147
148 * gdbint.texinfo (Target Architecture Definition): Delete
149 reference to deprecated_read_fp.
150
f42accbe
AC
1512004-08-02 Andrew Cagney <cagney@gnu.org>
152
153 * gdbint.texinfo (Target Architecture Definition): Delete
154 description of DEPRECATED_REGISTER_BYTES.
155
0b66e38c
EZ
1562004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
157
158 * gdb.texinfo (Source Path): Document the new behavior of
159 searching for the source files.
160
15387254
EZ
1612004-07-17 Eli Zaretskii <eliz@gnu.org>
162
163 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
164 (Search, Expressions, Arrays, Variables, Data, Machine Code)
165 (Auto Display): Improve indexing.
166
2c07db7a
AC
1672004-07-16 Andrew Cagney <cagney@gnu.org>
168
169 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
170 "-noasync".
171
4644b6e3
EZ
1722004-07-09 Eli Zaretskii <eliz@gnu.org>
173
174 * gdb.texinfo: Fix @kindex entries so that multiple commands that
175 have the same prefix have only their prefix in the index.
176
7561d450
MK
1772004-07-03 Mark Kettenis <kettenis@gnu.org>
178
179 * gdb.texinfo (BSD libkvm Interface): New node (section)
180 (Native): Add it to the menu.
181
67bebe79
MK
1822004-07-01 Mark Kettenis <kettenis@gnu.org>
183
184 * gdbint.texinfo (Target Architecture Definition): Remove
185 PCC_SOL_BROKEN.
186
1a6923e0
MK
1872004-06-24 Mark Kettenis <kettenis@gnu.org>
188
189 * gdbint.texinfo (Target Architecture Definition): Remove
190 SUN_FIXED_LBRAC_BUG.
191
b435e160
AC
1922004-06-26 Andrew Cagney <cagney@gnu.org>
193
194 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
195
b5622e8d
AC
1962004-06-20 Andrew Cagney <cagney@gnu.org>
197
198 * gdbint.texinfo (Target Architecture Definition): Deprecate
199 USE_STRUCT_CONVENTION.
200
e0c07bf0
MC
2012004-06-19 Michael Chastain <mec.gnu@mindspring.com>
202
203 gdb.texinfo (Bug Reporting): Mention session recording,
204 with the script command or Emacs.
205
782263ab
AC
2062004-06-18 Andrew Cagney <cagney@gnu.org>
207
208 * gdbint.texinfo (Target Architecture Definition): Deprecate
209 FUNCTION_START_OFFSET.
210
03727ca6
AC
2112004-06-14 Andrew Cagney <cagney@gnu.org>
212
213 Based on changes from Karl Berry.
214 * gdb.texinfo: Do not use @sc in a direntry.
215 * stabs.texinfo: Change @dircateogry to "Software development".
216 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
217
97092415
AC
2182004-06-13 Andrew Cagney <cagney@gnu.org>
219
220 * gdbint.texinfo (Target Architecture Definition): Delete
221 description of RETURN_VALUE_ON_STACK.
222
1f6d4158
AC
2232004-06-09 Andrew Cagney <cagney@gnu.org>
224
225 * gdbint.texinfo (Native Debugging): Restore "@table @code"
226 deleted by previous patch.
227
d966f0cb
AC
2282004-06-08 Andrew Cagney <cagney@gnu.org>
229
230 * gdbint.texinfo (Native Debugging): Delete documentation on
231 ATTACH_DETACH.
232
86fe4aaa
RC
2332004-06-06 Randolph Chung <tausq@debian.org>
234
235 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
236
d4b6d575
RC
2372004-06-06 Randolph Chung <tausq@debian.org>
238
239 * gdb.texinfo (push_dummy_call): Update argument list to match
240 the new push_dummy_call method signature. Describe the function
241 argument.
242
4e8b0763
JB
2432004-05-24 Joel Brobecker <brobecker@gnat.com>
244
245 * gdb.texinfo (Starting): Document new start command.
246
59caf092
AC
2472004-05-21 Andrew Cagney <cagney@redhat.com>
248
249 * observer.texi (GDB Observers): Document "inferior_created".
250
e4a2df64
AC
2512004-05-08 Andrew Cagney <cagney@redhat.com>
252
e6b55ae2
AC
253 * gdbint.texinfo (Target Architecture Definition): Delete
254 description of DO_DEFERRED_STORES.
255
28954179
AC
256 * gdbint.texinfo (Target Architecture Definition): Delete
257 references to DEPRECATED_FIX_CALL_DUMMY.
258
434b87dd
AC
259 * gdbint.texinfo (Target Architecture Definition): Delete
260 description of DEPRECATED_CALL_DUMMY_WORDS,
261 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
262
58d28df8
AC
263 * gdbint.texinfo (Target Architecture Definition): Delete
264 description of DEPRECATED_PUSH_DUMMY_FRAME.
265
e4a2df64
AC
266 * gdbint.texinfo (Target Architecture Definition): Delete
267 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
268
2b4855ab
AC
2692004-05-07 Andrew Cagney <cagney@redhat.com>
270
271 * observer.texi (GDB Observers): Add "Debugging" section. Include
272 cross reference to "set/show debug observer".
273 * gdb.texinfo (Debugging Output): Document "set/show debug
274 observer".
275
fcf70625
AC
2762004-05-01 Andrew Cagney <cagney@redhat.com>
277
278 * gdbint.texinfo (Target Architecture Definition): Delete
279 description of DEPRECATED_PC_IN_SIGTRAMP.
280
8ee56bcf
AC
2812004-04-30 Andrew Cagney <cagney@redhat.com>
282
283 * gdbint.texinfo (Target Architecture Definition): Delete
284 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
285
67ab9a76
OF
2862004-04-30 Orjan Friberg <orjanf@axis.com>
287
288 * observer.texi (GDB Observers): Correct spelling.
289
79346bcb
OF
2902004-04-26 Orjan Friberg <orjanf@axis.com>
291
292 * observer.texi (GDB Observers): Add target_changed event.
293
7a464420
AC
2942004-04-08 Andrew Cagney <cagney@redhat.com>
295
296 * observer.texi (GDB Observers): Rework, provide generic observer
297 definitions and then a list of observable events.
298
6cdf9d98
AC
2992004-04-04 Andrew Cagney <cagney@redhat.com>
300
301 * gdbint.texinfo (Host Definition): Delete reference to
302 NO_SIGINTERRUPT.
303
ddc135a4
AC
3042004-04-02 Andrew Cagney <cagney@redhat.com>
305
306 * gdbint.texinfo (Target Architecture Definition): Delete
307 reference to DEPRECATED_CALL_DUMMY_LENGTH.
308
6a1b180d
SC
3092004-03-28 Stephane Carrez <stcarrez@nerim.fr>
310
311 * gdb.texinfo (TUI Commands): Document tui reg commands.
312
d0d5df6f
AC
3132004-03-26 Andrew Cagney <cagney@redhat.com>
314
315 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
316 "gdbtui".
317 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
318 (Contributors): Mention both Text and Terminal User Interface.
319
aa2a3f87
AC
3202004-03-23 Andrew Cagney <cagney@redhat.com>
321
322 * gdbint.texinfo (Target Architecture Definition): Deprecate
323 references to SIGTRAMP_START and SIGTRAMP_END.
324
f561f026
AC
3252004-03-23 Andrew Cagney <cagney@redhat.com>
326
327 * gdbint.texinfo (Target Architecture Definition): Deprecate
328 references to PC_IN_SIGTRAMP.
329
33cb8b0f
AC
3302004-03-19 Andrew Cagney <cagney@redhat.com>
331
332 * gdbint.texinfo (Target Architecture Definition): Delete
333 reference to GDB_TARGET_IS_HPPA.
334
fc989b7a
AC
3352004-03-18 Andrew Cagney <cagney@redhat.com>
336
337 * gdbint.texinfo (Coding): Update section on gdbarch_data,
338 describe pre_init and post_init.
339
701b08bb
DJ
3402004-03-09 Daniel Jacobowitz <drow@mvista.com>
341
342 * gdb.texinfo (Debugging Output): Document values for "set debug
343 target".
344
faae5abe
AC
3452004-02-28 Andrew Cagney <cagney@redhat.com>
346
347 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
348
dd79a6cf
JJ
3492004-02-26 Jeff Johnston <jjohnstn@redhat.com>
350
351 * gdb.texinfo (breakpoints): Add information about the
352 new "set breakpoint pending" and "show breakpoint pending"
353 commands.
354
e7f16015
AC
3552004-02-26 Andrew Cagney <cagney@redhat.com>
356
357 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
358 in Per-architecture module data section.
359
7161a3a6
RM
3602004-02-25 Roland McGrath <roland@redhat.com>
361
362 * gdb.texinfo (General Query Packets): Document qPart:... packets.
363
2154891a
AC
3642004-02-24 Andrew Cagney <cagney@redhat.com>
365
366 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
367 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
368 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 369
6c74ac8b
AC
3702004-02-17 Andrew Cagney <cagney@redhat.com>
371
372 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
373
19772a2c
AC
3742004-02-16 Andrew Cagney <cagney@redhat.com>
375
376 * gdbint.texinfo (Target Architecture Definition): Deprecate
377 FRAMELESS_FUNCTION_INVOCATION.
378
c9830293
AC
3792004-02-16 Andrew Cagney <cagney@redhat.com>
380
381 * gdbint.texinfo (Coding): Mention -Wunused-function.
382
b9d26eb9
AC
3832004-02-14 Andrew Cagney <cagney@redhat.com>
384
385 * gdbint.texinfo (Target Architecture Definition): Delete
386 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
387
49efadf5
EZ
3882004-02-12 Elena Zannoni <ezannoni@redhat.com>
389
390 * gdb.texinfo: Properly quote the name "C++".
391 * gdbint.texinfo: Ditto.
392 * stabs.texinfo: Ditto.
393
1eb288ea
EZ
3942004-02-11 Elena Zannoni <ezannoni@redhat.com>
395
396 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
397 minimal information about libiberty.
398
e4937fc1
MC
3992004-02-06 Michael Chastain <mec.gnu@mindspring.com>
400
401 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
402
a9331b3f
RM
4032004-02-04 Roland McGrath <roland@redhat.com>
404
405 * gdb.texinfo (Auxiliary Vector): New node (section).
406 (Data): Add it to the menu.
407
2650777c
JJ
4082004-02-02 Jeff Johnston <jjohnstn@redhat.com>
409
410 * gdb.texinfo (Breakpoints): Add information about pending
411 breakpoint support.
412
b4501125
AC
4132004-01-26 Andrew Cagney <cagney@redhat.com>
414
415 * gdb.texinfo (Overview): Delete references to the cisco protocol
416 including the "N" response.
417
74055713
AC
4182004-01-26 Andrew Cagney <cagney@redhat.com>
419
420 * gdbint.texinfo (Target Architecture Definition): Rename
421 EXTRACT_STRUCT_VALUE_ADDRESS to
422 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 423
3bbe9696
EZ
4242004-01-24 Eli Zaretskii <eliz@gnu.org>
425
426 * gdb.texinfo (KOD): Document "show os". Add index entries for
427 "set/show os" and "info cisco" commands.
428
5843504f
EZ
4292004-01-21 Eli Zaretskii <eliz@gnu.org>
430
431 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
432
9175c9a3
MC
4332004-01-19 Michael Chastain <mec.gnu@mindspring.com>
434
435 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
436 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
437
8e94b928
NR
4382004-01-19 Nick Roberts <nick@nick.uklinux.net>
439
440 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
441 -stack-list-locals.
442 (GDB/MI Variable Objects): Describe extension to
443 -var-list-children.
444
a20cf136
DJ
4452004-01-17 Daniel Jacobowitz <drow@mvista.com>
446
447 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
448
afb18d0f
AC
4492004-01-17 Andrew Cagney <cagney@redhat.com>
450
451 * gdbint.texinfo (Target Architecture Definition): Delete
452 documentation on DEPRECATED_NPC_REGNUM.
453
b51970ac
DJ
4542004-01-13 Daniel Jacobowitz <drow@mvista.com>
455
456 * gdb.texinfo: Update copyright year. Mention that set
457 follow-fork-mode is supported on GNU/Linux. Remove documentation of
458 "set follow-fork-mode ask".
459
0f0cffd2
AC
4602004-01-13 Andrew Cagney <cagney@redhat.com>
461
462 * gdbint.texinfo: Update copyright year.
463 (Coding): Add -Wunused-label to list of -Werror warnings.
464
c552b3bb 4652004-01-08 Jason Molenda <jmolenda@apple.com>
f7dc1244 466 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
467
468 * gdb.texinfo: Update copyright.
469 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
470 around names, as appropriate. Minor syntax cleanup of
471 _NSPrintForDebugger explanation. Two spaces after periods.
472 GDBN used instead of lit. "gdb". Index entries added for
473 print-object and _NSPrintForDebugger. @noindent added in one spot.
474
afe157ca
EZ
4752003-11-11 Elena Zannoni <ezannoni@redhat.com>
476
477 * stabs.texinfo: Add dircategory and direntry commands.
478 * annotate.texinfo: Ditto.
479
963e2bb7
AC
4802003-11-10 Andrew Cagney <cagney@redhat.com>
481
482 * gdbint.texinfo (Target Architecture Definition): Replace the
483 return_value method's "inval" and "outval" parameters with
484 "readbuf" and "writebuf".
485
1d8b2f28
JB
4862003-10-28 Jim Blandy <jimb@redhat.com>
487
488 * gdb.texinfo (The F request packet, The F reply packet): Renamed
489 from "The `F' request packet" and "The `F' reply packet", to make
490 texi2dvi happy.
491 (File-I/O remote protocol extension): Update menu entries, too.
492
36d86913
MC
4932003-10-26 Michael Chastain <mec@shout.net>
494
495 * gdb.texinfo (Thread Stops): Document the issue with
496 premature return from system calls in multi-threaded programs.
497
ce2826aa
AC
4982003-10-24 Andrew Cagney <cagney@redhat.com>
499
500 * annotate.texinfo: Fix "fortunatly"[sic].
501
f24c5e49
KI
5022003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
503
504 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
505 with "Hitachi" and "Mitsubishi".
506
92ad9cd9
AC
5072003-10-20 Andrew Cagney <cagney@redhat.com>
508
509 * gdbint.texinfo (Target Architecture Definition): Document
510 gdbarch_return_value. Add cross references from
511 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
512 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
513
0ab4b752
MK
5142003-10-18 Mark Kettenis <kettenis@gnu.org>
515
516 * gdbint.texinfo (Target Architecture Definition): Document
517 regset_from_core_section.
fb3e19c0
KI
518
5192003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
520
521 * gdb.texinfo (M32R/D): Mention m32rsdi target.
522
a9331b3f 5232003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
524
525 From Anthony Green <green@redhat.com>:
526 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
527
1485d690
KB
5282003-10-14 Kevin Buettner <kevinb@redhat.com>
529
530 * gdb.texinfo (Breakpoint related warnings): New node.
531 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 532
86d30acc
DJ
5332003-10-13 Daniel Jacobowitz <drow@mvista.com>
534
535 * gdb.texinfo (Remote Protocol): Document v and vCont.
536
172c2a43
KI
5372003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
538
539 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
540 * gdbint.texinfo: Ditto.
541
71952f4c
AC
5422003-10-09 Andrew Cagney <cagney@redhat.com>
543
544 From 2003-09-18 David Anderson <davea@sgi.com>:
545 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
546 "command".
547
268e2188
AC
5482003-10-03 Andrew Cagney <cagney@redhat.com>
549
550 * gdbint.texinfo (Target Architecture Definition): Deprecate
551 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
552 just target.
553
12c266ea 5542003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 555
f30992d4 556 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
557 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
558 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
559 * gdbint.texinfo (Target Architecture Definition): Rename
560
5612003-09-30 Andrew Cagney <cagney@redhat.com>
562
f30992d4 563 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 564 (Target Architecture Definition):
f30992d4 565
2e092625
AC
566 * gdbint.texinfo (Target Architecture Definition): Rename
567 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
568
0717ae8a
AC
5692003-09-29 Andrew Cagney <cagney@redhat.com>
570
dad809b7
AC
571 * gdbint.texinfo (Target Architecture Definition): Delete
572 documentation for NEED_TEXT_START_END.
573
0717ae8a
AC
574 * gdbint.texinfo (Target Architecture Definition): Rename
575 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
576 TARGET_WRITE_PC.
a9331b3f 577
af6cf26d
MC
5782003-09-22 Michael Chastain <mec@shout.net>
579
580 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
581
ee206350
AG
5822003-09-21 Anthony Green <green@redhat.com>
583
584 * gdbint.texinfo (Target Architecture Definition): Fix typos.
585
a38c9fe6
MK
5862003-09-21 Mark Kettenis <kettenis@gnu.org>
587
588 * gdbint.texinfo (Target Architecture Definition): Document
589 stabs_argument_has_addr.
590
77949794
AC
5912003-09-18 Andrew Cagney <cagney@redhat.com>
592
593 * gdbint.texinfo (Target Architecture Definition): Delete
594 documentation on REGISTER_NAMES.
595
8e823e25
MK
5962003-09-13 Mark Kettenis <kettenis@gnu.org>
597
598 * gdbint.texinfo (Target Architecture Definition): Replace
599 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
600
f27dd7fd
AC
6012003-09-11 Andrew Cagney <cagney@redhat.com>
602
603 * gdbint.texinfo (Target Architecture Definition): Replace
604 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
605
8b148df9
AC
6062003-08-18 Andrew Cagney <cagney@redhat.com>
607
608 * gdbint.texinfo (Target Architecture Definition): Document
609 "frame_red_zone_size".
610
25d29d70
AC
6112003-08-09 Andrew Cagney <cagney@redhat.com>
612
613 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
614 with "set/show backtrace past-main" and "set/show backtrace
615 limit".
616
c938e9b0
L
6172003-08-08 H.J. Lu <hongjiu.lu@intel.com>
618
619 * Makefile.in (install-info): Support DESTDIR.
620 (install-html): Likewise.
621
64fabec2
AC
6222003-08-07 Andrew Cagney <cagney@redhat.com>
623
624 Patch from Nick Roberts.
625 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
626 bindings. Remove description of send-gdb-command.
627
2fcf52f0
AC
6282003-08-07 Andrew Cagney <cagney@redhat.com>
629
630 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
631 GDB 6.0.
632
086432e2
AC
6332003-08-06 Andrew Cagney <cagney@redhat.com>
634
635 * gdb.texinfo (Mode Options): Mention that level three is the
636 highest available and that level 2 is deprecated.
637 (Annotations Overview): Mention annotation levels. Cross reference
638 to "Limitations of the Annotation Interface" in annotate.texi.
639 (TODO, Value Annotations, Frame Annotations): Delete section.
640 (Displays, Breakpoint Info): Delete.
641
e5249f67
AC
6422003-08-04 Andrew Cagney <cagney@redhat.com>
643
644 * agentexpr.texi: Delete @bye.
645 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
646 (stabs.info): Add $(srcdir) to include search path.
647 (html): Depend on "annotate_toc.html", and not "annotate.html".
648 * stabs.texinfo: Ditto. Include "fdl.texi".
649 * gdbint.texinfo: Update copyright statement's list of invariant
650 sections.
651
e6f672d2
AC
6522003-07-28 Andrew Cagney <cagney@redhat.com>
653
654 * Makefile.in (INFO_DEPS): Add annotate.info.
655 (dvi, ps, html, pdf): Add annotate.
656 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
657 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
658 (ANNOTATE_DOC_FILES): New macro.
659 (ANNOTATE_TEX_TMPS): New macro.
660 (annotate.info, annotate_toc.html): Specify dependencies.
661 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
662 * annotate.texinfo: Rename annotate.texi. Get building. Add
663 "Migrating to GDB/MI" and "Limitations of the Annotation
664 Interface" chapters. Mention why it is not part of the user
665 guide. Update copyright notice. Include "fdl.texi".
666
72ffddc9
SC
6672003-07-26 Stephane Carrez <stcarrez@nerim.fr>
668
669 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
670
a9f12a31
DJ
6712003-07-24 Daniel Jacobowitz <drow@mvista.com>
672
673 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
674
b1fe9455
DJ
6752003-07-24 Daniel Jacobowitz <drow@mvista.com>
676
677 * gdb.texinfo (Server): Mention pidof.
678
153721e6
AC
6792003-07-22 Andrew Cagney <cagney@redhat.com>
680
681 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
682 list.
683
0fac0b41
DJ
6842003-06-28 Daniel Jacobowitz <drow@mvista.com>
685
686 * gdb.texinfo (Logging output): New chapter.
687
4e562065
JB
6882003-06-24 Joel Brobecker <brobecker@gnat.com>
689
690 * gdb.texinfo (Unsupported languages): New section.
691 (Languages): Add link to new section.
692
f2c06f52
AC
6932003-06-22 Andrew Cagney <cagney@redhat.com>
694
695 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
696
b4177fca
DJ
6972003-06-22 Daniel Jacobowitz <drow@mvista.com>
698
699 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
700
f418dd93
DJ
7012003-06-22 Daniel Jacobowitz <drow@mvista.com>
702
703 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
704 * agentexpr.texi: Retitle section, and change it to an appendix.
705 Comment out texinfo initialization. Factor a @var{} into two
706 pieces to prevent makeinfo warnings.
707 * gdb.texinfo: Add Agent Expressions appendix.
708
4ca61388
DJ
7092003-06-19 Daniel Jacobowitz <drow@mvista.com>
710
711 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
712
07f31aa6
DJ
7132003-06-18 Daniel Jacobowitz <drow@mvista.com>
714
715 * gdb.texinfo (Remote Debugging): New section "Connecting to a
716 remote target". Document the "detach" and "disconnect" commands.
717 (Server, Netware, Debug Session): Reference "Connecting to a
718 remote target".
719 (GDB/MI Target Manipulation): Document "-target-disconnect".
720
2dd0da42
AC
7212003-06-13 Andrew Cagney <cagney@redhat.com>
722
723 * gdbint.texinfo (Target Architecture Definition): Deprecate
724 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
725 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
726
e7a3abfc
JB
7272003-06-09 Jim Blandy <jimb@redhat.com>
728
729 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
730
25e3a86b
AC
7312003-06-08 Andrew Cagney <cagney@redhat.com>
732
733 * gdbint.texinfo (Target Architecture Definition): Delete
734 documentation on FRAME_ARGS_ADDRESS_CORRECT.
735
a9e5fdc2
AC
7362003-06-08 Andrew Cagney <cagney@redhat.com>
737
738 * gdbint.texinfo (Target Architecture Definition): Document
739 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
740
b37303ee
AF
7412003-06-07 Adam Fedor <fedor@gnu.org>
742
743 * gdb.texinfo: Add Objective-C documentation.
744
39fe6e80
AC
7452003-06-01 Andrew Cagney <cagney@redhat.com>
746
747 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
748 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
749
125309b2
AC
7502003-05-21 Andrew Cagney <cagney@redhat.com>
751
752 * gdbint.texinfo (Target Architecture Definition): Delete
753 references to "extract_address" and "store_address".
754
b8b527c5
AC
7552003-05-16 Andrew Cagney <cagney@redhat.com>
756
757 * gdbint.texinfo (Target Architecture Definition): Replace
758 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
759 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
760
50e3ee83
TR
7612003-05-14 Theodore A. Roth <troth@openavr.org>
762
763 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
764
44e2be90
L
7652003-05-10 H.J. Lu <hongjiu.lu@intel.com>
766
767 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
768 (gdb.dvi): Likewise.
769 (gdb.pdf): Likewise.
770 (links2roff): Likewise.
771
df5215a6
JB
7722003-05-08 Jim Blandy <jimb@redhat.com>
773
774 * gdb.texinfo (Dump/Restore Files): Update documentation for
775 'dump', 'append', and 'restore': note that format argument is
776 optional; simplify presentation of the command variants; and be
777 more precise about the formats.
778
5e7b2f39
JB
7792003-05-07 Jim Blandy <jimb@redhat.com>
780
781 * gdb.texinfo (Symbols): Update documentation: 'maint list
782 symtabs' and 'maint list psymtabs' have been renamed 'maint info
783 symtabs' and 'maint info psymtabs'.
784
b1e29e33
AC
7852003-05-05 Andrew Cagney <cagney@redhat.com>
786
787 * gdbint.texinfo (Target Architecture Definition): Make
788 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
789 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
790 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
791
00905d52
AC
7922003-05-04 Andrew Cagney <cagney@redhat.com>
793
794 * gdb.texinfo (Maintenance Commands): Document "maint print
795 dummy-frames".
796
54ff5908
AC
7972003-05-04 Andrew Cagney <cagney@redhat.com>
798
799 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
800
32e7087d
JB
8012003-05-03 J. Brobecker <brobecker@gnat.com>
802
803 Thierry Schneider <tpschneider1@yahoo.com>
804 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
805 for new MI command.
806
7043d8dc
AC
8072003-05-03 Andrew Cagney <cagney@redhat.com>
808
809 * gdbint.texinfo (Target Architecture Definition): Document
810 push_dummy_code. Add cross references.
811
e33d66ec
EZ
8122003-05-02 Elena Zannoni <ezannoni@redhat.com>
813
814 * gdb.texinfo (Character Sets): Update to reflect new behavior of
815 set/show charsets commands.
816
0ba6dca9
AC
8172003-04-28 Andrew Cagney <cagney@redhat.com>
818
819 * gdbint.texinfo (Target Architecture Definition): Replace
820 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
821 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
822
d7a27068
AC
8232003-04-28 Andrew Cagney <cagney@redhat.com>
824
825 * gdbint.texinfo (Target Architecture Definition): Rename
826 "tm_print_insn" to "deprecated_tm_print_insn".
827
44ea7b70
JB
8282003-04-09 Jim Blandy <jimb@redhat.com>
829
830 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
831 list psymtabs'.
832
fb8f8949
AC
8332003-04-08 Andrew Cagney <cagney@redhat.com>
834
835 * gdbint.texinfo (Target Architecture Definition): Delete
836 references to EXTRA_FRAME_INFO.
837
32fb0f22
AC
8382003-04-08 Andrew Cagney <cagney@redhat.com>
839
840 * gdbint.texinfo (Target Architecture Definition): Delete
841 PRINT_TYPELESS_INTEGER.
842
6be67e67
JB
8432003-04-02 J. Brobecker <brobecker@gnat.com>
844
845 * observer.texi (GDB Observers): Adjust the documentation for the
846 normal_stop notification to better describe reality. Fix a couple
847 of minor typos.
848
4e35d5f0
BR
8492003-04-02 Bob Rossi <bob_rossi@cox.net>
850
a9331b3f 851 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
852 '-file-list-exec-source-file'
853
e8a8712a
AC
8542003-03-31 Andrew Cagney <cagney@redhat.com>
855
856 * gdbint.texinfo (Target Architecture Definition): Delete
857 references to CALL_DUMMY_P.
858
6c0e89ed
AC
8592003-03-30 Andrew Cagney <cagney@redhat.com>
860
861 * gdbint.texinfo (Target Architecture Definition): Remove
862 reference to TARGET_WRITE_SP.
a9331b3f 863
378bfd1b
AC
8642003-03-27 Andrew Cagney <cagney@redhat.com>
865
866 * gdbint.texinfo (Target Architecture Definition): Remove
867 references to write_sp.
6c0e89ed 868
922fbb7b
AC
8692003-03-27 Andrew Cagney <cagney@redhat.com>
870
871 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
872 chapter body. Use @smallexample instead of @example.
873 (Annotations): Ditto.
874 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
875 annotate.texi.
876
b81774d8
AC
8772003-03-26 Andrew Cagney <cagney@redhat.com>
878
879 * gdbint.texinfo (Target Architecture Definition): Replace
880 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
881 dummy_addr parameters.
882
1bf6d5cc
AC
8832003-03-25 Andrew Cagney <cagney@redhat.com>
884
885 * gdbint.texinfo (Target Architecture Definition): Delete
886 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
887 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
888 Add reference to PUSH_ARGUMENTS.
889
618ce49f
AC
8902003-03-23 Andrew Cagney <cagney@redhat.com>
891
892 * gdbint.texinfo (Algorithms, Target Architecture Definition):
893 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
894
bcd7e15f
JB
8952003-03-18 J. Brobecker <brobecker@gnat.com>
896
897 * gdbint.texinfo (Algorithms): Add new section describing the
898 Observer paradigm.
899 (Top): Add menu entry to new observer appendix.
900 * observer.texi: New file.
901 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
902 new observer.texi file.
903
9fe8321b
AC
9042003-03-17 Andrew Cagney <cagney@redhat.com>
905
906 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
907 that GNU Press update the manual version number.
908
ac2adee5
AC
9092003-03-12 Andrew Cagney <cagney@redhat.com>
910
911 * gdbint.texinfo (Target Architecture Definition): Delete
912 references to get_saved_register. Rename GET_SAVED_REGISTER to
913 DEPRECATED_GET_SAVED_REGISTER.
914
749b82f6
AC
9152003-03-13 Andrew Cagney <cagney@redhat.com>
916
917 * gdbint.texinfo (Target Architecture Definition): Replace
918 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
919
8bedc050
AC
9202003-03-12 Andrew Cagney <cagney@redhat.com>
921
922 * gdbint.texinfo (Target Architecture Definition): Rename
923 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 924
0ce1b118
CV
9252003-03-10 Corinna Vinschen <vinschen@redhat.com>
926
927 * gdb.texinfo: Add File-I/O documentation.
928
12cc2063
AC
9292003-03-10 Andrew Cagney <cagney@redhat.com>
930
931 * gdbint.texinfo (Target Architecture Definition): Cross reference
932 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
933
7453dc06
AC
9342003-03-07 Andrew Cagney <cagney@redhat.com>
935
936 * gdb.texinfo (Debugging Output): Mention the "set/show debug
937 frame" command.
938
6314f104
AC
9392003-03-05 Andrew Cagney <cagney@redhat.com>
940
941 * gdbint.texinfo (Target Architecture Definition): Document
942 unwind_dummy_id. Cross reference unwind_dummy_id and
943 SAVE_DUMMY_FRAME_TOS.
944
f1212245
DJ
9452003-03-05 James Ingham <jingham@apple.com>
946 Daniel Jacobowitz <drow@mvista.com>
947
948 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
949 and "show cp-abi".
950
77e7e267
AC
9512003-03-03 Andrew Cagney <cagney@redhat.com>
952
953 * gdbint.texinfo (Target Architecture Definition): Document
954 register_type.
955
838a8221
AC
9562003-03-03 Andrew Cagney <cagney@redhat.com>
957
958 * stabs.texinfo (Structures): Use @samp and separate @var's
959 instead of a single @var containing a comma separated list.
960 (Unions): Ditto.
961
d7f4a264
DJ
9622003-03-02 Daniel Jacobowitz <drow@mvista.com>
963
964 * Makefile.in (distclean): Remove config.log.
965
f30ee0bc
AC
9662003-03-01 Andrew Cagney <cagney@redhat.com>
967
968 * gdbint.texinfo (Target Architecture Definition): Rename
969 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
970
9712003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
972
973 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
974 DEPRECATED_INIT_EXTRA_FRAME_INFO.
975
be448670
CF
9762003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
977
978 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
979 (Non-debug DLL symbols): New node, describing the minimal symbols
980 loaded from DLLs without real debugging symbols.
981
501eef12
AC
9822003-02-20 Andrew Cagney <ac131313@redhat.com>
983
984 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
985 hardware-breakpoint-limit".
986 (Set Watchpoints): Add cross reference to "set remote
987 hardware-watchpoint-limit".
988 (Remote configuration options): New section.
989
21c294e6
AC
9902003-02-04 Andrew Cagney <ac131313@redhat.com>
991
e9be73e4
AC
992 * gdbint.texinfo (Target Architecture Definition): Delete
993 descrption of IS_TRAPPED_INTERNALVAR.
994
21c294e6
AC
995 From Keith Seitz <keiths@redhat.com>:
996 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
997 option "-i"/"--interpreter" to this chapter. Include index
998 entries.
999
0179ffac
DC
10002003-02-04 David Carlton <carlton@math.stanford.edu>
1001
1002 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
1003 (Variables): Recommend stabs+ and DWARF 2.
1004 (C plus plus expressions): Correct info about
1005 compiler versions, debug formats.
1006 (Contributors): Change 'DWARF2' to 'DWARF 2'.
1007 PR symtab/874.
1008
7ca9f392
AC
10092003-02-01 Andrew Cagney <ac131313@redhat.com>
1010
1011 * gdbint.texinfo (Target Architecture Definition): Delete
1012 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
1013 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
1014 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
1015 references to nindy and i960.
1016 * gdb.texinfo (i960): Delete all references to i960 and nindy.
1017
31a85ea2
AC
10182003-02-01 Andrew Cagney <ac131313@redhat.com>
1019
1020 * gdbint.texinfo (Target Architecture Definition): Delete
1021 FLOAT_INFO.
1022
6b894e49
AC
10232003-01-30 Andrew Cagney <ac131313@redhat.com>
1024
1025 * stabs.texinfo (Member Type Descriptor): Clarify description of
1026 `@'. Suggested by Ben Hutchings.
1027
c48861fb
AC
10282003-01-29 Andrew Cagney <ac131313@redhat.com>
1029
1030 * gdb.texinfo (M68K): Delete reference to es1800.
1031
617073a9
AC
10322003-01-29 Andrew Cagney <ac131313@redhat.com>
1033
1034 * gdb.texinfo (Maintenance Commands): Document `maint print
1035 reggroups' and `maint print register-groups'.
1036 * gdbint.texinfo (Target Architecture Definition): Document
1037 register_reggroup_p.
1038
5b5d99cf
JB
10392003-01-23 Jim Blandy <jimb@redhat.com>
1040
1041 * gdb.texinfo (Separate Debug Files): New section.
1042
e7ba9c65
DJ
10432003-01-22 Daniel Jacobowitz <drow@mvista.com>
1044
1045 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
1046 and "maint show profile".
1047
94e91d6d
MC
10482003-01-16 Michael Chastain <mec@shout.net>
1049
1050 * gdb.texinfo (Installing GDB): Warn against
1051 ".../gdb-VERSION/gdb/configure".
1052 (Separate Objdir): Likewise.
1053
867f3898
AC
10542003-01-15 Andrew Cagney <ac131313@redhat.com>
1055
1056 * gdbint.texinfo (Target Architecture Definition): Delete
1057 definition of PRINT_REGISTER_HOOK.
1058
f153cc92
EZ
10592003-01-15 Elena Zannoni <ezannoni@redhat.com>
1060
1061 (OpenRISC 1000): Fix formatting of command names.
1062
c60eb6f1
EZ
10632003-01-15 Elena Zannoni <ezannoni@redhat.com>
1064
1065 * gdb.texinfo (Continuing and Stepping): Add new command
1066 'advance'. Clarify behavior of 'until'.
1067
f5ebfba0
DJ
10682003-01-13 Daniel Jacobowitz <drow@mvista.com>
1069
1070 * gdb.texinfo (Files): Document solib-absolute-prefix and
1071 solib-search-path.
1072
4ce8657e
MC
10732003-01-09 Michael Chastain <mec@shout.net>
1074
1075 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
1076 (Create a Release): Add new instructions for new @file{src-release}.
1077 Document existing instructions for @file{Makefile.in} as
1078 being for @value{GDBN} 5.3.1 or earlier.
1079
372613e3
AC
10802003-01-09 Andrew Cagney <ac131313@redhat.com>
1081
1082 * gdbint.texinfo (Target Architecture Definition): Mention
1083 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
1084 allocate memory.
1085
b4e9345d
DJ
10862003-01-04 Daniel Jacobowitz <drow@mvista.com>
1087
1088 * gdb.texinfo (Controlling GDB): Add @kindex for
1089 "show osabi".
1090 (Backtraces): Add @kindex's for backtrace-below-main.
1091
98b45e30
DJ
10922003-01-04 Daniel Jacobowitz <drow@mvista.com>
1093
1094 * gdb.texinfo (Controlling GDB): Document "set osabi".
1095
95f90d25
DJ
10962003-01-04 Daniel Jacobowitz <drow@mvista.com>
1097
1098 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
1099 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
1100
1e698235
DJ
11012003-01-04 Daniel Jacobowitz <drow@mvista.com>
1102
1103 * gdb.texinfo (Controlling GDB): Add ABI section. Document
1104 "set coerce-float-to-double".
1105 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
1106
e632838e
AC
11072003-01-02 Andrew Cagney <ac131313@redhat.com>
1108
1109 * stabs.texinfo: Remove obsolete text.
1110 * gdbint.texinfo: Ditto.
1111 * gdb.texinfo: Ditto.
1112
c133ab7a
MK
11132002-12-22 Mark Kettenis <kettenis@gnu.org>
1114
1115 * gdbint.texinfo (Target Architecture Definition): Update
1116 description of gdbarch_register_osabi.
1117
f821f325
KH
11182002-12-20 Kazu Hirata <kazu@cs.umass.edu>
1119
1120 * agentexpr.texi: Fix typos.
1121 * annotate.texi: Likewise.
1122 * fdl.texi: Likewise.
1123
85a6d8d3 11242002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
1125
1126 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
1127 DEPRECATED_INIT_FRAME_PC.
1128
ae45cd16
AC
11292002-12-01 Andrew Cagney <ac131313@redhat.com>
1130
1131 * gdbint.texinfo (Target Architecture Definition): Delete
1132 PC_IN_CALL_DUMMY.
1133
07555a72
AC
11342002-11-28 Andrew Cagney <ac131313@redhat.com>
1135
1136 * gdbint.texinfo (Host Definition): Delete documentation on
1137 USE_GENERIC_DUMMY_FRAMES.
1138
c166cdc7
EZ
11392002-11-26 Elena Zannoni <ezannoni@redhat.com>
1140
1141 Fix PR gdb/723 and PR gdb/245.
1142 * Makefile.in (install-info): Run the install-info command as part
1143 of the post install steps only.
1144 (uninstall-info): New target.
1145 (uninstall): New target.
1146
35db0260
EZ
11472002-11-22 Elena Zannoni <ezannoni@redhat.com>
1148
1149 * Makefile.in (install): Make install do some real work.
1150
9ba8d803
AC
11512002-11-19 Andrew Cagney <ac131313@redhat.com>
1152
1153 Fix POSIX problem reported by Paul Eggert.
1154 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
1155 Fix PR gdb/527.
1156
903ad3a6
AC
11572002-10-26 Andrew Cagney <cagney@redhat.com>
1158
1159 * gdbint.texinfo (Target Architecture Definition): Delete
1160 definition of DO_REGISTERS_INFO.
1161
f2abfe65
KB
11622002-10-18 Kevin Buettner <kevinb@redhat.com>
1163
1164 * gdbint.texinfo (Address Classes): Fix problems with insertion
1165 of ``{'' and ``}'' in example.
1166
b5b0480a
KB
11672002-10-17 Kevin Buettner <kevinb@redhat.com>
1168
1169 * gdbint.texinfo (Address Classes): New section.
1170 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
1171 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
1172 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
1173 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
1174
c85508ee
KD
11752002-10-11 Klee Dienes <kdienes@apple.com>
1176
1177 * gdb.texinfo (Registers): Mention vector registers as well as
1178 floating registers in the documentation for 'info registers' and
1179 'info all-registers'.
1180
6d12fc3d
DJ
11812002-10-11 Daniel Jacobowitz <drow@mvista.com>
1182
1183 * gdbint.texinfo (CPLUS_MARKER): Remove item.
1184
8d19fbd2
JJ
11852002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1186
1187 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
1188 interface definition.
1189
a37295f9
MM
11902002-10-03 Marko Mlinar <markom@opencores.org>
1191
1192 * gdb.texinfo (Target Commands): Add or1k target specific
1193 commands.
1194 * gdb.texinfo (Contributors): Add myself to the contributors list.
1195
da0f9dcd
AC
11962002-10-01 Andrew Cagney <ac131313@redhat.com>
1197
1198 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
1199 and "mi1" instead of "mi1" and "mi0".
1200
2e834e49
HPN
12012002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
1202
1203 * gdb.texinfo (Packets): Fix typos "alligned".
1204 Correct z3/Z3 description. Correct z4/Z4 title.
1205
050be0dc
AC
12062002-09-27 Andrew Cagney <ac131313@redhat.com>
1207
1208 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
1209
1104b9e7
KB
12102002-09-25 Kevin Buettner <kevinb@redhat.com>
1211
1212 * gdb.texinfo: Use GNU/Linux instead of Linux.
1213
512217c7
AC
12142002-09-25 Andrew Cagney <ac131313@redhat.com>
1215
1216 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
1217
10998722
AC
12182002-09-24 Andrew Cagney <ac131313@redhat.com>
1219
512217c7 1220 * gdb.texinfo: Replace @example with @smallexample.
10998722 1221
a0eb71c5
KB
12222002-09-20 Kevin Buettner <kevinb@redhat.com>
1223
f7dc1244 1224 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
1225 * gdb.texinfo (Character Sets): Use @smallexample instead of
1226 @example. Use GNU/Linux instead of Linux.
1227
12282002-09-20 Jim Blandy <jimb@redhat.com>
1229
1230 * gdb.texinfo: Add character set documentation.
1231
2f870471
AC
12322002-09-19 Andrew Cagney <ac131313@redhat.com>
1233
1234 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
1235 (Packets): Add cross reference from `b' packet to `z' packets.
1236
790eb8f5
AC
12372002-09-19 Andrew Cagney <ac131313@redhat.com>
1238
8d30a00d
AC
1239 * gdb.texinfo (Maintenance Commands): Document ``maint
1240 internal-error'' and ``maint internal-warning''.
1241
790eb8f5
AC
1242 * gdbint.texinfo (Target Architecture Definition): Revise
1243 description of STACK_ALIGN. Add description of FRAME_ALIGN.
1244
a23a7bf1
JB
12452002-09-19 Joel Brobecker <brobecker@gnat.com>
1246
1247 * gdbint.texinfo (Target Conditionals): Document the new
1248 NAME_OF_MALLOC macro.
1249
299ffc64
AC
12502002-09-05 Andrew Cagney <ac131313@redhat.com>
1251
1252 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
1253 engineer.
1254
b7bb15bc
SC
12552002-09-02 Stephane Carrez <stcarrez@nerim.fr>
1256
1257 * gdb.texinfo (TUI Overview): Document status line fields.
1258
3d757584
SC
12592002-09-02 Stephane Carrez <stcarrez@nerim.fr>
1260
1261 * gdb.texinfo (TUI Commands): Document info win command.
1262
269c21fe
SC
12632002-09-01 Stephane Carrez <stcarrez@nerim.fr>
1264
1265 * gdb.texinfo (TUI Overview): Document breakpoint markers.
1266
7cf36c78
SC
12672002-09-01 Stephane Carrez <stcarrez@nerim.fr>
1268
1269 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
1270 (TUI Keys): Likewise.
1271
d2c6833e
AC
12722002-08-25 Andrew Cagney <ac131313@redhat.com>
1273
1274 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
1275 for a packet receive.
1276
46d8b1c3
AC
12772002-08-25 Andrew Cagney <ac131313@redhat.com>
1278
1279 * Makefile.in (clean): Move to end of file.
1280 (distclean, maintainer-clean, realclean): Ditto.
1281 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
1282 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
1283 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
1284 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
1285
b0787093
AC
12862002-08-24 Andrew Cagney <ac131313@redhat.com>
1287
1288 * Makefile.in (GDBINT_TEX_TMPS): Define.
1289 (gdbint.dvi, gdbint.pdf): Use
1290 (GDB_TEX_TMPS): Define.
1291 (gdb.dvi, gdb.pdf): Use.
1292 (STABS_TEX_TMPS): Define.
1293 (stabs.dvi, stabs.pdf): Use.
1294 (GDB_DOC_SOURCE_INCLUDES): New macros.
1295 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
1296 (GDBINT_DOC_FILES_INCLUDES): New macros.
1297 (GDBINT_DOC_BUILD_INCLUDES): New macros.
1298 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
1299 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
1300 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
1301 (links2roff): Replace SFILES_INCLUDED with
1302 GDB_DOC_SOURCE_INCLUDES.
1303 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
1304 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
1305 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
1306 dependencies.
1307 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
1308 dependencies.
1309 (gdbmi.texinfo): Delete rule.
1310 (inc-hist.texinfo): Delete rule.
1311 (rluser.texinfo): Delete rule.
1312
ebba8386
AC
13132002-08-23 Andrew Cagney <cagney@redhat.com>
1314
1315 * gdbint.texinfo (Target Architecture Definition): Update
1316 STORE_RETURN_VALUE, mention regcache.
1317
0ab7a791
AC
13182002-08-21 Andrew Cagney <ac131313@redhat.com>
1319
1320 * gdbint.texinfo (Target Architecture Definition): Document
1321 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
1322
ee2d5c50
AC
13232002-08-19 Andrew Cagney <ac131313@redhat.com>
1324
1325 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
1326 Fix minor typos. Add index entries.
1327
53c69bd7
AC
13282002-08-18 Andrew Cagney <ac131313@redhat.com>
1329
1330 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
1331
e76f1f2e
AC
13322002-08-15 Andrew Cagney <ac131313@redhat.com>
1333
1334 * gdbint.texinfo (Target Architecture Definition): Document
1335 PRINT_VECTOR_INFO.
1336 * gdb.texinfo (Vector Unit): Document "info vectors" command.
1337
0680b120
AC
13382002-08-13 Andrew Cagney <ac131313@redhat.com>
1339
1340 * gdb.texinfo (Maintenance Commands): Document "maint print
1341 registers", "maint print raw-registers" and "maint print
1342 cooked-registers".
1343
3c3bea1c
GS
13442002-08-08 Grace Sainsbury <graces@redhat.com>
1345
a9331b3f 1346 From Mark Salter:
3c3bea1c
GS
1347 * gdb.texinfo (Protocol): Document T packet extension to
1348 allow watchpoint address reporting.
1349
42f9b0a5
AC
13502002-08-03 Andrew Cagney <ac131313@redhat.com>
1351
1352 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
1353
db034ac5
AC
13542002-08-01 Andrew Cagney <cagney@redhat.com>
1355
1356 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
1357 to CHILL.
1358
e2b28d04
AC
13592002-08-01 Andrew Cagney <ac131313@redhat.com>
1360
1361 * gdbint.texinfo (Coding): Revise section "Include Files".
1362
7fb623f7
AC
13632002-07-24 Andrew Cagney <cagney@redhat.com>
1364
1365 * gdbint.texinfo: Obsolete references to m88k.
1366 * gdb.texinfo: Ditto.
1367
4a2b4636
JB
13682002-07-10 Joel Brobecker <brobecker@gnat.com>
1369
7fb623f7 1370 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
1371 where the proper version of autoconf can be retrieved.
1372
a71ec265
DH
13732002-07-09 Don Howard <dhoward@redhat.com>
1374
1375 * gdb.texinfo (Command Files): Further describe the behavior of
1376 sourced command files.
1377
b9aa90c9
AC
13782002-06-27 Andrew Cagney <ac131313@redhat.com>
1379
1380 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
1381 (Coding): Clarify ISO C version that GDB assumes.
1382
40dd2248
TT
13832002-06-26 Tom Tromey <tromey@redhat.com>
1384
1385 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
1386 add_setshow_cmd_full.
1387
bfac230e
DH
13882002-06-25 Don Howard <dhoward@redhat.com>
1389
1390 * gdb.texinfo (Memory Region Attributes): Document new behavior
1391 for 'mem' command.
1392
475b0867
JB
13932002-06-11 Jim Blandy <jimb@redhat.com>
1394
919d772c
JB
1395 * gdb.texinfo (Symbols): Update documentation for `info source'
1396 command.
1397
475b0867
JB
1398 * gdb.texinfo (Macros): Call the command `info macro', not
1399 `show macro'.
1400
ba8c9337
AC
14012002-06-09 Andrew Cagney <ac131313@redhat.com>
1402
1403 * gdbint.texinfo (Coding): Add section ``Per-architecture module
1404 data''.
1405
1029b7fa
MK
14062002-06-09 Mark Kettenis <kettenis@gnu.org>
1407
1408 * gdbint.texinfo (Target Architecture Definition): Document
1409 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
1410
16737d73
AC
14112002-06-08 Andrew Cagney <ac131313@redhat.com>
1412
1413 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
1414 lists.
1415
30107679
AC
14162002-06-08 Andrew Cagney <ac131313@redhat.com>
1417
1418 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
1419 Branch''.
1420
3352e23e
AC
14212002-06-01 Andrew Cagney <ac131313@redhat.com>
1422
1423 * gdbint.texinfo (Target Architecture Definition): Add section
1424 ``Converting an existing Target Architecture to Multi-arch''.
1425
cbb09e6a
AC
14262002-05-30 Andrew Cagney <ac131313@redhat.com>
1427
1428 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
1429 to ``Obsoleting code''. Revise.
1430
e2e0bcd1
JB
14312002-05-17 Jim Blandy <jimb@redhat.com>
1432
1433 * gdb.texinfo (C Preprocessor Macros): New chapter.
1434 Include it in the main menu.
1435 (Contributors): Credit Jim Blandy with macro support.
1436 (Compilation): Explain how to get macro information into the
1437 executable.
1438 (Expressions): Note that preprocessor macros are expanded.
1439
9db8d71f
DJ
14402002-05-14 Daniel Jacobowitz <drow@mvista.com>
1441
1442 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
1443 options for `target remote'.
1444
6d531722
AC
14452002-05-13 Andrew Cagney <ac131313@redhat.com>
1446
1447 * gdbint.texinfo (Target Architecture Definition): Delete
1448 documentation on NNPC_REGNUM.
1449
13d01224
AC
14502002-05-11 Andrew Cagney <ac131313@redhat.com>
1451
1452 * gdbint.texinfo (Target Architecture Definition): Document
1453 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
1454 (Target Architecture Definition): Revise section `Using Different
1455 Register and Memory Data Representations'. Add section `Raw and
1456 Virtual Register Representations'.
1457
b2e75d78
AC
14582002-05-11 Andrew Cagney <ac131313@redhat.com>
1459
1460 * gdbint.texinfo (Target Architecture Definition): Mention
1461 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
1462 (Target Architecture Definition): Mention same. Add references to
1463 web pages.
1464
2c8682ee
MS
14652002-05-08 Michael Snyder <msnyder@redhat.com>
1466
1467 * stabs.texinfo (Attributes): Document new "vector" attribute.
1468
0816590b
AC
14692002-05-04 Andrew Cagney <ac131313@redhat.com>
1470
1471 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
1472
2653173e
AC
14732002-05-04 Andrew Cagney <ac131313@redhat.com>
1474
1475 * gdb.texinfo: Delete obsolete references to a29k.
1476
d7bd68ca
AC
14772002-04-24 Andrew Cagney <ac131313@redhat.com>
1478
1479 * gdbint.texinfo (Target Architecture Definition): Replace
1480 IN_SIGTRAMP with PC_IN_SIGTRAMP.
1481
21d83aa5
DM
14822002-04-24 David S. Miller <davem@redhat.com>
1483
1484 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
1485
7673a6cc
DM
14862002-04-21 David S. Miller <davem@redhat.com>
1487
1488 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
1489
d49d1e0a
AC
14902002-04-21 Andrew Cagney <ac131313@redhat.com>
1491
1492 * gdbint.texinfo (Target Architecture Definition): Delete
1493 definition of HAVE_REGISTER_WINDOWS.
1494
f7dc1244 14952002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
1496
1497 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
1498 "Theodore A. Roth" <troth@verinet.com>.
1499
5ca0cb28
DH
15002002-04-15 Don Howard <dhoward@redhat.com>
1501
f7dc1244 1502 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 1503 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 1504 Provide a better explaination of this feature.
5ca0cb28 1505
f208ba17
AC
15062002-04-14 Andrew Cagney <ac131313@redhat.com>
1507
1508 * gdbint.texinfo (Target Architecture Definition): Remove
1509 FRAME_CHAIN_COMBINE.
1510
d5ba91de
MC
15112002-04-12 Michael Chastain <mec@shout.net>
1512
1513 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
1514 REG_STACK_SEGMENT.
1515
26818220
MC
15162002-04-09 Michael Chastain <mec@shout.net>
1517
1518 * gdbint.texinfo (Obsolete Conditionals): Remove references to
1519 PYRAMID_* macros.
1520
129188f6
AC
15212002-04-07 Andrew Cagney <ac131313@redhat.com>
1522
1523 * gdb.texinfo (Bug Reporting): Document that the web is the
1524 prefered way of submitting bug reports.
1525 (Bug Reporting): Delete the s-mail address as the last resort.
1526
8227c0ff
AC
15272002-04-05 Andrew Cagney <ac131313@redhat.com>
1528
1529 * gdbint.texinfo (Target Architecture Definition): Delete
1530 references to TARGET_WRITE_FP and write_fp.
1531
16d9dec6
MS
15322002-03-27 Michael Snyder <msnyder@redhat.com>
1533
1534 * gdb.texinfo: Document new commands dump, append, and restore.
1535
9ae8b82c
AC
15362002-03-27 Andrew Cagney <ac131313@redhat.com>
1537
1538 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
1539 Branch'.
1540
474c8240
AC
15412002-03-18 Andrew Cagney <ac131313@redhat.com>
1542
1543 * gdb.texinfo: Change all examples to @smallexample.
1544 * gdbint.texinfo: Ditto.
a9331b3f 1545
fb0ff88f
AC
15462002-03-18 Andrew Cagney <ac131313@redhat.com>
1547
1548 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
1549 Branches''.
1550
9bb0a4d8
AC
15512002-03-18 Andrew Cagney <ac131313@redhat.com>
1552
1553 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
1554 Policy''.
1555
937f164b
FF
15562002-03-04 Fred Fish <fnf@redhat.com>
1557
1558 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
1559 expresson, suports, dependant, trhe, perhaphs, situtations,
1560 explictily, taged, oportunity, unfortunatly).
1561
a7b40f07
AC
15622002-02-24 Andrew Cagney <ac131313@redhat.com>
1563
1564 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
1565 Remove reference to 3.12.
1566
aab4e0ec
AC
15672002-02-23 Andrew Cagney <ac131313@redhat.com>
1568
1569 * gdbint.texinfo: Include fdl.texi.
1570 (Top): Add GNU Free Documentation License.
1571 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
1572 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
1573 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
1574 (gdbint.info): Add srcdir to include path.
1575 * gdb.texinfo: Include gpl.texi.
1576 (Top): Add Copying.
1577 * gpl.texi: New file.
1578
47b95330
AC
15792002-02-23 Andrew Cagney <ac131313@redhat.com>
1580
1581 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
1582
78c47bea
PM
15832002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
1584
1585 * gdb.texinfo: Document Cygwin native specific commands.
1586
56460a61
DJ
15872002-02-15 Daniel Jacobowitz <drow@mvista.com>
1588
1589 * gdb.texinfo: Document gdbserver ``--attach'' command.
1590
def71bfa
MS
15912002-02-07 Michael Snyder <msnyder@redhat.com>
1592
1593 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
1594 to @code(_ovly_debug_event).
1595
c928edc0
AC
15962002-02-07 Andrew Cagney <ac131313@redhat.com>
1597
1598 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
1599
81d46470
MS
16002002-02-06 Michael Snyder <msnyder@redhat.com>
1601
1602 * gdb.texinfo (overlays): Mention new magic symbol
1603 '_ovly_debug_event', which allows GDB to keep better track
1604 of overlays.
1605
f7dc1244 16062002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
1607
1608 * gdb.texinfo (Memory Region Attributes): Fix the wording.
1609 Suggested by Dmitry Sivachenko.
1610
1611 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
1612
15110bc3
MS
16132002-02-01 Michael Snyder <msnyder@redhat.com>
1614
1615 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
1616
6763aef9
MS
16172002-01-30 Michael Snyder <msnyder@redhat.com>
1618
ac282366
MS
1619 * gdb.texinfo: (remote protocol): Gramatical fix-up.
1620 (set trust-readonly-sections): Document.
6763aef9 1621
8642bc8f
AC
16222002-01-29 Andrew Cagney <ac131313@redhat.com>
1623
1624 * gdbint.texinfo (Releasing GDB): Revise and update.
1625
afe64c1a
AC
16262002-01-28 Andrew Cagney <ac131313@redhat.com>
1627
1628 * gdbint.texinfo (Target Architecture Definition): Delete
1629 description of TARGET_BYTE_ORDER_DEFAULT.
1630
f7dc1244 16312002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
1632
1633 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
1634 <mitya@cavia.pp.ru>.
1635
3d6e1b5a
AC
16362002-01-23 Andrew Cagney <ac131313@redhat.com>
1637
1638 * libgdb.texinfo: Delete file.
1639
6c0e9fb3
AC
16402002-01-22 Andrew Cagney <ac131313@redhat.com>
1641
1642 * gdb.texinfo: Remove makeinfo 3.12 hacks.
1643 * gdbint.texinfo: Ditto.
1644
e0ce93ac
AC
1645Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
1646
1647 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
1648
be298bcc
AC
16492002-01-22 Andrew Cagney <ac131313@redhat.com>
1650
1651 * Makefile.in: Update copyright.
1652 (TEXI2DVI): Define.
1653 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
1654 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
1655 gdb-cfg.texi.
1656 (TEXINDEX, PDFTEX): Delete makefile variables.
1657
8e04817f
AC
16582002-01-22 Andrew Cagney <ac131313@redhat.com>
1659
1660 * gdb.texinfo (Protocol): Move section to appendix.
1661
6b2f586d
AC
16622002-01-21 Andrew Cagney <ac131313@redhat.com>
1663
1664 * gdb.texinfo (Remote Debugging): Create a menu.
1665 (Top): Add ``Remote Debugging'' to menu.
1666
6f05cf9f
AC
16672002-01-21 Andrew Cagney <ac131313@redhat.com>
1668
1669 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
1670 serial protocol'' from here.
1671 (Remote Debugging): To here. New chapter.
1672
3fd3d7d2
AC
16732002-01-20 Andrew Cagney <ac131313@redhat.com>
1674
1675 * gdbint.texinfo (Target Architecture Definition): Delete
1676 description of TARGET_BYTE_ORDER_SELECTABLE_P.
1677
7fd60527
AC
16782002-01-20 Andrew Cagney <ac131313@redhat.com>
1679
1680 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
1681 are no longer needed.
1682 (Porting GDB): Add maintainer note about configure.host.
1683
c2f05ac9
AC
16842002-01-20 Andrew Cagney <ac131313@redhat.com>
1685
1686 * gdbint.texinfo (Target Architecture Definition): Remove
1687 definition of IEEE_FLOAT.
1688
f7dc1244 16892002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
1690
1691 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
1692 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
1693 <3diff@gnu.org>
231b2aad 1694
82600034
AC
16952002-01-19 Andrew Cagney <ac131313@redhat.com>
1696
1697 * gdbint.texinfo (Host Definition): Remove references to
1698 MALLOC_INCOMPATIBLE.
1699
7708fa01
AC
17002002-01-17 Andrew Cagney <ac131313@redhat.com>
1701
1702 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
1703 and xyz-xdep.o.
1704
eb12ee30
AC
17052002-01-17 Andrew Cagney <ac131313@redhat.com>
1706
1707 * gdb.texinfo (Maintenance Commands): Add appendix.
1708 (Set Breaks): Copy ``maint info breakpoint'' doco to
1709 ``Maintenance Commands'' appendix. Add reference.
1710
c9ccaa92
AC
17112002-01-17 Andrew Cagney <ac131313@redhat.com>
1712
1713 * fdl.texi: Remove next/prev from @node.
1714
f7dc1244 17152002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
1716
1717 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
1718 for monstrous @multitable (from Brian Youmans).
1719
1720 * fdl.texi: New file.
1721
1722 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
1723
8973da3a
AC
17242002-01-15 Andrew Cagney <ac131313@redhat.com>
1725
1726 * gdbint.texinfo (Releasing GDB): New chapter.
1727
7d86b5d5
AC
17282002-01-14 Andrew Cagney <ac131313@redhat.com>
1729
1730 * gdb.texinfo (Embedded Processors, Calling program functions):
1731 Obsolete references to a29k.
1732
cc1cb004
AC
17332002-01-13 Andrew Cagney <ac131313@redhat.com>
1734
1735 * gdbint.texinfo (Coding): Review Cleanups section. Examples
1736 examples. Document that a code-block should do or discard its
1737 cleanups before exit.
1738
79f12247
MS
17392002-01-11 Michael Snyder <msnyder@redhat.com>
1740
1741 * gdb.texinfo (Choosing files): Change @samp to @file.
1742
19837790
MS
17432002-01-05 Michael Snyder <msnyder@redhat.com>
1744
1745 * gdb.texinfo (--pid): Document new command line option (attach).
1746
f7dc1244 17472002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
1748
1749 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
1750 in the stub.
1751
d7449b42
AC
17522002-01-04 Andrew Cagney <ac131313@redhat.com>
1753
1754 * gdbint.texinfo (Target Architecture Definition): Replace
1755 BIG_ENDIAN with BFD_ENDIAN_BIG.
1756
f23631e4
AC
17572002-01-03 Andrew Cagney <ac131313@redhat.com>
1758
1759 * gdbint.texinfo (Target Architecture Definition): Replace
1760 value_ptr with struct value pointer.
1761
72c9928d
EZ
17622002-01-02 Eli Zaretskii <eliz@gnu.org>
1763
1764 * gdb.texinfo (Free Software): Fix wording.
1765
959acfd1
EZ
17662001-12-31 Eli Zaretskii <eliz@gnu.org>
1767
1768 * gdb.texinfo (Free Software): New section ``Free Software Needs
1769 Free Documentation''.
1770
f7dc1244 17712001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
1772
1773 * stabs.texinfo:
1774 * gdb.texinfo:
1775 * gdbint.texinfo:
1776 * libgdb.texinfo:
1777 * annotate.texi: Fix the application of GFDL in the Copyright notice.
1778
6600abed
MS
17792001-12-29 Michael Snyder <msnyder@redhat.com>
1780
1781 * gdb.texinfo (maint info sections): Fix typo.
1782
f6680716
MS
17832001-12-26 Michael Snyder <msnyder@redhat.com>
1784
fe95c787
MS
1785 * gdb.texinfo (maint info sections): Document.
1786
a9331b3f 1787 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
1788 'info proc' sub-options that are currently not implemented.
1789
c3d3ce5b
JB
17902001-12-20 Jim Blandy <jimb@redhat.com>
1791
1792 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
1793
778eb05e
AC
17942001-12-15 Andrew Cagney <ac131313@redhat.com>
1795
1796 * gdbint.texinfo (Target Architecture Definition): Replace
1797 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
1798
2607059c
AC
17992001-12-01 Andrew Cagney <ac131313@redhat.com>
1800
1801 * gdbint.texinfo (Host Definition): Delete documentation on
1802 HOST_BYTE_ORDER.
1803
df0cd8c5
JB
18042001-11-30 Jim Blandy <jimb@redhat.com>
1805
1806 * gdb.texinfo (Overlays): New chapter, documenting GDB's
1807 overlay support. Add to top-level menu.
1808
88118b3a
TT
18092001-11-26 Tom Tromey <tromey@redhat.com>
1810
1811 * gdb.texinfo (Command Syntax): Document C-o binding.
1812
96565e91
CF
18132001-07-26 Christopher Faylor <cgf@redhat.com>
1814
1815 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
1816 use since it is described in the referenced section.
1817
f7dc1244 1818 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
1819 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
1820 clearer when using DJGPP.
1821
2a3d5645
CF
18222001-11-24 Christopher Faylor <cgf@redhat.com>
1823
1824 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
1825 specifically refer to MS-DOS.
1826 (command files): Mention gdb.ini is only used on MS-DOS.
1827
aa26fa3a
TT
18282001-11-21 Tom Tromey <tromey@redhat.com>
1829
1830 * gdb.texinfo (Invoking GDB): Document --args.
1831 (Mode Options): Likewise.
1832
4f8ada06
JB
18332001-11-21 Jim Blandy <jimb@redhat.com>
1834
1835 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1836 Delete documentation; this macro has been removed from the
1837 sources.
1838
3fe0dc10
JB
18392001-11-13 Jim Blandy <jimb@redhat.com>
1840
1841 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
1842
9e5abb06
CV
18432001-11-06 Corinna Vinschen <vinschen@redhat.com>
1844
1845 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
1846
1c5dfdad
MS
18472001-11-05 Michael Snyder <msnyder@redhat.com>
1848
a9331b3f 1849 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
1850 quote regexp chars in function names such as "operator*()".
1851
990f9fe3
FF
18522001-11-01 Fred Fish <fnf@redhat.com>
1853
1854 * gdbint.texinfo (SOLIB_ADD): Document additional new
1855 "readsyms" arg.
1856
b433d00b
DH
18572001-10-30 Don Howard <dhoward@redhat.com>
1858
070b1dd3
DH
1859 * gdb.texinfo: (Command Files) Added documentation for the
1860 behavior of gdb with input redirected from a file.
b433d00b 1861
b7209cb4
FF
18622001-10-28 Fred Fish <fnf@redhat.com>
1863
1864 * gdb.texinfo (auto-solib-add): Change docs to match
1865 implementation change.
1866 (auto-solib-limit): Add docs for new variable.
1867
1aa20aa8
AC
18682001-10-15 Andrew Cagney <ac131313@redhat.com>
1869
1870 * gdbint.texinfo (Target Architecture Definition): Function
1871 value_as_pointer renamed to value_as_address.
1872
fc0c74b1
AC
18732001-10-15 Andrew Cagney <ac131313@redhat.com>
1874
1875 * gdbint.texinfo (Target Architecture Definition): Default
1876 POINTER_TO_ADDRESS functions assume unsigned addresses.
1877 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
1878 posting by Jim Blandy.
1879
f4846649
JB
18802001-10-12 Jim Blandy <jimb@redhat.com>
1881
1882 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
1883 version of texi2html (1.64) doesn't support this flag any more.
1884
f277788b
MK
18852001-09-08 Mark Kettenis <kettenis@gnu.org>
1886
a9dc4918
MK
1887 * gdbint.texinfo (Host Definition): Remove description of
1888 MEM_FNS_DECLARED.
1889
d28379df
MK
1890 * gdbint.texinfo (Host Definition): Remove description of R_OK.
1891
f277788b
MK
1892 * gdbint.texinfo (Host Definition): Remove description of
1893 HAVE_SIGSETMASK.
1894
7ccaa899
EZ
18952001-09-04 Elena Zannoni <ezannoni@redhat.com>
1896
1897 * gdbint.texinfo (Target Architecture Definition): Add
1898 explanation of TARGET_PRINT_INSN macro.
1899
17d9d558
JB
19002001-08-30 Jim Blandy <jimb@redhat.com>
1901
1902 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
1903 Explain what it means to load relocatable files.
1904
72cde065
JB
19052001-08-28 Jim Blandy <jimb@redhat.com>
1906
1907 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
1908 info `top' menu.
1909
9e678452
CF
1910Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
1911
1912 * gdbint.texinfo: Add a cautionary note about macro use.
1913
a2bea4c3 19142001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 1915
a2bea4c3
CV
1916 * gdb.texinfo: Explain omitting the hostname in the
1917 `target remote' command.
1918
1129bf27
DJ
19192001-07-30 Daniel Jacobowitz <drow@mvista.com>
1920
1921 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
1922 and END-INFO-DIR-ENTRY.
1923
732b3002
SC
19242001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1925
1926 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
1927
89437448
AC
19282001-07-25 Andrew Cagney <ac131313@redhat.com>
1929
1930 * gdbint.texinfo (libgdb): Rewrite.
1931
f7dc1244 19322001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
1933
1934 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
1935
c4555f82
SC
19362001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1937
1938 * gdb.texinfo (TUI): New chapter, document the TUI.
1939 (Mode Options): Document the -tui option.
1940
2f45a6e0
MK
19412001-07-23 Mark Kettenis <kettenis@gnu.org>
1942
1943 * gdbint.texinfo (Host Definition): Remove description of
1944 NEED_POSIX_SETPGID.
1945
f7dc1244 19462001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
1947
1948 * gdb.tex (DJGPP Native): New node, with descriptions of
1949 DJGPP-specific commands.
1950
be9c6c35
JM
19512001-07-19 John R. Moore <jmoore@redhat.com>
1952
1953 * gdbint.texinfo: Three misspellings.
1954
dfa249fb
AC
19552001-07-06 Andrew Cagney <ac131313@redhat.com>
1956
1957 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
1958 `test` expressions on bash. Problem reported by Colin Walters.
1959
c72e7388
AC
19602001-07-04 Andrew Cagney <ac131313@redhat.com>
1961
1962 * gdbint.texinfo (User Interface): Update ui-out documentation to
1963 refelect recent UI/MI updates.
1964
94bbb2c0
AC
19652001-07-04 Andrew Cagney <ac131313@redhat.com>
1966
1967 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
1968 interpreters.
1969
af6c57ea
AC
19702001-06-15 Andrew Cagney <ac131313@redhat.com>
1971
1972 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
1973 structure and not macros.
1974 (Host Definition): Document that much of this chapter is obsolete.
1975 (Target Architecture Definition): Update list of files that make
1976 up a target architecture.
1977 (Coding): Update.
1978
83aa8bc6
AC
19792001-06-28 Andrew Cagney <ac131313@redhat.com>
1980
1981 * gdbint.texinfo (Target Architecture Definition): Update
1982 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
1983 The latter has been changed to a true predicate.
1984
f7dc1244 19852001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
1986
1987 * annotate.texi: Add @noindent where needed. From Dmitry
1988 Sivachenko <dima@Chg.RU>.
1989 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
1990
656db9b0
AC
19912001-06-16 Andrew Cagney <ac131313@redhat.com>
1992
1993 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
1994
df2396a1
AC
19952001-06-14 Andrew Cagney <ac131313@redhat.com>
1996
1997 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
1998 returns ``OK''. Document that the ``R'' packet does not reply.
1999
0f1f2b0a
MS
20002001-06-13 Michael Snyder <msnyder@redhat.com>
2001
2002 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
2003
f7dc1244 20042001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
2005
2006 * gdb.texinfo (Signals): Clarify the default setting of signal
2007 handling.
2008
a5d7c491
AC
20092001-05-14 Andrew Cagney <ac131313@redhat.com>
2010
2011 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
2012 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
2013
05a54c4f
AC
20142001-05-12 Andrew Cagney <ac131313@redhat.com>
2015
2016 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
2017
f7dc1244 20182001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
2019
2020 * gdbint.texinfo (Clean Design and Portable Implementation):
2021 Renamed from "Clean Design".
2022 (Clean Design and Portable Implementation): Document portable
2023 methods of handling file names, and the associated macros.
2024
f7dc1244 20252001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
2026
2027 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
2028 command and provide a cross-reference to its description.
2029 (Symbols): Note that "info scope" is useful for trace experiments.
2030
f7dc1244 20312001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 2032
b37052ae
EZ
2033 * gdb.texinfo (Symbols): Document "info scope".
2034 (Tracepoints): New chapter.
2035 (Contributors): Update for v5.1.
2036 <All nodes>: Change "C++" to "C@t{++}".
2037
0ee54786
EZ
2038 * gdbint.texinfo (User Interface): A new section about ui_out
2039 functions, based on text written by Fernando Nasser.
2040
c534679c
EZ
2041 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
2042
f7dc1244 20432001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 2044
e9c75b65
EZ
2045 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
2046
2047 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
2048
2049 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
2050 Replace "GDB" with "@value{GDBN}". Fix markup.
2051
2052 * annotate.texi: Change Permissions to GFDL. Update Copyright.
2053
3d67e040
EZ
2054 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
2055 a cross-reference to its description.
2056 (Symbols): Document "info symbol".
2057
f7dc1244 20582001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
2059
2060 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
2061 subsection "x86 Watchpoints".
2062 (Target Architecture Definition): Document the macros
2063 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
2064 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
2065
b0ed3589
AC
20662001-03-20 Andrew Cagney <ac131313@redhat.com>
2067
2068 * gdbint.texinfo (Target Architecture Definition): Update
2069 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
2070 list.
2071
b6ba6518
KB
20722001-03-06 Kevin Buettner <kevinb@redhat.com>
2073
2074 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
2075 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
2076
f7dc1244 20772001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
2078
2079 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
2080
f7dc1244 20812001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 2082
17cc6a06
EZ
2083 * gdb.texinfo (Environment): Document that `path' does not change
2084 the value of PATH in GDB's own environment (it did in the past,
2085 but that was changed on March 15, 1994). Reported by Doug Evans
2086 <dje@transmeta.com>.
2087
56caf160
EZ
2088 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
2089 its line. Fix markup of commands and macros. Add an Index node
2090 and index entries.
2091
29e57380
C
20922001-01-23 J.T. Conklin <jtc@redback.com>
2093
2094 * gdb.texinfo (Memory region attributes): New manual section.
2095
1c6147de
ND
20962001-01-04 Nicholas Duffek <nsd@redhat.com>
2097
2098 * gdbint.texinfo (POP_FRAME): Document use by return_command.
2099
f7dc1244 21002000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
2101
2102 * refcard.tex: Version and copyright fixed. From Phil Edwards
2103 <pedwards@disaster.jaj.com>.
2104
0dcedd82
AC
2105Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
2106
2107 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
2108 DWARF2_REG_TO_REGNUM): Document.
2109
3b851bce
AC
2110Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
2111
2112 * gdbint.texinfo (Coding): Update current value of
2113 --enable-build-warnings. Mention --enable-gdb-build-warnings.
2114
f7dc1244 21152000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
2116
2117 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
2118 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
2119
b90a5f51
CF
21202000-11-10 Christopher Faylor <cgf@cygnus.com>
2121
2122 * gdb.texinfo: Document new 'set step-mode' command.
2123
f7dc1244 21242000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
2125
2126 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
2127 changes from Dmitry Sivachenko <dima@Chg.RU>.
2128
f7dc1244 21292000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
2130
2131 * gdb.texinfo (Hooks): Document the new post-hook functionality.
2132 From Steven Johnson <sbjohnson@ozemail.com.au>.
2133
2e685b93
MK
21342000-08-10 Mark Kettenis <kettenis@gnu.org>
2135
2136 * gdbint.texinfo (Overall Structure): Spelling fix.
2137
f7dc1244 21382000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
2139
2140 * gdbint.texinfo (Target Architecture Definition): Document that
2141 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
2142 for which REGISTER_CONVERTIBLE returns a zero value.
2143
63ac3005
EZ
21442000-07-08 Christopher Faylor <cgf@cygnus.com>
2145
2146 * Makefile.in (install-info): Find files to install in either the
2147 build or source directories (adapted from Makefile.am).
2148
bd79f757
ND
21492000-07-07 Nicholas Duffek <nsd@redhat.com>
2150
2151 * stabs.texinfo: Fix spelling errors.
2152 (String Field): FILE-NUMBER starts from 0, not 1.
2153
f7dc1244 21542000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
2155
2156 * refcard.tex: Remove \centerline from the blurb. Patch from
2157 Brian Youmans.
2158
f7dc1244 21592000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
2160
2161 * Makefile.in (install-info): Support installation from outside of
2162 the source directory. Reported by Mark Harig
2163 <markh@frazier.landmark.com>.
2164
f3b28801
C
21652000-06-20 J.T. Conklin <jtc@redback.com>
2166
2167 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
2168
449f3b6c
AC
2169Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
2170
2171 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
2172 Generate using pdftex.
2173 (PDFTEX): Define.
2174 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
2175 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
2176 @contents at the start.
2177
f7dc1244 21782000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
2179
2180 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
2181 Youmans.
2182
9e9c5ae7
AC
2183Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2184
2185 From Brian Youmans:
2186 * gdb.texinfo: Fix ``et al.''.
2187
c741b251
AC
2188Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
2189
2190 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
2191 loop.
2192
4ab64e14
JG
21932000-05-19 Jimmy Guo <guo@cup.hp.com>
2194
2195 * configure: Regenerate.
2196
f7dc1244 21972000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
2198
2199 * Makefile.in (install-info): Run install-info on installed Info
2200 files.
2201
8c70017b
AC
2202Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
2203
a7cb598a
AC
2204 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
2205 Andrew Cagney.
8c70017b 2206
f7dc1244 22072000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
2208
2209 * gdb.texinfo: Proofreading changes from Brian Youmans.
2210
bf0184be
ND
22112000-05-01 Nick Duffek <nsd@cygnus.com>
2212
2213 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
2214 startup sequence, minor edits.
2215
f7dc1244 22162000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
2217
2218 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
2219 TeX.
2220
2221 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
2222 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
2223 like `n' and `s' which look weird. Convert some of the @kindex to
2224 @vindex, when they refer to variables, not commands.
2225
33e16fad
AC
2226Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
2227
2228 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
2229
f7dc1244 22302000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
2231
2232 * Makefile.in (GDBMI_DIR): New variable.
2233 (SET_TEXINPUTS): Add $(GDBMI_DIR).
2234 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
2235 (gdbmi.texinfo): New target, for texi2roff.
2236 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
2237 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
2238
2239 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
2240 gdbmi.texinfo.
2241 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
2242 comment.
2243
d167840f
EZ
22442000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2245
2246 * gdb.texinfo (Files): Update description of add-symbol-file
2247 command.
2248
f7dc1244 22492000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
2250
2251 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
2252 prevents the build (and is generally a Bad Idea).
2253
f7dc1244 22542000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
2255
2256 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
2257 a comma inside @var.
2258 (Command Files): Index markup changes from Dmitry Sivachenko
2259 <dima@Chg.RU>.
2260
f7dc1244 22612000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
2262
2263 * Makefile.in (LN_S): Define.
2264 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
2265 invoke "ln -s" unless it is known to work.
2266
2267 * configure.in (AC_PROG_LN_S): Add.
2268
8dc7983f
JB
22692000-04-14 Jim Blandy <jimb@redhat.com>
2270
2271 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
2272 section.
2273 (Target Conditionals): Document ADDRESS_TO_POINTER,
2274 POINTER_TO_ADDRESS.
2275
1a8237e8
DB
22762000-04-11 Daniel Berlin <dan@cgsoftware.com>
2277
2278 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
2279 gdb-cfg.texi to get the value.
2280
ca526f1a
JB
22812000-04-10 Jim Blandy <jimb@redhat.com>
2282
2283 * gdbint.texinfo (Target Architecture Definition): Fix
2284 cross-references.
2285
faaafcb4
JB
22862000-04-08 Jim Blandy <jimb@redhat.com>
2287
2288 * gdbint.texinfo (Using Different Register and Memory Data
2289 Representations): New section.
2290 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
2291 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
2292 REGISTER_CONVERT_TO_RAW): Document.
2293
1b27397f
AC
2294Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
2295
2296 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
2297 for acknowledgments.
2298
480ff1fb
AC
2299Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
2300
2301 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
2302 qThreadExtraInfo.
2303
a9331b3f 23042000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 2305
a9331b3f
RM
2306 * gdb.texinfo: Clarify which remote debug protocol commands are
2307 required and which are optional.
f1251bdd 2308
dbeb8dbd
AC
2309Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
2310
2311 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
2312 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
2313 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
2314 * annotate.texi: Update.
2315
6d2ebf8b
SS
23162000-03-28 Stan Shebs <shebs@apple.com>
2317
2318 * gdb.texinfo: Update dates, bump to Eighth Edition (note
2319 expectation of additional changes before release), update
2320 ISBN, add copy of top-level menu for @ifhtml, remove explicit
2321 node links, rephrase and/or shorten lines to fix formatting
2322 problem in both regular and @smallbook formats.
2323 * annotate.texi: Shorten lines in example, use smallexample
2324 consistently everywhere.
2325 * Makefile.in: Add comment about texinfo 4.0 html generation.
2326 (SFILES_INCLUDED): Add annotate.texi.
2327
5d161b24
DB
23282000-03-27 Daniel Berlin <dan@cgsoftware.com>
2329
2330 * gdb.texinfo (Debugging Output): Added new section, documenting
2331 the "set/show debug" commands.
2332
b9deaee7
AC
2333Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
2334
2335 * annotate.texi (Annotations): When GDBN omit @chapter and @node
2336 entry.
2337
2338 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
2339 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
2340 @chapter and @node entries.
a9331b3f 2341
b9deaee7 2342 * gdb.texinfo: Link all top-level nodes.
a9331b3f 2343
9ef47d30
AC
2344Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
2345
2346 * Makefile.in (install-info): Create $(infodir) before installing
2347 files.
2348
cfeada60
FN
23492000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2350
2351 From David Whedon <dwhedon@gordian.com>
2352 * gdbint.texinfo : Added paragraphs about command deprecation.
2353
6837a0a2
DB
23542000-03-22 Daniel Berlin <dan@cgsoftware.com>
2355
2356 * gdb.texinfo: Add documentation for the apropos command.
2357
bba2971c
MS
23582000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
2359
2360 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
2361
2b628194
MS
23622000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
2363
a9331b3f 2364 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
2365 two places.
2366
96a2c332
SS
23672000-03-17 Stan Shebs <shebs@apple.com>
2368
2369 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
2370 <dima@Chg.RU>, also clarification of allowed content for
2371 string constants.
2372
f7dc1244 23732000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
2374
2375 * gdb.texinfo (main menu): Add Annotations.
2376 (File Options): Add @cindex entries for each command-line option.
2377 Document --epoch, --annotate, --async, --interpreter, --write,
2378 --statistics, and --version.
2379
2380 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
2381 of GDB.
2382
9d233477
JB
23832000-02-23 Jim Blandy <jimb@redhat.com>
2384
2385 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
2386
14e0eb3b
JB
23872000-02-22 Jim Blandy <jimb@redhat.com>
2388
2389 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
2390
3555de01
JM
23912000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
2392
2393 * Makefile.in (diststuff): New target.
2394
5e35df8e
KB
23952000-02-15 Kevin Buettner <kevinb@redhat.com>
2396
2397 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 2398 architecture. [From Jim Wilson.]
5e35df8e 2399
c5394b80
JM
24002000-01-16 Tom Tromey <tromey@cygnus.com>
2401
2402 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
2403 (Delete Breaks): Mention range arguments.
2404 (Disabling): Likewise.
2405
c3f6f71d
JM
24062000-01-05 Dmitry Sivachenko <dima@Chg.RU>
2407
2408 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
2409
c4093a6a
JM
2410Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
2411
2412 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
2413 valid functions.
2414
11cf8741
JM
24151999-11-05 Stan Shebs <shebs@andros.cygnus.com>
2416
2417 * gdb.texinfo: Clarify regular expressions used in rbreak.
2418
917317f4
JM
24191999-10-15 Kevin Buettner <kevinb@cygnus.com>
2420
2421 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
2422 MEMORY_REMOVE_BREAKPOINT): Document.
2423
2424Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
2425
2426 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
2427 offset re-using the DATA offset instead.
2428
2df3850c
JM
24291999-10-11 Jim Kingdon <kingdon@redhat.com>
2430
2431 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
2432
24331999-10-05 Stan Shebs <shebs@andros.cygnus.com>
2434
2435 From Dmitry Sivachenko <demon@gpad.ac.ru>:
2436 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
2437 typos.
2438
2439 * gdb.texinfo: Various minor wording and formatting improvements,
2440 mentions of additional command-line options.
2441
2acceee2
JM
24421999-09-30 Fred Fish <fnf@cygnus.com>
2443
2444 * gdb.texinfo: Document additional forms of specifying section
2445 names and addresses for the add-symbol-file command.
2446
c2c6d25f
JM
24471999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
2448
2449 * gdbint.texinfo: Fix typo, add the word "have".
2450
24511999-09-14 Jim Blandy <jimb@cris.red-bean.com>
2452
2453 * gdbint.texinfo (Target Architecture Definition): Document the
2454 SKIP_PERMANENT_BREAKPOINT macro.
2455
d4f3574e
SS
24561999-09-07 Stan Shebs <shebs@andros.cygnus.com>
2457
2458 * gdb.texinfo: Fiks speling errers.
2459
2460 * gdb.texinfo: Fix uses of @multitable.
2461
f7dc1244 2462 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
2463 * gdb.texinfo: Include details specific to DOS host, clarify
2464 some confusing language, fix @ref/@xref/@pxref usages, add
2465 comments about using with optimization, add more indexing,
2466 fix info about disassembly-flavor.
2467
2468Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
2469
2470 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
2471 SKIP_SOLIB_RESOLVER): Define.
2472
2473Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
2474
2475 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
2476 ``g'' packets.
2477
104c1213
JM
24781999-08-30 Stan Shebs <shebs@andros.cygnus.com>
2479
2480 * gdb.texinfo: Create a new "Configurations" chapter with
2481 platform-specific info, inline remote.texi and move sections of it
2482 into the new chapter, move bits about info proc, heuristic search,
2483 and register stack into the new chapter.
2484 * remote.texi: Remove, now part of gdb.texinfo.
2485 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
2486
24871999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
2488
2489 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
2490 GDB_TARGET_IS_MACH386): These kludges have gone away.
2491
2492Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
2493
2494 * gdbint.texinfo (Target Architecture Definition): Mention
2495 TDEPLIBS.
2496
53a5351d
JM
24971999-08-20 Stan Shebs <shebs@andros.cygnus.com>
2498
2499 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
2500 surrounding text to fit HP-UX bits into general info.
2501 (HPPA-cfg.texi): Remove, no longer useful.
2502
2503 * gdb.texinfo: Remove explicit links from @node lines, remove
2504 HP-added "Detailed Node Listing" from main menu which confuses
2505 things.
2506
2507 From Dmitry Sivachenko <dima@Chg.RU>:
2508 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
2509 in description of `set environment'.
2510
25111999-08-17 Stan Shebs <shebs@andros.cygnus.com>
2512
2513 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
2514
7be570e7
JM
25151999-08-12 Ben Elliston <bje@cygnus.com>
2516
2517 * gdbint.texinfo (Breakpoint Handling): Add missing words.
2518
f7dc1244 25191999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
2520
2521 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
2522 watch, awatch, and rwatch. Explain why the latter two cannot be
2523 set as software watchpoints. Document that watchpoints for local
2524 variables are deleted when the debuggee terminates.
2525
2526Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
2527
2528 * remote.texi (Protocol): Further clarification of the "qRcmd"
2529 packet. Allow E.. response packet. "qRcmd" packet is no longer
2530 reserved.
2531
25321999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2533
a9331b3f
RM
2534 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
2535 * gdb.texinfo: Ditto.
7be570e7 2536
96baa820
JM
25371999-08-06 Tom Tromey <tromey@cygnus.com>
2538
2539 * gdb.texinfo (KOD): New node.
2540
2541Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
2542
2543 * remote.texi (Rcmd): Fix minor formatting typos.
2544
2545Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
2546
2547 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
2548 packets.
2549
adf40b2e
JM
25501999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
2551
2552 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
2553 fixes.
2554
43ff13b4
JM
2555Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
2556
2557 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
2558
085dd6e6
JM
2559Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
2560
2561 * remote.texi (Communication Protocol): ``v'' is in use. Fix
2562 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
2563 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
2564 packets that are not supported on all hosts. Expand examples.
2565 Spell check.
2566
25671999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
2568
2569 * Makefile.in: Recognize html, install-html. Add targets
2570 to build HTML versions of documentation via texi2html.
2571
2572Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
2573
2574 * gdbint.texinfo (Testsuite): New chapter, information about the
2575 testsuite.
2576
2577Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
2578
2579 * remote.texi (Communication Protocol): Rewrite.
2580
2581Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
2582
2583 * stabs.texinfo: Fix uses of xref.
2584
9e0b60a8
JM
2585Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
2586
2587 * gdbint.texinfo: Add an anti-printf exhortation, and update the
2588 info about patch submission.
2589
cce74817
JM
2590Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
2591
2592 From Per Bothner <bothner@cygnus.com>:
2593 * gdb.texinfo: Document Chill support.
2594
2595Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
2596
2597 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
2598 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
2599 Document that the value should be greater-than or equal-to zero.
2600 (NO_STD_REGS): Document. Deprecate.
2601
ac9a91a7
JM
2602Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
2603
2604 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
2605 Document that these are not used.
2606
2607Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
2608
2609 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
2610
392a587b
JM
2611Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
2612
2613 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
2614 numargs was dropped.
2615
2616Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
2617
2618 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
2619
b83266a0
SS
2620Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
2621
2622 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
2623 Update.
2624
7a292a7a
SS
2625Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
2626
2627 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
2628 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
2629
2630Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
2631
2632 * gdbint.texinfo: Fix typos: $ -> @.
2633
2634Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
2635
2636 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
2637 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
2638 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
2639 BREAKPOINT_FROM_PC.
a9331b3f 2640
7a292a7a
SS
2641Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
2642
2643 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
2644 CALL_DUMMY_STACK_ADJUST): Document.
2645
2646Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
2647
2648 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
2649 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
2650
26511999-04-02 Stan Shebs <shebs@andros.cygnus.com>
2652
2653 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
2654 longer exists.
2655
2656Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
2657
2658 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
2659 nearly all @ifset/@ifclear conditionals; nobody uses them, and
2660 they make the manual source incomprehensible.
2661 * h8-cfg.texi: Remove, hasn't been used in years.
2662
c906108c
SS
2663Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
2664
2665 * gdb.texinfo: Update the credits.
2666
2667Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
2668
2669 * gdb.texinfo: Fix mistakes noticed in printout of last
2670 draft, add Alpha to discussion of heuristic fence post.
2671
2672Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
2673
2674 * gdb.texinfo, remote.texi: Many changes; update to Seventh
2675 Edition, merge some HP changes into mainline, describe some
2676 previously undocumented features, describe more of the target
2677 commands available, eliminate obsolete section on renamed
2678 commands.
2679 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
2680
2681Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
2682
2683 * gdb.texinfo: Make many HPPA conditionals unconditional,
2684 including catchpoint description, since now on for all configs.
2685 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
2686 specializations.
2687
2688Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
2689
2690 * Makefile.in (GDBvn.texi): Fix match expression to work with
2691 current format of VERSION in gdb/Makefile.in.
2692 * gdb.texinfo: Fix node ref to match new readline.
2693
2694Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
2695
a9331b3f
RM
2696 * gdb.texinfo: Changes made as part of a project to merge in
2697 changes made by HP. Documentation makes extensive use of
c906108c
SS
2698 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
2699 on remote debugging. There are differences in documentation
2700 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
2701 the HP manual discusses catchpoints, hardware watchpoints, and
2702 some HPUX specific limitations for shared library support.
a9331b3f 2703
c906108c
SS
2704 There are also a number of @node changes.
2705
27061999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
2707
2708 * gdbint.texinfo (Formatting): Disambiguate a sentence.
2709 (C Usage): Same.
2710
2711Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
2712
2713 The following changes were made by Edith Epstein
2714 <eepstein@cygnus.com> as part of a project to merge in changes
2715 made by HP.
a9331b3f 2716
c906108c
SS
2717 * HPPA-cfg.texi: new file.
2718
2719 * all-cfg.texi: set HPPA for HP PA-RISC targets.
2720
2721 * refcard.tex: change documentation about catch.
2722 removed info catch.
2723
2724Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
2725
2726 * gdbint.texinfo: Expand on GDB's coding standards,
2727 specify the use of arg names with prototypes.
2728
27291998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
2730
2731 * gdb.texinfo: Fix tipo.
2732
2733Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
2734
2735 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
2736 TARGET_BYTE_ORDER_SELECTABLE_P.
2737
2738Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
2739
2740 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
2741
27421998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
2743
2744 * agentexpr.texi: New file.
2745
2746Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
2747
2748 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
2749
27501998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
2751
2752 * remote.texi: Changed wording that implied that the GDB remote
2753 protocol caches register values instead of GDB itself.
2754
2755Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
2756
2757 * gdbint.texinfo: Add some info about symbol readers.
2758 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
2759 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
2760 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
2761 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
2762
2763Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
2764
a9331b3f 2765 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
2766
2767Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
2768
2769 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
2770
2771Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
2772
2773 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
2774 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
2775
2776Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
2777
2778 * gdbint.texinfo: Fix minor typos.
2779
2780Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
2781
2782 * gdbint.texinfo: Complete overhaul. Group descriptions more
2783 logically, add more info on generic algorithms, remove much
2784 obsolete and/or wrong material.
2785
2786Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
2787
2788 * stabs.texinfo (Method Type Descriptor): Expand and correct.
2789
2790Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
2791
2792 * refcard.tex: Copyright, address updates.
2793
2794Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
2795
2796 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
2797 for the edition instead of confusing GDB-version-like numbers.
2798
2799Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
2800
2801 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
2802
2803Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
2804
2805 * LRS: Reformat a bit to keep text under 80 columns.
2806
2807Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
2808
2809 * gdb.texinfo: Add some credits, mention bug monitor.
2810 * remote.texi: Mention mips monitor targets.
2811 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 2812
c906108c
SS
2813Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
2814
2815 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
2816 files, finish sorting of host vs target vs native macros, describe
2817 some more of them.
2818
2819Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
2820
2821 * gdbint.texinfo (Host Conditionals): Document change from
2822 using NO_MMALLOC to it's inverse, USE_MMALLOC.
2823
2824Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2825
2826 * gdbint.texinfo (Host Conditionals): Document
2827 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
2828
2829Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
2830
2831 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
2832 Document LSEEK_NOT_LINEAR.
2833
2834Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
2835
2836 * stabs.texinfo (Stab Section Basics): Make it clear that only
2837 some versions of the GNU linker remove the leading N_UNDF symbol.
2838
2839Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
2840
2841 * stabs.texinfo (String Field): Document type number pairs here,
2842 instead of in the Sun specific section.
2843 (Include Files): The GNU linker supports the N_BINCL
2844 optimization. Clarify the N_BINCL value, and what it is used
2845 for.
2846 (Procedures): Document N_FUN with an empty string to mark the end
2847 of a function.
2848 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
2849 (Sun Differences): Remove this node, as the information is now
2850 elsewhere in the main document.
2851 (Stab Section Basics): Mention that the GNU linker may optimize
2852 stabs and remove the leading N_UNDF symbol.
2853
2854Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
2855
2856 * gdb.texinfo, refcard.tex: Restore author credit
2857
2858Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
2859
2860 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
2861 documentation to account for START and END macros taking
2862 one arg.
2863
2864Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
2865
2866 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
2867 * gdb.texinfo (Frames): Fix typo.
2868
2869Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
2870
2871 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
2872 a target_signal as arg type, not a pid.
2873
2874Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
2875
2876 * gdb.texinfo: Document `set assembly-language'.
2877
2878Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
2879
2880 * remote.texi: Update list of stubs in the GDB distribution.
2881
2882Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
2883
2884 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
2885 Also document that some systems can use mmalloc but must define
2886 this if their C runtime allocates memory that is later freed.
2887 (MMCHECK_FORCE): Document new macro.
a9331b3f 2888
c906108c
SS
2889Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
2890
2891 * remote.texi: Add documentation for target Sparclet.
2892
2893Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2894
a9331b3f 2895 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
2896 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
2897 * configure.in: Rewritten for autoconf.
2898 * configure: New.
2899
2900Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
2901
2902 * Makefile.in (DVIPS): New define, set to dvips.
2903 (dvi): Add stabs.dvi.
2904 (ps): New target.
2905 (all-doc): Depend on info, dvi, and ps targets.
2906 (STAGESTUFF): Add *.ps and *.dvi files.
2907 (clean-info, clean-dvi): Remove.
2908 (mostlyclean): Does not depend upon clean-info or clean-dvi,
2909 rules completely rewritten.
2910 (maintainer-clean): Remove clean-info and clean-dvi
2911 dependencies and put their actions in the rules.
2912 (gdb.ps): New target
a9331b3f 2913 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
2914 intermediate TeX files, whether they have 2 or 3 character
2915 extensions.
2916 (gdbint.ps): Add target and rules.
2917 (gdb-internals): Delete unused target.
2918 (Makefile): Depends upon config.status also.
2919
2920Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
2921
2922 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
2923 set.
2924
2925Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
2926
2927 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2928 * gdb.texinfo (Expressions): Fix erroneous array constant example.
2929
2930Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
2931
2932 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
2933
2934Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2935
2936 * gdb.texinfo (Print settings): Document
2937 `set/show print static-members' commands.
2938
2939Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
2940
2941 * gdbint.texinfo (Native): Document name change, coredep.c to
2942 core-aout.c.
2943
2944Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
2945
2946 * stabs.texinfo (Include Files): Document the values the SunOS4
2947 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
2948
2949Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
2950
2951 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
2952 Fix typo.
2953
2954Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
2955
2956 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
2957 "gdb.tar.Z".
2958
2959Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
2960
2961 * Makefile.in (maintainer-clean): New target, synonym for
2962 realclean.
2963
2964Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
2965
2966 * Update all FSF addresses except those in COPYING* files.
2967
2968Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
2969
2970 From Richard Earnshaw (rearnsha@armltd.co.uk):
2971 * gdb.texinfo (convenience variables): Document $_exitcode.
2972 (quit): Document optional expression to use as exit code.
2973
2974Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
2975
2976 * gdb.texinfo, remote.texi: Brought up to date with various
2977 GDB changes.
2978
2979Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
2980
2981 * gdb.texinfo: Update dates and versions, fix comments about
2982 hardware watchpoints in future releases and about the
2983 sharedlibrary command.
2984
2985Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2986
2987 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
2988 C_FUN stab. Other cleanups.
2989
2990Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2991
2992 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
2993 for the sparc stub.
2994
2995Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2996
2997 * annotate.texi: Clarify which addresses have differing formats
2998 depending on the language and which do not.
2999
3000Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3001
3002 * remote.texi (NetWare): Changed example to use BOARD= instead of
3003 NODE= argument to reflect correspoding change to gdbserve.nlm.
3004
3005Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3006
3007 * stabs.texinfo (Negative Type Numbers): Mention the fact that
3008 GDB, as well as AIX dbx, supports the size type attribute.
3009
3010Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3011
3012 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
3013
3014Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
3015
3016 * gdb.texinfo (Define): Document $arg0... arguments to commands,
3017 and new 'if' and 'while' commands.
3018
3019Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
3020
3021 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
3022
3023Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3024
3025 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
3026 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
3027 NetWare targets. Mostly stolen from the Server node.
3028
3029Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3030
3031 * gdb.texinfo (Setting): Talk about the language of a source file
3032 versus the working language. The old documentation did not match
3033 what GDB did.
3034
3035Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3036
3037 * stabs.texinfo (Source Files): Document N_SO used to mark the end
3038 of a source file.
3039
3040Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3041
3042 * gdb.texinfo (Processes): New node.
3043
3044Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
3045
3046 * remote.texi: Update documentation of set/show mipsfpu.
3047
3fc11d3e
JM
3048Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
3049
3050 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
3051 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
3052
3053Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
3054
3055 * gdbint.texinfo: Removed mentions of some incorrectly placed and
3056 obsolete conditionals, described some others.
3057
3058Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3059
3060 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
3061 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
3062
3063Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
3064
3065 * gdbint.texinfo: Put regex conditionals in their own table.
3066
3067Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
3068
3069 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
3070 described or fixed the descriptions of many others.
3071
3072Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
3073
3074 * gdb.texinfo: Add some more credits.
3075 * gdbint.texinfo: Capitalize GDB consistently, describe some
3076 macros and remove some.
3077
3078Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
3079
3080 * gdbint.texinfo: Removed mentions of many incorrectly placed and
3081 obsolete conditionals, described some others.
3082
3083Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3084
3085 * gdb.texinfo (help targets): Changed to `help target', which
3086 is the correct gdb command.
3087
3088Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3089
3090 * annotate.texi (TODO): New node, for keeping track of annotations
3091 suggested but not yet implemented.
3092
3093Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3094
3095 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
3096 another symbol, it is not the address itself.
3097
3098Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
3099
3100 * stabs.texinfo (Stab Section Basics): Add comment about alignment
3101 of stabs-in-coff sections.
3102
3103Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3104
3105 * annotate.texi: Change edition to 0.5 and date to May 1994.
3106 Add index.
3107 (Frames): New node, for frame annotation.
3108 (Displays): New node, for display annotation.
3109
3110 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
3111 when waiting for your program to stop.
3112
3113Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3114
3115 * annotate.texi (Breakpoint Info): Document annotation of header
3116 fields and record annotation.
3117
3118Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3119
3120 * annotate.texi: New file, to document annotations.
3121
3122Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3123
3124 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
3125 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
3126
3127Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3128
3129 * stabs.texinfo (Stab Section Basics): Say what is in .stab
3130 section, and say n_strx field is compilation unit relative.
3131 * stabs.texinfo: Don't use @code for a.out when it is the name of
3132 an object file format.
3133
3134Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3135
3136 * gdb.texinfo: Refer to file names, not path names, per rms
3137 convention.
3138 (Arguments): Fix typo.
3139
3140Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3141
3142 * stabs.texinfo (Global Variables): Talk about stabs in files
3143 where variables are referenced, but not defined.
3144
3145Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3146
3147 * stabs.texinfo: Move stuff on @ and # type descriptors from node
3148 Cplusplus to new nodes Member Type Descriptor and Method Type
3149 Descriptor. Re-write stuff for #.
3150
3151Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3152
3153 * gdb.texinfo (Print Settings): Don't document "set print
3154 fast-symbolic-addr off". The bug which it worked around was fixed
3155 on 25 Feb 94 in coffread.c, so I'm nuking the command.
3156
3157 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
3158 N_ENTRY node.
3159
3160 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
3161
3162Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3163
3164 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
3165 references to ieee-float.c.
3166
3167Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3168
3169 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
3170 match what the code actually does.
3171
3172Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3173
3174 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
3175
3176Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3177
3178 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
3179 i, and b.
3180
3181Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
3182
3183 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
3184 well as for ELF and SOM. Unify the descriptions of ELF and SOM
3185 as "stabs in sections" rather than just saying "ELF and SOM".
3186 Also make that stuff apply to COFF.
3187
3188Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3189
3190 * gdb.texinfo (Formatting Documentation): Change GhostScript to
3191 Ghostscript.
3192
3193Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3194
3195 * gdb.texinfo (Continuing and Stepping): When talking about "step"
3196 versus functions without line numbers, also mention stepping into
3197 them as well as "step" when you are in them. Tell the user how to
3198 deal with the situation. Add comment about "debugging information".
3199
3200Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3201
3202 * stabs.texinfo (Enumerations): Document restriction on where
3203 enumeration types can appear and still win with GDB.
3204
3205Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3206
3207 * stabs.texinfo (Negative Type Numbers): Document format for type
3208 -16.
3209
3210Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3211
3212 * gdb.texinfo (Selection, Frame Info): Update information about
3213 arbitrary frame specficiations.
3214
3215Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
3216
3217 * gdb.texinfo, remote.texi: general editing pass prior to Net release
3218
3219Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3220
3221 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
3222
3223Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3224
3225 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
3226
3227Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3228
3229 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
3230 Differences node to Statics node.
3231 (Statics): Discuss XCOFF use of V symbol descriptor.
3232
3233 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
3234 not clean.
3235
3236Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
3237
3238 * gdb.texinfo (Print Settings): Document `set print
3239 fast-symbolic-addr' and improve the doc for some other
3240 `set print's.
3241
3242Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3243
3244 * stabs.texinfo (String Field): Talk about defining several type
3245 numbers at once.
3246 Fix lint regarding changing node ELF Transformations to
3247 ELF and SOM Transformations.
3248
3249Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
3250
3251 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
3252
3253Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3254
3255 * stabs.texinfo (Cross-References): `::' is for nested types only
3256 within <>.
3257 (Structures): Document static members.
3258
3259Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3260
3261 * stabs.texinfo: Document S type attribute.
3262
3263Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
3264
3265 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
3266
3267Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
3268
3269 * gdbint.texinfo: Fix a few typos.
3270
3271Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3272
3273 * gdb.texinfo, remote.texi: formatting improvements
3274
3275 * gdb.texinfo (New Features): mention threads.
3276 (Summary, C): fix xrefs in newly contributed text.
3277 (Threads): index entries, clarifications, example
3278 (passim): minor typos fixed, phrasing improvements
3279
3280 * remote.texi (Bootstrapping): rephrase text on ^C and add index
3281 entries; (Server): explain use of gdbserver w/real-time systems,
3282 add example of conflicting TCP port; (MIPS Remote) break up
3283 running text into table, highlighting commands, and add example.
a9331b3f 3284
c906108c
SS
3285Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3286
3287 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
3288
3289Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3290
3291 * stabs.texinfo (Nested Symbols): New node.
3292 (String Field, Symbol Descriptors, Cross-References): Refer to it.
3293
3294Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3295
3296 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
3297 to picking which Bbss.bss symbol to use, and (because there seems to
3298 be no good way of doing it) re-write some of the text to make it
3299 sound like Bbss.bss isn't such a great idea after all (as currently
3300 designed).
3301
3302 * gdb.texinfo (C): In addition to saying people have to use g++ for
3303 good results, say they have to use stabs. Specifically say cfront
3304 doesn't work well.
3305 (Summary): Merge in information on Modula-2, Pascal, and Chill from
3306 the gdb README. Add xrefs to places where the support for the various
3307 languages is described in detail.
3308
3309Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3310
3311 * stabs.texinfo: Clean up stuff about visibility and virtual
3312 characters.
3313
3314 * stabs.texinfo (N_M2C): Cite Sun doc.
3315
3316Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3317
3318 * gdb.texinfo: updates re threads.
3319 * remote.texinfo: avoid index entries starting with digits.
3320
3321Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3322
3323 * stabs.texinfo (Enumerations): Talk about large, negative and
3324 octal values. Clean up cross reference to type attributes.
3325 (String Field): Say that GDB 4.11 supports size attribute.
3326
3327Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3328
3329 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
3330 is a mandatory step. Make the stuff about that more concise.
3331
3332Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3333
3334 * stabs.texinfo (Class Names): New node.
3335
3336 * gdb.texinfo (Command Files): Explain order of init file reading.
3337
3338 * remote.texi (Bootstrapping): Talk about getting the serial driver
3339 to deal with ^C sent by gdb to stop the remote system.
3340
3341Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
3342
3343 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
3344
3345 * libgdb.texinfo (Defining Commands): made the DOC arg
3346 to gdb_define_app_command a char * instead of char **
3347 per a suggestion from kingdon.
3348
3349 * libgdb.texinfo: total rewrite from a different starting
3350 premise.
3351
3352Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3353
3354 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
3355 floats passed as doubles (to improve clarity).
3356
3357Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3358
3359 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
3360
3361 * a4rc.sed: update to work with Andreas Vogel papersize params
3362
3363 * refcard.tex: use Andreas Vogel simplifications of papersize
3364 params; remove useless version info; update copyright date.
3365
3366Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3367
3368 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
3369
3370Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3371
3372 * gdb.texinfo (Files): Say what address the load command loads it at.
3373
3374 * stabs.texinfo (Common Blocks): Minor cleanups.
3375
3376 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
3377 that Sun has backed away from the linker kludge and thus the relevant
3378 issue is changes to the SunPRO tools, not the Solaris linker.
3379
3380 * stabs.texinfo (Traditional Integer Types): Clean up description
3381 of octal bounds a little bit. Document extra leading zeroes.
3382
3383Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3384
3385 * gdb.texinfo (Signaling): Update for symbolic symbol names
3386 and add a section explaining the difference between the GDB
3387 signal command and the shell kill utility.
3388
3389Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
3390
3391 * libgdb.texinfo: added `@' to braces that were unescaped.
3392
3393Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
3394
3395 * libgdb.texinfo: new file. Spec for the gdb library.
3396
3397Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3398
3399 * stabs.texinfo (Include Files): Fix typo (start -> end).
3400
3401Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3402
3403 * gdb.texinfo, remote.texi: assorted small improvements, mostly
3404 from Melissa at FSF's editing pass.
3405
3406Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3407
3408 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
3409 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
3410 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
3411
3412Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3413
3414 * remote.texi (Bootstrapping): Discuss 386 call gates.
3415
3416Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
3417
3418 * stabs.texinfo (Based Variables): New node.
3419
3420Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
3421
3422 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
3423 names, sizes, and formats to suggest how not to lose.
3424
3425Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
3426
3427 * stabs.texinfo (Methods): Fix typo.
3428
3429Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3430
3431 * gdb.texinfo: Fix a few typos.
3432
3433Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3434
3435 * gdb.texinfo: Clarify how well it works with Fortran.
3436
3437 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
3438 More on relocating stabs in ELF files.
3439
3440Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3441
3442 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
3443
3444Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3445
3446 * stabs.texinfo (Local Variable Parameters): Talk about nameless
3447 parameters on VAX.
3448
3449Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3450
3451 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
3452
3453Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3454
3455 * stabs.texinfo: Make info author notice match the TeX author notice.
3456
3457Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3458
3459 * stabs.texinfo: Initial-caps all words in node names and
3460 non-trivial words in section names.
3461
3462Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3463
3464 * stabs.texinfo: Many minor cleanups.
3465
3466 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
3467
3468Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
3469
3470 * stabs.texinfo: Remove full description of big example.
3471 It's not really helpful; just use pieces of it where appropriate.
3472 Add more Texinfo formatting directives (@samp, etc.).
3473 Use @deffn to define stab types.
3474 Eliminate some wordiness. Break up some nodes.
3475 Add an (alphabetized) index of symbol types.
3476 Use consistent capitalization style in node and section names.
3477
3478Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
3479
3480 * gdb.texinfo: Change typo "Two two" to "The two".
3481
3482Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3483
3484 * stabs.texinfo (XCOFF-differences): Remove references to
3485 non-existent types N_DECL and N_RPSYM.
3486
3487 * stabs.texinfo (String Field): Say that type attributes bug is
3488 fixed in GDB 4.10, since it is.
3489
3490 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
3491
3492Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
3493
3494 * stabs.texinfo: Formatting cleanups.
3495
3496Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3497
3498 * stabs.texinfo: When explaining the n_type of a stab, standardize
3499 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
3500 no tabs, use @r).
3501 (Global Variables): Clean up.
3502
3503Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3504
3505 * stabs.texinfo (Stack Variables): Re-write.
3506
3507Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3508
3509 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
3510 addresses of a source file. Also revise formatting.
3511 Change "object module" or "object file" to "source file".
3512 Various: Miscellaneous cleanups.
3513
3514Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3515
3516 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
3517
3518Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
3519
3520 * gdbint.texinfo: Removed many nonsensical machine-collected
3521 host and target conditionals, described some of the remainder.
3522
3523Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3524
3525 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
3526
3527 * gdbint.texinfo (Top): Add name to @top line, and re-write the
3528 paragraph which follows.
3529
3530 * gdbint.texinfo (Host): Use @code not @samp for Makefile
3531 variables. Looks better and avoids overful hbox.
3532
3533Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3534
3535 * stabs.texinfo (Procedures): Improve stuff on nested functions.
3536
3537Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3538
3539 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
3540 retransmit-timeout
3541
3542Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3543
3544 * gdbint.texinfo: Update statement about `some ancient Unix
3545 systems, like Ultrix 4.0' to Ultrix 4.2.
3546
3547Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
3548
3549 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
3550
3551 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
3552
3553 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
3554 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
3555
3556 * remote.texi: new name for former gdbinv-s.texi
3557
3558 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
3559
3560Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
3561
3562 * gdbinv-s.texi: Documented timeout and retransmit-timeout
3563 variables for MIPS remote debugging protocol.
3564
3565Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3566
3567 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
3568
3569Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
3570
3571 * Makefile.in (refcard.dvi): Use srcdir where necessary.
3572
3573Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
3574
3575 * gdb.texinfo: repair conditional bugs in text markup
3576
3577Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3578
3579 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
3580 to select Modula-2 material.
3581
3582Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3583
3584 * stabs.texinfo: Cleanups regarding statics.
3585
3586 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
3587 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
3588
3589Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3590
3591 * stabs.texinfo: N_MAIN is sometimes used for C.
3592
3593Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3594
3595 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
3596
3597Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
3598
3599 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 3600 removed from the code by Kingdon.
c906108c
SS
3601
3602Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3603
3604 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
3605 input when evaluating breakpoint conditions; the bug has been fixed.
3606
3607 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
3608 sets the ignore count to N-1, not to N.
3609
3610Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3611
3612 * refcard.tex (\hoffset): correct longstanding error to match
3613 intended offset; avoids cutting off edge on some printers
3614
3615Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3616
3617 * stabs.texinfo (Parameters): Say that order of stabs is significant.
3618
3619Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3620
3621 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
3622
3623Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3624
3625 * Makefile.in: (REFEDITS) new var to control whether PS or CM
3626 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
3627 collect sed edits if any, apply to refcard before formatting;
3628 (refcard.ps) stop implying PS fonts if PS output requested;
3629 (lrefcard.ps) delete extra target for variant PS fonts
3630
3631 * refcard.tex: parametrize papersize dependent info, collect
3632 in easily replaced spot
3633
3634 * a4rc.sed: new file, edits to refcard for A4 paper
3635
3636Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3637
3638 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
3639
3640Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3641
3642 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
3643
3644Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3645
3646 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
3647 politely rather than rudely.
3648
3649Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3650
3651 * stabs.texinfo: Document common blocks.
3652
3653Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
3654
3655 * stabs.texinfo: Add some basic info about stabs-in-elf.
3656
3657Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3658
3659 * stabs.texinfo (Top): Minor cleanup.
3660
3661Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
3662
3663 * Makefile.in (install-info): remove parentdir support
3664
3665Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3666
3667 * gdb.texinfo (Copying): delete this node and references to it;
3668 RMS says this manual need not carry GPL. (passim): Improvements
3669 from last round at FSF, largely due to Ian Taylor review, and
3670 minor formatting improvements.
3671
3672 * gdbinv-s.texi (passim): Improvements from last round at FSF,
3673 largely due to Ian Taylor review. (Debug Session): minor edits to
3674 new text.
3675
3676Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
3677
3678 * Makefile.in (realclean): Remove info and dvi files too.
3679
3680Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
3681
3682 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
3683 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
3684 * gdb.texinfo: Change accordingly.
3685
3686 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
3687 N_{L,R}BRAC,N_SLINE are relative to.
3688
3689Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
3690
3691 * Makefile.in (GDBvn.texi): Update atomically.
3692
3693Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
3694
3695 * gdbinv-s.texi (Debug Session): Document exceptionHook.
3696
3697Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
3698
3699 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
3700 addresses together. Also motivate the set print symbol-filename
3701 command and suggest other solutions.
3702
3703Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
3704
3705 * gdb.texinfo (set print elements): Note that the number of
3706 elements is set to unlimited by "set print elements 0".
3707
3708Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
3709
3710 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
3711 NF_LDOUBLE means.
3712 (Stab Types): Include Solaris stab types.
3713 (Procedures): Document Solaris extensions.
3714
3715Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3716
3717 * gdb.texinfo: Add `set print symbol-filename' doc.
3718
3719Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3720
3721 * stabs.texinfo (Arrays): Talk about type definition vs. type
3722 information.
3723
3724 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
3725 the trailing semicolon.
3726
3727Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3728
3729 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
3730 and merge in other parts of the document addressing these subjects.
3731 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
3732
3733 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
3734 at the end of a range type.
3735
3736 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
3737 AIX extensions.
3738
3739Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3740
3741 * stabs.texinfo (Stabs Format): Misc fixes.
3742
3743Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3744
3745 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
3746 (Traditional builtin types): Document convex convention for long long.
3747 (Negative builtin types): Discuss type names, and misc fixes.
3748
3749Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3750
3751 * stabs.texinfo (Builtin Type Descriptors): Document the floating
3752 point types used with @samp{R} type descriptor.
3753 (Symbol Descriptors): Describe how to handle conflict between
3754 different meanings of @samp{P} symbol descriptor.
3755
3756Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3757
3758 * stabs.texinfo: Remove node Quick Reference and put its children
3759 directly under the main menu.
3760
3761 * stabs.texinfo: Many more changes to bring it into line with
3762 AIX documentation and reality. I think it now has all the
3763 information from the AIX documentation, except that I burned
3764 out when I got to variant records (Pascal and Modula-2) and
3765 all the COBOL types. Oh well, we can add them later when we're
3766 worrying more about those languages.
3767
3768 * stabs.texinfo (Automatic variables): Talk about what it means
3769 to omit the symbol descriptor.
3770
3771Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3772
3773 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
3774 gcc2 behavior with promoted args.
3775
3776Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3777
3778 * gdb.texinfo: include readline appendices in info version of manual
3779
3780Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3781
3782 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
3783 target remote.
3784
3785 * gdb.texinfo (Machine Code): more index entries for disassemble
3786
3787Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
3788
3789 * Clarify the intended use of the gdb-testers and gdb-patches
3790 mailing lists, and shrink gzip comment.
3791
3792Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3793
3794 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
3795 DOSHOST configuration of manual.
3796
3797 * gdb.texinfo (MIPS Stack): new node.
3798
3799 * all-config.texi (MIPS) new switch.
3800
3801 * gdbinv-s.texi (Nindy Options) Remove two instances of future
3802 tense; (MIPS Remote) new node.
3803
3804 * gdb.texinfo (passim) rephrases to work around makeinfo @value
3805 bug; (Environment) less passive, other small cleanups in text about
3806 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
3807 (Remote) new MIPS Remote menu entry.
3808
3809Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
3810
3811 * stabs.texinfo: Many changes to include information from the
3812 AIX documentation.
3813
3814 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
3815
3816Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
3817
3818 * gdbint.texinfo (new node Debugging GDB, elsewhere):
3819 Move a bunch of information from ../README.
3820 (Getting Started): New node.
3821
3822Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3823
3824 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
3825
3826 * gdb.texinfo: advance manual revision dates to present
3827
3828 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
3829 stop using silly Roman numerals in @set variable names
3830
3831Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
3832
3833 * stabs.texinfo (Parameters): Keep trying to get this right.
3834
3835Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
3836
3837 * stabs.texinfo (Parameters): More on "local parameters".
3838
3839Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
3840
3841 * stabs.texinfo (Parameters): Re-do "local parameters" section.
3842
3843Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
3844
3845 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
3846 (Parameters): Rewrite.
3847 (xcoff-differences, Sun-differences): Minor changes.
3848
3849Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
3850
3851 * stabs.texinfo: Minor cleanup.
3852
3853Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
3854
3855 * gdbint.texinfo: Minor xcoff stuff.
3856
3857Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
3858
3859 * gdbint.texinfo: Update for new config directory structure.
3860 Add info about internal type data structures.
3861
3862Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
3863
3864 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
3865 $(srcdir).
3866 (gdb-config.texi): Depend on file in $(srcdir).
3867
3868Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
3869
3870 * stabs.texinfo: Fixes about N_SO.
3871
3872Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3873
3874 * gdb.texinfo: include list of nonstandard init file names
3875
3876 * *-config.texi: new switch GENERIC for text that applies *only*
3877 to (usual) multiple-target version of manual
3878
3879 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
3880 h8 config
3881
3882 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
3883 in menus (rather than conditionally selected multiple alternative
3884 menus).
3885
3886 * Makefile.in: define and use DOC_CONFIG var to select
3887 configuration for GDB user manual.
3888
3889 * gdb-config.texi: delete from repository, generate from Makefile.
3890
3891 * all-config.texi: normal `generic' configuration file, formerly
3892 stored as gdb-config.texi
3893
3894Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3895
3896 * Makefile.in: add dvi target to build all .dvi files
3897
3898Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3899
3900 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
3901
3902Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
3903
3904 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
3905 host conditionals.
3906 * stabs.texinfo: More array fixes inspired by Jim's.
3907
3908Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
3909
3910 * stabs.texinfo: Fixes re arrays and continuations.
3911
3912 * gdbint.texinfo: Add XCOFF node.
3913
3914Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
3915
3916 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
3917
3918Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
3919
3920 * stabs.texinfo: Fix for array types to mention lower bounds.
3921
3922Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
3923
3924 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
3925
3926Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
3927
3928 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
3929
3930Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
3931
3932 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
3933 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
3934
3935Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
3936
3937 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
3938
3939Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3940
3941 * gdb.texinfo, gdbinv-s.texi: misc updates
3942
3943Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
3944
3945 * gdbint.texinfo: Brief documentation for longjmp support,
3946 from an email msg by Stu.
3947
3948Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
3949
3950 * stabs.texinfo: Fix description of floating point "range"
3951 types (which really define basic types). Reported by Jim Meehan,
3952 <meehan@src.dec.com>.
3953
3954 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
3955
3956Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
3957
3958 * gdbint.texinfo: Slightly expand section on supporting a new
3959 object file format.
3960
3961Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
3962
3963 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
3964 intermediate file.
3965
3966Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3967
3968 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
3969
3970Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3971
3972 * gdbinv-s.texi: z8000 simulator target name is just "sim"
3973
3974 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
3975 as well as Z8002.
3976
3977Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
3978
3979 * gdbint.texinfo: Add sections on clean design and on how to send
3980 in changes.
3981
3982Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
3983
3984 * gdbint.texinfo: Add how to declare the result of make_cleanup.
3985
3986Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
3987
3988 * gdb.texinfo: Fix typo, reported by Karl Berry.
3989
3990Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
3991
3992 * gdb.texinfo: Add opcodes dir to GDB distribution description.
3993
3994Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3995
3996 * gdbint.texinfo: fixed a stray email address (needs @@),
3997 added @table @code to node "Native Conditionals"
3998
3999Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
4000
4001 * gdbint.texinfo: Describe coding style of GDB.
4002
4003Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
4004
4005 * stabs.texinfo: Minor wording changes.
4006
4007Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
4008
4009 * gdbint.texinfo: Improve release doc slightly.
4010
4011Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
4012
4013 * gdbint.texinfo: Improve doc of GDB config macros.
4014
4015Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
4016
4017 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
4018 These will be reinserted when examined.
4019
4020Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
4021
4022 * gdbint.texinfo: Make a start at documenting all the #if macros
4023 in GDB. At least list them all, and start separating them into
4024 host-specific and target-specific.
4025
4026Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4027
4028 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 4029 examples (not consistent w others).
c906108c
SS
4030 gdb.texinfo: issue disclaimer paragraph on cmdline options only
4031 for generic vn of doc
4032
4033Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
4034
4035 * Makefile.in: always create installation directories.
4036
4037Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4038
4039 * gdb.texinfo: in h8 config, do not describe searching commands.
4040
4041Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4042
4043 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
4044 conditionals; introduce a few generic switches that may be
4045 useful for other cross-dev or dos-hosted configs.
4046
4047 * gdb.texinfo: fix typo in "info reg" description
4048
4049Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
4050
4051 * stabs.texinfo: Minor updates from running TeX over it.
4052 * Makefile.in (stabs.dvi, stabs.ps): Add.
4053
4054Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
4055
4056 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
4057 First pass at converting it to texinfo.
4058
4059Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
4060
4061 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
4062 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
4063
4064Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
4065
4066 * gdbint.texinfo: Add section on partial symbol tables.
4067
4068Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
4069
4070 * gdb.texinfo: document `set remotedebug' and `set
4071 rstack_high_address'.
4072
4073Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4074
4075 * gdb.texinfo: slight expansion of new text on reading info files
4076 * gdbinv-s.m4.in: correct and expand info on cross-debugging
4077 H8/300 from DOS.
4078
4079Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
4080
4081 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
4082
4083Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
4084
4085 * gdb.texinfo: Say how to read the `info' files.
4086
4087Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
4088
4089 * Makefile.in: gm4 -> m4.
4090
4091Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
4092
4093 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
4094 Documentation' ahead of `Installing GDB' to match README.
4095 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 4096 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
4097
4098Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
4099
4100 * Makefile.in: remove $(srcdir) from gdb.info rule.
4101
4102Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4103
4104 * Makefile.in: commented out gdb-all.texinfo rule. This is
4105 temporary.
4106
4107Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
4108
4109 * Makefile.in, configure.in: removed traces of namesubdir,
4110 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
4111 copyrights to '92, changed some from Cygnus to FSF.
4112
4113Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
4114
4115 * gdb.texinfo: Improve how we ask for bug reports.
4116
4117Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4118
4119 * Makefile.in: infodir belongs in datadir.
4120
4121Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4122
4123 * Makefile.in: remove spaces following hyphens, bsd make can't
4124 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 4125 standards.text support.
c906108c
SS
4126
4127Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4128
4129 * Makefile.in: idestdir and ddestdir go away. Added copyrights
4130 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
4131 and mandir now keyed off datadir by default.
4132
4133\f
4134Local Variables:
9e9c5ae7 4135mode: change-log
c906108c
SS
4136left-margin: 8
4137fill-column: 74
4138version-control: never
4139End:
This page took 0.733599 seconds and 4 git commands to generate.