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