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