daily update
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
d7a27068
AC
12003-04-28 Andrew Cagney <cagney@redhat.com>
2
3 * gdbint.texinfo (Target Architecture Definition): Rename
4 "tm_print_insn" to "deprecated_tm_print_insn".
5
44ea7b70
JB
62003-04-09 Jim Blandy <jimb@redhat.com>
7
8 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9 list psymtabs'.
10
fb8f8949
AC
112003-04-08 Andrew Cagney <cagney@redhat.com>
12
13 * gdbint.texinfo (Target Architecture Definition): Delete
14 references to EXTRA_FRAME_INFO.
15
32fb0f22
AC
162003-04-08 Andrew Cagney <cagney@redhat.com>
17
18 * gdbint.texinfo (Target Architecture Definition): Delete
19 PRINT_TYPELESS_INTEGER.
20
6be67e67
JB
212003-04-02 J. Brobecker <brobecker@gnat.com>
22
23 * observer.texi (GDB Observers): Adjust the documentation for the
24 normal_stop notification to better describe reality. Fix a couple
25 of minor typos.
26
4e35d5f0
BR
272003-04-02 Bob Rossi <bob_rossi@cox.net>
28
29 * gdb.texinfo (GDB/MI Program Control): Add
30 '-file-list-exec-source-file'
31
e8a8712a
AC
322003-03-31 Andrew Cagney <cagney@redhat.com>
33
34 * gdbint.texinfo (Target Architecture Definition): Delete
35 references to CALL_DUMMY_P.
36
6c0e89ed
AC
372003-03-30 Andrew Cagney <cagney@redhat.com>
38
39 * gdbint.texinfo (Target Architecture Definition): Remove
40 reference to TARGET_WRITE_SP.
41
378bfd1b
AC
422003-03-27 Andrew Cagney <cagney@redhat.com>
43
44 * gdbint.texinfo (Target Architecture Definition): Remove
45 references to write_sp.
6c0e89ed 46
922fbb7b
AC
472003-03-27 Andrew Cagney <cagney@redhat.com>
48
49 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
50 chapter body. Use @smallexample instead of @example.
51 (Annotations): Ditto.
52 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
53 annotate.texi.
54
b81774d8
AC
552003-03-26 Andrew Cagney <cagney@redhat.com>
56
57 * gdbint.texinfo (Target Architecture Definition): Replace
58 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
59 dummy_addr parameters.
60
1bf6d5cc
AC
612003-03-25 Andrew Cagney <cagney@redhat.com>
62
63 * gdbint.texinfo (Target Architecture Definition): Delete
64 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
65 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
66 Add reference to PUSH_ARGUMENTS.
67
618ce49f
AC
682003-03-23 Andrew Cagney <cagney@redhat.com>
69
70 * gdbint.texinfo (Algorithms, Target Architecture Definition):
71 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
72
bcd7e15f
JB
732003-03-18 J. Brobecker <brobecker@gnat.com>
74
75 * gdbint.texinfo (Algorithms): Add new section describing the
76 Observer paradigm.
77 (Top): Add menu entry to new observer appendix.
78 * observer.texi: New file.
79 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
80 new observer.texi file.
81
9fe8321b
AC
822003-03-17 Andrew Cagney <cagney@redhat.com>
83
84 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
85 that GNU Press update the manual version number.
86
ac2adee5
AC
872003-03-12 Andrew Cagney <cagney@redhat.com>
88
89 * gdbint.texinfo (Target Architecture Definition): Delete
90 references to get_saved_register. Rename GET_SAVED_REGISTER to
91 DEPRECATED_GET_SAVED_REGISTER.
92
749b82f6
AC
932003-03-13 Andrew Cagney <cagney@redhat.com>
94
95 * gdbint.texinfo (Target Architecture Definition): Replace
96 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
97
8bedc050
AC
982003-03-12 Andrew Cagney <cagney@redhat.com>
99
100 * gdbint.texinfo (Target Architecture Definition): Rename
101 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
102
0ce1b118
CV
1032003-03-10 Corinna Vinschen <vinschen@redhat.com>
104
105 * gdb.texinfo: Add File-I/O documentation.
106
12cc2063
AC
1072003-03-10 Andrew Cagney <cagney@redhat.com>
108
109 * gdbint.texinfo (Target Architecture Definition): Cross reference
110 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
111
7453dc06
AC
1122003-03-07 Andrew Cagney <cagney@redhat.com>
113
114 * gdb.texinfo (Debugging Output): Mention the "set/show debug
115 frame" command.
116
6314f104
AC
1172003-03-05 Andrew Cagney <cagney@redhat.com>
118
119 * gdbint.texinfo (Target Architecture Definition): Document
120 unwind_dummy_id. Cross reference unwind_dummy_id and
121 SAVE_DUMMY_FRAME_TOS.
122
f1212245
DJ
1232003-03-05 James Ingham <jingham@apple.com>
124 Daniel Jacobowitz <drow@mvista.com>
125
126 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
127 and "show cp-abi".
128
77e7e267
AC
1292003-03-03 Andrew Cagney <cagney@redhat.com>
130
131 * gdbint.texinfo (Target Architecture Definition): Document
132 register_type.
133
838a8221
AC
1342003-03-03 Andrew Cagney <cagney@redhat.com>
135
136 * stabs.texinfo (Structures): Use @samp and separate @var's
137 instead of a single @var containing a comma separated list.
138 (Unions): Ditto.
139
d7f4a264
DJ
1402003-03-02 Daniel Jacobowitz <drow@mvista.com>
141
142 * Makefile.in (distclean): Remove config.log.
143
f30ee0bc
AC
1442003-03-01 Andrew Cagney <cagney@redhat.com>
145
146 * gdbint.texinfo (Target Architecture Definition): Rename
147 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
148
1492003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
150
151 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
152 DEPRECATED_INIT_EXTRA_FRAME_INFO.
153
be448670
CF
1542003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
155
156 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
157 (Non-debug DLL symbols): New node, describing the minimal symbols
158 loaded from DLLs without real debugging symbols.
159
501eef12
AC
1602003-02-20 Andrew Cagney <ac131313@redhat.com>
161
162 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
163 hardware-breakpoint-limit".
164 (Set Watchpoints): Add cross reference to "set remote
165 hardware-watchpoint-limit".
166 (Remote configuration options): New section.
167
21c294e6
AC
1682003-02-04 Andrew Cagney <ac131313@redhat.com>
169
e9be73e4
AC
170 * gdbint.texinfo (Target Architecture Definition): Delete
171 descrption of IS_TRAPPED_INTERNALVAR.
172
21c294e6
AC
173 From Keith Seitz <keiths@redhat.com>:
174 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
175 option "-i"/"--interpreter" to this chapter. Include index
176 entries.
177
0179ffac
DC
1782003-02-04 David Carlton <carlton@math.stanford.edu>
179
180 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
181 (Variables): Recommend stabs+ and DWARF 2.
182 (C plus plus expressions): Correct info about
183 compiler versions, debug formats.
184 (Contributors): Change 'DWARF2' to 'DWARF 2'.
185 PR symtab/874.
186
7ca9f392
AC
1872003-02-01 Andrew Cagney <ac131313@redhat.com>
188
189 * gdbint.texinfo (Target Architecture Definition): Delete
190 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
191 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
192 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
193 references to nindy and i960.
194 * gdb.texinfo (i960): Delete all references to i960 and nindy.
195
31a85ea2
AC
1962003-02-01 Andrew Cagney <ac131313@redhat.com>
197
198 * gdbint.texinfo (Target Architecture Definition): Delete
199 FLOAT_INFO.
200
6b894e49
AC
2012003-01-30 Andrew Cagney <ac131313@redhat.com>
202
203 * stabs.texinfo (Member Type Descriptor): Clarify description of
204 `@'. Suggested by Ben Hutchings.
205
c48861fb
AC
2062003-01-29 Andrew Cagney <ac131313@redhat.com>
207
208 * gdb.texinfo (M68K): Delete reference to es1800.
209
617073a9
AC
2102003-01-29 Andrew Cagney <ac131313@redhat.com>
211
212 * gdb.texinfo (Maintenance Commands): Document `maint print
213 reggroups' and `maint print register-groups'.
214 * gdbint.texinfo (Target Architecture Definition): Document
215 register_reggroup_p.
216
5b5d99cf
JB
2172003-01-23 Jim Blandy <jimb@redhat.com>
218
219 * gdb.texinfo (Separate Debug Files): New section.
220
e7ba9c65
DJ
2212003-01-22 Daniel Jacobowitz <drow@mvista.com>
222
223 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
224 and "maint show profile".
225
94e91d6d
MC
2262003-01-16 Michael Chastain <mec@shout.net>
227
228 * gdb.texinfo (Installing GDB): Warn against
229 ".../gdb-VERSION/gdb/configure".
230 (Separate Objdir): Likewise.
231
867f3898
AC
2322003-01-15 Andrew Cagney <ac131313@redhat.com>
233
234 * gdbint.texinfo (Target Architecture Definition): Delete
235 definition of PRINT_REGISTER_HOOK.
236
f153cc92
EZ
2372003-01-15 Elena Zannoni <ezannoni@redhat.com>
238
239 (OpenRISC 1000): Fix formatting of command names.
240
c60eb6f1
EZ
2412003-01-15 Elena Zannoni <ezannoni@redhat.com>
242
243 * gdb.texinfo (Continuing and Stepping): Add new command
244 'advance'. Clarify behavior of 'until'.
245
f5ebfba0
DJ
2462003-01-13 Daniel Jacobowitz <drow@mvista.com>
247
248 * gdb.texinfo (Files): Document solib-absolute-prefix and
249 solib-search-path.
250
4ce8657e
MC
2512003-01-09 Michael Chastain <mec@shout.net>
252
253 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
254 (Create a Release): Add new instructions for new @file{src-release}.
255 Document existing instructions for @file{Makefile.in} as
256 being for @value{GDBN} 5.3.1 or earlier.
257
372613e3
AC
2582003-01-09 Andrew Cagney <ac131313@redhat.com>
259
260 * gdbint.texinfo (Target Architecture Definition): Mention
261 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
262 allocate memory.
263
b4e9345d
DJ
2642003-01-04 Daniel Jacobowitz <drow@mvista.com>
265
266 * gdb.texinfo (Controlling GDB): Add @kindex for
267 "show osabi".
268 (Backtraces): Add @kindex's for backtrace-below-main.
269
98b45e30
DJ
2702003-01-04 Daniel Jacobowitz <drow@mvista.com>
271
272 * gdb.texinfo (Controlling GDB): Document "set osabi".
273
95f90d25
DJ
2742003-01-04 Daniel Jacobowitz <drow@mvista.com>
275
276 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
277 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
278
1e698235
DJ
2792003-01-04 Daniel Jacobowitz <drow@mvista.com>
280
281 * gdb.texinfo (Controlling GDB): Add ABI section. Document
282 "set coerce-float-to-double".
283 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
284
e632838e
AC
2852003-01-02 Andrew Cagney <ac131313@redhat.com>
286
287 * stabs.texinfo: Remove obsolete text.
288 * gdbint.texinfo: Ditto.
289 * gdb.texinfo: Ditto.
290
c133ab7a
MK
2912002-12-22 Mark Kettenis <kettenis@gnu.org>
292
293 * gdbint.texinfo (Target Architecture Definition): Update
294 description of gdbarch_register_osabi.
295
f821f325
KH
2962002-12-20 Kazu Hirata <kazu@cs.umass.edu>
297
298 * agentexpr.texi: Fix typos.
299 * annotate.texi: Likewise.
300 * fdl.texi: Likewise.
301
85a6d8d3 3022002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
303
304 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
305 DEPRECATED_INIT_FRAME_PC.
306
ae45cd16
AC
3072002-12-01 Andrew Cagney <ac131313@redhat.com>
308
309 * gdbint.texinfo (Target Architecture Definition): Delete
310 PC_IN_CALL_DUMMY.
311
07555a72
AC
3122002-11-28 Andrew Cagney <ac131313@redhat.com>
313
314 * gdbint.texinfo (Host Definition): Delete documentation on
315 USE_GENERIC_DUMMY_FRAMES.
316
c166cdc7
EZ
3172002-11-26 Elena Zannoni <ezannoni@redhat.com>
318
319 Fix PR gdb/723 and PR gdb/245.
320 * Makefile.in (install-info): Run the install-info command as part
321 of the post install steps only.
322 (uninstall-info): New target.
323 (uninstall): New target.
324
35db0260
EZ
3252002-11-22 Elena Zannoni <ezannoni@redhat.com>
326
327 * Makefile.in (install): Make install do some real work.
328
9ba8d803
AC
3292002-11-19 Andrew Cagney <ac131313@redhat.com>
330
331 Fix POSIX problem reported by Paul Eggert.
332 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
333 Fix PR gdb/527.
334
903ad3a6
AC
3352002-10-26 Andrew Cagney <cagney@redhat.com>
336
337 * gdbint.texinfo (Target Architecture Definition): Delete
338 definition of DO_REGISTERS_INFO.
339
f2abfe65
KB
3402002-10-18 Kevin Buettner <kevinb@redhat.com>
341
342 * gdbint.texinfo (Address Classes): Fix problems with insertion
343 of ``{'' and ``}'' in example.
344
b5b0480a
KB
3452002-10-17 Kevin Buettner <kevinb@redhat.com>
346
347 * gdbint.texinfo (Address Classes): New section.
348 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
349 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
350 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
351 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
352
c85508ee
KD
3532002-10-11 Klee Dienes <kdienes@apple.com>
354
355 * gdb.texinfo (Registers): Mention vector registers as well as
356 floating registers in the documentation for 'info registers' and
357 'info all-registers'.
358
6d12fc3d
DJ
3592002-10-11 Daniel Jacobowitz <drow@mvista.com>
360
361 * gdbint.texinfo (CPLUS_MARKER): Remove item.
362
8d19fbd2
JJ
3632002-10-03 Jeff Johnston <jjohnstn@redhat.com>
364
365 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
366 interface definition.
367
a37295f9
MM
3682002-10-03 Marko Mlinar <markom@opencores.org>
369
370 * gdb.texinfo (Target Commands): Add or1k target specific
371 commands.
372 * gdb.texinfo (Contributors): Add myself to the contributors list.
373
da0f9dcd
AC
3742002-10-01 Andrew Cagney <ac131313@redhat.com>
375
376 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
377 and "mi1" instead of "mi1" and "mi0".
378
2e834e49
HPN
3792002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
380
381 * gdb.texinfo (Packets): Fix typos "alligned".
382 Correct z3/Z3 description. Correct z4/Z4 title.
383
050be0dc
AC
3842002-09-27 Andrew Cagney <ac131313@redhat.com>
385
386 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
387
1104b9e7
KB
3882002-09-25 Kevin Buettner <kevinb@redhat.com>
389
390 * gdb.texinfo: Use GNU/Linux instead of Linux.
391
512217c7
AC
3922002-09-25 Andrew Cagney <ac131313@redhat.com>
393
394 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
395
10998722
AC
3962002-09-24 Andrew Cagney <ac131313@redhat.com>
397
512217c7 398 * gdb.texinfo: Replace @example with @smallexample.
10998722 399
a0eb71c5
KB
4002002-09-20 Kevin Buettner <kevinb@redhat.com>
401
402 From Eli Zaretskii <eliz@is.elta.co.il>:
403 * gdb.texinfo (Character Sets): Use @smallexample instead of
404 @example. Use GNU/Linux instead of Linux.
405
4062002-09-20 Jim Blandy <jimb@redhat.com>
407
408 * gdb.texinfo: Add character set documentation.
409
2f870471
AC
4102002-09-19 Andrew Cagney <ac131313@redhat.com>
411
412 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
413 (Packets): Add cross reference from `b' packet to `z' packets.
414
790eb8f5
AC
4152002-09-19 Andrew Cagney <ac131313@redhat.com>
416
8d30a00d
AC
417 * gdb.texinfo (Maintenance Commands): Document ``maint
418 internal-error'' and ``maint internal-warning''.
419
790eb8f5
AC
420 * gdbint.texinfo (Target Architecture Definition): Revise
421 description of STACK_ALIGN. Add description of FRAME_ALIGN.
422
a23a7bf1
JB
4232002-09-19 Joel Brobecker <brobecker@gnat.com>
424
425 * gdbint.texinfo (Target Conditionals): Document the new
426 NAME_OF_MALLOC macro.
427
299ffc64
AC
4282002-09-05 Andrew Cagney <ac131313@redhat.com>
429
430 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
431 engineer.
432
b7bb15bc
SC
4332002-09-02 Stephane Carrez <stcarrez@nerim.fr>
434
435 * gdb.texinfo (TUI Overview): Document status line fields.
436
3d757584
SC
4372002-09-02 Stephane Carrez <stcarrez@nerim.fr>
438
439 * gdb.texinfo (TUI Commands): Document info win command.
440
269c21fe
SC
4412002-09-01 Stephane Carrez <stcarrez@nerim.fr>
442
443 * gdb.texinfo (TUI Overview): Document breakpoint markers.
444
7cf36c78
SC
4452002-09-01 Stephane Carrez <stcarrez@nerim.fr>
446
447 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
448 (TUI Keys): Likewise.
449
d2c6833e
AC
4502002-08-25 Andrew Cagney <ac131313@redhat.com>
451
452 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
453 for a packet receive.
454
46d8b1c3
AC
4552002-08-25 Andrew Cagney <ac131313@redhat.com>
456
457 * Makefile.in (clean): Move to end of file.
458 (distclean, maintainer-clean, realclean): Ditto.
459 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
460 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
461 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
462 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
463
b0787093
AC
4642002-08-24 Andrew Cagney <ac131313@redhat.com>
465
466 * Makefile.in (GDBINT_TEX_TMPS): Define.
467 (gdbint.dvi, gdbint.pdf): Use
468 (GDB_TEX_TMPS): Define.
469 (gdb.dvi, gdb.pdf): Use.
470 (STABS_TEX_TMPS): Define.
471 (stabs.dvi, stabs.pdf): Use.
472 (GDB_DOC_SOURCE_INCLUDES): New macros.
473 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
474 (GDBINT_DOC_FILES_INCLUDES): New macros.
475 (GDBINT_DOC_BUILD_INCLUDES): New macros.
476 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
477 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
478 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
479 (links2roff): Replace SFILES_INCLUDED with
480 GDB_DOC_SOURCE_INCLUDES.
481 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
482 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
483 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
484 dependencies.
485 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
486 dependencies.
487 (gdbmi.texinfo): Delete rule.
488 (inc-hist.texinfo): Delete rule.
489 (rluser.texinfo): Delete rule.
490
ebba8386
AC
4912002-08-23 Andrew Cagney <cagney@redhat.com>
492
493 * gdbint.texinfo (Target Architecture Definition): Update
494 STORE_RETURN_VALUE, mention regcache.
495
0ab7a791
AC
4962002-08-21 Andrew Cagney <ac131313@redhat.com>
497
498 * gdbint.texinfo (Target Architecture Definition): Document
499 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
500
ee2d5c50
AC
5012002-08-19 Andrew Cagney <ac131313@redhat.com>
502
503 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
504 Fix minor typos. Add index entries.
505
53c69bd7
AC
5062002-08-18 Andrew Cagney <ac131313@redhat.com>
507
508 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
509
e76f1f2e
AC
5102002-08-15 Andrew Cagney <ac131313@redhat.com>
511
512 * gdbint.texinfo (Target Architecture Definition): Document
513 PRINT_VECTOR_INFO.
514 * gdb.texinfo (Vector Unit): Document "info vectors" command.
515
0680b120
AC
5162002-08-13 Andrew Cagney <ac131313@redhat.com>
517
518 * gdb.texinfo (Maintenance Commands): Document "maint print
519 registers", "maint print raw-registers" and "maint print
520 cooked-registers".
521
3c3bea1c
GS
5222002-08-08 Grace Sainsbury <graces@redhat.com>
523
524 From Mark Salter:
525 * gdb.texinfo (Protocol): Document T packet extension to
526 allow watchpoint address reporting.
527
42f9b0a5
AC
5282002-08-03 Andrew Cagney <ac131313@redhat.com>
529
530 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
531
db034ac5
AC
5322002-08-01 Andrew Cagney <cagney@redhat.com>
533
534 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
535 to CHILL.
536
e2b28d04
AC
5372002-08-01 Andrew Cagney <ac131313@redhat.com>
538
539 * gdbint.texinfo (Coding): Revise section "Include Files".
540
7fb623f7
AC
5412002-07-24 Andrew Cagney <cagney@redhat.com>
542
543 * gdbint.texinfo: Obsolete references to m88k.
544 * gdb.texinfo: Ditto.
545
4a2b4636
JB
5462002-07-10 Joel Brobecker <brobecker@gnat.com>
547
7fb623f7 548 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
549 where the proper version of autoconf can be retrieved.
550
a71ec265
DH
5512002-07-09 Don Howard <dhoward@redhat.com>
552
553 * gdb.texinfo (Command Files): Further describe the behavior of
554 sourced command files.
555
b9aa90c9
AC
5562002-06-27 Andrew Cagney <ac131313@redhat.com>
557
558 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
559 (Coding): Clarify ISO C version that GDB assumes.
560
40dd2248
TT
5612002-06-26 Tom Tromey <tromey@redhat.com>
562
563 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
564 add_setshow_cmd_full.
565
bfac230e
DH
5662002-06-25 Don Howard <dhoward@redhat.com>
567
568 * gdb.texinfo (Memory Region Attributes): Document new behavior
569 for 'mem' command.
570
475b0867
JB
5712002-06-11 Jim Blandy <jimb@redhat.com>
572
919d772c
JB
573 * gdb.texinfo (Symbols): Update documentation for `info source'
574 command.
575
475b0867
JB
576 * gdb.texinfo (Macros): Call the command `info macro', not
577 `show macro'.
578
ba8c9337
AC
5792002-06-09 Andrew Cagney <ac131313@redhat.com>
580
581 * gdbint.texinfo (Coding): Add section ``Per-architecture module
582 data''.
583
1029b7fa
MK
5842002-06-09 Mark Kettenis <kettenis@gnu.org>
585
586 * gdbint.texinfo (Target Architecture Definition): Document
587 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
588
16737d73
AC
5892002-06-08 Andrew Cagney <ac131313@redhat.com>
590
591 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
592 lists.
593
30107679
AC
5942002-06-08 Andrew Cagney <ac131313@redhat.com>
595
596 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
597 Branch''.
598
3352e23e
AC
5992002-06-01 Andrew Cagney <ac131313@redhat.com>
600
601 * gdbint.texinfo (Target Architecture Definition): Add section
602 ``Converting an existing Target Architecture to Multi-arch''.
603
cbb09e6a
AC
6042002-05-30 Andrew Cagney <ac131313@redhat.com>
605
606 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
607 to ``Obsoleting code''. Revise.
608
e2e0bcd1
JB
6092002-05-17 Jim Blandy <jimb@redhat.com>
610
611 * gdb.texinfo (C Preprocessor Macros): New chapter.
612 Include it in the main menu.
613 (Contributors): Credit Jim Blandy with macro support.
614 (Compilation): Explain how to get macro information into the
615 executable.
616 (Expressions): Note that preprocessor macros are expanded.
617
9db8d71f
DJ
6182002-05-14 Daniel Jacobowitz <drow@mvista.com>
619
620 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
621 options for `target remote'.
622
6d531722
AC
6232002-05-13 Andrew Cagney <ac131313@redhat.com>
624
625 * gdbint.texinfo (Target Architecture Definition): Delete
626 documentation on NNPC_REGNUM.
627
13d01224
AC
6282002-05-11 Andrew Cagney <ac131313@redhat.com>
629
630 * gdbint.texinfo (Target Architecture Definition): Document
631 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
632 (Target Architecture Definition): Revise section `Using Different
633 Register and Memory Data Representations'. Add section `Raw and
634 Virtual Register Representations'.
635
b2e75d78
AC
6362002-05-11 Andrew Cagney <ac131313@redhat.com>
637
638 * gdbint.texinfo (Target Architecture Definition): Mention
639 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
640 (Target Architecture Definition): Mention same. Add references to
641 web pages.
642
2c8682ee
MS
6432002-05-08 Michael Snyder <msnyder@redhat.com>
644
645 * stabs.texinfo (Attributes): Document new "vector" attribute.
646
0816590b
AC
6472002-05-04 Andrew Cagney <ac131313@redhat.com>
648
649 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
650
2653173e
AC
6512002-05-04 Andrew Cagney <ac131313@redhat.com>
652
653 * gdb.texinfo: Delete obsolete references to a29k.
654
d7bd68ca
AC
6552002-04-24 Andrew Cagney <ac131313@redhat.com>
656
657 * gdbint.texinfo (Target Architecture Definition): Replace
658 IN_SIGTRAMP with PC_IN_SIGTRAMP.
659
21d83aa5
DM
6602002-04-24 David S. Miller <davem@redhat.com>
661
662 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
663
7673a6cc
DM
6642002-04-21 David S. Miller <davem@redhat.com>
665
666 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
667
d49d1e0a
AC
6682002-04-21 Andrew Cagney <ac131313@redhat.com>
669
670 * gdbint.texinfo (Target Architecture Definition): Delete
671 definition of HAVE_REGISTER_WINDOWS.
672
4be31470
EZ
6732002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
674
675 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
676 "Theodore A. Roth" <troth@verinet.com>.
677
5ca0cb28
DH
6782002-04-15 Don Howard <dhoward@redhat.com>
679
680 From Eli Zaretskii <eliz@is.elta.co.il>
681 * gdb.texinfo (show max-user-call-depth): Correct formatting.
682 Provide a better explaination of this feature.
683
f208ba17
AC
6842002-04-14 Andrew Cagney <ac131313@redhat.com>
685
686 * gdbint.texinfo (Target Architecture Definition): Remove
687 FRAME_CHAIN_COMBINE.
688
d5ba91de
MC
6892002-04-12 Michael Chastain <mec@shout.net>
690
691 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
692 REG_STACK_SEGMENT.
693
26818220
MC
6942002-04-09 Michael Chastain <mec@shout.net>
695
696 * gdbint.texinfo (Obsolete Conditionals): Remove references to
697 PYRAMID_* macros.
698
129188f6
AC
6992002-04-07 Andrew Cagney <ac131313@redhat.com>
700
701 * gdb.texinfo (Bug Reporting): Document that the web is the
702 prefered way of submitting bug reports.
703 (Bug Reporting): Delete the s-mail address as the last resort.
704
8227c0ff
AC
7052002-04-05 Andrew Cagney <ac131313@redhat.com>
706
707 * gdbint.texinfo (Target Architecture Definition): Delete
708 references to TARGET_WRITE_FP and write_fp.
709
16d9dec6
MS
7102002-03-27 Michael Snyder <msnyder@redhat.com>
711
712 * gdb.texinfo: Document new commands dump, append, and restore.
713
9ae8b82c
AC
7142002-03-27 Andrew Cagney <ac131313@redhat.com>
715
716 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
717 Branch'.
718
474c8240
AC
7192002-03-18 Andrew Cagney <ac131313@redhat.com>
720
721 * gdb.texinfo: Change all examples to @smallexample.
722 * gdbint.texinfo: Ditto.
723
fb0ff88f
AC
7242002-03-18 Andrew Cagney <ac131313@redhat.com>
725
726 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
727 Branches''.
728
9bb0a4d8
AC
7292002-03-18 Andrew Cagney <ac131313@redhat.com>
730
731 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
732 Policy''.
733
937f164b
FF
7342002-03-04 Fred Fish <fnf@redhat.com>
735
736 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
737 expresson, suports, dependant, trhe, perhaphs, situtations,
738 explictily, taged, oportunity, unfortunatly).
739
a7b40f07
AC
7402002-02-24 Andrew Cagney <ac131313@redhat.com>
741
742 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
743 Remove reference to 3.12.
744
aab4e0ec
AC
7452002-02-23 Andrew Cagney <ac131313@redhat.com>
746
747 * gdbint.texinfo: Include fdl.texi.
748 (Top): Add GNU Free Documentation License.
749 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
750 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
751 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
752 (gdbint.info): Add srcdir to include path.
753 * gdb.texinfo: Include gpl.texi.
754 (Top): Add Copying.
755 * gpl.texi: New file.
756
47b95330
AC
7572002-02-23 Andrew Cagney <ac131313@redhat.com>
758
759 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
760
78c47bea
PM
7612002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
762
763 * gdb.texinfo: Document Cygwin native specific commands.
764
56460a61
DJ
7652002-02-15 Daniel Jacobowitz <drow@mvista.com>
766
767 * gdb.texinfo: Document gdbserver ``--attach'' command.
768
def71bfa
MS
7692002-02-07 Michael Snyder <msnyder@redhat.com>
770
771 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
772 to @code(_ovly_debug_event).
773
c928edc0
AC
7742002-02-07 Andrew Cagney <ac131313@redhat.com>
775
776 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
777
81d46470
MS
7782002-02-06 Michael Snyder <msnyder@redhat.com>
779
780 * gdb.texinfo (overlays): Mention new magic symbol
781 '_ovly_debug_event', which allows GDB to keep better track
782 of overlays.
783
6ca652b0
EZ
7842002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
785
786 * gdb.texinfo (Memory Region Attributes): Fix the wording.
787 Suggested by Dmitry Sivachenko.
788
789 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
790
15110bc3
MS
7912002-02-01 Michael Snyder <msnyder@redhat.com>
792
793 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
794
6763aef9
MS
7952002-01-30 Michael Snyder <msnyder@redhat.com>
796
ac282366
MS
797 * gdb.texinfo: (remote protocol): Gramatical fix-up.
798 (set trust-readonly-sections): Document.
6763aef9 799
8642bc8f
AC
8002002-01-29 Andrew Cagney <ac131313@redhat.com>
801
802 * gdbint.texinfo (Releasing GDB): Revise and update.
803
afe64c1a
AC
8042002-01-28 Andrew Cagney <ac131313@redhat.com>
805
806 * gdbint.texinfo (Target Architecture Definition): Delete
807 description of TARGET_BYTE_ORDER_DEFAULT.
808
59649f2e
EZ
8092002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
810
811 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
812 <mitya@cavia.pp.ru>.
813
3d6e1b5a
AC
8142002-01-23 Andrew Cagney <ac131313@redhat.com>
815
816 * libgdb.texinfo: Delete file.
817
6c0e9fb3
AC
8182002-01-22 Andrew Cagney <ac131313@redhat.com>
819
820 * gdb.texinfo: Remove makeinfo 3.12 hacks.
821 * gdbint.texinfo: Ditto.
822
e0ce93ac
AC
823Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
824
825 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
826
be298bcc
AC
8272002-01-22 Andrew Cagney <ac131313@redhat.com>
828
829 * Makefile.in: Update copyright.
830 (TEXI2DVI): Define.
831 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
832 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
833 gdb-cfg.texi.
834 (TEXINDEX, PDFTEX): Delete makefile variables.
835
8e04817f
AC
8362002-01-22 Andrew Cagney <ac131313@redhat.com>
837
838 * gdb.texinfo (Protocol): Move section to appendix.
839
6b2f586d
AC
8402002-01-21 Andrew Cagney <ac131313@redhat.com>
841
842 * gdb.texinfo (Remote Debugging): Create a menu.
843 (Top): Add ``Remote Debugging'' to menu.
844
6f05cf9f
AC
8452002-01-21 Andrew Cagney <ac131313@redhat.com>
846
847 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
848 serial protocol'' from here.
849 (Remote Debugging): To here. New chapter.
850
3fd3d7d2
AC
8512002-01-20 Andrew Cagney <ac131313@redhat.com>
852
853 * gdbint.texinfo (Target Architecture Definition): Delete
854 description of TARGET_BYTE_ORDER_SELECTABLE_P.
855
7fd60527
AC
8562002-01-20 Andrew Cagney <ac131313@redhat.com>
857
858 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
859 are no longer needed.
860 (Porting GDB): Add maintainer note about configure.host.
861
c2f05ac9
AC
8622002-01-20 Andrew Cagney <ac131313@redhat.com>
863
864 * gdbint.texinfo (Target Architecture Definition): Remove
865 definition of IEEE_FLOAT.
866
231b2aad
EZ
8672002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
868
869 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
870 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
871 <3diff@gnu.org>
231b2aad 872
82600034
AC
8732002-01-19 Andrew Cagney <ac131313@redhat.com>
874
875 * gdbint.texinfo (Host Definition): Remove references to
876 MALLOC_INCOMPATIBLE.
877
7708fa01
AC
8782002-01-17 Andrew Cagney <ac131313@redhat.com>
879
880 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
881 and xyz-xdep.o.
882
eb12ee30
AC
8832002-01-17 Andrew Cagney <ac131313@redhat.com>
884
885 * gdb.texinfo (Maintenance Commands): Add appendix.
886 (Set Breaks): Copy ``maint info breakpoint'' doco to
887 ``Maintenance Commands'' appendix. Add reference.
888
c9ccaa92
AC
8892002-01-17 Andrew Cagney <ac131313@redhat.com>
890
891 * fdl.texi: Remove next/prev from @node.
892
6826cf00
EZ
8932002-01-17 Eli Zaretskii <eliz@is.elta.co.il>
894
895 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
896 for monstrous @multitable (from Brian Youmans).
897
898 * fdl.texi: New file.
899
900 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
901
8973da3a
AC
9022002-01-15 Andrew Cagney <ac131313@redhat.com>
903
904 * gdbint.texinfo (Releasing GDB): New chapter.
905
7d86b5d5
AC
9062002-01-14 Andrew Cagney <ac131313@redhat.com>
907
908 * gdb.texinfo (Embedded Processors, Calling program functions):
909 Obsolete references to a29k.
910
cc1cb004
AC
9112002-01-13 Andrew Cagney <ac131313@redhat.com>
912
913 * gdbint.texinfo (Coding): Review Cleanups section. Examples
914 examples. Document that a code-block should do or discard its
915 cleanups before exit.
916
79f12247
MS
9172002-01-11 Michael Snyder <msnyder@redhat.com>
918
919 * gdb.texinfo (Choosing files): Change @samp to @file.
920
19837790
MS
9212002-01-05 Michael Snyder <msnyder@redhat.com>
922
923 * gdb.texinfo (--pid): Document new command line option (attach).
924
2c0069bb
EZ
9252002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
928 in the stub.
929
d7449b42
AC
9302002-01-04 Andrew Cagney <ac131313@redhat.com>
931
932 * gdbint.texinfo (Target Architecture Definition): Replace
933 BIG_ENDIAN with BFD_ENDIAN_BIG.
934
f23631e4
AC
9352002-01-03 Andrew Cagney <ac131313@redhat.com>
936
937 * gdbint.texinfo (Target Architecture Definition): Replace
938 value_ptr with struct value pointer.
939
72c9928d
EZ
9402002-01-02 Eli Zaretskii <eliz@gnu.org>
941
942 * gdb.texinfo (Free Software): Fix wording.
943
959acfd1
EZ
9442001-12-31 Eli Zaretskii <eliz@gnu.org>
945
946 * gdb.texinfo (Free Software): New section ``Free Software Needs
947 Free Documentation''.
948
2a6585f0
EZ
9492001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
950
951 * stabs.texinfo:
952 * gdb.texinfo:
953 * gdbint.texinfo:
954 * libgdb.texinfo:
955 * annotate.texi: Fix the application of GFDL in the Copyright notice.
956
6600abed
MS
9572001-12-29 Michael Snyder <msnyder@redhat.com>
958
959 * gdb.texinfo (maint info sections): Fix typo.
960
f6680716
MS
9612001-12-26 Michael Snyder <msnyder@redhat.com>
962
fe95c787
MS
963 * gdb.texinfo (maint info sections): Document.
964
f6680716
MS
965 * gdb.texinfo (info proc): Comment out documentation for
966 'info proc' sub-options that are currently not implemented.
967
c3d3ce5b
JB
9682001-12-20 Jim Blandy <jimb@redhat.com>
969
970 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
971
778eb05e
AC
9722001-12-15 Andrew Cagney <ac131313@redhat.com>
973
974 * gdbint.texinfo (Target Architecture Definition): Replace
975 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
976
2607059c
AC
9772001-12-01 Andrew Cagney <ac131313@redhat.com>
978
979 * gdbint.texinfo (Host Definition): Delete documentation on
980 HOST_BYTE_ORDER.
981
df0cd8c5
JB
9822001-11-30 Jim Blandy <jimb@redhat.com>
983
984 * gdb.texinfo (Overlays): New chapter, documenting GDB's
985 overlay support. Add to top-level menu.
986
88118b3a
TT
9872001-11-26 Tom Tromey <tromey@redhat.com>
988
989 * gdb.texinfo (Command Syntax): Document C-o binding.
990
96565e91
CF
9912001-07-26 Christopher Faylor <cgf@redhat.com>
992
993 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
994 use since it is described in the referenced section.
995
996 From Eli Zaretskii <eliz@is.elta.co.il>
997 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
998 clearer when using DJGPP.
999
2a3d5645
CF
10002001-11-24 Christopher Faylor <cgf@redhat.com>
1001
1002 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
1003 specifically refer to MS-DOS.
1004 (command files): Mention gdb.ini is only used on MS-DOS.
1005
aa26fa3a
TT
10062001-11-21 Tom Tromey <tromey@redhat.com>
1007
1008 * gdb.texinfo (Invoking GDB): Document --args.
1009 (Mode Options): Likewise.
1010
4f8ada06
JB
10112001-11-21 Jim Blandy <jimb@redhat.com>
1012
1013 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1014 Delete documentation; this macro has been removed from the
1015 sources.
1016
3fe0dc10
JB
10172001-11-13 Jim Blandy <jimb@redhat.com>
1018
1019 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
1020
9e5abb06
CV
10212001-11-06 Corinna Vinschen <vinschen@redhat.com>
1022
1023 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
1024
1c5dfdad
MS
10252001-11-05 Michael Snyder <msnyder@redhat.com>
1026
1027 * gdb.texinfo (info functions): Document use of backslash to
1028 quote regexp chars in function names such as "operator*()".
1029
990f9fe3
FF
10302001-11-01 Fred Fish <fnf@redhat.com>
1031
1032 * gdbint.texinfo (SOLIB_ADD): Document additional new
1033 "readsyms" arg.
1034
b433d00b
DH
10352001-10-30 Don Howard <dhoward@redhat.com>
1036
070b1dd3
DH
1037 * gdb.texinfo: (Command Files) Added documentation for the
1038 behavior of gdb with input redirected from a file.
b433d00b 1039
b7209cb4
FF
10402001-10-28 Fred Fish <fnf@redhat.com>
1041
1042 * gdb.texinfo (auto-solib-add): Change docs to match
1043 implementation change.
1044 (auto-solib-limit): Add docs for new variable.
1045
1aa20aa8
AC
10462001-10-15 Andrew Cagney <ac131313@redhat.com>
1047
1048 * gdbint.texinfo (Target Architecture Definition): Function
1049 value_as_pointer renamed to value_as_address.
1050
fc0c74b1
AC
10512001-10-15 Andrew Cagney <ac131313@redhat.com>
1052
1053 * gdbint.texinfo (Target Architecture Definition): Default
1054 POINTER_TO_ADDRESS functions assume unsigned addresses.
1055 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
1056 posting by Jim Blandy.
1057
f4846649
JB
10582001-10-12 Jim Blandy <jimb@redhat.com>
1059
1060 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
1061 version of texi2html (1.64) doesn't support this flag any more.
1062
f277788b
MK
10632001-09-08 Mark Kettenis <kettenis@gnu.org>
1064
a9dc4918
MK
1065 * gdbint.texinfo (Host Definition): Remove description of
1066 MEM_FNS_DECLARED.
1067
d28379df
MK
1068 * gdbint.texinfo (Host Definition): Remove description of R_OK.
1069
f277788b
MK
1070 * gdbint.texinfo (Host Definition): Remove description of
1071 HAVE_SIGSETMASK.
1072
7ccaa899
EZ
10732001-09-04 Elena Zannoni <ezannoni@redhat.com>
1074
1075 * gdbint.texinfo (Target Architecture Definition): Add
1076 explanation of TARGET_PRINT_INSN macro.
1077
17d9d558
JB
10782001-08-30 Jim Blandy <jimb@redhat.com>
1079
1080 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
1081 Explain what it means to load relocatable files.
1082
72cde065
JB
10832001-08-28 Jim Blandy <jimb@redhat.com>
1084
1085 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
1086 info `top' menu.
1087
9e678452
CF
1088Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
1089
1090 * gdbint.texinfo: Add a cautionary note about macro use.
1091
a2bea4c3 10922001-08-02 Corinna Vinschen <vinschen@redhat.com>
7ccaa899 1093
a2bea4c3
CV
1094 * gdb.texinfo: Explain omitting the hostname in the
1095 `target remote' command.
1096
1129bf27
DJ
10972001-07-30 Daniel Jacobowitz <drow@mvista.com>
1098
1099 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
1100 and END-INFO-DIR-ENTRY.
1101
732b3002
SC
11022001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1103
1104 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
1105
89437448
AC
11062001-07-25 Andrew Cagney <ac131313@redhat.com>
1107
1108 * gdbint.texinfo (libgdb): Rewrite.
1109
9a1c15c5
EZ
11102001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
1113
c4555f82
SC
11142001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1115
1116 * gdb.texinfo (TUI): New chapter, document the TUI.
1117 (Mode Options): Document the -tui option.
1118
2f45a6e0
MK
11192001-07-23 Mark Kettenis <kettenis@gnu.org>
1120
1121 * gdbint.texinfo (Host Definition): Remove description of
1122 NEED_POSIX_SETPGID.
1123
9f20bf26
EZ
11242001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1125
1126 * gdb.tex (DJGPP Native): New node, with descriptions of
1127 DJGPP-specific commands.
1128
be9c6c35
JM
11292001-07-19 John R. Moore <jmoore@redhat.com>
1130
1131 * gdbint.texinfo: Three misspellings.
1132
dfa249fb
AC
11332001-07-06 Andrew Cagney <ac131313@redhat.com>
1134
1135 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
1136 `test` expressions on bash. Problem reported by Colin Walters.
1137
c72e7388
AC
11382001-07-04 Andrew Cagney <ac131313@redhat.com>
1139
1140 * gdbint.texinfo (User Interface): Update ui-out documentation to
1141 refelect recent UI/MI updates.
1142
94bbb2c0
AC
11432001-07-04 Andrew Cagney <ac131313@redhat.com>
1144
1145 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
1146 interpreters.
1147
af6c57ea
AC
11482001-06-15 Andrew Cagney <ac131313@redhat.com>
1149
1150 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
1151 structure and not macros.
1152 (Host Definition): Document that much of this chapter is obsolete.
1153 (Target Architecture Definition): Update list of files that make
1154 up a target architecture.
1155 (Coding): Update.
1156
83aa8bc6
AC
11572001-06-28 Andrew Cagney <ac131313@redhat.com>
1158
1159 * gdbint.texinfo (Target Architecture Definition): Update
1160 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
1161 The latter has been changed to a true predicate.
1162
cb51c4e0
EZ
11632001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1164
1165 * annotate.texi: Add @noindent where needed. From Dmitry
1166 Sivachenko <dima@Chg.RU>.
1167 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
1168
656db9b0
AC
11692001-06-16 Andrew Cagney <ac131313@redhat.com>
1170
1171 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
1172
df2396a1
AC
11732001-06-14 Andrew Cagney <ac131313@redhat.com>
1174
1175 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
1176 returns ``OK''. Document that the ``R'' packet does not reply.
1177
0f1f2b0a
MS
11782001-06-13 Michael Snyder <msnyder@redhat.com>
1179
1180 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
1181
24f93129
EZ
11822001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
1183
1184 * gdb.texinfo (Signals): Clarify the default setting of signal
1185 handling.
1186
a5d7c491
AC
11872001-05-14 Andrew Cagney <ac131313@redhat.com>
1188
1189 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
1190 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
1191
05a54c4f
AC
11922001-05-12 Andrew Cagney <ac131313@redhat.com>
1193
1194 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
1195
dab11f21
EZ
11962001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1197
1198 * gdbint.texinfo (Clean Design and Portable Implementation):
1199 Renamed from "Clean Design".
1200 (Clean Design and Portable Implementation): Document portable
1201 methods of handling file names, and the associated macros.
1202
f5c37c66
EZ
12032001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1204
1205 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
1206 command and provide a cross-reference to its description.
1207 (Symbols): Note that "info scope" is useful for trace experiments.
1208
c534679c
EZ
12092001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
1210
b37052ae
EZ
1211 * gdb.texinfo (Symbols): Document "info scope".
1212 (Tracepoints): New chapter.
1213 (Contributors): Update for v5.1.
1214 <All nodes>: Change "C++" to "C@t{++}".
1215
0ee54786
EZ
1216 * gdbint.texinfo (User Interface): A new section about ui_out
1217 functions, based on text written by Fernando Nasser.
1218
c534679c
EZ
1219 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
1220
3d67e040
EZ
12212001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1222
e9c75b65
EZ
1223 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
1224
1225 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
1226
1227 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
1228 Replace "GDB" with "@value{GDBN}". Fix markup.
1229
1230 * annotate.texi: Change Permissions to GFDL. Update Copyright.
1231
3d67e040
EZ
1232 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
1233 a cross-reference to its description.
1234 (Symbols): Document "info symbol".
1235
9742079a
EZ
12362001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
1237
1238 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
1239 subsection "x86 Watchpoints".
1240 (Target Architecture Definition): Document the macros
1241 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
1242 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
1243
b0ed3589
AC
12442001-03-20 Andrew Cagney <ac131313@redhat.com>
1245
1246 * gdbint.texinfo (Target Architecture Definition): Update
1247 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
1248 list.
1249
b6ba6518
KB
12502001-03-06 Kevin Buettner <kevinb@redhat.com>
1251
1252 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
1253 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
1254
5ece1a18
EZ
12552001-02-21 Eli Zaretskii <eliz@is.elta.co.il>
1256
1257 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
1258
56caf160
EZ
12592001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1260
17cc6a06
EZ
1261 * gdb.texinfo (Environment): Document that `path' does not change
1262 the value of PATH in GDB's own environment (it did in the past,
1263 but that was changed on March 15, 1994). Reported by Doug Evans
1264 <dje@transmeta.com>.
1265
56caf160
EZ
1266 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
1267 its line. Fix markup of commands and macros. Add an Index node
1268 and index entries.
1269
29e57380
C
12702001-01-23 J.T. Conklin <jtc@redback.com>
1271
1272 * gdb.texinfo (Memory region attributes): New manual section.
1273
1c6147de
ND
12742001-01-04 Nicholas Duffek <nsd@redhat.com>
1275
1276 * gdbint.texinfo (POP_FRAME): Document use by return_command.
1277
b157b00f
EZ
12782000-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1279
1280 * refcard.tex: Version and copyright fixed. From Phil Edwards
1281 <pedwards@disaster.jaj.com>.
1282
0dcedd82
AC
1283Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
1284
1285 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
1286 DWARF2_REG_TO_REGNUM): Document.
1287
3b851bce
AC
1288Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
1289
1290 * gdbint.texinfo (Coding): Update current value of
1291 --enable-build-warnings. Mention --enable-gdb-build-warnings.
1292
4a92d011
EZ
12932000-11-19 Eli Zaretskii <eliz@is.elta.co.il>
1294
1295 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
1296 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
1297
b90a5f51
CF
12982000-11-10 Christopher Faylor <cgf@cygnus.com>
1299
1300 * gdb.texinfo: Document new 'set step-mode' command.
1301
96c405b3
EZ
13022000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1303
1304 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
1305 changes from Dmitry Sivachenko <dima@Chg.RU>.
1306
c78b4128
EZ
13072000-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1308
1309 * gdb.texinfo (Hooks): Document the new post-hook functionality.
1310 From Steven Johnson <sbjohnson@ozemail.com.au>.
1311
2e685b93
MK
13122000-08-10 Mark Kettenis <kettenis@gnu.org>
1313
1314 * gdbint.texinfo (Overall Structure): Spelling fix.
1315
6f6ef15a
EZ
13162000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * gdbint.texinfo (Target Architecture Definition): Document that
1319 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
1320 for which REGISTER_CONVERTIBLE returns a zero value.
1321
63ac3005
EZ
13222000-07-08 Christopher Faylor <cgf@cygnus.com>
1323
1324 * Makefile.in (install-info): Find files to install in either the
1325 build or source directories (adapted from Makefile.am).
1326
bd79f757
ND
13272000-07-07 Nicholas Duffek <nsd@redhat.com>
1328
1329 * stabs.texinfo: Fix spelling errors.
1330 (String Field): FILE-NUMBER starts from 0, not 1.
1331
5f208f6d
EZ
13322000-07-05 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * refcard.tex: Remove \centerline from the blurb. Patch from
1335 Brian Youmans.
1336
cc542d3b
EZ
13372000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1338
1339 * Makefile.in (install-info): Support installation from outside of
1340 the source directory. Reported by Mark Harig
1341 <markh@frazier.landmark.com>.
1342
f3b28801
C
13432000-06-20 J.T. Conklin <jtc@redback.com>
1344
1345 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
1346
449f3b6c
AC
1347Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
1348
1349 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
1350 Generate using pdftex.
1351 (PDFTEX): Define.
1352 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
1353 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
1354 @contents at the start.
1355
48e934c6
EZ
13562000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1357
1358 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
1359 Youmans.
1360
9e9c5ae7
AC
1361Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
1362
1363 From Brian Youmans:
1364 * gdb.texinfo: Fix ``et al.''.
1365
c741b251
AC
1366Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
1367
1368 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
1369 loop.
1370
4ab64e14
JG
13712000-05-19 Jimmy Guo <guo@cup.hp.com>
1372
1373 * configure: Regenerate.
1374
d3229ae3
EZ
13752000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * Makefile.in (install-info): Run install-info on installed Info
1378 files.
1379
8c70017b
AC
1380Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
1381
a7cb598a
AC
1382 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
1383 Andrew Cagney.
8c70017b 1384
598ca718
EZ
13852000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * gdb.texinfo: Proofreading changes from Brian Youmans.
1388
bf0184be
ND
13892000-05-01 Nick Duffek <nsd@cygnus.com>
1390
1391 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
1392 startup sequence, minor edits.
1393
41afff9a
EZ
13942000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1395
1396 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
1397 TeX.
1398
1399 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
1400 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
1401 like `n' and `s' which look weird. Convert some of the @kindex to
1402 @vindex, when they refer to variables, not commands.
1403
33e16fad
AC
1404Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
1405
1406 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
1407
7162c0ca
EZ
14082000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1409
1410 * Makefile.in (GDBMI_DIR): New variable.
1411 (SET_TEXINPUTS): Add $(GDBMI_DIR).
1412 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
1413 (gdbmi.texinfo): New target, for texi2roff.
1414 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
1415 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
1416
1417 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
1418 gdbmi.texinfo.
1419 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
1420 comment.
1421
d167840f
EZ
14222000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1423
1424 * gdb.texinfo (Files): Update description of add-symbol-file
1425 command.
1426
8487521e
EZ
14272000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1428
1429 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
1430 prevents the build (and is generally a Bad Idea).
1431
5beae2cf 14322000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
00e4a2e4
EZ
1433
1434 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
1435 a comma inside @var.
1436 (Command Files): Index markup changes from Dmitry Sivachenko
1437 <dima@Chg.RU>.
1438
39ec5655
EZ
14392000-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1440
1441 * Makefile.in (LN_S): Define.
1442 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
1443 invoke "ln -s" unless it is known to work.
1444
1445 * configure.in (AC_PROG_LN_S): Add.
1446
8dc7983f
JB
14472000-04-14 Jim Blandy <jimb@redhat.com>
1448
1449 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
1450 section.
1451 (Target Conditionals): Document ADDRESS_TO_POINTER,
1452 POINTER_TO_ADDRESS.
1453
1a8237e8
DB
14542000-04-11 Daniel Berlin <dan@cgsoftware.com>
1455
1456 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
1457 gdb-cfg.texi to get the value.
1458
ca526f1a
JB
14592000-04-10 Jim Blandy <jimb@redhat.com>
1460
1461 * gdbint.texinfo (Target Architecture Definition): Fix
1462 cross-references.
1463
faaafcb4
JB
14642000-04-08 Jim Blandy <jimb@redhat.com>
1465
1466 * gdbint.texinfo (Using Different Register and Memory Data
1467 Representations): New section.
1468 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
1469 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
1470 REGISTER_CONVERT_TO_RAW): Document.
1471
1b27397f
AC
1472Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
1473
1474 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
1475 for acknowledgments.
1476
480ff1fb
AC
1477Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
1478
1479 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
1480 qThreadExtraInfo.
1481
f1251bdd
C
14822000-03-28 J.T. Conklin <jtc@redback.com>
1483
1484 * gdb.texinfo: Clarify which remote debug protocol commands are
1485 required and which are optional.
1486
dbeb8dbd
AC
1487Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
1488
1489 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
1490 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
1491 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
1492 * annotate.texi: Update.
1493
6d2ebf8b
SS
14942000-03-28 Stan Shebs <shebs@apple.com>
1495
1496 * gdb.texinfo: Update dates, bump to Eighth Edition (note
1497 expectation of additional changes before release), update
1498 ISBN, add copy of top-level menu for @ifhtml, remove explicit
1499 node links, rephrase and/or shorten lines to fix formatting
1500 problem in both regular and @smallbook formats.
1501 * annotate.texi: Shorten lines in example, use smallexample
1502 consistently everywhere.
1503 * Makefile.in: Add comment about texinfo 4.0 html generation.
1504 (SFILES_INCLUDED): Add annotate.texi.
1505
5d161b24
DB
15062000-03-27 Daniel Berlin <dan@cgsoftware.com>
1507
1508 * gdb.texinfo (Debugging Output): Added new section, documenting
1509 the "set/show debug" commands.
1510
b9deaee7
AC
1511Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
1512
1513 * annotate.texi (Annotations): When GDBN omit @chapter and @node
1514 entry.
1515
1516 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
1517 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
1518 @chapter and @node entries.
1519
1520 * gdb.texinfo: Link all top-level nodes.
1521
9ef47d30
AC
1522Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
1523
1524 * Makefile.in (install-info): Create $(infodir) before installing
1525 files.
1526
cfeada60
FN
15272000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
1528
1529 From David Whedon <dwhedon@gordian.com>
1530 * gdbint.texinfo : Added paragraphs about command deprecation.
1531
6837a0a2
DB
15322000-03-22 Daniel Berlin <dan@cgsoftware.com>
1533
1534 * gdb.texinfo: Add documentation for the apropos command.
1535
bba2971c
MS
15362000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1537
1538 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
1539
2b628194
MS
15402000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1541
1542 * gdb.texinfo: Add white space to prevent overprinting in
1543 two places.
1544
96a2c332
SS
15452000-03-17 Stan Shebs <shebs@apple.com>
1546
1547 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
1548 <dima@Chg.RU>, also clarification of allowed content for
1549 string constants.
1550
d700128c
EZ
15512000-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * gdb.texinfo (main menu): Add Annotations.
1554 (File Options): Add @cindex entries for each command-line option.
1555 Document --epoch, --annotate, --async, --interpreter, --write,
1556 --statistics, and --version.
1557
1558 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
1559 of GDB.
1560
9d233477
JB
15612000-02-23 Jim Blandy <jimb@redhat.com>
1562
1563 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
1564
14e0eb3b
JB
15652000-02-22 Jim Blandy <jimb@redhat.com>
1566
1567 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
1568
3555de01
JM
15692000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
1570
1571 * Makefile.in (diststuff): New target.
1572
5e35df8e
KB
15732000-02-15 Kevin Buettner <kevinb@redhat.com>
1574
1575 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 1576 architecture. [From Jim Wilson.]
5e35df8e 1577
c5394b80
JM
15782000-01-16 Tom Tromey <tromey@cygnus.com>
1579
1580 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
1581 (Delete Breaks): Mention range arguments.
1582 (Disabling): Likewise.
1583
c3f6f71d
JM
15842000-01-05 Dmitry Sivachenko <dima@Chg.RU>
1585
1586 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
1587
c4093a6a
JM
1588Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1589
1590 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
1591 valid functions.
1592
11cf8741
JM
15931999-11-05 Stan Shebs <shebs@andros.cygnus.com>
1594
1595 * gdb.texinfo: Clarify regular expressions used in rbreak.
1596
917317f4
JM
15971999-10-15 Kevin Buettner <kevinb@cygnus.com>
1598
1599 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
1600 MEMORY_REMOVE_BREAKPOINT): Document.
1601
1602Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
1603
1604 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
1605 offset re-using the DATA offset instead.
1606
2df3850c
JM
16071999-10-11 Jim Kingdon <kingdon@redhat.com>
1608
1609 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
1610
16111999-10-05 Stan Shebs <shebs@andros.cygnus.com>
1612
1613 From Dmitry Sivachenko <demon@gpad.ac.ru>:
1614 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
1615 typos.
1616
1617 * gdb.texinfo: Various minor wording and formatting improvements,
1618 mentions of additional command-line options.
1619
2acceee2
JM
16201999-09-30 Fred Fish <fnf@cygnus.com>
1621
1622 * gdb.texinfo: Document additional forms of specifying section
1623 names and addresses for the add-symbol-file command.
1624
c2c6d25f
JM
16251999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
1626
1627 * gdbint.texinfo: Fix typo, add the word "have".
1628
16291999-09-14 Jim Blandy <jimb@cris.red-bean.com>
1630
1631 * gdbint.texinfo (Target Architecture Definition): Document the
1632 SKIP_PERMANENT_BREAKPOINT macro.
1633
d4f3574e
SS
16341999-09-07 Stan Shebs <shebs@andros.cygnus.com>
1635
1636 * gdb.texinfo: Fiks speling errers.
1637
1638 * gdb.texinfo: Fix uses of @multitable.
1639
1640 From Eli Zaretskii <eliz@is.elta.co.il>:
1641 * gdb.texinfo: Include details specific to DOS host, clarify
1642 some confusing language, fix @ref/@xref/@pxref usages, add
1643 comments about using with optimization, add more indexing,
1644 fix info about disassembly-flavor.
1645
1646Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
1647
1648 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
1649 SKIP_SOLIB_RESOLVER): Define.
1650
1651Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1652
1653 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
1654 ``g'' packets.
1655
104c1213
JM
16561999-08-30 Stan Shebs <shebs@andros.cygnus.com>
1657
1658 * gdb.texinfo: Create a new "Configurations" chapter with
1659 platform-specific info, inline remote.texi and move sections of it
1660 into the new chapter, move bits about info proc, heuristic search,
1661 and register stack into the new chapter.
1662 * remote.texi: Remove, now part of gdb.texinfo.
1663 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
1664
16651999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
1666
1667 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
1668 GDB_TARGET_IS_MACH386): These kludges have gone away.
1669
1670Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1671
1672 * gdbint.texinfo (Target Architecture Definition): Mention
1673 TDEPLIBS.
1674
53a5351d
JM
16751999-08-20 Stan Shebs <shebs@andros.cygnus.com>
1676
1677 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
1678 surrounding text to fit HP-UX bits into general info.
1679 (HPPA-cfg.texi): Remove, no longer useful.
1680
1681 * gdb.texinfo: Remove explicit links from @node lines, remove
1682 HP-added "Detailed Node Listing" from main menu which confuses
1683 things.
1684
1685 From Dmitry Sivachenko <dima@Chg.RU>:
1686 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
1687 in description of `set environment'.
1688
16891999-08-17 Stan Shebs <shebs@andros.cygnus.com>
1690
1691 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
1692
7be570e7
JM
16931999-08-12 Ben Elliston <bje@cygnus.com>
1694
1695 * gdbint.texinfo (Breakpoint Handling): Add missing words.
1696
16971999-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1698
1699 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
1700 watch, awatch, and rwatch. Explain why the latter two cannot be
1701 set as software watchpoints. Document that watchpoints for local
1702 variables are deleted when the debuggee terminates.
1703
1704Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
1705
1706 * remote.texi (Protocol): Further clarification of the "qRcmd"
1707 packet. Allow E.. response packet. "qRcmd" packet is no longer
1708 reserved.
1709
17101999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1711
1712 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
1713 * gdb.texinfo: Ditto.
1714
96baa820
JM
17151999-08-06 Tom Tromey <tromey@cygnus.com>
1716
1717 * gdb.texinfo (KOD): New node.
1718
1719Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
1720
1721 * remote.texi (Rcmd): Fix minor formatting typos.
1722
1723Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
1724
1725 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
1726 packets.
1727
adf40b2e
JM
17281999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
1729
1730 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
1731 fixes.
1732
43ff13b4
JM
1733Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
1734
1735 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
1736
085dd6e6
JM
1737Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1738
1739 * remote.texi (Communication Protocol): ``v'' is in use. Fix
1740 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
1741 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
1742 packets that are not supported on all hosts. Expand examples.
1743 Spell check.
1744
17451999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
1746
1747 * Makefile.in: Recognize html, install-html. Add targets
1748 to build HTML versions of documentation via texi2html.
1749
1750Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
1751
1752 * gdbint.texinfo (Testsuite): New chapter, information about the
1753 testsuite.
1754
1755Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1756
1757 * remote.texi (Communication Protocol): Rewrite.
1758
1759Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
1760
1761 * stabs.texinfo: Fix uses of xref.
1762
9e0b60a8
JM
1763Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
1764
1765 * gdbint.texinfo: Add an anti-printf exhortation, and update the
1766 info about patch submission.
1767
cce74817
JM
1768Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
1769
1770 From Per Bothner <bothner@cygnus.com>:
1771 * gdb.texinfo: Document Chill support.
1772
1773Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
1774
1775 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
1776 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
1777 Document that the value should be greater-than or equal-to zero.
1778 (NO_STD_REGS): Document. Deprecate.
1779
ac9a91a7
JM
1780Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1781
1782 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
1783 Document that these are not used.
1784
1785Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1786
1787 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
1788
392a587b
JM
1789Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1790
1791 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
1792 numargs was dropped.
1793
1794Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
1795
1796 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
1797
b83266a0
SS
1798Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
1799
1800 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
1801 Update.
1802
7a292a7a
SS
1803Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1804
1805 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
1806 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
1807
1808Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
1809
1810 * gdbint.texinfo: Fix typos: $ -> @.
1811
1812Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
1813
1814 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
1815 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
1816 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
1817 BREAKPOINT_FROM_PC.
1818
1819Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
1820
1821 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
1822 CALL_DUMMY_STACK_ADJUST): Document.
1823
1824Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1825
1826 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
1827 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
1828
18291999-04-02 Stan Shebs <shebs@andros.cygnus.com>
1830
1831 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
1832 longer exists.
1833
1834Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
1835
1836 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
1837 nearly all @ifset/@ifclear conditionals; nobody uses them, and
1838 they make the manual source incomprehensible.
1839 * h8-cfg.texi: Remove, hasn't been used in years.
1840
c906108c
SS
1841Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
1842
1843 * gdb.texinfo: Update the credits.
1844
1845Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
1846
1847 * gdb.texinfo: Fix mistakes noticed in printout of last
1848 draft, add Alpha to discussion of heuristic fence post.
1849
1850Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
1851
1852 * gdb.texinfo, remote.texi: Many changes; update to Seventh
1853 Edition, merge some HP changes into mainline, describe some
1854 previously undocumented features, describe more of the target
1855 commands available, eliminate obsolete section on renamed
1856 commands.
1857 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
1858
1859Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
1860
1861 * gdb.texinfo: Make many HPPA conditionals unconditional,
1862 including catchpoint description, since now on for all configs.
1863 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
1864 specializations.
1865
1866Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
1867
1868 * Makefile.in (GDBvn.texi): Fix match expression to work with
1869 current format of VERSION in gdb/Makefile.in.
1870 * gdb.texinfo: Fix node ref to match new readline.
1871
1872Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
1873
1874 * gdb.texinfo: Changes made as part of a project to merge in
1875 changes made by HP. Documentation makes extensive use of
1876 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
1877 on remote debugging. There are differences in documentation
1878 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
1879 the HP manual discusses catchpoints, hardware watchpoints, and
1880 some HPUX specific limitations for shared library support.
1881
1882 There are also a number of @node changes.
1883
18841999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
1885
1886 * gdbint.texinfo (Formatting): Disambiguate a sentence.
1887 (C Usage): Same.
1888
1889Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
1890
1891 The following changes were made by Edith Epstein
1892 <eepstein@cygnus.com> as part of a project to merge in changes
1893 made by HP.
1894
1895 * HPPA-cfg.texi: new file.
1896
1897 * all-cfg.texi: set HPPA for HP PA-RISC targets.
1898
1899 * refcard.tex: change documentation about catch.
1900 removed info catch.
1901
1902Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
1903
1904 * gdbint.texinfo: Expand on GDB's coding standards,
1905 specify the use of arg names with prototypes.
1906
19071998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
1908
1909 * gdb.texinfo: Fix tipo.
1910
1911Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
1912
1913 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
1914 TARGET_BYTE_ORDER_SELECTABLE_P.
1915
1916Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
1917
1918 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
1919
19201998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
1921
1922 * agentexpr.texi: New file.
1923
1924Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
1925
1926 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
1927
19281998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
1929
1930 * remote.texi: Changed wording that implied that the GDB remote
1931 protocol caches register values instead of GDB itself.
1932
1933Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
1934
1935 * gdbint.texinfo: Add some info about symbol readers.
1936 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
1937 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
1938 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
1939 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
1940
1941Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
1942
1943 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
1944
1945Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
1946
1947 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
1948
1949Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
1950
1951 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
1952 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
1953
1954Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
1955
1956 * gdbint.texinfo: Fix minor typos.
1957
1958Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
1959
1960 * gdbint.texinfo: Complete overhaul. Group descriptions more
1961 logically, add more info on generic algorithms, remove much
1962 obsolete and/or wrong material.
1963
1964Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
1965
1966 * stabs.texinfo (Method Type Descriptor): Expand and correct.
1967
1968Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
1969
1970 * refcard.tex: Copyright, address updates.
1971
1972Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
1973
1974 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
1975 for the edition instead of confusing GDB-version-like numbers.
1976
1977Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
1978
1979 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
1980
1981Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
1982
1983 * LRS: Reformat a bit to keep text under 80 columns.
1984
1985Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
1986
1987 * gdb.texinfo: Add some credits, mention bug monitor.
1988 * remote.texi: Mention mips monitor targets.
1989 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
1990
1991Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
1992
1993 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
1994 files, finish sorting of host vs target vs native macros, describe
1995 some more of them.
1996
1997Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
1998
1999 * gdbint.texinfo (Host Conditionals): Document change from
2000 using NO_MMALLOC to it's inverse, USE_MMALLOC.
2001
2002Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2003
2004 * gdbint.texinfo (Host Conditionals): Document
2005 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
2006
2007Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
2008
2009 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
2010 Document LSEEK_NOT_LINEAR.
2011
2012Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
2013
2014 * stabs.texinfo (Stab Section Basics): Make it clear that only
2015 some versions of the GNU linker remove the leading N_UNDF symbol.
2016
2017Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
2018
2019 * stabs.texinfo (String Field): Document type number pairs here,
2020 instead of in the Sun specific section.
2021 (Include Files): The GNU linker supports the N_BINCL
2022 optimization. Clarify the N_BINCL value, and what it is used
2023 for.
2024 (Procedures): Document N_FUN with an empty string to mark the end
2025 of a function.
2026 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
2027 (Sun Differences): Remove this node, as the information is now
2028 elsewhere in the main document.
2029 (Stab Section Basics): Mention that the GNU linker may optimize
2030 stabs and remove the leading N_UNDF symbol.
2031
2032Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
2033
2034 * gdb.texinfo, refcard.tex: Restore author credit
2035
2036Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
2037
2038 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
2039 documentation to account for START and END macros taking
2040 one arg.
2041
2042Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
2043
2044 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
2045 * gdb.texinfo (Frames): Fix typo.
2046
2047Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
2048
2049 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
2050 a target_signal as arg type, not a pid.
2051
2052Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
2053
2054 * gdb.texinfo: Document `set assembly-language'.
2055
2056Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
2057
2058 * remote.texi: Update list of stubs in the GDB distribution.
2059
2060Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
2061
2062 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
2063 Also document that some systems can use mmalloc but must define
2064 this if their C runtime allocates memory that is later freed.
2065 (MMCHECK_FORCE): Document new macro.
2066
2067Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
2068
2069 * remote.texi: Add documentation for target Sparclet.
2070
2071Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2072
2073 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
2074 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
2075 * configure.in: Rewritten for autoconf.
2076 * configure: New.
2077
2078Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
2079
2080 * Makefile.in (DVIPS): New define, set to dvips.
2081 (dvi): Add stabs.dvi.
2082 (ps): New target.
2083 (all-doc): Depend on info, dvi, and ps targets.
2084 (STAGESTUFF): Add *.ps and *.dvi files.
2085 (clean-info, clean-dvi): Remove.
2086 (mostlyclean): Does not depend upon clean-info or clean-dvi,
2087 rules completely rewritten.
2088 (maintainer-clean): Remove clean-info and clean-dvi
2089 dependencies and put their actions in the rules.
2090 (gdb.ps): New target
2091 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
2092 intermediate TeX files, whether they have 2 or 3 character
2093 extensions.
2094 (gdbint.ps): Add target and rules.
2095 (gdb-internals): Delete unused target.
2096 (Makefile): Depends upon config.status also.
2097
2098Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
2099
2100 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
2101 set.
2102
2103Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
2104
2105 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2106 * gdb.texinfo (Expressions): Fix erroneous array constant example.
2107
2108Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
2109
2110 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
2111
2112Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2113
2114 * gdb.texinfo (Print settings): Document
2115 `set/show print static-members' commands.
2116
2117Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
2118
2119 * gdbint.texinfo (Native): Document name change, coredep.c to
2120 core-aout.c.
2121
2122Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
2123
2124 * stabs.texinfo (Include Files): Document the values the SunOS4
2125 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
2126
2127Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
2128
2129 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
2130 Fix typo.
2131
2132Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
2133
2134 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
2135 "gdb.tar.Z".
2136
2137Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
2138
2139 * Makefile.in (maintainer-clean): New target, synonym for
2140 realclean.
2141
2142Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
2143
2144 * Update all FSF addresses except those in COPYING* files.
2145
2146Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
2147
2148 From Richard Earnshaw (rearnsha@armltd.co.uk):
2149 * gdb.texinfo (convenience variables): Document $_exitcode.
2150 (quit): Document optional expression to use as exit code.
2151
2152Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
2153
2154 * gdb.texinfo, remote.texi: Brought up to date with various
2155 GDB changes.
2156
2157Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
2158
2159 * gdb.texinfo: Update dates and versions, fix comments about
2160 hardware watchpoints in future releases and about the
2161 sharedlibrary command.
2162
2163Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2164
2165 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
2166 C_FUN stab. Other cleanups.
2167
2168Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2169
2170 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
2171 for the sparc stub.
2172
2173Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2174
2175 * annotate.texi: Clarify which addresses have differing formats
2176 depending on the language and which do not.
2177
2178Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2179
2180 * remote.texi (NetWare): Changed example to use BOARD= instead of
2181 NODE= argument to reflect correspoding change to gdbserve.nlm.
2182
2183Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2184
2185 * stabs.texinfo (Negative Type Numbers): Mention the fact that
2186 GDB, as well as AIX dbx, supports the size type attribute.
2187
2188Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2189
2190 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
2191
2192Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
2193
2194 * gdb.texinfo (Define): Document $arg0... arguments to commands,
2195 and new 'if' and 'while' commands.
2196
2197Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
2198
2199 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
2200
2201Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2202
2203 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
2204 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
2205 NetWare targets. Mostly stolen from the Server node.
2206
2207Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2208
2209 * gdb.texinfo (Setting): Talk about the language of a source file
2210 versus the working language. The old documentation did not match
2211 what GDB did.
2212
2213Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2214
2215 * stabs.texinfo (Source Files): Document N_SO used to mark the end
2216 of a source file.
2217
2218Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2219
2220 * gdb.texinfo (Processes): New node.
2221
2222Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2223
2224 * remote.texi: Update documentation of set/show mipsfpu.
2225
3fc11d3e
JM
2226Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
2227
2228 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
2229 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
2230
2231Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
2232
2233 * gdbint.texinfo: Removed mentions of some incorrectly placed and
2234 obsolete conditionals, described some others.
2235
2236Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2237
2238 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
2239 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
2240
2241Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
2242
2243 * gdbint.texinfo: Put regex conditionals in their own table.
2244
2245Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
2246
2247 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
2248 described or fixed the descriptions of many others.
2249
2250Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
2251
2252 * gdb.texinfo: Add some more credits.
2253 * gdbint.texinfo: Capitalize GDB consistently, describe some
2254 macros and remove some.
2255
2256Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
2257
2258 * gdbint.texinfo: Removed mentions of many incorrectly placed and
2259 obsolete conditionals, described some others.
2260
2261Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2262
2263 * gdb.texinfo (help targets): Changed to `help target', which
2264 is the correct gdb command.
2265
2266Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2267
2268 * annotate.texi (TODO): New node, for keeping track of annotations
2269 suggested but not yet implemented.
2270
2271Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2272
2273 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
2274 another symbol, it is not the address itself.
2275
2276Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
2277
2278 * stabs.texinfo (Stab Section Basics): Add comment about alignment
2279 of stabs-in-coff sections.
2280
2281Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2282
2283 * annotate.texi: Change edition to 0.5 and date to May 1994.
2284 Add index.
2285 (Frames): New node, for frame annotation.
2286 (Displays): New node, for display annotation.
2287
2288 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
2289 when waiting for your program to stop.
2290
2291Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2292
2293 * annotate.texi (Breakpoint Info): Document annotation of header
2294 fields and record annotation.
2295
2296Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2297
2298 * annotate.texi: New file, to document annotations.
2299
2300Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2301
2302 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
2303 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
2304
2305Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2306
2307 * stabs.texinfo (Stab Section Basics): Say what is in .stab
2308 section, and say n_strx field is compilation unit relative.
2309 * stabs.texinfo: Don't use @code for a.out when it is the name of
2310 an object file format.
2311
2312Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2313
2314 * gdb.texinfo: Refer to file names, not path names, per rms
2315 convention.
2316 (Arguments): Fix typo.
2317
2318Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2319
2320 * stabs.texinfo (Global Variables): Talk about stabs in files
2321 where variables are referenced, but not defined.
2322
2323Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2324
2325 * stabs.texinfo: Move stuff on @ and # type descriptors from node
2326 Cplusplus to new nodes Member Type Descriptor and Method Type
2327 Descriptor. Re-write stuff for #.
2328
2329Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2330
2331 * gdb.texinfo (Print Settings): Don't document "set print
2332 fast-symbolic-addr off". The bug which it worked around was fixed
2333 on 25 Feb 94 in coffread.c, so I'm nuking the command.
2334
2335 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
2336 N_ENTRY node.
2337
2338 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
2339
2340Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2341
2342 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
2343 references to ieee-float.c.
2344
2345Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2346
2347 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
2348 match what the code actually does.
2349
2350Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2351
2352 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
2353
2354Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2355
2356 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
2357 i, and b.
2358
2359Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
2360
2361 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
2362 well as for ELF and SOM. Unify the descriptions of ELF and SOM
2363 as "stabs in sections" rather than just saying "ELF and SOM".
2364 Also make that stuff apply to COFF.
2365
2366Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2367
2368 * gdb.texinfo (Formatting Documentation): Change GhostScript to
2369 Ghostscript.
2370
2371Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2372
2373 * gdb.texinfo (Continuing and Stepping): When talking about "step"
2374 versus functions without line numbers, also mention stepping into
2375 them as well as "step" when you are in them. Tell the user how to
2376 deal with the situation. Add comment about "debugging information".
2377
2378Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2379
2380 * stabs.texinfo (Enumerations): Document restriction on where
2381 enumeration types can appear and still win with GDB.
2382
2383Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2384
2385 * stabs.texinfo (Negative Type Numbers): Document format for type
2386 -16.
2387
2388Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2389
2390 * gdb.texinfo (Selection, Frame Info): Update information about
2391 arbitrary frame specficiations.
2392
2393Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
2394
2395 * gdb.texinfo, remote.texi: general editing pass prior to Net release
2396
2397Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2398
2399 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
2400
2401Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2402
2403 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
2404
2405Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2406
2407 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
2408 Differences node to Statics node.
2409 (Statics): Discuss XCOFF use of V symbol descriptor.
2410
2411 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
2412 not clean.
2413
2414Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
2415
2416 * gdb.texinfo (Print Settings): Document `set print
2417 fast-symbolic-addr' and improve the doc for some other
2418 `set print's.
2419
2420Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2421
2422 * stabs.texinfo (String Field): Talk about defining several type
2423 numbers at once.
2424 Fix lint regarding changing node ELF Transformations to
2425 ELF and SOM Transformations.
2426
2427Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
2428
2429 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
2430
2431Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2432
2433 * stabs.texinfo (Cross-References): `::' is for nested types only
2434 within <>.
2435 (Structures): Document static members.
2436
2437Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2438
2439 * stabs.texinfo: Document S type attribute.
2440
2441Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2442
2443 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
2444
2445Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
2446
2447 * gdbint.texinfo: Fix a few typos.
2448
2449Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2450
2451 * gdb.texinfo, remote.texi: formatting improvements
2452
2453 * gdb.texinfo (New Features): mention threads.
2454 (Summary, C): fix xrefs in newly contributed text.
2455 (Threads): index entries, clarifications, example
2456 (passim): minor typos fixed, phrasing improvements
2457
2458 * remote.texi (Bootstrapping): rephrase text on ^C and add index
2459 entries; (Server): explain use of gdbserver w/real-time systems,
2460 add example of conflicting TCP port; (MIPS Remote) break up
2461 running text into table, highlighting commands, and add example.
2462
2463Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2464
2465 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
2466
2467Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2468
2469 * stabs.texinfo (Nested Symbols): New node.
2470 (String Field, Symbol Descriptors, Cross-References): Refer to it.
2471
2472Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2473
2474 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
2475 to picking which Bbss.bss symbol to use, and (because there seems to
2476 be no good way of doing it) re-write some of the text to make it
2477 sound like Bbss.bss isn't such a great idea after all (as currently
2478 designed).
2479
2480 * gdb.texinfo (C): In addition to saying people have to use g++ for
2481 good results, say they have to use stabs. Specifically say cfront
2482 doesn't work well.
2483 (Summary): Merge in information on Modula-2, Pascal, and Chill from
2484 the gdb README. Add xrefs to places where the support for the various
2485 languages is described in detail.
2486
2487Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2488
2489 * stabs.texinfo: Clean up stuff about visibility and virtual
2490 characters.
2491
2492 * stabs.texinfo (N_M2C): Cite Sun doc.
2493
2494Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2495
2496 * gdb.texinfo: updates re threads.
2497 * remote.texinfo: avoid index entries starting with digits.
2498
2499Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2500
2501 * stabs.texinfo (Enumerations): Talk about large, negative and
2502 octal values. Clean up cross reference to type attributes.
2503 (String Field): Say that GDB 4.11 supports size attribute.
2504
2505Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2506
2507 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
2508 is a mandatory step. Make the stuff about that more concise.
2509
2510Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2511
2512 * stabs.texinfo (Class Names): New node.
2513
2514 * gdb.texinfo (Command Files): Explain order of init file reading.
2515
2516 * remote.texi (Bootstrapping): Talk about getting the serial driver
2517 to deal with ^C sent by gdb to stop the remote system.
2518
2519Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
2520
2521 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
2522
2523 * libgdb.texinfo (Defining Commands): made the DOC arg
2524 to gdb_define_app_command a char * instead of char **
2525 per a suggestion from kingdon.
2526
2527 * libgdb.texinfo: total rewrite from a different starting
2528 premise.
2529
2530Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2531
2532 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
2533 floats passed as doubles (to improve clarity).
2534
2535Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2536
2537 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
2538
2539 * a4rc.sed: update to work with Andreas Vogel papersize params
2540
2541 * refcard.tex: use Andreas Vogel simplifications of papersize
2542 params; remove useless version info; update copyright date.
2543
2544Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2545
2546 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
2547
2548Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2549
2550 * gdb.texinfo (Files): Say what address the load command loads it at.
2551
2552 * stabs.texinfo (Common Blocks): Minor cleanups.
2553
2554 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
2555 that Sun has backed away from the linker kludge and thus the relevant
2556 issue is changes to the SunPRO tools, not the Solaris linker.
2557
2558 * stabs.texinfo (Traditional Integer Types): Clean up description
2559 of octal bounds a little bit. Document extra leading zeroes.
2560
2561Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2562
2563 * gdb.texinfo (Signaling): Update for symbolic symbol names
2564 and add a section explaining the difference between the GDB
2565 signal command and the shell kill utility.
2566
2567Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
2568
2569 * libgdb.texinfo: added `@' to braces that were unescaped.
2570
2571Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
2572
2573 * libgdb.texinfo: new file. Spec for the gdb library.
2574
2575Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2576
2577 * stabs.texinfo (Include Files): Fix typo (start -> end).
2578
2579Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2580
2581 * gdb.texinfo, remote.texi: assorted small improvements, mostly
2582 from Melissa at FSF's editing pass.
2583
2584Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2585
2586 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
2587 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
2588 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
2589
2590Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2591
2592 * remote.texi (Bootstrapping): Discuss 386 call gates.
2593
2594Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2595
2596 * stabs.texinfo (Based Variables): New node.
2597
2598Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
2599
2600 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
2601 names, sizes, and formats to suggest how not to lose.
2602
2603Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2604
2605 * stabs.texinfo (Methods): Fix typo.
2606
2607Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2608
2609 * gdb.texinfo: Fix a few typos.
2610
2611Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2612
2613 * gdb.texinfo: Clarify how well it works with Fortran.
2614
2615 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
2616 More on relocating stabs in ELF files.
2617
2618Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2619
2620 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
2621
2622Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2623
2624 * stabs.texinfo (Local Variable Parameters): Talk about nameless
2625 parameters on VAX.
2626
2627Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2628
2629 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
2630
2631Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2632
2633 * stabs.texinfo: Make info author notice match the TeX author notice.
2634
2635Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2636
2637 * stabs.texinfo: Initial-caps all words in node names and
2638 non-trivial words in section names.
2639
2640Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2641
2642 * stabs.texinfo: Many minor cleanups.
2643
2644 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
2645
2646Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
2647
2648 * stabs.texinfo: Remove full description of big example.
2649 It's not really helpful; just use pieces of it where appropriate.
2650 Add more Texinfo formatting directives (@samp, etc.).
2651 Use @deffn to define stab types.
2652 Eliminate some wordiness. Break up some nodes.
2653 Add an (alphabetized) index of symbol types.
2654 Use consistent capitalization style in node and section names.
2655
2656Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
2657
2658 * gdb.texinfo: Change typo "Two two" to "The two".
2659
2660Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2661
2662 * stabs.texinfo (XCOFF-differences): Remove references to
2663 non-existent types N_DECL and N_RPSYM.
2664
2665 * stabs.texinfo (String Field): Say that type attributes bug is
2666 fixed in GDB 4.10, since it is.
2667
2668 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
2669
2670Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
2671
2672 * stabs.texinfo: Formatting cleanups.
2673
2674Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2675
2676 * stabs.texinfo: When explaining the n_type of a stab, standardize
2677 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
2678 no tabs, use @r).
2679 (Global Variables): Clean up.
2680
2681Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2682
2683 * stabs.texinfo (Stack Variables): Re-write.
2684
2685Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2686
2687 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
2688 addresses of a source file. Also revise formatting.
2689 Change "object module" or "object file" to "source file".
2690 Various: Miscellaneous cleanups.
2691
2692Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2693
2694 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
2695
2696Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
2697
2698 * gdbint.texinfo: Removed many nonsensical machine-collected
2699 host and target conditionals, described some of the remainder.
2700
2701Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2702
2703 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
2704
2705 * gdbint.texinfo (Top): Add name to @top line, and re-write the
2706 paragraph which follows.
2707
2708 * gdbint.texinfo (Host): Use @code not @samp for Makefile
2709 variables. Looks better and avoids overful hbox.
2710
2711Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2712
2713 * stabs.texinfo (Procedures): Improve stuff on nested functions.
2714
2715Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2716
2717 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
2718 retransmit-timeout
2719
2720Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2721
2722 * gdbint.texinfo: Update statement about `some ancient Unix
2723 systems, like Ultrix 4.0' to Ultrix 4.2.
2724
2725Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
2726
2727 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
2728
2729 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
2730
2731 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
2732 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
2733
2734 * remote.texi: new name for former gdbinv-s.texi
2735
2736 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
2737
2738Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
2739
2740 * gdbinv-s.texi: Documented timeout and retransmit-timeout
2741 variables for MIPS remote debugging protocol.
2742
2743Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2744
2745 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
2746
2747Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2748
2749 * Makefile.in (refcard.dvi): Use srcdir where necessary.
2750
2751Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
2752
2753 * gdb.texinfo: repair conditional bugs in text markup
2754
2755Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2756
2757 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
2758 to select Modula-2 material.
2759
2760Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2761
2762 * stabs.texinfo: Cleanups regarding statics.
2763
2764 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
2765 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
2766
2767Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2768
2769 * stabs.texinfo: N_MAIN is sometimes used for C.
2770
2771Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2772
2773 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
2774
2775Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
2776
2777 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
2778 removed from the code by Kingdon.
2779
2780Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2781
2782 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
2783 input when evaluating breakpoint conditions; the bug has been fixed.
2784
2785 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
2786 sets the ignore count to N-1, not to N.
2787
2788Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2789
2790 * refcard.tex (\hoffset): correct longstanding error to match
2791 intended offset; avoids cutting off edge on some printers
2792
2793Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2794
2795 * stabs.texinfo (Parameters): Say that order of stabs is significant.
2796
2797Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2798
2799 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
2800
2801Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2802
2803 * Makefile.in: (REFEDITS) new var to control whether PS or CM
2804 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
2805 collect sed edits if any, apply to refcard before formatting;
2806 (refcard.ps) stop implying PS fonts if PS output requested;
2807 (lrefcard.ps) delete extra target for variant PS fonts
2808
2809 * refcard.tex: parametrize papersize dependent info, collect
2810 in easily replaced spot
2811
2812 * a4rc.sed: new file, edits to refcard for A4 paper
2813
2814Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2815
2816 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
2817
2818Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2819
2820 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
2821
2822Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2823
2824 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
2825 politely rather than rudely.
2826
2827Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2828
2829 * stabs.texinfo: Document common blocks.
2830
2831Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
2832
2833 * stabs.texinfo: Add some basic info about stabs-in-elf.
2834
2835Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2836
2837 * stabs.texinfo (Top): Minor cleanup.
2838
2839Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
2840
2841 * Makefile.in (install-info): remove parentdir support
2842
2843Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2844
2845 * gdb.texinfo (Copying): delete this node and references to it;
2846 RMS says this manual need not carry GPL. (passim): Improvements
2847 from last round at FSF, largely due to Ian Taylor review, and
2848 minor formatting improvements.
2849
2850 * gdbinv-s.texi (passim): Improvements from last round at FSF,
2851 largely due to Ian Taylor review. (Debug Session): minor edits to
2852 new text.
2853
2854Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
2855
2856 * Makefile.in (realclean): Remove info and dvi files too.
2857
2858Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
2859
2860 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
2861 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
2862 * gdb.texinfo: Change accordingly.
2863
2864 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
2865 N_{L,R}BRAC,N_SLINE are relative to.
2866
2867Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
2868
2869 * Makefile.in (GDBvn.texi): Update atomically.
2870
2871Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
2872
2873 * gdbinv-s.texi (Debug Session): Document exceptionHook.
2874
2875Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
2876
2877 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
2878 addresses together. Also motivate the set print symbol-filename
2879 command and suggest other solutions.
2880
2881Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
2882
2883 * gdb.texinfo (set print elements): Note that the number of
2884 elements is set to unlimited by "set print elements 0".
2885
2886Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
2887
2888 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
2889 NF_LDOUBLE means.
2890 (Stab Types): Include Solaris stab types.
2891 (Procedures): Document Solaris extensions.
2892
2893Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2894
2895 * gdb.texinfo: Add `set print symbol-filename' doc.
2896
2897Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2898
2899 * stabs.texinfo (Arrays): Talk about type definition vs. type
2900 information.
2901
2902 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
2903 the trailing semicolon.
2904
2905Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2906
2907 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
2908 and merge in other parts of the document addressing these subjects.
2909 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
2910
2911 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
2912 at the end of a range type.
2913
2914 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
2915 AIX extensions.
2916
2917Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2918
2919 * stabs.texinfo (Stabs Format): Misc fixes.
2920
2921Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2922
2923 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
2924 (Traditional builtin types): Document convex convention for long long.
2925 (Negative builtin types): Discuss type names, and misc fixes.
2926
2927Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2928
2929 * stabs.texinfo (Builtin Type Descriptors): Document the floating
2930 point types used with @samp{R} type descriptor.
2931 (Symbol Descriptors): Describe how to handle conflict between
2932 different meanings of @samp{P} symbol descriptor.
2933
2934Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2935
2936 * stabs.texinfo: Remove node Quick Reference and put its children
2937 directly under the main menu.
2938
2939 * stabs.texinfo: Many more changes to bring it into line with
2940 AIX documentation and reality. I think it now has all the
2941 information from the AIX documentation, except that I burned
2942 out when I got to variant records (Pascal and Modula-2) and
2943 all the COBOL types. Oh well, we can add them later when we're
2944 worrying more about those languages.
2945
2946 * stabs.texinfo (Automatic variables): Talk about what it means
2947 to omit the symbol descriptor.
2948
2949Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2950
2951 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
2952 gcc2 behavior with promoted args.
2953
2954Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2955
2956 * gdb.texinfo: include readline appendices in info version of manual
2957
2958Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2959
2960 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
2961 target remote.
2962
2963 * gdb.texinfo (Machine Code): more index entries for disassemble
2964
2965Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
2966
2967 * Clarify the intended use of the gdb-testers and gdb-patches
2968 mailing lists, and shrink gzip comment.
2969
2970Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2971
2972 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
2973 DOSHOST configuration of manual.
2974
2975 * gdb.texinfo (MIPS Stack): new node.
2976
2977 * all-config.texi (MIPS) new switch.
2978
2979 * gdbinv-s.texi (Nindy Options) Remove two instances of future
2980 tense; (MIPS Remote) new node.
2981
2982 * gdb.texinfo (passim) rephrases to work around makeinfo @value
2983 bug; (Environment) less passive, other small cleanups in text about
2984 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
2985 (Remote) new MIPS Remote menu entry.
2986
2987Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
2988
2989 * stabs.texinfo: Many changes to include information from the
2990 AIX documentation.
2991
2992 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
2993
2994Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
2995
2996 * gdbint.texinfo (new node Debugging GDB, elsewhere):
2997 Move a bunch of information from ../README.
2998 (Getting Started): New node.
2999
3000Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3001
3002 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
3003
3004 * gdb.texinfo: advance manual revision dates to present
3005
3006 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
3007 stop using silly Roman numerals in @set variable names
3008
3009Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
3010
3011 * stabs.texinfo (Parameters): Keep trying to get this right.
3012
3013Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
3014
3015 * stabs.texinfo (Parameters): More on "local parameters".
3016
3017Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
3018
3019 * stabs.texinfo (Parameters): Re-do "local parameters" section.
3020
3021Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
3022
3023 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
3024 (Parameters): Rewrite.
3025 (xcoff-differences, Sun-differences): Minor changes.
3026
3027Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
3028
3029 * stabs.texinfo: Minor cleanup.
3030
3031Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
3032
3033 * gdbint.texinfo: Minor xcoff stuff.
3034
3035Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
3036
3037 * gdbint.texinfo: Update for new config directory structure.
3038 Add info about internal type data structures.
3039
3040Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
3041
3042 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
3043 $(srcdir).
3044 (gdb-config.texi): Depend on file in $(srcdir).
3045
3046Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
3047
3048 * stabs.texinfo: Fixes about N_SO.
3049
3050Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3051
3052 * gdb.texinfo: include list of nonstandard init file names
3053
3054 * *-config.texi: new switch GENERIC for text that applies *only*
3055 to (usual) multiple-target version of manual
3056
3057 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
3058 h8 config
3059
3060 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
3061 in menus (rather than conditionally selected multiple alternative
3062 menus).
3063
3064 * Makefile.in: define and use DOC_CONFIG var to select
3065 configuration for GDB user manual.
3066
3067 * gdb-config.texi: delete from repository, generate from Makefile.
3068
3069 * all-config.texi: normal `generic' configuration file, formerly
3070 stored as gdb-config.texi
3071
3072Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3073
3074 * Makefile.in: add dvi target to build all .dvi files
3075
3076Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3077
3078 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
3079
3080Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
3081
3082 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
3083 host conditionals.
3084 * stabs.texinfo: More array fixes inspired by Jim's.
3085
3086Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
3087
3088 * stabs.texinfo: Fixes re arrays and continuations.
3089
3090 * gdbint.texinfo: Add XCOFF node.
3091
3092Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
3093
3094 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
3095
3096Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
3097
3098 * stabs.texinfo: Fix for array types to mention lower bounds.
3099
3100Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
3101
3102 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
3103
3104Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
3105
3106 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
3107
3108Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
3109
3110 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
3111 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
3112
3113Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
3114
3115 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
3116
3117Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3118
3119 * gdb.texinfo, gdbinv-s.texi: misc updates
3120
3121Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
3122
3123 * gdbint.texinfo: Brief documentation for longjmp support,
3124 from an email msg by Stu.
3125
3126Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
3127
3128 * stabs.texinfo: Fix description of floating point "range"
3129 types (which really define basic types). Reported by Jim Meehan,
3130 <meehan@src.dec.com>.
3131
3132 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
3133
3134Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
3135
3136 * gdbint.texinfo: Slightly expand section on supporting a new
3137 object file format.
3138
3139Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
3140
3141 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
3142 intermediate file.
3143
3144Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3145
3146 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
3147
3148Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3149
3150 * gdbinv-s.texi: z8000 simulator target name is just "sim"
3151
3152 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
3153 as well as Z8002.
3154
3155Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
3156
3157 * gdbint.texinfo: Add sections on clean design and on how to send
3158 in changes.
3159
3160Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
3161
3162 * gdbint.texinfo: Add how to declare the result of make_cleanup.
3163
3164Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
3165
3166 * gdb.texinfo: Fix typo, reported by Karl Berry.
3167
3168Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
3169
3170 * gdb.texinfo: Add opcodes dir to GDB distribution description.
3171
3172Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3173
3174 * gdbint.texinfo: fixed a stray email address (needs @@),
3175 added @table @code to node "Native Conditionals"
3176
3177Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
3178
3179 * gdbint.texinfo: Describe coding style of GDB.
3180
3181Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
3182
3183 * stabs.texinfo: Minor wording changes.
3184
3185Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
3186
3187 * gdbint.texinfo: Improve release doc slightly.
3188
3189Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
3190
3191 * gdbint.texinfo: Improve doc of GDB config macros.
3192
3193Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
3194
3195 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
3196 These will be reinserted when examined.
3197
3198Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
3199
3200 * gdbint.texinfo: Make a start at documenting all the #if macros
3201 in GDB. At least list them all, and start separating them into
3202 host-specific and target-specific.
3203
3204Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3205
3206 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
3207 examples (not consistent w others).
3208 gdb.texinfo: issue disclaimer paragraph on cmdline options only
3209 for generic vn of doc
3210
3211Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
3212
3213 * Makefile.in: always create installation directories.
3214
3215Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3216
3217 * gdb.texinfo: in h8 config, do not describe searching commands.
3218
3219Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3220
3221 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
3222 conditionals; introduce a few generic switches that may be
3223 useful for other cross-dev or dos-hosted configs.
3224
3225 * gdb.texinfo: fix typo in "info reg" description
3226
3227Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
3228
3229 * stabs.texinfo: Minor updates from running TeX over it.
3230 * Makefile.in (stabs.dvi, stabs.ps): Add.
3231
3232Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
3233
3234 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
3235 First pass at converting it to texinfo.
3236
3237Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
3238
3239 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
3240 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
3241
3242Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
3243
3244 * gdbint.texinfo: Add section on partial symbol tables.
3245
3246Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
3247
3248 * gdb.texinfo: document `set remotedebug' and `set
3249 rstack_high_address'.
3250
3251Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3252
3253 * gdb.texinfo: slight expansion of new text on reading info files
3254 * gdbinv-s.m4.in: correct and expand info on cross-debugging
3255 H8/300 from DOS.
3256
3257Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
3258
3259 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
3260
3261Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
3262
3263 * gdb.texinfo: Say how to read the `info' files.
3264
3265Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
3266
3267 * Makefile.in: gm4 -> m4.
3268
3269Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
3270
3271 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
3272 Documentation' ahead of `Installing GDB' to match README.
3273 Update shared library doc, -readnow and -mapped, and directory
3274 structure (add glob and mmalloc). Update configure doc.
3275
3276Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
3277
3278 * Makefile.in: remove $(srcdir) from gdb.info rule.
3279
3280Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3281
3282 * Makefile.in: commented out gdb-all.texinfo rule. This is
3283 temporary.
3284
3285Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
3286
3287 * Makefile.in, configure.in: removed traces of namesubdir,
3288 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
3289 copyrights to '92, changed some from Cygnus to FSF.
3290
3291Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
3292
3293 * gdb.texinfo: Improve how we ask for bug reports.
3294
3295Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3296
3297 * Makefile.in: infodir belongs in datadir.
3298
3299Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3300
3301 * Makefile.in: remove spaces following hyphens, bsd make can't
3302 cope. install using INSTALL_DATA. added clean-info. added
3303 standards.text support.
3304
3305Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3306
3307 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3308 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
3309 and mandir now keyed off datadir by default.
3310
3311\f
3312Local Variables:
9e9c5ae7 3313mode: change-log
c906108c
SS
3314left-margin: 8
3315fill-column: 74
3316version-control: never
3317End:
This page took 0.421449 seconds and 4 git commands to generate.