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