(Symbols): Fix "(gdb)"=>"(@value{GDBP})".
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
ddb50cd7
EZ
12006-06-09 Eli Zaretskii <eliz@gnu.org>
2
3 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4
2aef0d6b
NR
52006-06-02 Nick Roberts <nickrob@snap.net.nz>
6
7 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8 sourceware.org for mailing lists.
d5e40d59 9 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 10
383a5c52
NR
112006-06-01 Nick Roberts <nickrob@snap.net.nz>
12
d5e40d59 13 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 14
e16b02ee
EZ
152006-05-22 Eli Zaretskii <eliz@gnu.org>
16
17 * gdb.texinfo (Cygwin Native): Fix last change.
18
be90c084
CF
192006-05-22 Christopher Faylor <cgf@timesys.com>
20
21 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
22
347ceba5
NR
232006-05-15 Nick Roberts <nickrob@snap.net.nz>
24
25 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
26 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
27
369af7bd
DJ
282006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
29
30 * gdb.texinfo (General Query Packets): Recommend not starting
31 new packets with qC and clarify.
32
2ffdbde8 332006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
34
35 * gdb.texinfo (M2 Types): New section.
72019c9c 36
16d1a084
DJ
372006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
38
39 * agentexpr.texi: Add a copyright and license notice.
40 * observer.texi: Likewise, with GPL clause for function prototypes.
41 Remove trailing whitespace.
42
aa56d27a
JB
432006-05-05 Jim Blandy <jimb@codesourcery.com>
44
45 * gdb.texinfo (General Query Packets): Document conventions for
46 terminating packet names, and their violations.
47
5bdf8622
DJ
482006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
49
50 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
51 * gdb.texinfo: Likewise.
52
605a56cb
DJ
532006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
54
55 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
56 and "show remotedebug".
57 (Debugging Output): Add additional index entries.
58
b8db102d
MS
592006-04-27 Michael Snyder <msnyder@redhat.com>
60
61 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
62
c5e30d01
AC
632006-04-22 Andrew Cagney <cagney@redhat.com>
64
65 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
66 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
67
8181d85f
DJ
682006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
69
70 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
71 and remove breakpoint prototypes.
72 (Watchpoints): Move description of target_insert_hw_breakpoint and
73 target_remove_hw_breakpoint ...
74 (Breakpoints): ... to here. Document target_insert_breakpoint and
75 target_remove_breakpoint.
76
4f553f88
JB
772006-04-17 Jim Blandy <jimb@codesourcery.com>
78
79 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
80 and C packets are optional.
81
cd852561
FR
822006-04-14 Frederic Riss <frederic.riss@st.com>
83
84 * gdb.texinfo (Specifying source directories): Update the description
85 of the source file search to reflect the fact that the source path
86 always contains at least $cdir and $cwd.
87
b620eb07
MS
882006-03-31 Michael Snyder <msnyder@redhat.com>
89
90 * gdb.texinfo: Update copyright dates.
91
3156cdaf
EZ
922006-03-31 Eli Zaretskii <eliz@gnu.org>
93
94 * gdb.texinfo (Overview): Add an index entry to "empty response".
95
7d30c22d
JB
962006-03-28 Jim Blandy <jimb@codesourcery.com>
97
98 * gdbint.texinfo (Prologue Analysis): New section.
99
86941c27
JB
1002006-03-07 Jim Blandy <jimb@red-bean.com>
101
66b8c7f6
JB
102 * gdb.texinfo (Connecting): Document 'target remote pipe'.
103
1a10341b
JB
104 * gdb.texinfo (Target Commands): Update text describing how to
105 specify a target. Refer to the detailed section on remote
106 debugging, not the brief mention.
107
86941c27
JB
108 * gdb.texinfo (Connecting): Organize the different 'target remote'
109 connection methods into a table. Add a 'target remote' index
110 entry. (!!!)
111
62f3a2ba
FF
1122006-02-17 Fred Fish <fnf@specifix.com>
113
114 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
115 'ptype' commands to reflect the fact that the only significant
116 difference between them is that ptype prints the complete type
117 description instead of just the name.
118
8b9a88ea
WZ
1192006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
120
121 * gdbint.texinfo (Watchpoints): Delete
122 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
123
7e8dc855
NR
1242006-02-10 Nick Roberts <nickrob@snap.net.nz>
125
126 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
127 times fields where needed. Fix typos. Update general form given
128 for output of -break-insert.
129 (GDB/MI): Abbreviate some unnecessarily long fullnames.
130
c91d38aa
DJ
1312006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
132
133 * gdbint.texinfo (Symbol Handling): Add a section
134 on memory management.
135
38fcd64c
DJ
1362006-02-06 Vladimir Prus <ghost@cs.msu.su>
137
138 * gdb.texinfo (Breakpoint table commands): Document the fullname
139 field in -break-list output.
140
219eec71
EZ
1412006-02-03 Eli Zaretskii <eliz@gnu.org>
142
143 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
144 debugging information produced by the various "set debug..."
145 options.
146
ae5a43e0
DJ
1472006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
148
149 * gdb.texinfo (Files): Remove obsolete bits from the description
150 of "symbol-file".
151
a9f158ec
JB
1522006-01-25 Jim Blandy <jimb@redhat.com>
153
154 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
155
410dd08e
JB
1562006-01-24 Jim Blandy <jimb@redhat.com>
157
158 * gdbint.texinfo (Frames): Document the basics of GDB's register
159 unwinding model, and explain the existence of the "sentinel" frame.
160
4b505b12
AS
1612006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
162
163 * gdb.texinfo (Choosing files): Mention that -directory is used
164 for script files.
165 (Specifying source directories): Likewise.
166 (Command files): Explain how script files are found.
167
839c27b7
EZ
1682006-01-21 Eli Zaretskii <eliz@gnu.org>
169
170 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
171 the threads in a multi-threaded program.
172 (Threads): The threadno argument of "thread apply" can be a range
173 of numbers.
174
7be93b9e
JB
1752006-01-18 Jim Blandy <jimb@redhat.com>
176
177 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
178 of warning flags.
179
fcc73fe3
EZ
1802006-01-13 Eli Zaretskii <eliz@gnu.org>
181
182 * gdb.texinfo (Sequences): Improve menu annotations.
183 (Define): Add index entries for arguments of user-defined
184 commands. Move the description of flow-control commands...
185 (Command Files): ...to here. Document loop_break and
186 loop_continue.
ca91424e
EZ
187 (Define, Command Files): Document `end' and add index entries for
188 it.
fcc73fe3 189
5c95884b
MS
1902006-01-04 Michael Snyder <msnyder@redhat.com>
191
192 * gdb.texinfo: Add documentation for linux-fork.
193 * gdbint.texinfo: Add internal documentation for checkpoints.
194
860701dc
PH
1952006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
196
197 * gdb.texinfo (Omissions from Ada): Document that there is now
198 limited aggregate support.
199
36b80e65
EZ
2002005-12-28 Eli Zaretskii <eliz@gnu.org>
201
202 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
203 registers and the likes.
204
c1468174
EZ
2052005-12-24 Eli Zaretskii <eliz@gnu.org>
206
207 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
208 (Symbols): Fix usage of "e.g.".
359df76b 209 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
210
211 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
212 (Coding): Fix usage of "e.g.".
213
c02a867d
EZ
2142005-12-23 Eli Zaretskii <eliz@gnu.org>
215
216 * stabs.texinfo:
217 * refcard.tex:
218 * gpl.texi:
219 * gdbint.texinfo:
220 * gdb.texinfo:
221 * gdb-cfg.texi:
222 * fdl.texi:
223 * annotate.texinfo:
224 * all-cfg.texi:
225 * Makefile.in: Add (C) after Copyright. Update the FSF
226 address.
227
fad38dfa
EZ
2282005-12-03 Eli Zaretskii <eliz@gnu.org>
229
230 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
231 extend GDB with commands for external monitor.
232
53e5f3cf
AS
2332005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
234
235 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
236
55f6ca0f
JB
2372005-11-25 Joel Brobecker <brobecker@adacore.com>
238
239 * gdbint.texinfo (Start of New Year Procedure): New chapter.
240
c1947b85
JB
2412005-11-21 Jim Blandy <jimb@redhat.com>
242
243 * gdb.texinfo (Tracepoint Packets): Document restrictions on
244 placement of 'R' actions in tracepoint action packets; document
245 dependence of 'X' and 'M' actions on a preceding 'R' action for
246 their registers.
247
9d29849a
JB
2482005-11-19 Jim Blandy <jimb@redhat.com>
249
250 * gdb.texinfo (Tracepoint Packets): New node.
251 (General Query Packets): Add entries for the tracepoint packets,
252 referring to the "Tracepoint Packets" node.
253 (Tracepoints): Add reference to "Tracepoint Packets".
254
9a6253be
KB
2552005-11-18 Kevin Buettner <kevinb@redhat.com>
256
257 * gdb.texinfo (set remotebreak): Add anchor.
258 (X packet): Likewise.
259 (Remote Protocol): Add new section `Interrupts' and new index
260 entry `interrupts (remote protocol)'.
261
5f3bebba
JB
2622005-11-18 Jim Blandy <jimb@redhat.com>
263
264 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
265 entries into the General Query Packets section. Add a
266 cross-reference to that section. Drop description of replies, as
267 these are covered in the descriptions of each packet.
268 (General Query Packets): Add introductory text. Explain naming
269 conventions, and how the end of a name is recognized.
270
9a7a1b36
KB
2712005-11-17 Kevin Buettner <kevinb@redhat.com>
272
0564b6cf 273 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
274 "set remotebreak" command.
275
b8ff78ce
JB
2762005-11-16 Jim Blandy <jimb@redhat.com>
277
278 * gdb.texinfo (Packets, Stop Reply Packets)
279 (General Query Packets): Various formatting cleanups.
280 - Use @samp for packet contents.
281 - Drop summaries from packet @item lines; the same information appears
282 immediately below in the description.
283 - Delete paragraph breaks after packet @item commands, so that the
284 description appears directly to the right of the packet prototype
285 in the printed manual, if it fits.
286 - Place spaces in packet prototypes between @vars and non-@var
287 letters, and explain that they're just for formatting.
288 - Use @dots{} instead of '...'.
289 - Fix uses of @code where @var was needed.
290 - Replace "deprecated" markers with English text spelling out the
291 packet's status and the preferred alternatives.
292 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
293 what this ever meant.
294 - Remove "(draft)" markers on 'i' packets; nobody has commented on
295 this for a long time.
296 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
297 implemented several times, and have been in use for years.
298
8ffe2530
JB
2992005-11-15 Jim Blandy <jimb@redhat.com>
300
c43c5473
JB
301 * gdb.texinfo (Packets): Add index entries for 'm' packet
302 disclaimers.
303
fb031cdf
JB
304 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
305 of stub when processing an 'm' packet.
306
8ffe2530
JB
307 * gdb.texinfo (Packets): Mention that packets beginning with
308 letters are reserved once, at the top, instead of actually listing
309 them all and saying "reserved".
310
c03c782f
AS
3112005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
312
313 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
314 Change @var{$arg0 to @code{$arg0.
315
814e32d7
WZ
3162005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
317
318 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
319
fa93a9d8
JB
3202005-11-12 Jim Blandy <jimb@redhat.com>
321
322 * gdb.texinfo (General Query Packets): Put packets in alphabetical
323 order. Remove extraneous 'z'.
324
8a5a3c82
AS
3252005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
326
327 * gdb.texinfo (Choosing files): Add --eval-command.
328
4b0ad762
AS
3292005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
330
331 * gdb.texinfo (Choosing modes): Add --return-child-result.
332
333
1a088d06
AS
3342005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
335
336 * gdb.texinfo (Choosing modes): Add --batch-silent.
337
656d5e12
EZ
3382005-10-28 Eli Zaretskii <eliz@gnu.org>
339
340 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
341 "The -var-update Command".
342
3c9c013a
JB
3432005-10-03 Joel Brobecker <brobecker@adacore.com>
344
345 * gdb.texinfo (Print Settings): Add documentation for set/show
346 print array-indexes.
347
7ba3cf9c
DJ
3482005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
349
350 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
351 6.2 and 6.3.
352
a94ab193
EZ
3532005-08-27 Eli Zaretskii <eliz@gnu.org>
354
355 * gdb.texinfo (File Options): Don't document --mapped, it's gone
356 since 19-Jan-2004.
357 (Files): Likewise.
ab1adacd
EZ
358 (Variables, Symbols): Document the "<incomplete type>" message and
359 its reasons.
a94ab193 360
ca06016a
FF
3612005-08-01 Fred Fish <fnf@specifix.com>
362
363 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
364
cf58170d
NR
3652005-07-15 Nick Roberts <nickrob@snap.net.nz>
366
367 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
368 option for -var-list-children and -var-update.
369 (GDB/MI Stack Manipulation): Simplify description of
370 print-values option for -stack-list-locals.
371 (GDB/MI Command Description Format): Clarify.
372 (Mode Options): Spelling of superseded.
373
38f1196a
BR
3742005-07-12 Bob Rossi <bob@brasko.net>
375
376 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
377 corresponding GDB command comment.
378
3cb3b8df
BR
3792005-07-06 Bob Rossi <bob@brasko.net>
380
381 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
382 and -inferior-tty-show.
383 (Input/Output): Document "set/show inferior-tty" and tty alias.
384
10fac096
NW
3852005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
386
387 * gdb.texinfo (Packets): Change description of 'D' packet to note
388 that GDB does wait for a response.
389
d1b6db76
NR
3902005-06-22 Nick Roberts <nickrob@snap.net.nz>
391
392 * gdb.texinfo (History) Rename "Command History".
393 (Command History): Move node "Server Prefix" from section on
394 Annotations here.
395
29629dcf
NR
3962005-06-19 Nick Roberts <nickrob@snap.net.nz>
397
398 * gdb.texinfo (GDB/MI Stack Manipulation):
399 Re-instate -stack-info-frame with example. Say that it gets
400 info on selected frame, not current frame.
401
397ca115
EZ
4022005-06-18 Eli Zaretskii <eliz@gnu.org>
403
404 * gdb.texinfo (Server): Clarify that `file' should be used before
405 connecting to the server.
406 (Files): Add an xref to the above description.
51274035
EZ
407 (Output Formats): More detailed description of the `c' format.
408 (Memory): List explicitly all the formats supported by `x'.
638ac427 409 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 410 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
411 files. Add more indexing for solib-absolute-prefix and
412 --with-sysroot.
76d17f34
EZ
413 (Machine Code): Document possible problems with locations in
414 shared libraries.
d416eeec
EZ
415 (Backtrace): Document that free-standing environments do not need
416 to have a `main' function.
397ca115 417
74f6deaa
NR
4182005-06-18 Nick Roberts <nickrob@snap.net.nz>
419
420 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
421 -stack-info-frame.
422
a9967aef
AC
4232005-06-07 Andrew Cagney <cagney@gnu.org>
424
425 * gdb.texinfo (Contributors): Note the original multi-arch
426 contributors.
427
e09f16f9
EZ
4282005-06-03 Eli Zaretskii <eliz@gnu.org>
429
430 * gdb.texinfo (Registers): Add index entries for the standard
431 registers.
432 (Frames): Add cross-reference from frame pointer description to
433 the Registers node.
434 (Annotations Overview): Fix the reference to GDB name.
435
d87ba7ee
EZ
4362005-06-01 Eli Zaretskii <eliz@gnu.org>
437
438 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
439 can-use-hw-watchpoints.
440
034dad6f
BR
4412005-05-28 Bob Rossi <bob@brasko.net>
442
443 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
444 the possible reasons why an exec async record would be returned to FE.
445
ffed4509
AC
4462005-05-26 Andrew Cagney <cagney@gnu.org>
447
448 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
449 Andrew Cagney implemented the original GDB/MI.
450
e22e55c9
OF
4512005-05-23 Orjan Friberg <orjanf@axis.com>
452
453 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
454 documentation. Add documentation for cris-mode.
455
a78e13ce
EZ
4562005-05-20 Eli Zaretskii <eliz@gnu.org>
457
458 * gdb.texinfo (Numbers): Explain the example and make the wording
459 more acurate.
460
76ff342d
DJ
4612005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
462 Dennis Brueni <dennis@slickedit.com>
463
464 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
465 (GDB/MI Data Manipulation, GDB/MI Program Control)
466 (GDB/MI Stack Manipulation): Update examples to include the fullname
467 attribute in stack frames.
468
119b882a
EZ
4692005-05-12 Eli Zaretskii <eliz@gnu.org>
470
471 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
472 do with other non-standard names of init files.
473
6fc08d32
EZ
4742005-05-11 Eli Zaretskii <eliz@gnu.org>
475
476 * gdb.texinfo (Command Files): Move the description of the startup
477 from here...
478 (Startup): ...to this new subsection of the Invocation chapter.
479 Rearrange the description of init files more logically and add a
480 cross-reference to "Command Files". Document the special gdbinit
481 name for CISCO 68k. Expand the description of what GDB does
482 during startup.
483 (History): Add index entry for HISTSIZE.
484
a561754a
MK
4852005-05-02 Mark Kettenis <kettenis@gnu.org>
486
487 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
488
2eecc4ab
EZ
4892005-05-02 Eli Zaretskii <eliz@gnu.org>
490
491 * gdb.texinfo (SVR4 Process Information, The isatty call)
492 (The system call): Don't use foo(N) notation for man pages and
493 functions.
514c4d71 494 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 495
18999be5
EZ
4962005-04-27 Eli Zaretskii <eliz@gnu.org>
497
498 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
499 were optimized away.
500
0abb7bc7
EZ
5012005-04-22 Eli Zaretskii <eliz@gnu.org>
502
503 * gdb.texinfo (Remote configuration): Document "set/show
504 get-thread-local-storage-address". Add cross-reference to the
505 description of the qGetTLSAddr packet.
506 (General Query Packets): Mention "set remote
507 get-thread-local-storage-address" and add a reference to its
508 description.
509
6f61acb1
NR
5102005-04-19 Nick Roberts <nickrob@snap.net.nz>
511
512 * gdb.texinfo (Backtrace): Describe 'bt full'.
513
9d59903a
NR
5142005-04-17 Nick Roberts <nickrob@snap.net.nz>
515
516 * gdb.texinfo (Mode Options): Fix typo.
517 (GDB/MI): Describe how to invoke GDB/MI.
518
721c2651
EZ
5192005-04-16 Eli Zaretskii <eliz@gnu.org>
520
521 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 522 references changed. Add description of "info udot".
721c2651
EZ
523 (Files): Document "set/show stop-on-solib-events".
524 (M32R/D): Document "set/show download-path", "set/show
525 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
526 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
527 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
528 (Maintenance Commands): Improve indexing.
529 (Target Commands): Document "set/show hash", "set/show debug
530 monitor".
531 (SVR4 Process Information): Document "info pidlist" and "info
532 meminfo". Document "set/show procfs-tarce" and "set/show
533 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
534 (Symbols, The Print Command with Objective-C): Improve indexing.
535 (Objective-C): Add references to "info classes" and "info
536 selectors".
c45da7e6
EZ
537 (Debugging Output): Improve wording. Document "set/show debug
538 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
539 (Set Breaks): Add index entry for "hardware breakpoints".
540 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
541 and "set/show usehardbreakpoints".
542 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
543 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
544 (ARM): Document "rdilogfile", "rdilogenable", "set/show
545 rdiromatzero", "set/show rdiheartbeat".
546 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
547 "sds".
548 (Embedded Processors): Document the "sim" command.
549 (Remote): Document the "remote" command.
550 (DJGPP Native): Document the "info serial" command.
551 (Threads): Document "maint info sol-threads".
552 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
553 (Set Breaks): Improve indexing.
554 (Command Syntax): Add a reference to dont-repeat.
555 (Define): Document "dont-repeat".
556 (TUI Commands): Document "tabset".
557 (WinCE): New subsection. Document "set/show remotedirectory",
558 "set/show remoteupload", "set/show remoteaddhost".
721c2651 559
14d6dd68
EZ
5602005-04-15 Eli Zaretskii <eliz@gnu.org>
561
562 * gdb.texinfo (Hurd Native): New subsection, documents
563 Hurd-specific commands.
a64548ea 564 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 565 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
566 (MIPS): Improve documentation of heuristic-fence-post. Document
567 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
568 mips stack-arg-size", "set/show mips mask-address", "set/show mips
569 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 570 (ARM): Document ARM-specific commands.
a64548ea
EZ
571 (AVR): New section. Document "info io_registers".
572 (CRIS): New section. Document "set/show cris-version" and
573 "set/show cris-dwarf2-cfi".
574 (HPPA): New section. Document "set/show debug hppa" and "maint
575 print unwind".
a5adf40f 576 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 577 (Super-H): New section. Document the "regs" command.
721c2651 578 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 579
9c16f35a
EZ
5802005-04-09 Eli Zaretskii <eliz@gnu.org>
581
582 * gdb.texinfo (Print Settings): Document "set/show print
583 pascal_static-members", "set print repeats", "show print
584 null-stop". Improve indexing. Fix documentation of "set print
585 union".
586 (Pascal): New section.
587 (Supported languages): Rename from "Support"; all references
588 updated. Add a menu item for Pascal.
589 (Numbers): Document "set radix.
590 (Screen Size): Document "set/show pagination".
591 (MIPS Embedded): Remove "set processor" documentation.
592 (Remote configuration): Document "set/show X/P/Z-packet",
593 "set/show read-aux-vector-packet", "set/show remote
594 symbol-lookup-packet", "set/show remote verbose-resume-packet",
595 "set/show remoteaddresssize", "set/show remotebaud", "set/show
596 remotedebug", "set/show remotebreak", "set/show remotedevice",
597 "set/show remotelogfile".
598 (Auxiliary Vector): Add reference to the description of the
599 read-aux-vector-packet setting.
600 (Set Watchpoints): Add a cross-reference to "set remote
601 hardware-breakpoint-limit".
602 (General Query Packets): Add indexing of requests and
603 cross-references to related commands in "Remote configuration".
604 (File-I/O Overview, The system call): Fix wording and typos.
605 (Thread Stops): Add index entries.
606 (Continuing and Stepping): Document "show step-mode".
607 (i386): New node. Document "set/show struct-convention".
608 (Files): Document "show trust-readonly-sections".
609 (Calling): Document "set/show unwindonsignal".
610 (Messages/Warnings): Add index entries.
611 (Maintenance Commands): Document "set/show watchdog".
612 (Annotations Overview): Document "show annotate".
613 (Set Watchpoints): Add index entries.
614 (Symbols): Fix doc of case-sensitive.
615 (ABI): Document "show coerce-float-to-double".
616 (Convenience Vars, Help): Improve indexing.
617 (Machine Code): Document "show disassembly-flavor".
618 (Debugging C plus plus): Document "show overload-resolution".
619 (Value History, Signaling): Add index entries.
620
6212005-04-08 Eli Zaretskii <eliz@gnu.org>
622
623 * gdb.texinfo (Show): Move @kindex entries to their proper places.
624 (Processes): Fix wording.
625 (History, List, Logging output, Define, Symbols, Print Settings):
626 Improve indexing.
627
a8f24a35
EZ
6282005-04-03 Eli Zaretskii <eliz@gnu.org>
629
630 * gdb.texinfo (Targets): Document "set/show architecture". Remove
631 redundant index entry for "target" command.
632 (Backtrace): Add index entries.
633 (Symbols, Fortran): Document the "set case-sensitive" command.
634 (DJGPP Native): Document "set com1base", "set com1irq", etc.
635 (Print Settings): Add index entry for "set demangle-style".
636 (Target Commands): Document "set download-write-size".
637 (Debugging Output): Document "set exec-done-display".
638
09d4efe1
EZ
6392005-04-02 Eli Zaretskii <eliz@gnu.org>
640
641 * gdb.texinfo (Files): Fix the name and documentation of
642 add-shared-symbol-files. Document its alias assf. Update the
643 list of OSs where GDB supports shared libraries. Fix markup.
644 (Continuing and Stepping): Add reference to @var{location} in the
645 text.
646 (Dump/Restore Files): Fix reference to @{filename}.
647 (Help): Fix wording.
648 (Attach): Ditto.
649 (Set Watchpoints): Ditto.
650 (Backtrace): Remove redundant index entries. Improve index
651 entries.
652 (Delete Breaks): Fix wording.
653 (Memory): Document the compare-sections command.
654 (Memory Region Attributes): Improve wording.
655 (Disabling): Improve wording.
656 (Fortran): New subsection. Document the "info common" command.
657 (Help): Document aliases "info copying" and "info warranty".
658 (Caching Remote Data): New section. Document the "set/show
659 remotecache" and "info dcache" commands.
660 (Show): Fix wording of the documentation of the "set
661 extension-language" command.
662 (Signals): Add index entry for "info handle".
663 (Memory Region Attributes): Fix punctuation.
664 (Symbols): Change the arg name to "location" and refer to it in
665 the text. Fix wording of "info types" doc.
666 (Threads): Fix usage of @enumerate @item's.
667 (Listing Tracepoints): Add index entry for "info tp".
668 (Set Watchpoints): Add xref to "info break" description.
669 (Macros): Add an index entry for "macro exp1". Document the
670 "macro list" command.
671 (Maintenance Commands): Document "flushregs", "maint agent",
672 "maint check-symtabs", "maint cplus", "maint demangle", "maint
673 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
674 "maint print architecture", "maint print objfiles", "maint print
675 statistics", "maint print type", "maint show-debug-regs", "maint
676 space", "maint time", and "maint translate-address".
677 (Connecting): Document the "monitor" command.
678 (Annotations Overview): Describe the "set annotate" command.
679
82f2d802
EZ
6802005-04-01 Eli Zaretskii <eliz@gnu.org>
681
682 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
683 Rearrange index entries and improve wording about support for
684 hardware watchpoints.
685
7d51c7de
BR
6862005-03-10 Bob Rossi <bob@brasko.net>
687
688 * gdb.texinfo: Update copyright
689
68c71a2e
TR
6902005-02-09 Theodore A. Roth <troth@openavr.org>
691
692 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
693 error.
694
83761cbd
KB
6952005-02-03 Kevin Buettner <kevinb@redhat.com>
696
697 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
698
9f1c6395
MS
6992005-01-17 Michael Snyder <msnyder@redhat.com>
700
701 * gdb.texinfo: Fix spelling, infinte -> infinite.
702
fbd1b305
MK
7032005-01-08 Mark Kettenis <kettenis@gnu.org>
704
705 * observer.texi (GDB Observers): Document "solib_loaded".
706
3ace7edb
AC
7072005-01-07 Andrew Cagney <cagney@gnu.org>
708
bec39cab
AC
709 * configure.ac: Rename configure.in, require autoconf 2.59.
710 * configure: Re-generate.
711
3ace7edb
AC
712 * configure.in: Replace configdirs with multiple references to
713 AC_CONFIG_SUBDIRS.
714 * configure: Re-generate.
715
53531fc1
AC
7162005-01-04 Andrew Cagney <cagney@gnu.org>
717
718 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
719 part of the version number.
720
536ffdb7
MK
7212004-12-24 Mark Kettenis <kettenis@gnu.org>
722
723 * gdbint.texinfo (Algorithms): Remove description of
724 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
725
e1aac25b
JB
7262004-12-07 Jim Blandy <jimb@redhat.com>
727
728 * gdb.texinfo (General Query Packets): Specify that thread ID's in
729 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
730 numbers.
731
f47b1503
AS
7322004-12-07 Andreas Schwab <schwab@suse.de>
733
734 * gdb.texinfo (Mode Options): Document -l option.
735
b6b8ece6
EZ
7362004-12-04 Eli Zaretskii <eliz@gnu.org>
737
738 * gdbint.texinfo (Algorithms): More accurate description of
739 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
740 is not needed unless data-read and data-access watchpoints are
741 supported. Add a description of how GDB checks whether the
742 inferior stopped because a watchpoint was hit.
743
01371747
EZ
7442004-11-23 Eli Zaretskii <eliz@gnu.org>
745
746 * gdb.texinfo (Files): Add cross-reference to description of
747 -readnow command-line switch.
748
2315ffec
RC
7492004-11-10 Randolph Chung <tausq@debian.org>
750
751 * gdb.texinfo: Document set/show backtrace past-entry commands.
752 Rearrange index entries for set/show backtrace past-main.
753
69065f5d
AC
7542004-11-10 Jon Beniston <jon@beniston.com>
755
756 Committed by Andrew Cagney <cagney@gnu.org>.
757 * gdb.texinfo (Remote Serial Protocol): Further describe
758 binary transfer escaping mechanism .
759
30e91e0b
RC
7602004-11-08 Randolph Chung <tausq@debian.org>
761
762 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
763 and "show debug infrun". Add index entries.
764
60bf7e09
EZ
7652004-10-23 Eli Zaretskii <eliz@gnu.org>
766
767 * gdb.texinfo (SVR4 Process Information): Document subcommands of
768 "info proc" that are already implemented. Add index entries.
769 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
770 (Files): Add a tip for decreasing memory used for symtabs from
771 shared libraries.
f018e82f
EZ
772 (Starting): Fix whitespace; make "elaboration" stand out where it
773 is first used, and add an index entry for the term.
f8568604
EZ
774 (Calling): Expand and elaborate text. Add "print". Add the
775 description of problems with weak aliases.
384ee23f 776 (Core File Generation): New section.
60bf7e09 777
d52fe014
AC
7782004-10-12 Andrew Cagney <cagney@gnu.org>
779
780 * gdbint.texinfo (Versions and Branches): New chapter.
781 (Releasing GDB): Delete "Versions and Branches" section.
782 (Top): Add "Versions and Branches".
783
703663ab
EZ
7842004-10-08 Eli Zaretskii <eliz@gnu.org>
785
786 * gdb.texinfo (Editing, History): Add cross-references to the
787 included Readline and History user documentation. Remove
788 references to the symbol have-readline-appendices which is unused
789 and undefined.
790 (History): Fix indexing.
791
ac77d04f
JJ
7922004-10-08 Jeff Johnston <jjohnstn@redhat.com>
793
794 * gdbint.texinfo (target_stopped_data_address): Update to
795 new prototype.
796 (i386_stopped_data_address): Update prototype and description.
797 (i386_stopped_by_watchpoint): New function and description.
798
e07c999f
PH
7992004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
800
801 * gdb.texinfo (Filenames): Add Ada suffixes.
802 (Ada) New section.
803
2e868123
AC
8042004-09-27 Andrew Cagney <cagney@gnu.org>
805 Robert Picco <Robert.Picco@hp.com>
806
807 * gdb.texinfo (Packets): Document the "p" packet.
808
02a57714
JM
8092004-09-21 Jason Molenda (jmolenda@apple.com)
810
811 * gdb.texinfo (Paths and Names of the Source Files): Document the
812 meaning of values in the 'desc' field of a SO stab.
813
ae038cb0
DJ
8142004-09-20 Daniel Jacobowitz <dan@debian.org>
815
816 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
817 max-cache-age" and "maint show dwarf2 max-cache-age".
818
f7dc1244
EZ
8192004-09-16 Eli Zaretskii <eliz@gnu.org>
820
821 * gdb.texinfo (Set Breaks): Add index entry for setting
822 breakpoints on overloaded C++ functions that are not members of
823 any classes. Add an example and an index entry for setting
824 breakpoints on all program functions.
825 (Character Sets, Macros, Overlay Commands)
826 (Non-debug DLL symbols, GDB/MI Output Syntax)
827 (Annotations Overview, Maintenance Commands, File-I/O Overview):
828 Use "(@value{GDBP})" instead of a literal "(gdb)".
829
f810308b
AC
8302004-09-12 Andrew Cagney <cagney@gnu.org>
831
832 * gdbint.texinfo (Native Debugging): Delete description of
833 FILES_INFO_HOOK.
834
15a661f3
PH
8352004-09-11 Paul Hilfinger <hilfinger@gnat.com>
836
837 * gdbint.texinfo (User Interface): Change local_hex_string_custom
838 to hex_string_custom (not historically correct, but more
839 understandable, given the current code).
840
f3219c75
AC
8412004-09-03 Andrew Cagney <cagney@gnu.org>
842
843 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
844
f3bb6704
JJ
8452004-09-01 Jeff Johnston <jjohnstn@redhat.com>
846
847 * observer.texi (solib_unloaded): New observer.
848
8d2c00cb
AC
8492004-08-24 Andrew Cagney <cagney@gnu.org>
850
851 * gdbint.texinfo (Target Architecture Definition): Add missing
852 comma.
853
e7dc800a
MC
8542004-08-20 Michael Chastain <mec.gnu@mindspring.com>
855
856 * (Using the Testsuite): build != host is supported,
857 but some test scripts do not support build != host.
858
73b03683
MK
8592004-08-14 Mark Kettenis <kettenis@gnu.org>
860
861 * gdbint.texinfo (Host Definition): Delete description of
862 FCLOSE_PROVIDED and GETENV_PROVIDED.
863
c0ccb908
MK
8642004-08-05 Mark Kettenis <kettenis@chello.nl>
865
866 * gdbint.texinfo (Host Definition): Delete description of
867 NO_SYS_FILE.
868 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
869 PTRACE_FP_BUG.
870
9c8dbfa9
AC
8712004-08-05 Andrew Cagney <cagney@gnu.org>
872
873 * gdbint.texinfo (Target Architecture Definition): Delete
874 reference to deprecated_read_fp.
875
f42accbe
AC
8762004-08-02 Andrew Cagney <cagney@gnu.org>
877
878 * gdbint.texinfo (Target Architecture Definition): Delete
879 description of DEPRECATED_REGISTER_BYTES.
880
0b66e38c
EZ
8812004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
882
883 * gdb.texinfo (Source Path): Document the new behavior of
884 searching for the source files.
885
15387254
EZ
8862004-07-17 Eli Zaretskii <eliz@gnu.org>
887
888 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
889 (Search, Expressions, Arrays, Variables, Data, Machine Code)
890 (Auto Display): Improve indexing.
891
2c07db7a
AC
8922004-07-16 Andrew Cagney <cagney@gnu.org>
893
894 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
895 "-noasync".
896
4644b6e3
EZ
8972004-07-09 Eli Zaretskii <eliz@gnu.org>
898
899 * gdb.texinfo: Fix @kindex entries so that multiple commands that
900 have the same prefix have only their prefix in the index.
901
7561d450
MK
9022004-07-03 Mark Kettenis <kettenis@gnu.org>
903
904 * gdb.texinfo (BSD libkvm Interface): New node (section)
905 (Native): Add it to the menu.
906
67bebe79
MK
9072004-07-01 Mark Kettenis <kettenis@gnu.org>
908
909 * gdbint.texinfo (Target Architecture Definition): Remove
910 PCC_SOL_BROKEN.
911
1a6923e0
MK
9122004-06-24 Mark Kettenis <kettenis@gnu.org>
913
914 * gdbint.texinfo (Target Architecture Definition): Remove
915 SUN_FIXED_LBRAC_BUG.
916
b435e160
AC
9172004-06-26 Andrew Cagney <cagney@gnu.org>
918
919 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
920
b5622e8d
AC
9212004-06-20 Andrew Cagney <cagney@gnu.org>
922
923 * gdbint.texinfo (Target Architecture Definition): Deprecate
924 USE_STRUCT_CONVENTION.
925
e0c07bf0
MC
9262004-06-19 Michael Chastain <mec.gnu@mindspring.com>
927
928 gdb.texinfo (Bug Reporting): Mention session recording,
929 with the script command or Emacs.
930
782263ab
AC
9312004-06-18 Andrew Cagney <cagney@gnu.org>
932
933 * gdbint.texinfo (Target Architecture Definition): Deprecate
934 FUNCTION_START_OFFSET.
935
03727ca6
AC
9362004-06-14 Andrew Cagney <cagney@gnu.org>
937
938 Based on changes from Karl Berry.
939 * gdb.texinfo: Do not use @sc in a direntry.
940 * stabs.texinfo: Change @dircateogry to "Software development".
941 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
942
97092415
AC
9432004-06-13 Andrew Cagney <cagney@gnu.org>
944
945 * gdbint.texinfo (Target Architecture Definition): Delete
946 description of RETURN_VALUE_ON_STACK.
947
1f6d4158
AC
9482004-06-09 Andrew Cagney <cagney@gnu.org>
949
950 * gdbint.texinfo (Native Debugging): Restore "@table @code"
951 deleted by previous patch.
952
d966f0cb
AC
9532004-06-08 Andrew Cagney <cagney@gnu.org>
954
955 * gdbint.texinfo (Native Debugging): Delete documentation on
956 ATTACH_DETACH.
957
86fe4aaa
RC
9582004-06-06 Randolph Chung <tausq@debian.org>
959
960 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
961
d4b6d575
RC
9622004-06-06 Randolph Chung <tausq@debian.org>
963
964 * gdb.texinfo (push_dummy_call): Update argument list to match
965 the new push_dummy_call method signature. Describe the function
966 argument.
967
4e8b0763
JB
9682004-05-24 Joel Brobecker <brobecker@gnat.com>
969
970 * gdb.texinfo (Starting): Document new start command.
971
59caf092
AC
9722004-05-21 Andrew Cagney <cagney@redhat.com>
973
974 * observer.texi (GDB Observers): Document "inferior_created".
975
e4a2df64
AC
9762004-05-08 Andrew Cagney <cagney@redhat.com>
977
e6b55ae2
AC
978 * gdbint.texinfo (Target Architecture Definition): Delete
979 description of DO_DEFERRED_STORES.
980
28954179
AC
981 * gdbint.texinfo (Target Architecture Definition): Delete
982 references to DEPRECATED_FIX_CALL_DUMMY.
983
434b87dd
AC
984 * gdbint.texinfo (Target Architecture Definition): Delete
985 description of DEPRECATED_CALL_DUMMY_WORDS,
986 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
987
58d28df8
AC
988 * gdbint.texinfo (Target Architecture Definition): Delete
989 description of DEPRECATED_PUSH_DUMMY_FRAME.
990
e4a2df64
AC
991 * gdbint.texinfo (Target Architecture Definition): Delete
992 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
993
2b4855ab
AC
9942004-05-07 Andrew Cagney <cagney@redhat.com>
995
996 * observer.texi (GDB Observers): Add "Debugging" section. Include
997 cross reference to "set/show debug observer".
998 * gdb.texinfo (Debugging Output): Document "set/show debug
999 observer".
1000
fcf70625
AC
10012004-05-01 Andrew Cagney <cagney@redhat.com>
1002
1003 * gdbint.texinfo (Target Architecture Definition): Delete
1004 description of DEPRECATED_PC_IN_SIGTRAMP.
1005
8ee56bcf
AC
10062004-04-30 Andrew Cagney <cagney@redhat.com>
1007
1008 * gdbint.texinfo (Target Architecture Definition): Delete
1009 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
1010
67ab9a76
OF
10112004-04-30 Orjan Friberg <orjanf@axis.com>
1012
1013 * observer.texi (GDB Observers): Correct spelling.
1014
79346bcb
OF
10152004-04-26 Orjan Friberg <orjanf@axis.com>
1016
1017 * observer.texi (GDB Observers): Add target_changed event.
1018
7a464420
AC
10192004-04-08 Andrew Cagney <cagney@redhat.com>
1020
1021 * observer.texi (GDB Observers): Rework, provide generic observer
1022 definitions and then a list of observable events.
1023
6cdf9d98
AC
10242004-04-04 Andrew Cagney <cagney@redhat.com>
1025
1026 * gdbint.texinfo (Host Definition): Delete reference to
1027 NO_SIGINTERRUPT.
1028
ddc135a4
AC
10292004-04-02 Andrew Cagney <cagney@redhat.com>
1030
1031 * gdbint.texinfo (Target Architecture Definition): Delete
1032 reference to DEPRECATED_CALL_DUMMY_LENGTH.
1033
6a1b180d
SC
10342004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1035
1036 * gdb.texinfo (TUI Commands): Document tui reg commands.
1037
d0d5df6f
AC
10382004-03-26 Andrew Cagney <cagney@redhat.com>
1039
1040 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
1041 "gdbtui".
1042 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
1043 (Contributors): Mention both Text and Terminal User Interface.
1044
aa2a3f87
AC
10452004-03-23 Andrew Cagney <cagney@redhat.com>
1046
1047 * gdbint.texinfo (Target Architecture Definition): Deprecate
1048 references to SIGTRAMP_START and SIGTRAMP_END.
1049
f561f026
AC
10502004-03-23 Andrew Cagney <cagney@redhat.com>
1051
1052 * gdbint.texinfo (Target Architecture Definition): Deprecate
1053 references to PC_IN_SIGTRAMP.
1054
33cb8b0f
AC
10552004-03-19 Andrew Cagney <cagney@redhat.com>
1056
1057 * gdbint.texinfo (Target Architecture Definition): Delete
1058 reference to GDB_TARGET_IS_HPPA.
1059
fc989b7a
AC
10602004-03-18 Andrew Cagney <cagney@redhat.com>
1061
1062 * gdbint.texinfo (Coding): Update section on gdbarch_data,
1063 describe pre_init and post_init.
1064
701b08bb
DJ
10652004-03-09 Daniel Jacobowitz <drow@mvista.com>
1066
1067 * gdb.texinfo (Debugging Output): Document values for "set debug
1068 target".
1069
faae5abe
AC
10702004-02-28 Andrew Cagney <cagney@redhat.com>
1071
1072 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
1073
dd79a6cf
JJ
10742004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1075
1076 * gdb.texinfo (breakpoints): Add information about the
1077 new "set breakpoint pending" and "show breakpoint pending"
1078 commands.
1079
e7f16015
AC
10802004-02-26 Andrew Cagney <cagney@redhat.com>
1081
1082 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
1083 in Per-architecture module data section.
1084
7161a3a6
RM
10852004-02-25 Roland McGrath <roland@redhat.com>
1086
1087 * gdb.texinfo (General Query Packets): Document qPart:... packets.
1088
2154891a
AC
10892004-02-24 Andrew Cagney <cagney@redhat.com>
1090
1091 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
1092 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
1093 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 1094
6c74ac8b
AC
10952004-02-17 Andrew Cagney <cagney@redhat.com>
1096
1097 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
1098
19772a2c
AC
10992004-02-16 Andrew Cagney <cagney@redhat.com>
1100
1101 * gdbint.texinfo (Target Architecture Definition): Deprecate
1102 FRAMELESS_FUNCTION_INVOCATION.
1103
c9830293
AC
11042004-02-16 Andrew Cagney <cagney@redhat.com>
1105
1106 * gdbint.texinfo (Coding): Mention -Wunused-function.
1107
b9d26eb9
AC
11082004-02-14 Andrew Cagney <cagney@redhat.com>
1109
1110 * gdbint.texinfo (Target Architecture Definition): Delete
1111 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
1112
49efadf5
EZ
11132004-02-12 Elena Zannoni <ezannoni@redhat.com>
1114
1115 * gdb.texinfo: Properly quote the name "C++".
1116 * gdbint.texinfo: Ditto.
1117 * stabs.texinfo: Ditto.
1118
1eb288ea
EZ
11192004-02-11 Elena Zannoni <ezannoni@redhat.com>
1120
1121 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
1122 minimal information about libiberty.
1123
e4937fc1
MC
11242004-02-06 Michael Chastain <mec.gnu@mindspring.com>
1125
1126 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
1127
a9331b3f
RM
11282004-02-04 Roland McGrath <roland@redhat.com>
1129
1130 * gdb.texinfo (Auxiliary Vector): New node (section).
1131 (Data): Add it to the menu.
1132
2650777c
JJ
11332004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1134
1135 * gdb.texinfo (Breakpoints): Add information about pending
1136 breakpoint support.
1137
b4501125
AC
11382004-01-26 Andrew Cagney <cagney@redhat.com>
1139
1140 * gdb.texinfo (Overview): Delete references to the cisco protocol
1141 including the "N" response.
1142
74055713
AC
11432004-01-26 Andrew Cagney <cagney@redhat.com>
1144
1145 * gdbint.texinfo (Target Architecture Definition): Rename
1146 EXTRACT_STRUCT_VALUE_ADDRESS to
1147 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 1148
3bbe9696
EZ
11492004-01-24 Eli Zaretskii <eliz@gnu.org>
1150
1151 * gdb.texinfo (KOD): Document "show os". Add index entries for
1152 "set/show os" and "info cisco" commands.
1153
5843504f
EZ
11542004-01-21 Eli Zaretskii <eliz@gnu.org>
1155
1156 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
1157
9175c9a3
MC
11582004-01-19 Michael Chastain <mec.gnu@mindspring.com>
1159
1160 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
1161 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
1162
8e94b928
NR
11632004-01-19 Nick Roberts <nick@nick.uklinux.net>
1164
1165 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
1166 -stack-list-locals.
1167 (GDB/MI Variable Objects): Describe extension to
1168 -var-list-children.
1169
a20cf136
DJ
11702004-01-17 Daniel Jacobowitz <drow@mvista.com>
1171
1172 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
1173
afb18d0f
AC
11742004-01-17 Andrew Cagney <cagney@redhat.com>
1175
1176 * gdbint.texinfo (Target Architecture Definition): Delete
1177 documentation on DEPRECATED_NPC_REGNUM.
1178
b51970ac
DJ
11792004-01-13 Daniel Jacobowitz <drow@mvista.com>
1180
1181 * gdb.texinfo: Update copyright year. Mention that set
1182 follow-fork-mode is supported on GNU/Linux. Remove documentation of
1183 "set follow-fork-mode ask".
1184
0f0cffd2
AC
11852004-01-13 Andrew Cagney <cagney@redhat.com>
1186
1187 * gdbint.texinfo: Update copyright year.
1188 (Coding): Add -Wunused-label to list of -Werror warnings.
1189
c552b3bb 11902004-01-08 Jason Molenda <jmolenda@apple.com>
f7dc1244 1191 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
1192
1193 * gdb.texinfo: Update copyright.
1194 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
1195 around names, as appropriate. Minor syntax cleanup of
1196 _NSPrintForDebugger explanation. Two spaces after periods.
1197 GDBN used instead of lit. "gdb". Index entries added for
1198 print-object and _NSPrintForDebugger. @noindent added in one spot.
1199
afe157ca
EZ
12002003-11-11 Elena Zannoni <ezannoni@redhat.com>
1201
1202 * stabs.texinfo: Add dircategory and direntry commands.
1203 * annotate.texinfo: Ditto.
1204
963e2bb7
AC
12052003-11-10 Andrew Cagney <cagney@redhat.com>
1206
1207 * gdbint.texinfo (Target Architecture Definition): Replace the
1208 return_value method's "inval" and "outval" parameters with
1209 "readbuf" and "writebuf".
1210
1d8b2f28
JB
12112003-10-28 Jim Blandy <jimb@redhat.com>
1212
1213 * gdb.texinfo (The F request packet, The F reply packet): Renamed
1214 from "The `F' request packet" and "The `F' reply packet", to make
1215 texi2dvi happy.
1216 (File-I/O remote protocol extension): Update menu entries, too.
1217
36d86913
MC
12182003-10-26 Michael Chastain <mec@shout.net>
1219
1220 * gdb.texinfo (Thread Stops): Document the issue with
1221 premature return from system calls in multi-threaded programs.
1222
ce2826aa
AC
12232003-10-24 Andrew Cagney <cagney@redhat.com>
1224
1225 * annotate.texinfo: Fix "fortunatly"[sic].
1226
f24c5e49
KI
12272003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
1228
1229 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
1230 with "Hitachi" and "Mitsubishi".
1231
92ad9cd9
AC
12322003-10-20 Andrew Cagney <cagney@redhat.com>
1233
1234 * gdbint.texinfo (Target Architecture Definition): Document
1235 gdbarch_return_value. Add cross references from
1236 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
1237 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
1238
0ab4b752
MK
12392003-10-18 Mark Kettenis <kettenis@gnu.org>
1240
1241 * gdbint.texinfo (Target Architecture Definition): Document
1242 regset_from_core_section.
fb3e19c0
KI
1243
12442003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
1245
1246 * gdb.texinfo (M32R/D): Mention m32rsdi target.
1247
a9331b3f 12482003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
1249
1250 From Anthony Green <green@redhat.com>:
1251 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
1252
1485d690
KB
12532003-10-14 Kevin Buettner <kevinb@redhat.com>
1254
1255 * gdb.texinfo (Breakpoint related warnings): New node.
1256 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 1257
86d30acc
DJ
12582003-10-13 Daniel Jacobowitz <drow@mvista.com>
1259
1260 * gdb.texinfo (Remote Protocol): Document v and vCont.
1261
172c2a43
KI
12622003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1263
1264 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1265 * gdbint.texinfo: Ditto.
1266
71952f4c
AC
12672003-10-09 Andrew Cagney <cagney@redhat.com>
1268
1269 From 2003-09-18 David Anderson <davea@sgi.com>:
1270 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
1271 "command".
1272
268e2188
AC
12732003-10-03 Andrew Cagney <cagney@redhat.com>
1274
1275 * gdbint.texinfo (Target Architecture Definition): Deprecate
1276 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
1277 just target.
1278
12c266ea 12792003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 1280
f30992d4 1281 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
1282 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
1283 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
1284 * gdbint.texinfo (Target Architecture Definition): Rename
1285
12862003-09-30 Andrew Cagney <cagney@redhat.com>
1287
f30992d4 1288 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 1289 (Target Architecture Definition):
f30992d4 1290
2e092625
AC
1291 * gdbint.texinfo (Target Architecture Definition): Rename
1292 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
1293
0717ae8a
AC
12942003-09-29 Andrew Cagney <cagney@redhat.com>
1295
dad809b7
AC
1296 * gdbint.texinfo (Target Architecture Definition): Delete
1297 documentation for NEED_TEXT_START_END.
1298
0717ae8a
AC
1299 * gdbint.texinfo (Target Architecture Definition): Rename
1300 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
1301 TARGET_WRITE_PC.
a9331b3f 1302
af6cf26d
MC
13032003-09-22 Michael Chastain <mec@shout.net>
1304
1305 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
1306
ee206350
AG
13072003-09-21 Anthony Green <green@redhat.com>
1308
1309 * gdbint.texinfo (Target Architecture Definition): Fix typos.
1310
a38c9fe6
MK
13112003-09-21 Mark Kettenis <kettenis@gnu.org>
1312
1313 * gdbint.texinfo (Target Architecture Definition): Document
1314 stabs_argument_has_addr.
1315
77949794
AC
13162003-09-18 Andrew Cagney <cagney@redhat.com>
1317
1318 * gdbint.texinfo (Target Architecture Definition): Delete
1319 documentation on REGISTER_NAMES.
1320
8e823e25
MK
13212003-09-13 Mark Kettenis <kettenis@gnu.org>
1322
1323 * gdbint.texinfo (Target Architecture Definition): Replace
1324 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
1325
f27dd7fd
AC
13262003-09-11 Andrew Cagney <cagney@redhat.com>
1327
1328 * gdbint.texinfo (Target Architecture Definition): Replace
1329 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
1330
8b148df9
AC
13312003-08-18 Andrew Cagney <cagney@redhat.com>
1332
1333 * gdbint.texinfo (Target Architecture Definition): Document
1334 "frame_red_zone_size".
1335
25d29d70
AC
13362003-08-09 Andrew Cagney <cagney@redhat.com>
1337
1338 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
1339 with "set/show backtrace past-main" and "set/show backtrace
1340 limit".
1341
c938e9b0
L
13422003-08-08 H.J. Lu <hongjiu.lu@intel.com>
1343
1344 * Makefile.in (install-info): Support DESTDIR.
1345 (install-html): Likewise.
1346
64fabec2
AC
13472003-08-07 Andrew Cagney <cagney@redhat.com>
1348
1349 Patch from Nick Roberts.
1350 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
1351 bindings. Remove description of send-gdb-command.
1352
2fcf52f0
AC
13532003-08-07 Andrew Cagney <cagney@redhat.com>
1354
1355 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
1356 GDB 6.0.
1357
086432e2
AC
13582003-08-06 Andrew Cagney <cagney@redhat.com>
1359
1360 * gdb.texinfo (Mode Options): Mention that level three is the
1361 highest available and that level 2 is deprecated.
1362 (Annotations Overview): Mention annotation levels. Cross reference
1363 to "Limitations of the Annotation Interface" in annotate.texi.
1364 (TODO, Value Annotations, Frame Annotations): Delete section.
1365 (Displays, Breakpoint Info): Delete.
1366
e5249f67
AC
13672003-08-04 Andrew Cagney <cagney@redhat.com>
1368
1369 * agentexpr.texi: Delete @bye.
1370 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
1371 (stabs.info): Add $(srcdir) to include search path.
1372 (html): Depend on "annotate_toc.html", and not "annotate.html".
1373 * stabs.texinfo: Ditto. Include "fdl.texi".
1374 * gdbint.texinfo: Update copyright statement's list of invariant
1375 sections.
1376
e6f672d2
AC
13772003-07-28 Andrew Cagney <cagney@redhat.com>
1378
1379 * Makefile.in (INFO_DEPS): Add annotate.info.
1380 (dvi, ps, html, pdf): Add annotate.
1381 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
1382 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
1383 (ANNOTATE_DOC_FILES): New macro.
1384 (ANNOTATE_TEX_TMPS): New macro.
1385 (annotate.info, annotate_toc.html): Specify dependencies.
1386 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
1387 * annotate.texinfo: Rename annotate.texi. Get building. Add
1388 "Migrating to GDB/MI" and "Limitations of the Annotation
1389 Interface" chapters. Mention why it is not part of the user
1390 guide. Update copyright notice. Include "fdl.texi".
1391
72ffddc9
SC
13922003-07-26 Stephane Carrez <stcarrez@nerim.fr>
1393
1394 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
1395
a9f12a31
DJ
13962003-07-24 Daniel Jacobowitz <drow@mvista.com>
1397
1398 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
1399
b1fe9455
DJ
14002003-07-24 Daniel Jacobowitz <drow@mvista.com>
1401
1402 * gdb.texinfo (Server): Mention pidof.
1403
153721e6
AC
14042003-07-22 Andrew Cagney <cagney@redhat.com>
1405
1406 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
1407 list.
1408
0fac0b41
DJ
14092003-06-28 Daniel Jacobowitz <drow@mvista.com>
1410
1411 * gdb.texinfo (Logging output): New chapter.
1412
4e562065
JB
14132003-06-24 Joel Brobecker <brobecker@gnat.com>
1414
1415 * gdb.texinfo (Unsupported languages): New section.
1416 (Languages): Add link to new section.
1417
f2c06f52
AC
14182003-06-22 Andrew Cagney <cagney@redhat.com>
1419
1420 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
1421
b4177fca
DJ
14222003-06-22 Daniel Jacobowitz <drow@mvista.com>
1423
1424 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
1425
f418dd93
DJ
14262003-06-22 Daniel Jacobowitz <drow@mvista.com>
1427
1428 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
1429 * agentexpr.texi: Retitle section, and change it to an appendix.
1430 Comment out texinfo initialization. Factor a @var{} into two
1431 pieces to prevent makeinfo warnings.
1432 * gdb.texinfo: Add Agent Expressions appendix.
1433
4ca61388
DJ
14342003-06-19 Daniel Jacobowitz <drow@mvista.com>
1435
1436 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
1437
07f31aa6
DJ
14382003-06-18 Daniel Jacobowitz <drow@mvista.com>
1439
1440 * gdb.texinfo (Remote Debugging): New section "Connecting to a
1441 remote target". Document the "detach" and "disconnect" commands.
1442 (Server, Netware, Debug Session): Reference "Connecting to a
1443 remote target".
1444 (GDB/MI Target Manipulation): Document "-target-disconnect".
1445
2dd0da42
AC
14462003-06-13 Andrew Cagney <cagney@redhat.com>
1447
1448 * gdbint.texinfo (Target Architecture Definition): Deprecate
1449 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
1450 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
1451
e7a3abfc
JB
14522003-06-09 Jim Blandy <jimb@redhat.com>
1453
1454 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
1455
25e3a86b
AC
14562003-06-08 Andrew Cagney <cagney@redhat.com>
1457
1458 * gdbint.texinfo (Target Architecture Definition): Delete
1459 documentation on FRAME_ARGS_ADDRESS_CORRECT.
1460
a9e5fdc2
AC
14612003-06-08 Andrew Cagney <cagney@redhat.com>
1462
1463 * gdbint.texinfo (Target Architecture Definition): Document
1464 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
1465
b37303ee
AF
14662003-06-07 Adam Fedor <fedor@gnu.org>
1467
1468 * gdb.texinfo: Add Objective-C documentation.
1469
39fe6e80
AC
14702003-06-01 Andrew Cagney <cagney@redhat.com>
1471
1472 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
1473 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
1474
125309b2
AC
14752003-05-21 Andrew Cagney <cagney@redhat.com>
1476
1477 * gdbint.texinfo (Target Architecture Definition): Delete
1478 references to "extract_address" and "store_address".
1479
b8b527c5
AC
14802003-05-16 Andrew Cagney <cagney@redhat.com>
1481
1482 * gdbint.texinfo (Target Architecture Definition): Replace
1483 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
1484 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
1485
50e3ee83
TR
14862003-05-14 Theodore A. Roth <troth@openavr.org>
1487
1488 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
1489
44e2be90
L
14902003-05-10 H.J. Lu <hongjiu.lu@intel.com>
1491
1492 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
1493 (gdb.dvi): Likewise.
1494 (gdb.pdf): Likewise.
1495 (links2roff): Likewise.
1496
df5215a6
JB
14972003-05-08 Jim Blandy <jimb@redhat.com>
1498
1499 * gdb.texinfo (Dump/Restore Files): Update documentation for
1500 'dump', 'append', and 'restore': note that format argument is
1501 optional; simplify presentation of the command variants; and be
1502 more precise about the formats.
1503
5e7b2f39
JB
15042003-05-07 Jim Blandy <jimb@redhat.com>
1505
1506 * gdb.texinfo (Symbols): Update documentation: 'maint list
1507 symtabs' and 'maint list psymtabs' have been renamed 'maint info
1508 symtabs' and 'maint info psymtabs'.
1509
b1e29e33
AC
15102003-05-05 Andrew Cagney <cagney@redhat.com>
1511
1512 * gdbint.texinfo (Target Architecture Definition): Make
1513 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
1514 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
1515 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
1516
00905d52
AC
15172003-05-04 Andrew Cagney <cagney@redhat.com>
1518
1519 * gdb.texinfo (Maintenance Commands): Document "maint print
1520 dummy-frames".
1521
54ff5908
AC
15222003-05-04 Andrew Cagney <cagney@redhat.com>
1523
1524 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
1525
32e7087d
JB
15262003-05-03 J. Brobecker <brobecker@gnat.com>
1527
1528 Thierry Schneider <tpschneider1@yahoo.com>
1529 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
1530 for new MI command.
1531
7043d8dc
AC
15322003-05-03 Andrew Cagney <cagney@redhat.com>
1533
1534 * gdbint.texinfo (Target Architecture Definition): Document
1535 push_dummy_code. Add cross references.
1536
e33d66ec
EZ
15372003-05-02 Elena Zannoni <ezannoni@redhat.com>
1538
1539 * gdb.texinfo (Character Sets): Update to reflect new behavior of
1540 set/show charsets commands.
1541
0ba6dca9
AC
15422003-04-28 Andrew Cagney <cagney@redhat.com>
1543
1544 * gdbint.texinfo (Target Architecture Definition): Replace
1545 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
1546 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
1547
d7a27068
AC
15482003-04-28 Andrew Cagney <cagney@redhat.com>
1549
1550 * gdbint.texinfo (Target Architecture Definition): Rename
1551 "tm_print_insn" to "deprecated_tm_print_insn".
1552
44ea7b70
JB
15532003-04-09 Jim Blandy <jimb@redhat.com>
1554
1555 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
1556 list psymtabs'.
1557
fb8f8949
AC
15582003-04-08 Andrew Cagney <cagney@redhat.com>
1559
1560 * gdbint.texinfo (Target Architecture Definition): Delete
1561 references to EXTRA_FRAME_INFO.
1562
32fb0f22
AC
15632003-04-08 Andrew Cagney <cagney@redhat.com>
1564
1565 * gdbint.texinfo (Target Architecture Definition): Delete
1566 PRINT_TYPELESS_INTEGER.
1567
6be67e67
JB
15682003-04-02 J. Brobecker <brobecker@gnat.com>
1569
1570 * observer.texi (GDB Observers): Adjust the documentation for the
1571 normal_stop notification to better describe reality. Fix a couple
1572 of minor typos.
1573
4e35d5f0
BR
15742003-04-02 Bob Rossi <bob_rossi@cox.net>
1575
a9331b3f 1576 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
1577 '-file-list-exec-source-file'
1578
e8a8712a
AC
15792003-03-31 Andrew Cagney <cagney@redhat.com>
1580
1581 * gdbint.texinfo (Target Architecture Definition): Delete
1582 references to CALL_DUMMY_P.
1583
6c0e89ed
AC
15842003-03-30 Andrew Cagney <cagney@redhat.com>
1585
1586 * gdbint.texinfo (Target Architecture Definition): Remove
1587 reference to TARGET_WRITE_SP.
a9331b3f 1588
378bfd1b
AC
15892003-03-27 Andrew Cagney <cagney@redhat.com>
1590
1591 * gdbint.texinfo (Target Architecture Definition): Remove
1592 references to write_sp.
6c0e89ed 1593
922fbb7b
AC
15942003-03-27 Andrew Cagney <cagney@redhat.com>
1595
1596 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
1597 chapter body. Use @smallexample instead of @example.
1598 (Annotations): Ditto.
1599 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
1600 annotate.texi.
1601
b81774d8
AC
16022003-03-26 Andrew Cagney <cagney@redhat.com>
1603
1604 * gdbint.texinfo (Target Architecture Definition): Replace
1605 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
1606 dummy_addr parameters.
1607
1bf6d5cc
AC
16082003-03-25 Andrew Cagney <cagney@redhat.com>
1609
1610 * gdbint.texinfo (Target Architecture Definition): Delete
1611 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
1612 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
1613 Add reference to PUSH_ARGUMENTS.
1614
618ce49f
AC
16152003-03-23 Andrew Cagney <cagney@redhat.com>
1616
1617 * gdbint.texinfo (Algorithms, Target Architecture Definition):
1618 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
1619
bcd7e15f
JB
16202003-03-18 J. Brobecker <brobecker@gnat.com>
1621
1622 * gdbint.texinfo (Algorithms): Add new section describing the
1623 Observer paradigm.
1624 (Top): Add menu entry to new observer appendix.
1625 * observer.texi: New file.
1626 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
1627 new observer.texi file.
1628
9fe8321b
AC
16292003-03-17 Andrew Cagney <cagney@redhat.com>
1630
1631 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
1632 that GNU Press update the manual version number.
1633
ac2adee5
AC
16342003-03-12 Andrew Cagney <cagney@redhat.com>
1635
1636 * gdbint.texinfo (Target Architecture Definition): Delete
1637 references to get_saved_register. Rename GET_SAVED_REGISTER to
1638 DEPRECATED_GET_SAVED_REGISTER.
1639
749b82f6
AC
16402003-03-13 Andrew Cagney <cagney@redhat.com>
1641
1642 * gdbint.texinfo (Target Architecture Definition): Replace
1643 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
1644
8bedc050
AC
16452003-03-12 Andrew Cagney <cagney@redhat.com>
1646
1647 * gdbint.texinfo (Target Architecture Definition): Rename
1648 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 1649
0ce1b118
CV
16502003-03-10 Corinna Vinschen <vinschen@redhat.com>
1651
1652 * gdb.texinfo: Add File-I/O documentation.
1653
12cc2063
AC
16542003-03-10 Andrew Cagney <cagney@redhat.com>
1655
1656 * gdbint.texinfo (Target Architecture Definition): Cross reference
1657 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
1658
7453dc06
AC
16592003-03-07 Andrew Cagney <cagney@redhat.com>
1660
1661 * gdb.texinfo (Debugging Output): Mention the "set/show debug
1662 frame" command.
1663
6314f104
AC
16642003-03-05 Andrew Cagney <cagney@redhat.com>
1665
1666 * gdbint.texinfo (Target Architecture Definition): Document
1667 unwind_dummy_id. Cross reference unwind_dummy_id and
1668 SAVE_DUMMY_FRAME_TOS.
1669
f1212245
DJ
16702003-03-05 James Ingham <jingham@apple.com>
1671 Daniel Jacobowitz <drow@mvista.com>
1672
1673 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
1674 and "show cp-abi".
1675
77e7e267
AC
16762003-03-03 Andrew Cagney <cagney@redhat.com>
1677
1678 * gdbint.texinfo (Target Architecture Definition): Document
1679 register_type.
1680
838a8221
AC
16812003-03-03 Andrew Cagney <cagney@redhat.com>
1682
1683 * stabs.texinfo (Structures): Use @samp and separate @var's
1684 instead of a single @var containing a comma separated list.
1685 (Unions): Ditto.
1686
d7f4a264
DJ
16872003-03-02 Daniel Jacobowitz <drow@mvista.com>
1688
1689 * Makefile.in (distclean): Remove config.log.
1690
f30ee0bc
AC
16912003-03-01 Andrew Cagney <cagney@redhat.com>
1692
1693 * gdbint.texinfo (Target Architecture Definition): Rename
1694 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
1695
16962003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
1697
1698 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
1699 DEPRECATED_INIT_EXTRA_FRAME_INFO.
1700
be448670
CF
17012003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
1702
1703 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
1704 (Non-debug DLL symbols): New node, describing the minimal symbols
1705 loaded from DLLs without real debugging symbols.
1706
501eef12
AC
17072003-02-20 Andrew Cagney <ac131313@redhat.com>
1708
1709 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
1710 hardware-breakpoint-limit".
1711 (Set Watchpoints): Add cross reference to "set remote
1712 hardware-watchpoint-limit".
1713 (Remote configuration options): New section.
1714
21c294e6
AC
17152003-02-04 Andrew Cagney <ac131313@redhat.com>
1716
e9be73e4
AC
1717 * gdbint.texinfo (Target Architecture Definition): Delete
1718 descrption of IS_TRAPPED_INTERNALVAR.
1719
21c294e6
AC
1720 From Keith Seitz <keiths@redhat.com>:
1721 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
1722 option "-i"/"--interpreter" to this chapter. Include index
1723 entries.
1724
0179ffac
DC
17252003-02-04 David Carlton <carlton@math.stanford.edu>
1726
1727 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
1728 (Variables): Recommend stabs+ and DWARF 2.
1729 (C plus plus expressions): Correct info about
1730 compiler versions, debug formats.
1731 (Contributors): Change 'DWARF2' to 'DWARF 2'.
1732 PR symtab/874.
1733
7ca9f392
AC
17342003-02-01 Andrew Cagney <ac131313@redhat.com>
1735
1736 * gdbint.texinfo (Target Architecture Definition): Delete
1737 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
1738 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
1739 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
1740 references to nindy and i960.
1741 * gdb.texinfo (i960): Delete all references to i960 and nindy.
1742
31a85ea2
AC
17432003-02-01 Andrew Cagney <ac131313@redhat.com>
1744
1745 * gdbint.texinfo (Target Architecture Definition): Delete
1746 FLOAT_INFO.
1747
6b894e49
AC
17482003-01-30 Andrew Cagney <ac131313@redhat.com>
1749
1750 * stabs.texinfo (Member Type Descriptor): Clarify description of
1751 `@'. Suggested by Ben Hutchings.
1752
c48861fb
AC
17532003-01-29 Andrew Cagney <ac131313@redhat.com>
1754
1755 * gdb.texinfo (M68K): Delete reference to es1800.
1756
617073a9
AC
17572003-01-29 Andrew Cagney <ac131313@redhat.com>
1758
1759 * gdb.texinfo (Maintenance Commands): Document `maint print
1760 reggroups' and `maint print register-groups'.
1761 * gdbint.texinfo (Target Architecture Definition): Document
1762 register_reggroup_p.
1763
5b5d99cf
JB
17642003-01-23 Jim Blandy <jimb@redhat.com>
1765
1766 * gdb.texinfo (Separate Debug Files): New section.
1767
e7ba9c65
DJ
17682003-01-22 Daniel Jacobowitz <drow@mvista.com>
1769
1770 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
1771 and "maint show profile".
1772
94e91d6d
MC
17732003-01-16 Michael Chastain <mec@shout.net>
1774
1775 * gdb.texinfo (Installing GDB): Warn against
1776 ".../gdb-VERSION/gdb/configure".
1777 (Separate Objdir): Likewise.
1778
867f3898
AC
17792003-01-15 Andrew Cagney <ac131313@redhat.com>
1780
1781 * gdbint.texinfo (Target Architecture Definition): Delete
1782 definition of PRINT_REGISTER_HOOK.
1783
f153cc92
EZ
17842003-01-15 Elena Zannoni <ezannoni@redhat.com>
1785
1786 (OpenRISC 1000): Fix formatting of command names.
1787
c60eb6f1
EZ
17882003-01-15 Elena Zannoni <ezannoni@redhat.com>
1789
1790 * gdb.texinfo (Continuing and Stepping): Add new command
1791 'advance'. Clarify behavior of 'until'.
1792
f5ebfba0
DJ
17932003-01-13 Daniel Jacobowitz <drow@mvista.com>
1794
1795 * gdb.texinfo (Files): Document solib-absolute-prefix and
1796 solib-search-path.
1797
4ce8657e
MC
17982003-01-09 Michael Chastain <mec@shout.net>
1799
1800 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
1801 (Create a Release): Add new instructions for new @file{src-release}.
1802 Document existing instructions for @file{Makefile.in} as
1803 being for @value{GDBN} 5.3.1 or earlier.
1804
372613e3
AC
18052003-01-09 Andrew Cagney <ac131313@redhat.com>
1806
1807 * gdbint.texinfo (Target Architecture Definition): Mention
1808 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
1809 allocate memory.
1810
b4e9345d
DJ
18112003-01-04 Daniel Jacobowitz <drow@mvista.com>
1812
1813 * gdb.texinfo (Controlling GDB): Add @kindex for
1814 "show osabi".
1815 (Backtraces): Add @kindex's for backtrace-below-main.
1816
98b45e30
DJ
18172003-01-04 Daniel Jacobowitz <drow@mvista.com>
1818
1819 * gdb.texinfo (Controlling GDB): Document "set osabi".
1820
95f90d25
DJ
18212003-01-04 Daniel Jacobowitz <drow@mvista.com>
1822
1823 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
1824 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
1825
1e698235
DJ
18262003-01-04 Daniel Jacobowitz <drow@mvista.com>
1827
1828 * gdb.texinfo (Controlling GDB): Add ABI section. Document
1829 "set coerce-float-to-double".
1830 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
1831
e632838e
AC
18322003-01-02 Andrew Cagney <ac131313@redhat.com>
1833
1834 * stabs.texinfo: Remove obsolete text.
1835 * gdbint.texinfo: Ditto.
1836 * gdb.texinfo: Ditto.
1837
c133ab7a
MK
18382002-12-22 Mark Kettenis <kettenis@gnu.org>
1839
1840 * gdbint.texinfo (Target Architecture Definition): Update
1841 description of gdbarch_register_osabi.
1842
f821f325
KH
18432002-12-20 Kazu Hirata <kazu@cs.umass.edu>
1844
1845 * agentexpr.texi: Fix typos.
1846 * annotate.texi: Likewise.
1847 * fdl.texi: Likewise.
1848
85a6d8d3 18492002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
1850
1851 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
1852 DEPRECATED_INIT_FRAME_PC.
1853
ae45cd16
AC
18542002-12-01 Andrew Cagney <ac131313@redhat.com>
1855
1856 * gdbint.texinfo (Target Architecture Definition): Delete
1857 PC_IN_CALL_DUMMY.
1858
07555a72
AC
18592002-11-28 Andrew Cagney <ac131313@redhat.com>
1860
1861 * gdbint.texinfo (Host Definition): Delete documentation on
1862 USE_GENERIC_DUMMY_FRAMES.
1863
c166cdc7
EZ
18642002-11-26 Elena Zannoni <ezannoni@redhat.com>
1865
1866 Fix PR gdb/723 and PR gdb/245.
1867 * Makefile.in (install-info): Run the install-info command as part
1868 of the post install steps only.
1869 (uninstall-info): New target.
1870 (uninstall): New target.
1871
35db0260
EZ
18722002-11-22 Elena Zannoni <ezannoni@redhat.com>
1873
1874 * Makefile.in (install): Make install do some real work.
1875
9ba8d803
AC
18762002-11-19 Andrew Cagney <ac131313@redhat.com>
1877
1878 Fix POSIX problem reported by Paul Eggert.
1879 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
1880 Fix PR gdb/527.
1881
903ad3a6
AC
18822002-10-26 Andrew Cagney <cagney@redhat.com>
1883
1884 * gdbint.texinfo (Target Architecture Definition): Delete
1885 definition of DO_REGISTERS_INFO.
1886
f2abfe65
KB
18872002-10-18 Kevin Buettner <kevinb@redhat.com>
1888
1889 * gdbint.texinfo (Address Classes): Fix problems with insertion
1890 of ``{'' and ``}'' in example.
1891
b5b0480a
KB
18922002-10-17 Kevin Buettner <kevinb@redhat.com>
1893
1894 * gdbint.texinfo (Address Classes): New section.
1895 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
1896 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
1897 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
1898 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
1899
c85508ee
KD
19002002-10-11 Klee Dienes <kdienes@apple.com>
1901
1902 * gdb.texinfo (Registers): Mention vector registers as well as
1903 floating registers in the documentation for 'info registers' and
1904 'info all-registers'.
1905
6d12fc3d
DJ
19062002-10-11 Daniel Jacobowitz <drow@mvista.com>
1907
1908 * gdbint.texinfo (CPLUS_MARKER): Remove item.
1909
8d19fbd2
JJ
19102002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1911
1912 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
1913 interface definition.
1914
a37295f9
MM
19152002-10-03 Marko Mlinar <markom@opencores.org>
1916
1917 * gdb.texinfo (Target Commands): Add or1k target specific
1918 commands.
1919 * gdb.texinfo (Contributors): Add myself to the contributors list.
1920
da0f9dcd
AC
19212002-10-01 Andrew Cagney <ac131313@redhat.com>
1922
1923 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
1924 and "mi1" instead of "mi1" and "mi0".
1925
2e834e49
HPN
19262002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
1927
1928 * gdb.texinfo (Packets): Fix typos "alligned".
1929 Correct z3/Z3 description. Correct z4/Z4 title.
1930
050be0dc
AC
19312002-09-27 Andrew Cagney <ac131313@redhat.com>
1932
1933 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
1934
1104b9e7
KB
19352002-09-25 Kevin Buettner <kevinb@redhat.com>
1936
1937 * gdb.texinfo: Use GNU/Linux instead of Linux.
1938
512217c7
AC
19392002-09-25 Andrew Cagney <ac131313@redhat.com>
1940
1941 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
1942
10998722
AC
19432002-09-24 Andrew Cagney <ac131313@redhat.com>
1944
512217c7 1945 * gdb.texinfo: Replace @example with @smallexample.
10998722 1946
a0eb71c5
KB
19472002-09-20 Kevin Buettner <kevinb@redhat.com>
1948
f7dc1244 1949 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
1950 * gdb.texinfo (Character Sets): Use @smallexample instead of
1951 @example. Use GNU/Linux instead of Linux.
1952
19532002-09-20 Jim Blandy <jimb@redhat.com>
1954
1955 * gdb.texinfo: Add character set documentation.
1956
2f870471
AC
19572002-09-19 Andrew Cagney <ac131313@redhat.com>
1958
1959 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
1960 (Packets): Add cross reference from `b' packet to `z' packets.
1961
790eb8f5
AC
19622002-09-19 Andrew Cagney <ac131313@redhat.com>
1963
8d30a00d
AC
1964 * gdb.texinfo (Maintenance Commands): Document ``maint
1965 internal-error'' and ``maint internal-warning''.
1966
790eb8f5
AC
1967 * gdbint.texinfo (Target Architecture Definition): Revise
1968 description of STACK_ALIGN. Add description of FRAME_ALIGN.
1969
a23a7bf1
JB
19702002-09-19 Joel Brobecker <brobecker@gnat.com>
1971
1972 * gdbint.texinfo (Target Conditionals): Document the new
1973 NAME_OF_MALLOC macro.
1974
299ffc64
AC
19752002-09-05 Andrew Cagney <ac131313@redhat.com>
1976
1977 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
1978 engineer.
1979
b7bb15bc
SC
19802002-09-02 Stephane Carrez <stcarrez@nerim.fr>
1981
1982 * gdb.texinfo (TUI Overview): Document status line fields.
1983
3d757584
SC
19842002-09-02 Stephane Carrez <stcarrez@nerim.fr>
1985
1986 * gdb.texinfo (TUI Commands): Document info win command.
1987
269c21fe
SC
19882002-09-01 Stephane Carrez <stcarrez@nerim.fr>
1989
1990 * gdb.texinfo (TUI Overview): Document breakpoint markers.
1991
7cf36c78
SC
19922002-09-01 Stephane Carrez <stcarrez@nerim.fr>
1993
1994 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
1995 (TUI Keys): Likewise.
1996
d2c6833e
AC
19972002-08-25 Andrew Cagney <ac131313@redhat.com>
1998
1999 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
2000 for a packet receive.
2001
46d8b1c3
AC
20022002-08-25 Andrew Cagney <ac131313@redhat.com>
2003
2004 * Makefile.in (clean): Move to end of file.
2005 (distclean, maintainer-clean, realclean): Ditto.
2006 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
2007 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
2008 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
2009 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
2010
b0787093
AC
20112002-08-24 Andrew Cagney <ac131313@redhat.com>
2012
2013 * Makefile.in (GDBINT_TEX_TMPS): Define.
2014 (gdbint.dvi, gdbint.pdf): Use
2015 (GDB_TEX_TMPS): Define.
2016 (gdb.dvi, gdb.pdf): Use.
2017 (STABS_TEX_TMPS): Define.
2018 (stabs.dvi, stabs.pdf): Use.
2019 (GDB_DOC_SOURCE_INCLUDES): New macros.
2020 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
2021 (GDBINT_DOC_FILES_INCLUDES): New macros.
2022 (GDBINT_DOC_BUILD_INCLUDES): New macros.
2023 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
2024 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
2025 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
2026 (links2roff): Replace SFILES_INCLUDED with
2027 GDB_DOC_SOURCE_INCLUDES.
2028 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
2029 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
2030 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
2031 dependencies.
2032 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
2033 dependencies.
2034 (gdbmi.texinfo): Delete rule.
2035 (inc-hist.texinfo): Delete rule.
2036 (rluser.texinfo): Delete rule.
2037
ebba8386
AC
20382002-08-23 Andrew Cagney <cagney@redhat.com>
2039
2040 * gdbint.texinfo (Target Architecture Definition): Update
2041 STORE_RETURN_VALUE, mention regcache.
2042
0ab7a791
AC
20432002-08-21 Andrew Cagney <ac131313@redhat.com>
2044
2045 * gdbint.texinfo (Target Architecture Definition): Document
2046 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
2047
ee2d5c50
AC
20482002-08-19 Andrew Cagney <ac131313@redhat.com>
2049
2050 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
2051 Fix minor typos. Add index entries.
2052
53c69bd7
AC
20532002-08-18 Andrew Cagney <ac131313@redhat.com>
2054
2055 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
2056
e76f1f2e
AC
20572002-08-15 Andrew Cagney <ac131313@redhat.com>
2058
2059 * gdbint.texinfo (Target Architecture Definition): Document
2060 PRINT_VECTOR_INFO.
2061 * gdb.texinfo (Vector Unit): Document "info vectors" command.
2062
0680b120
AC
20632002-08-13 Andrew Cagney <ac131313@redhat.com>
2064
2065 * gdb.texinfo (Maintenance Commands): Document "maint print
2066 registers", "maint print raw-registers" and "maint print
2067 cooked-registers".
2068
3c3bea1c
GS
20692002-08-08 Grace Sainsbury <graces@redhat.com>
2070
a9331b3f 2071 From Mark Salter:
3c3bea1c
GS
2072 * gdb.texinfo (Protocol): Document T packet extension to
2073 allow watchpoint address reporting.
2074
42f9b0a5
AC
20752002-08-03 Andrew Cagney <ac131313@redhat.com>
2076
2077 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
2078
db034ac5
AC
20792002-08-01 Andrew Cagney <cagney@redhat.com>
2080
2081 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
2082 to CHILL.
2083
e2b28d04
AC
20842002-08-01 Andrew Cagney <ac131313@redhat.com>
2085
2086 * gdbint.texinfo (Coding): Revise section "Include Files".
2087
7fb623f7
AC
20882002-07-24 Andrew Cagney <cagney@redhat.com>
2089
2090 * gdbint.texinfo: Obsolete references to m88k.
2091 * gdb.texinfo: Ditto.
2092
4a2b4636
JB
20932002-07-10 Joel Brobecker <brobecker@gnat.com>
2094
7fb623f7 2095 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
2096 where the proper version of autoconf can be retrieved.
2097
a71ec265
DH
20982002-07-09 Don Howard <dhoward@redhat.com>
2099
2100 * gdb.texinfo (Command Files): Further describe the behavior of
2101 sourced command files.
2102
b9aa90c9
AC
21032002-06-27 Andrew Cagney <ac131313@redhat.com>
2104
2105 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
2106 (Coding): Clarify ISO C version that GDB assumes.
2107
40dd2248
TT
21082002-06-26 Tom Tromey <tromey@redhat.com>
2109
2110 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
2111 add_setshow_cmd_full.
2112
bfac230e
DH
21132002-06-25 Don Howard <dhoward@redhat.com>
2114
2115 * gdb.texinfo (Memory Region Attributes): Document new behavior
2116 for 'mem' command.
2117
475b0867
JB
21182002-06-11 Jim Blandy <jimb@redhat.com>
2119
919d772c
JB
2120 * gdb.texinfo (Symbols): Update documentation for `info source'
2121 command.
2122
475b0867
JB
2123 * gdb.texinfo (Macros): Call the command `info macro', not
2124 `show macro'.
2125
ba8c9337
AC
21262002-06-09 Andrew Cagney <ac131313@redhat.com>
2127
2128 * gdbint.texinfo (Coding): Add section ``Per-architecture module
2129 data''.
2130
1029b7fa
MK
21312002-06-09 Mark Kettenis <kettenis@gnu.org>
2132
2133 * gdbint.texinfo (Target Architecture Definition): Document
2134 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
2135
16737d73
AC
21362002-06-08 Andrew Cagney <ac131313@redhat.com>
2137
2138 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
2139 lists.
2140
30107679
AC
21412002-06-08 Andrew Cagney <ac131313@redhat.com>
2142
2143 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
2144 Branch''.
2145
3352e23e
AC
21462002-06-01 Andrew Cagney <ac131313@redhat.com>
2147
2148 * gdbint.texinfo (Target Architecture Definition): Add section
2149 ``Converting an existing Target Architecture to Multi-arch''.
2150
cbb09e6a
AC
21512002-05-30 Andrew Cagney <ac131313@redhat.com>
2152
2153 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
2154 to ``Obsoleting code''. Revise.
2155
e2e0bcd1
JB
21562002-05-17 Jim Blandy <jimb@redhat.com>
2157
2158 * gdb.texinfo (C Preprocessor Macros): New chapter.
2159 Include it in the main menu.
2160 (Contributors): Credit Jim Blandy with macro support.
2161 (Compilation): Explain how to get macro information into the
2162 executable.
2163 (Expressions): Note that preprocessor macros are expanded.
2164
9db8d71f
DJ
21652002-05-14 Daniel Jacobowitz <drow@mvista.com>
2166
2167 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
2168 options for `target remote'.
2169
6d531722
AC
21702002-05-13 Andrew Cagney <ac131313@redhat.com>
2171
2172 * gdbint.texinfo (Target Architecture Definition): Delete
2173 documentation on NNPC_REGNUM.
2174
13d01224
AC
21752002-05-11 Andrew Cagney <ac131313@redhat.com>
2176
2177 * gdbint.texinfo (Target Architecture Definition): Document
2178 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
2179 (Target Architecture Definition): Revise section `Using Different
2180 Register and Memory Data Representations'. Add section `Raw and
2181 Virtual Register Representations'.
2182
b2e75d78
AC
21832002-05-11 Andrew Cagney <ac131313@redhat.com>
2184
2185 * gdbint.texinfo (Target Architecture Definition): Mention
2186 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
2187 (Target Architecture Definition): Mention same. Add references to
2188 web pages.
2189
2c8682ee
MS
21902002-05-08 Michael Snyder <msnyder@redhat.com>
2191
2192 * stabs.texinfo (Attributes): Document new "vector" attribute.
2193
0816590b
AC
21942002-05-04 Andrew Cagney <ac131313@redhat.com>
2195
2196 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
2197
2653173e
AC
21982002-05-04 Andrew Cagney <ac131313@redhat.com>
2199
2200 * gdb.texinfo: Delete obsolete references to a29k.
2201
d7bd68ca
AC
22022002-04-24 Andrew Cagney <ac131313@redhat.com>
2203
2204 * gdbint.texinfo (Target Architecture Definition): Replace
2205 IN_SIGTRAMP with PC_IN_SIGTRAMP.
2206
21d83aa5
DM
22072002-04-24 David S. Miller <davem@redhat.com>
2208
2209 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
2210
7673a6cc
DM
22112002-04-21 David S. Miller <davem@redhat.com>
2212
2213 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
2214
d49d1e0a
AC
22152002-04-21 Andrew Cagney <ac131313@redhat.com>
2216
2217 * gdbint.texinfo (Target Architecture Definition): Delete
2218 definition of HAVE_REGISTER_WINDOWS.
2219
f7dc1244 22202002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
2221
2222 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
2223 "Theodore A. Roth" <troth@verinet.com>.
2224
5ca0cb28
DH
22252002-04-15 Don Howard <dhoward@redhat.com>
2226
f7dc1244 2227 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 2228 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 2229 Provide a better explaination of this feature.
5ca0cb28 2230
f208ba17
AC
22312002-04-14 Andrew Cagney <ac131313@redhat.com>
2232
2233 * gdbint.texinfo (Target Architecture Definition): Remove
2234 FRAME_CHAIN_COMBINE.
2235
d5ba91de
MC
22362002-04-12 Michael Chastain <mec@shout.net>
2237
2238 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
2239 REG_STACK_SEGMENT.
2240
26818220
MC
22412002-04-09 Michael Chastain <mec@shout.net>
2242
2243 * gdbint.texinfo (Obsolete Conditionals): Remove references to
2244 PYRAMID_* macros.
2245
129188f6
AC
22462002-04-07 Andrew Cagney <ac131313@redhat.com>
2247
2248 * gdb.texinfo (Bug Reporting): Document that the web is the
2249 prefered way of submitting bug reports.
2250 (Bug Reporting): Delete the s-mail address as the last resort.
2251
8227c0ff
AC
22522002-04-05 Andrew Cagney <ac131313@redhat.com>
2253
2254 * gdbint.texinfo (Target Architecture Definition): Delete
2255 references to TARGET_WRITE_FP and write_fp.
2256
16d9dec6
MS
22572002-03-27 Michael Snyder <msnyder@redhat.com>
2258
2259 * gdb.texinfo: Document new commands dump, append, and restore.
2260
9ae8b82c
AC
22612002-03-27 Andrew Cagney <ac131313@redhat.com>
2262
2263 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
2264 Branch'.
2265
474c8240
AC
22662002-03-18 Andrew Cagney <ac131313@redhat.com>
2267
2268 * gdb.texinfo: Change all examples to @smallexample.
2269 * gdbint.texinfo: Ditto.
a9331b3f 2270
fb0ff88f
AC
22712002-03-18 Andrew Cagney <ac131313@redhat.com>
2272
2273 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
2274 Branches''.
2275
9bb0a4d8
AC
22762002-03-18 Andrew Cagney <ac131313@redhat.com>
2277
2278 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
2279 Policy''.
2280
937f164b
FF
22812002-03-04 Fred Fish <fnf@redhat.com>
2282
2283 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
2284 expresson, suports, dependant, trhe, perhaphs, situtations,
2285 explictily, taged, oportunity, unfortunatly).
2286
a7b40f07
AC
22872002-02-24 Andrew Cagney <ac131313@redhat.com>
2288
2289 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
2290 Remove reference to 3.12.
2291
aab4e0ec
AC
22922002-02-23 Andrew Cagney <ac131313@redhat.com>
2293
2294 * gdbint.texinfo: Include fdl.texi.
2295 (Top): Add GNU Free Documentation License.
2296 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
2297 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
2298 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
2299 (gdbint.info): Add srcdir to include path.
2300 * gdb.texinfo: Include gpl.texi.
2301 (Top): Add Copying.
2302 * gpl.texi: New file.
2303
47b95330
AC
23042002-02-23 Andrew Cagney <ac131313@redhat.com>
2305
2306 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
2307
78c47bea
PM
23082002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2309
2310 * gdb.texinfo: Document Cygwin native specific commands.
2311
56460a61
DJ
23122002-02-15 Daniel Jacobowitz <drow@mvista.com>
2313
2314 * gdb.texinfo: Document gdbserver ``--attach'' command.
2315
def71bfa
MS
23162002-02-07 Michael Snyder <msnyder@redhat.com>
2317
2318 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
2319 to @code(_ovly_debug_event).
2320
c928edc0
AC
23212002-02-07 Andrew Cagney <ac131313@redhat.com>
2322
2323 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
2324
81d46470
MS
23252002-02-06 Michael Snyder <msnyder@redhat.com>
2326
2327 * gdb.texinfo (overlays): Mention new magic symbol
2328 '_ovly_debug_event', which allows GDB to keep better track
2329 of overlays.
2330
f7dc1244 23312002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
2332
2333 * gdb.texinfo (Memory Region Attributes): Fix the wording.
2334 Suggested by Dmitry Sivachenko.
2335
2336 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
2337
15110bc3
MS
23382002-02-01 Michael Snyder <msnyder@redhat.com>
2339
2340 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
2341
6763aef9
MS
23422002-01-30 Michael Snyder <msnyder@redhat.com>
2343
ac282366
MS
2344 * gdb.texinfo: (remote protocol): Gramatical fix-up.
2345 (set trust-readonly-sections): Document.
6763aef9 2346
8642bc8f
AC
23472002-01-29 Andrew Cagney <ac131313@redhat.com>
2348
2349 * gdbint.texinfo (Releasing GDB): Revise and update.
2350
afe64c1a
AC
23512002-01-28 Andrew Cagney <ac131313@redhat.com>
2352
2353 * gdbint.texinfo (Target Architecture Definition): Delete
2354 description of TARGET_BYTE_ORDER_DEFAULT.
2355
f7dc1244 23562002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
2357
2358 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
2359 <mitya@cavia.pp.ru>.
2360
3d6e1b5a
AC
23612002-01-23 Andrew Cagney <ac131313@redhat.com>
2362
2363 * libgdb.texinfo: Delete file.
2364
6c0e9fb3
AC
23652002-01-22 Andrew Cagney <ac131313@redhat.com>
2366
2367 * gdb.texinfo: Remove makeinfo 3.12 hacks.
2368 * gdbint.texinfo: Ditto.
2369
e0ce93ac
AC
2370Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
2371
2372 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
2373
be298bcc
AC
23742002-01-22 Andrew Cagney <ac131313@redhat.com>
2375
2376 * Makefile.in: Update copyright.
2377 (TEXI2DVI): Define.
2378 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
2379 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
2380 gdb-cfg.texi.
2381 (TEXINDEX, PDFTEX): Delete makefile variables.
2382
8e04817f
AC
23832002-01-22 Andrew Cagney <ac131313@redhat.com>
2384
2385 * gdb.texinfo (Protocol): Move section to appendix.
2386
6b2f586d
AC
23872002-01-21 Andrew Cagney <ac131313@redhat.com>
2388
2389 * gdb.texinfo (Remote Debugging): Create a menu.
2390 (Top): Add ``Remote Debugging'' to menu.
2391
6f05cf9f
AC
23922002-01-21 Andrew Cagney <ac131313@redhat.com>
2393
2394 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
2395 serial protocol'' from here.
2396 (Remote Debugging): To here. New chapter.
2397
3fd3d7d2
AC
23982002-01-20 Andrew Cagney <ac131313@redhat.com>
2399
2400 * gdbint.texinfo (Target Architecture Definition): Delete
2401 description of TARGET_BYTE_ORDER_SELECTABLE_P.
2402
7fd60527
AC
24032002-01-20 Andrew Cagney <ac131313@redhat.com>
2404
2405 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
2406 are no longer needed.
2407 (Porting GDB): Add maintainer note about configure.host.
2408
c2f05ac9
AC
24092002-01-20 Andrew Cagney <ac131313@redhat.com>
2410
2411 * gdbint.texinfo (Target Architecture Definition): Remove
2412 definition of IEEE_FLOAT.
2413
f7dc1244 24142002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
2415
2416 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
2417 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
2418 <3diff@gnu.org>
231b2aad 2419
82600034
AC
24202002-01-19 Andrew Cagney <ac131313@redhat.com>
2421
2422 * gdbint.texinfo (Host Definition): Remove references to
2423 MALLOC_INCOMPATIBLE.
2424
7708fa01
AC
24252002-01-17 Andrew Cagney <ac131313@redhat.com>
2426
2427 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
2428 and xyz-xdep.o.
2429
eb12ee30
AC
24302002-01-17 Andrew Cagney <ac131313@redhat.com>
2431
2432 * gdb.texinfo (Maintenance Commands): Add appendix.
2433 (Set Breaks): Copy ``maint info breakpoint'' doco to
2434 ``Maintenance Commands'' appendix. Add reference.
2435
c9ccaa92
AC
24362002-01-17 Andrew Cagney <ac131313@redhat.com>
2437
2438 * fdl.texi: Remove next/prev from @node.
2439
f7dc1244 24402002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
2441
2442 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
2443 for monstrous @multitable (from Brian Youmans).
2444
2445 * fdl.texi: New file.
2446
2447 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2448
8973da3a
AC
24492002-01-15 Andrew Cagney <ac131313@redhat.com>
2450
2451 * gdbint.texinfo (Releasing GDB): New chapter.
2452
7d86b5d5
AC
24532002-01-14 Andrew Cagney <ac131313@redhat.com>
2454
2455 * gdb.texinfo (Embedded Processors, Calling program functions):
2456 Obsolete references to a29k.
2457
cc1cb004
AC
24582002-01-13 Andrew Cagney <ac131313@redhat.com>
2459
2460 * gdbint.texinfo (Coding): Review Cleanups section. Examples
2461 examples. Document that a code-block should do or discard its
2462 cleanups before exit.
2463
79f12247
MS
24642002-01-11 Michael Snyder <msnyder@redhat.com>
2465
2466 * gdb.texinfo (Choosing files): Change @samp to @file.
2467
19837790
MS
24682002-01-05 Michael Snyder <msnyder@redhat.com>
2469
2470 * gdb.texinfo (--pid): Document new command line option (attach).
2471
f7dc1244 24722002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
2473
2474 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
2475 in the stub.
2476
d7449b42
AC
24772002-01-04 Andrew Cagney <ac131313@redhat.com>
2478
2479 * gdbint.texinfo (Target Architecture Definition): Replace
2480 BIG_ENDIAN with BFD_ENDIAN_BIG.
2481
f23631e4
AC
24822002-01-03 Andrew Cagney <ac131313@redhat.com>
2483
2484 * gdbint.texinfo (Target Architecture Definition): Replace
2485 value_ptr with struct value pointer.
2486
72c9928d
EZ
24872002-01-02 Eli Zaretskii <eliz@gnu.org>
2488
2489 * gdb.texinfo (Free Software): Fix wording.
2490
959acfd1
EZ
24912001-12-31 Eli Zaretskii <eliz@gnu.org>
2492
2493 * gdb.texinfo (Free Software): New section ``Free Software Needs
2494 Free Documentation''.
2495
f7dc1244 24962001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
2497
2498 * stabs.texinfo:
2499 * gdb.texinfo:
2500 * gdbint.texinfo:
2501 * libgdb.texinfo:
2502 * annotate.texi: Fix the application of GFDL in the Copyright notice.
2503
6600abed
MS
25042001-12-29 Michael Snyder <msnyder@redhat.com>
2505
2506 * gdb.texinfo (maint info sections): Fix typo.
2507
f6680716
MS
25082001-12-26 Michael Snyder <msnyder@redhat.com>
2509
fe95c787
MS
2510 * gdb.texinfo (maint info sections): Document.
2511
a9331b3f 2512 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
2513 'info proc' sub-options that are currently not implemented.
2514
c3d3ce5b
JB
25152001-12-20 Jim Blandy <jimb@redhat.com>
2516
2517 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
2518
778eb05e
AC
25192001-12-15 Andrew Cagney <ac131313@redhat.com>
2520
2521 * gdbint.texinfo (Target Architecture Definition): Replace
2522 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
2523
2607059c
AC
25242001-12-01 Andrew Cagney <ac131313@redhat.com>
2525
2526 * gdbint.texinfo (Host Definition): Delete documentation on
2527 HOST_BYTE_ORDER.
2528
df0cd8c5
JB
25292001-11-30 Jim Blandy <jimb@redhat.com>
2530
2531 * gdb.texinfo (Overlays): New chapter, documenting GDB's
2532 overlay support. Add to top-level menu.
2533
88118b3a
TT
25342001-11-26 Tom Tromey <tromey@redhat.com>
2535
2536 * gdb.texinfo (Command Syntax): Document C-o binding.
2537
96565e91
CF
25382001-07-26 Christopher Faylor <cgf@redhat.com>
2539
2540 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
2541 use since it is described in the referenced section.
2542
f7dc1244 2543 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
2544 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
2545 clearer when using DJGPP.
2546
2a3d5645
CF
25472001-11-24 Christopher Faylor <cgf@redhat.com>
2548
2549 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
2550 specifically refer to MS-DOS.
2551 (command files): Mention gdb.ini is only used on MS-DOS.
2552
aa26fa3a
TT
25532001-11-21 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.texinfo (Invoking GDB): Document --args.
2556 (Mode Options): Likewise.
2557
4f8ada06
JB
25582001-11-21 Jim Blandy <jimb@redhat.com>
2559
2560 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2561 Delete documentation; this macro has been removed from the
2562 sources.
2563
3fe0dc10
JB
25642001-11-13 Jim Blandy <jimb@redhat.com>
2565
2566 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
2567
9e5abb06
CV
25682001-11-06 Corinna Vinschen <vinschen@redhat.com>
2569
2570 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
2571
1c5dfdad
MS
25722001-11-05 Michael Snyder <msnyder@redhat.com>
2573
a9331b3f 2574 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
2575 quote regexp chars in function names such as "operator*()".
2576
990f9fe3
FF
25772001-11-01 Fred Fish <fnf@redhat.com>
2578
2579 * gdbint.texinfo (SOLIB_ADD): Document additional new
2580 "readsyms" arg.
2581
b433d00b
DH
25822001-10-30 Don Howard <dhoward@redhat.com>
2583
070b1dd3
DH
2584 * gdb.texinfo: (Command Files) Added documentation for the
2585 behavior of gdb with input redirected from a file.
b433d00b 2586
b7209cb4
FF
25872001-10-28 Fred Fish <fnf@redhat.com>
2588
2589 * gdb.texinfo (auto-solib-add): Change docs to match
2590 implementation change.
2591 (auto-solib-limit): Add docs for new variable.
2592
1aa20aa8
AC
25932001-10-15 Andrew Cagney <ac131313@redhat.com>
2594
2595 * gdbint.texinfo (Target Architecture Definition): Function
2596 value_as_pointer renamed to value_as_address.
2597
fc0c74b1
AC
25982001-10-15 Andrew Cagney <ac131313@redhat.com>
2599
2600 * gdbint.texinfo (Target Architecture Definition): Default
2601 POINTER_TO_ADDRESS functions assume unsigned addresses.
2602 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
2603 posting by Jim Blandy.
2604
f4846649
JB
26052001-10-12 Jim Blandy <jimb@redhat.com>
2606
2607 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
2608 version of texi2html (1.64) doesn't support this flag any more.
2609
f277788b
MK
26102001-09-08 Mark Kettenis <kettenis@gnu.org>
2611
a9dc4918
MK
2612 * gdbint.texinfo (Host Definition): Remove description of
2613 MEM_FNS_DECLARED.
2614
d28379df
MK
2615 * gdbint.texinfo (Host Definition): Remove description of R_OK.
2616
f277788b
MK
2617 * gdbint.texinfo (Host Definition): Remove description of
2618 HAVE_SIGSETMASK.
2619
7ccaa899
EZ
26202001-09-04 Elena Zannoni <ezannoni@redhat.com>
2621
2622 * gdbint.texinfo (Target Architecture Definition): Add
2623 explanation of TARGET_PRINT_INSN macro.
2624
17d9d558
JB
26252001-08-30 Jim Blandy <jimb@redhat.com>
2626
2627 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
2628 Explain what it means to load relocatable files.
2629
72cde065
JB
26302001-08-28 Jim Blandy <jimb@redhat.com>
2631
2632 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
2633 info `top' menu.
2634
9e678452
CF
2635Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
2636
2637 * gdbint.texinfo: Add a cautionary note about macro use.
2638
a2bea4c3 26392001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 2640
a2bea4c3
CV
2641 * gdb.texinfo: Explain omitting the hostname in the
2642 `target remote' command.
2643
1129bf27
DJ
26442001-07-30 Daniel Jacobowitz <drow@mvista.com>
2645
2646 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
2647 and END-INFO-DIR-ENTRY.
2648
732b3002
SC
26492001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2650
2651 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
2652
89437448
AC
26532001-07-25 Andrew Cagney <ac131313@redhat.com>
2654
2655 * gdbint.texinfo (libgdb): Rewrite.
2656
f7dc1244 26572001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
2658
2659 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
2660
c4555f82
SC
26612001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2662
2663 * gdb.texinfo (TUI): New chapter, document the TUI.
2664 (Mode Options): Document the -tui option.
2665
2f45a6e0
MK
26662001-07-23 Mark Kettenis <kettenis@gnu.org>
2667
2668 * gdbint.texinfo (Host Definition): Remove description of
2669 NEED_POSIX_SETPGID.
2670
f7dc1244 26712001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
2672
2673 * gdb.tex (DJGPP Native): New node, with descriptions of
2674 DJGPP-specific commands.
2675
be9c6c35
JM
26762001-07-19 John R. Moore <jmoore@redhat.com>
2677
2678 * gdbint.texinfo: Three misspellings.
2679
dfa249fb
AC
26802001-07-06 Andrew Cagney <ac131313@redhat.com>
2681
2682 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
2683 `test` expressions on bash. Problem reported by Colin Walters.
2684
c72e7388
AC
26852001-07-04 Andrew Cagney <ac131313@redhat.com>
2686
2687 * gdbint.texinfo (User Interface): Update ui-out documentation to
2688 refelect recent UI/MI updates.
2689
94bbb2c0
AC
26902001-07-04 Andrew Cagney <ac131313@redhat.com>
2691
2692 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
2693 interpreters.
2694
af6c57ea
AC
26952001-06-15 Andrew Cagney <ac131313@redhat.com>
2696
2697 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
2698 structure and not macros.
2699 (Host Definition): Document that much of this chapter is obsolete.
2700 (Target Architecture Definition): Update list of files that make
2701 up a target architecture.
2702 (Coding): Update.
2703
83aa8bc6
AC
27042001-06-28 Andrew Cagney <ac131313@redhat.com>
2705
2706 * gdbint.texinfo (Target Architecture Definition): Update
2707 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
2708 The latter has been changed to a true predicate.
2709
f7dc1244 27102001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
2711
2712 * annotate.texi: Add @noindent where needed. From Dmitry
2713 Sivachenko <dima@Chg.RU>.
2714 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
2715
656db9b0
AC
27162001-06-16 Andrew Cagney <ac131313@redhat.com>
2717
2718 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
2719
df2396a1
AC
27202001-06-14 Andrew Cagney <ac131313@redhat.com>
2721
2722 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
2723 returns ``OK''. Document that the ``R'' packet does not reply.
2724
0f1f2b0a
MS
27252001-06-13 Michael Snyder <msnyder@redhat.com>
2726
2727 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
2728
f7dc1244 27292001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
2730
2731 * gdb.texinfo (Signals): Clarify the default setting of signal
2732 handling.
2733
a5d7c491
AC
27342001-05-14 Andrew Cagney <ac131313@redhat.com>
2735
2736 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
2737 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
2738
05a54c4f
AC
27392001-05-12 Andrew Cagney <ac131313@redhat.com>
2740
2741 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
2742
f7dc1244 27432001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
2744
2745 * gdbint.texinfo (Clean Design and Portable Implementation):
2746 Renamed from "Clean Design".
2747 (Clean Design and Portable Implementation): Document portable
2748 methods of handling file names, and the associated macros.
2749
f7dc1244 27502001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
2751
2752 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
2753 command and provide a cross-reference to its description.
2754 (Symbols): Note that "info scope" is useful for trace experiments.
2755
f7dc1244 27562001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 2757
b37052ae
EZ
2758 * gdb.texinfo (Symbols): Document "info scope".
2759 (Tracepoints): New chapter.
2760 (Contributors): Update for v5.1.
2761 <All nodes>: Change "C++" to "C@t{++}".
2762
0ee54786
EZ
2763 * gdbint.texinfo (User Interface): A new section about ui_out
2764 functions, based on text written by Fernando Nasser.
2765
c534679c
EZ
2766 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
2767
f7dc1244 27682001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 2769
e9c75b65
EZ
2770 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
2771
2772 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
2773
2774 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
2775 Replace "GDB" with "@value{GDBN}". Fix markup.
2776
2777 * annotate.texi: Change Permissions to GFDL. Update Copyright.
2778
3d67e040
EZ
2779 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
2780 a cross-reference to its description.
2781 (Symbols): Document "info symbol".
2782
f7dc1244 27832001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
2784
2785 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
2786 subsection "x86 Watchpoints".
2787 (Target Architecture Definition): Document the macros
2788 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
2789 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
2790
b0ed3589
AC
27912001-03-20 Andrew Cagney <ac131313@redhat.com>
2792
2793 * gdbint.texinfo (Target Architecture Definition): Update
2794 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
2795 list.
2796
b6ba6518
KB
27972001-03-06 Kevin Buettner <kevinb@redhat.com>
2798
2799 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
2800 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
2801
f7dc1244 28022001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
2803
2804 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
2805
f7dc1244 28062001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 2807
17cc6a06
EZ
2808 * gdb.texinfo (Environment): Document that `path' does not change
2809 the value of PATH in GDB's own environment (it did in the past,
2810 but that was changed on March 15, 1994). Reported by Doug Evans
2811 <dje@transmeta.com>.
2812
56caf160
EZ
2813 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
2814 its line. Fix markup of commands and macros. Add an Index node
2815 and index entries.
2816
29e57380
C
28172001-01-23 J.T. Conklin <jtc@redback.com>
2818
2819 * gdb.texinfo (Memory region attributes): New manual section.
2820
1c6147de
ND
28212001-01-04 Nicholas Duffek <nsd@redhat.com>
2822
2823 * gdbint.texinfo (POP_FRAME): Document use by return_command.
2824
f7dc1244 28252000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
2826
2827 * refcard.tex: Version and copyright fixed. From Phil Edwards
2828 <pedwards@disaster.jaj.com>.
2829
0dcedd82
AC
2830Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
2831
2832 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
2833 DWARF2_REG_TO_REGNUM): Document.
2834
3b851bce
AC
2835Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
2836
2837 * gdbint.texinfo (Coding): Update current value of
2838 --enable-build-warnings. Mention --enable-gdb-build-warnings.
2839
f7dc1244 28402000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
2841
2842 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
2843 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
2844
b90a5f51
CF
28452000-11-10 Christopher Faylor <cgf@cygnus.com>
2846
2847 * gdb.texinfo: Document new 'set step-mode' command.
2848
f7dc1244 28492000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
2850
2851 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
2852 changes from Dmitry Sivachenko <dima@Chg.RU>.
2853
f7dc1244 28542000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
2855
2856 * gdb.texinfo (Hooks): Document the new post-hook functionality.
2857 From Steven Johnson <sbjohnson@ozemail.com.au>.
2858
2e685b93
MK
28592000-08-10 Mark Kettenis <kettenis@gnu.org>
2860
2861 * gdbint.texinfo (Overall Structure): Spelling fix.
2862
f7dc1244 28632000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
2864
2865 * gdbint.texinfo (Target Architecture Definition): Document that
2866 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
2867 for which REGISTER_CONVERTIBLE returns a zero value.
2868
63ac3005
EZ
28692000-07-08 Christopher Faylor <cgf@cygnus.com>
2870
2871 * Makefile.in (install-info): Find files to install in either the
2872 build or source directories (adapted from Makefile.am).
2873
bd79f757
ND
28742000-07-07 Nicholas Duffek <nsd@redhat.com>
2875
2876 * stabs.texinfo: Fix spelling errors.
2877 (String Field): FILE-NUMBER starts from 0, not 1.
2878
f7dc1244 28792000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
2880
2881 * refcard.tex: Remove \centerline from the blurb. Patch from
2882 Brian Youmans.
2883
f7dc1244 28842000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
2885
2886 * Makefile.in (install-info): Support installation from outside of
2887 the source directory. Reported by Mark Harig
2888 <markh@frazier.landmark.com>.
2889
f3b28801
C
28902000-06-20 J.T. Conklin <jtc@redback.com>
2891
2892 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
2893
449f3b6c
AC
2894Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
2895
2896 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
2897 Generate using pdftex.
2898 (PDFTEX): Define.
2899 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
2900 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
2901 @contents at the start.
2902
f7dc1244 29032000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
2904
2905 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
2906 Youmans.
2907
9e9c5ae7
AC
2908Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2909
2910 From Brian Youmans:
2911 * gdb.texinfo: Fix ``et al.''.
2912
c741b251
AC
2913Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
2914
2915 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
2916 loop.
2917
4ab64e14
JG
29182000-05-19 Jimmy Guo <guo@cup.hp.com>
2919
2920 * configure: Regenerate.
2921
f7dc1244 29222000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
2923
2924 * Makefile.in (install-info): Run install-info on installed Info
2925 files.
2926
8c70017b
AC
2927Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
2928
a7cb598a
AC
2929 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
2930 Andrew Cagney.
8c70017b 2931
f7dc1244 29322000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
2933
2934 * gdb.texinfo: Proofreading changes from Brian Youmans.
2935
bf0184be
ND
29362000-05-01 Nick Duffek <nsd@cygnus.com>
2937
2938 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
2939 startup sequence, minor edits.
2940
f7dc1244 29412000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
2942
2943 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
2944 TeX.
2945
2946 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
2947 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
2948 like `n' and `s' which look weird. Convert some of the @kindex to
2949 @vindex, when they refer to variables, not commands.
2950
33e16fad
AC
2951Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
2952
2953 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
2954
f7dc1244 29552000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
2956
2957 * Makefile.in (GDBMI_DIR): New variable.
2958 (SET_TEXINPUTS): Add $(GDBMI_DIR).
2959 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
2960 (gdbmi.texinfo): New target, for texi2roff.
2961 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
2962 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
2963
2964 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
2965 gdbmi.texinfo.
2966 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
2967 comment.
2968
d167840f
EZ
29692000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2970
2971 * gdb.texinfo (Files): Update description of add-symbol-file
2972 command.
2973
f7dc1244 29742000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
2975
2976 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
2977 prevents the build (and is generally a Bad Idea).
2978
f7dc1244 29792000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
2980
2981 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
2982 a comma inside @var.
2983 (Command Files): Index markup changes from Dmitry Sivachenko
2984 <dima@Chg.RU>.
2985
f7dc1244 29862000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
2987
2988 * Makefile.in (LN_S): Define.
2989 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
2990 invoke "ln -s" unless it is known to work.
2991
2992 * configure.in (AC_PROG_LN_S): Add.
2993
8dc7983f
JB
29942000-04-14 Jim Blandy <jimb@redhat.com>
2995
2996 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
2997 section.
2998 (Target Conditionals): Document ADDRESS_TO_POINTER,
2999 POINTER_TO_ADDRESS.
3000
1a8237e8
DB
30012000-04-11 Daniel Berlin <dan@cgsoftware.com>
3002
3003 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
3004 gdb-cfg.texi to get the value.
3005
ca526f1a
JB
30062000-04-10 Jim Blandy <jimb@redhat.com>
3007
3008 * gdbint.texinfo (Target Architecture Definition): Fix
3009 cross-references.
3010
faaafcb4
JB
30112000-04-08 Jim Blandy <jimb@redhat.com>
3012
3013 * gdbint.texinfo (Using Different Register and Memory Data
3014 Representations): New section.
3015 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
3016 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
3017 REGISTER_CONVERT_TO_RAW): Document.
3018
1b27397f
AC
3019Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
3020
3021 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
3022 for acknowledgments.
3023
480ff1fb
AC
3024Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
3025
3026 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
3027 qThreadExtraInfo.
3028
a9331b3f 30292000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 3030
a9331b3f
RM
3031 * gdb.texinfo: Clarify which remote debug protocol commands are
3032 required and which are optional.
f1251bdd 3033
dbeb8dbd
AC
3034Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
3035
3036 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
3037 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
3038 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
3039 * annotate.texi: Update.
3040
6d2ebf8b
SS
30412000-03-28 Stan Shebs <shebs@apple.com>
3042
3043 * gdb.texinfo: Update dates, bump to Eighth Edition (note
3044 expectation of additional changes before release), update
3045 ISBN, add copy of top-level menu for @ifhtml, remove explicit
3046 node links, rephrase and/or shorten lines to fix formatting
3047 problem in both regular and @smallbook formats.
3048 * annotate.texi: Shorten lines in example, use smallexample
3049 consistently everywhere.
3050 * Makefile.in: Add comment about texinfo 4.0 html generation.
3051 (SFILES_INCLUDED): Add annotate.texi.
3052
5d161b24
DB
30532000-03-27 Daniel Berlin <dan@cgsoftware.com>
3054
3055 * gdb.texinfo (Debugging Output): Added new section, documenting
3056 the "set/show debug" commands.
3057
b9deaee7
AC
3058Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
3059
3060 * annotate.texi (Annotations): When GDBN omit @chapter and @node
3061 entry.
3062
3063 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
3064 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
3065 @chapter and @node entries.
a9331b3f 3066
b9deaee7 3067 * gdb.texinfo: Link all top-level nodes.
a9331b3f 3068
9ef47d30
AC
3069Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
3070
3071 * Makefile.in (install-info): Create $(infodir) before installing
3072 files.
3073
cfeada60
FN
30742000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3075
3076 From David Whedon <dwhedon@gordian.com>
3077 * gdbint.texinfo : Added paragraphs about command deprecation.
3078
6837a0a2
DB
30792000-03-22 Daniel Berlin <dan@cgsoftware.com>
3080
3081 * gdb.texinfo: Add documentation for the apropos command.
3082
bba2971c
MS
30832000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3084
3085 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
3086
2b628194
MS
30872000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3088
a9331b3f 3089 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
3090 two places.
3091
96a2c332
SS
30922000-03-17 Stan Shebs <shebs@apple.com>
3093
3094 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
3095 <dima@Chg.RU>, also clarification of allowed content for
3096 string constants.
3097
f7dc1244 30982000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
3099
3100 * gdb.texinfo (main menu): Add Annotations.
3101 (File Options): Add @cindex entries for each command-line option.
3102 Document --epoch, --annotate, --async, --interpreter, --write,
3103 --statistics, and --version.
3104
3105 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
3106 of GDB.
3107
9d233477
JB
31082000-02-23 Jim Blandy <jimb@redhat.com>
3109
3110 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
3111
14e0eb3b
JB
31122000-02-22 Jim Blandy <jimb@redhat.com>
3113
3114 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
3115
3555de01
JM
31162000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
3117
3118 * Makefile.in (diststuff): New target.
3119
5e35df8e
KB
31202000-02-15 Kevin Buettner <kevinb@redhat.com>
3121
3122 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 3123 architecture. [From Jim Wilson.]
5e35df8e 3124
c5394b80
JM
31252000-01-16 Tom Tromey <tromey@cygnus.com>
3126
3127 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
3128 (Delete Breaks): Mention range arguments.
3129 (Disabling): Likewise.
3130
c3f6f71d
JM
31312000-01-05 Dmitry Sivachenko <dima@Chg.RU>
3132
3133 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
3134
c4093a6a
JM
3135Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
3136
3137 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
3138 valid functions.
3139
11cf8741
JM
31401999-11-05 Stan Shebs <shebs@andros.cygnus.com>
3141
3142 * gdb.texinfo: Clarify regular expressions used in rbreak.
3143
917317f4
JM
31441999-10-15 Kevin Buettner <kevinb@cygnus.com>
3145
3146 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
3147 MEMORY_REMOVE_BREAKPOINT): Document.
3148
3149Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
3150
3151 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
3152 offset re-using the DATA offset instead.
3153
2df3850c
JM
31541999-10-11 Jim Kingdon <kingdon@redhat.com>
3155
3156 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
3157
31581999-10-05 Stan Shebs <shebs@andros.cygnus.com>
3159
3160 From Dmitry Sivachenko <demon@gpad.ac.ru>:
3161 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
3162 typos.
3163
3164 * gdb.texinfo: Various minor wording and formatting improvements,
3165 mentions of additional command-line options.
3166
2acceee2
JM
31671999-09-30 Fred Fish <fnf@cygnus.com>
3168
3169 * gdb.texinfo: Document additional forms of specifying section
3170 names and addresses for the add-symbol-file command.
3171
c2c6d25f
JM
31721999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
3173
3174 * gdbint.texinfo: Fix typo, add the word "have".
3175
31761999-09-14 Jim Blandy <jimb@cris.red-bean.com>
3177
3178 * gdbint.texinfo (Target Architecture Definition): Document the
3179 SKIP_PERMANENT_BREAKPOINT macro.
3180
d4f3574e
SS
31811999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3182
3183 * gdb.texinfo: Fiks speling errers.
3184
3185 * gdb.texinfo: Fix uses of @multitable.
3186
f7dc1244 3187 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
3188 * gdb.texinfo: Include details specific to DOS host, clarify
3189 some confusing language, fix @ref/@xref/@pxref usages, add
3190 comments about using with optimization, add more indexing,
3191 fix info about disassembly-flavor.
3192
3193Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
3194
3195 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
3196 SKIP_SOLIB_RESOLVER): Define.
3197
3198Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
3199
3200 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
3201 ``g'' packets.
3202
104c1213
JM
32031999-08-30 Stan Shebs <shebs@andros.cygnus.com>
3204
3205 * gdb.texinfo: Create a new "Configurations" chapter with
3206 platform-specific info, inline remote.texi and move sections of it
3207 into the new chapter, move bits about info proc, heuristic search,
3208 and register stack into the new chapter.
3209 * remote.texi: Remove, now part of gdb.texinfo.
3210 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
3211
32121999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
3213
3214 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
3215 GDB_TARGET_IS_MACH386): These kludges have gone away.
3216
3217Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
3218
3219 * gdbint.texinfo (Target Architecture Definition): Mention
3220 TDEPLIBS.
3221
53a5351d
JM
32221999-08-20 Stan Shebs <shebs@andros.cygnus.com>
3223
3224 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
3225 surrounding text to fit HP-UX bits into general info.
3226 (HPPA-cfg.texi): Remove, no longer useful.
3227
3228 * gdb.texinfo: Remove explicit links from @node lines, remove
3229 HP-added "Detailed Node Listing" from main menu which confuses
3230 things.
3231
3232 From Dmitry Sivachenko <dima@Chg.RU>:
3233 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
3234 in description of `set environment'.
3235
32361999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3237
3238 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
3239
7be570e7
JM
32401999-08-12 Ben Elliston <bje@cygnus.com>
3241
3242 * gdbint.texinfo (Breakpoint Handling): Add missing words.
3243
f7dc1244 32441999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
3245
3246 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
3247 watch, awatch, and rwatch. Explain why the latter two cannot be
3248 set as software watchpoints. Document that watchpoints for local
3249 variables are deleted when the debuggee terminates.
3250
3251Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
3252
3253 * remote.texi (Protocol): Further clarification of the "qRcmd"
3254 packet. Allow E.. response packet. "qRcmd" packet is no longer
3255 reserved.
3256
32571999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3258
a9331b3f
RM
3259 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
3260 * gdb.texinfo: Ditto.
7be570e7 3261
96baa820
JM
32621999-08-06 Tom Tromey <tromey@cygnus.com>
3263
3264 * gdb.texinfo (KOD): New node.
3265
3266Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
3267
3268 * remote.texi (Rcmd): Fix minor formatting typos.
3269
3270Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
3271
3272 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
3273 packets.
3274
adf40b2e
JM
32751999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
3276
3277 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
3278 fixes.
3279
43ff13b4
JM
3280Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
3281
3282 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
3283
085dd6e6
JM
3284Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3285
3286 * remote.texi (Communication Protocol): ``v'' is in use. Fix
3287 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
3288 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
3289 packets that are not supported on all hosts. Expand examples.
3290 Spell check.
3291
32921999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3293
3294 * Makefile.in: Recognize html, install-html. Add targets
3295 to build HTML versions of documentation via texi2html.
3296
3297Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
3298
3299 * gdbint.texinfo (Testsuite): New chapter, information about the
3300 testsuite.
3301
3302Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
3303
3304 * remote.texi (Communication Protocol): Rewrite.
3305
3306Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
3307
3308 * stabs.texinfo: Fix uses of xref.
3309
9e0b60a8
JM
3310Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
3311
3312 * gdbint.texinfo: Add an anti-printf exhortation, and update the
3313 info about patch submission.
3314
cce74817
JM
3315Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
3316
3317 From Per Bothner <bothner@cygnus.com>:
3318 * gdb.texinfo: Document Chill support.
3319
3320Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
3321
3322 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
3323 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
3324 Document that the value should be greater-than or equal-to zero.
3325 (NO_STD_REGS): Document. Deprecate.
3326
ac9a91a7
JM
3327Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3328
3329 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
3330 Document that these are not used.
3331
3332Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3333
3334 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
3335
392a587b
JM
3336Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
3337
3338 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
3339 numargs was dropped.
3340
3341Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
3342
3343 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
3344
b83266a0
SS
3345Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
3346
3347 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
3348 Update.
3349
7a292a7a
SS
3350Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
3351
3352 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
3353 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
3354
3355Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
3356
3357 * gdbint.texinfo: Fix typos: $ -> @.
3358
3359Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
3360
3361 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
3362 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
3363 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
3364 BREAKPOINT_FROM_PC.
a9331b3f 3365
7a292a7a
SS
3366Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
3367
3368 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
3369 CALL_DUMMY_STACK_ADJUST): Document.
3370
3371Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3372
3373 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
3374 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
3375
33761999-04-02 Stan Shebs <shebs@andros.cygnus.com>
3377
3378 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
3379 longer exists.
3380
3381Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
3382
3383 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
3384 nearly all @ifset/@ifclear conditionals; nobody uses them, and
3385 they make the manual source incomprehensible.
3386 * h8-cfg.texi: Remove, hasn't been used in years.
3387
c906108c
SS
3388Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
3389
3390 * gdb.texinfo: Update the credits.
3391
3392Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3393
3394 * gdb.texinfo: Fix mistakes noticed in printout of last
3395 draft, add Alpha to discussion of heuristic fence post.
3396
3397Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
3398
3399 * gdb.texinfo, remote.texi: Many changes; update to Seventh
3400 Edition, merge some HP changes into mainline, describe some
3401 previously undocumented features, describe more of the target
3402 commands available, eliminate obsolete section on renamed
3403 commands.
3404 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
3405
3406Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
3407
3408 * gdb.texinfo: Make many HPPA conditionals unconditional,
3409 including catchpoint description, since now on for all configs.
3410 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
3411 specializations.
3412
3413Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
3414
3415 * Makefile.in (GDBvn.texi): Fix match expression to work with
3416 current format of VERSION in gdb/Makefile.in.
3417 * gdb.texinfo: Fix node ref to match new readline.
3418
3419Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
3420
a9331b3f
RM
3421 * gdb.texinfo: Changes made as part of a project to merge in
3422 changes made by HP. Documentation makes extensive use of
c906108c
SS
3423 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
3424 on remote debugging. There are differences in documentation
3425 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
3426 the HP manual discusses catchpoints, hardware watchpoints, and
3427 some HPUX specific limitations for shared library support.
a9331b3f 3428
c906108c
SS
3429 There are also a number of @node changes.
3430
34311999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
3432
3433 * gdbint.texinfo (Formatting): Disambiguate a sentence.
3434 (C Usage): Same.
3435
3436Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
3437
3438 The following changes were made by Edith Epstein
3439 <eepstein@cygnus.com> as part of a project to merge in changes
3440 made by HP.
a9331b3f 3441
c906108c
SS
3442 * HPPA-cfg.texi: new file.
3443
3444 * all-cfg.texi: set HPPA for HP PA-RISC targets.
3445
3446 * refcard.tex: change documentation about catch.
3447 removed info catch.
3448
3449Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
3450
3451 * gdbint.texinfo: Expand on GDB's coding standards,
3452 specify the use of arg names with prototypes.
3453
34541998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
3455
3456 * gdb.texinfo: Fix tipo.
3457
3458Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
3459
3460 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
3461 TARGET_BYTE_ORDER_SELECTABLE_P.
3462
3463Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
3464
3465 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
3466
34671998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
3468
3469 * agentexpr.texi: New file.
3470
3471Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
3472
3473 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
3474
34751998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
3476
3477 * remote.texi: Changed wording that implied that the GDB remote
3478 protocol caches register values instead of GDB itself.
3479
3480Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
3481
3482 * gdbint.texinfo: Add some info about symbol readers.
3483 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
3484 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
3485 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
3486 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
3487
3488Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
3489
a9331b3f 3490 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
3491
3492Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
3493
3494 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
3495
3496Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
3497
3498 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
3499 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
3500
3501Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
3502
3503 * gdbint.texinfo: Fix minor typos.
3504
3505Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
3506
3507 * gdbint.texinfo: Complete overhaul. Group descriptions more
3508 logically, add more info on generic algorithms, remove much
3509 obsolete and/or wrong material.
3510
3511Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
3512
3513 * stabs.texinfo (Method Type Descriptor): Expand and correct.
3514
3515Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
3516
3517 * refcard.tex: Copyright, address updates.
3518
3519Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
3520
3521 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
3522 for the edition instead of confusing GDB-version-like numbers.
3523
3524Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
3525
3526 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
3527
3528Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
3529
3530 * LRS: Reformat a bit to keep text under 80 columns.
3531
3532Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
3533
3534 * gdb.texinfo: Add some credits, mention bug monitor.
3535 * remote.texi: Mention mips monitor targets.
3536 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 3537
c906108c
SS
3538Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
3539
3540 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
3541 files, finish sorting of host vs target vs native macros, describe
3542 some more of them.
3543
3544Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
3545
3546 * gdbint.texinfo (Host Conditionals): Document change from
3547 using NO_MMALLOC to it's inverse, USE_MMALLOC.
3548
3549Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
3550
3551 * gdbint.texinfo (Host Conditionals): Document
3552 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
3553
3554Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
3555
3556 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
3557 Document LSEEK_NOT_LINEAR.
3558
3559Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
3560
3561 * stabs.texinfo (Stab Section Basics): Make it clear that only
3562 some versions of the GNU linker remove the leading N_UNDF symbol.
3563
3564Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
3565
3566 * stabs.texinfo (String Field): Document type number pairs here,
3567 instead of in the Sun specific section.
3568 (Include Files): The GNU linker supports the N_BINCL
3569 optimization. Clarify the N_BINCL value, and what it is used
3570 for.
3571 (Procedures): Document N_FUN with an empty string to mark the end
3572 of a function.
3573 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
3574 (Sun Differences): Remove this node, as the information is now
3575 elsewhere in the main document.
3576 (Stab Section Basics): Mention that the GNU linker may optimize
3577 stabs and remove the leading N_UNDF symbol.
3578
3579Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
3580
3581 * gdb.texinfo, refcard.tex: Restore author credit
3582
3583Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
3584
3585 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
3586 documentation to account for START and END macros taking
3587 one arg.
3588
3589Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
3590
3591 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
3592 * gdb.texinfo (Frames): Fix typo.
3593
3594Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
3595
3596 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
3597 a target_signal as arg type, not a pid.
3598
3599Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
3600
3601 * gdb.texinfo: Document `set assembly-language'.
3602
3603Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
3604
3605 * remote.texi: Update list of stubs in the GDB distribution.
3606
3607Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
3608
3609 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
3610 Also document that some systems can use mmalloc but must define
3611 this if their C runtime allocates memory that is later freed.
3612 (MMCHECK_FORCE): Document new macro.
a9331b3f 3613
c906108c
SS
3614Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
3615
3616 * remote.texi: Add documentation for target Sparclet.
3617
3618Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3619
a9331b3f 3620 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
3621 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
3622 * configure.in: Rewritten for autoconf.
3623 * configure: New.
3624
3625Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
3626
3627 * Makefile.in (DVIPS): New define, set to dvips.
3628 (dvi): Add stabs.dvi.
3629 (ps): New target.
3630 (all-doc): Depend on info, dvi, and ps targets.
3631 (STAGESTUFF): Add *.ps and *.dvi files.
3632 (clean-info, clean-dvi): Remove.
3633 (mostlyclean): Does not depend upon clean-info or clean-dvi,
3634 rules completely rewritten.
3635 (maintainer-clean): Remove clean-info and clean-dvi
3636 dependencies and put their actions in the rules.
3637 (gdb.ps): New target
a9331b3f 3638 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
3639 intermediate TeX files, whether they have 2 or 3 character
3640 extensions.
3641 (gdbint.ps): Add target and rules.
3642 (gdb-internals): Delete unused target.
3643 (Makefile): Depends upon config.status also.
3644
3645Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
3646
3647 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
3648 set.
3649
3650Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
3651
3652 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3653 * gdb.texinfo (Expressions): Fix erroneous array constant example.
3654
3655Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
3656
3657 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
3658
3659Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3660
3661 * gdb.texinfo (Print settings): Document
3662 `set/show print static-members' commands.
3663
3664Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
3665
3666 * gdbint.texinfo (Native): Document name change, coredep.c to
3667 core-aout.c.
3668
3669Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
3670
3671 * stabs.texinfo (Include Files): Document the values the SunOS4
3672 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
3673
3674Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
3675
3676 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
3677 Fix typo.
3678
3679Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
3680
3681 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
3682 "gdb.tar.Z".
3683
3684Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
3685
3686 * Makefile.in (maintainer-clean): New target, synonym for
3687 realclean.
3688
3689Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
3690
3691 * Update all FSF addresses except those in COPYING* files.
3692
3693Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
3694
3695 From Richard Earnshaw (rearnsha@armltd.co.uk):
3696 * gdb.texinfo (convenience variables): Document $_exitcode.
3697 (quit): Document optional expression to use as exit code.
3698
3699Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
3700
3701 * gdb.texinfo, remote.texi: Brought up to date with various
3702 GDB changes.
3703
3704Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
3705
3706 * gdb.texinfo: Update dates and versions, fix comments about
3707 hardware watchpoints in future releases and about the
3708 sharedlibrary command.
3709
3710Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3711
3712 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
3713 C_FUN stab. Other cleanups.
3714
3715Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3716
3717 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
3718 for the sparc stub.
3719
3720Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3721
3722 * annotate.texi: Clarify which addresses have differing formats
3723 depending on the language and which do not.
3724
3725Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3726
3727 * remote.texi (NetWare): Changed example to use BOARD= instead of
3728 NODE= argument to reflect correspoding change to gdbserve.nlm.
3729
3730Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3731
3732 * stabs.texinfo (Negative Type Numbers): Mention the fact that
3733 GDB, as well as AIX dbx, supports the size type attribute.
3734
3735Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3736
3737 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
3738
3739Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
3740
3741 * gdb.texinfo (Define): Document $arg0... arguments to commands,
3742 and new 'if' and 'while' commands.
3743
3744Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
3745
3746 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
3747
3748Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3749
3750 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
3751 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
3752 NetWare targets. Mostly stolen from the Server node.
3753
3754Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3755
3756 * gdb.texinfo (Setting): Talk about the language of a source file
3757 versus the working language. The old documentation did not match
3758 what GDB did.
3759
3760Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3761
3762 * stabs.texinfo (Source Files): Document N_SO used to mark the end
3763 of a source file.
3764
3765Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3766
3767 * gdb.texinfo (Processes): New node.
3768
3769Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
3770
3771 * remote.texi: Update documentation of set/show mipsfpu.
3772
3fc11d3e
JM
3773Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
3774
3775 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
3776 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
3777
3778Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
3779
3780 * gdbint.texinfo: Removed mentions of some incorrectly placed and
3781 obsolete conditionals, described some others.
3782
3783Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3784
3785 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
3786 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
3787
3788Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
3789
3790 * gdbint.texinfo: Put regex conditionals in their own table.
3791
3792Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
3793
3794 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
3795 described or fixed the descriptions of many others.
3796
3797Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
3798
3799 * gdb.texinfo: Add some more credits.
3800 * gdbint.texinfo: Capitalize GDB consistently, describe some
3801 macros and remove some.
3802
3803Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
3804
3805 * gdbint.texinfo: Removed mentions of many incorrectly placed and
3806 obsolete conditionals, described some others.
3807
3808Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3809
3810 * gdb.texinfo (help targets): Changed to `help target', which
3811 is the correct gdb command.
3812
3813Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3814
3815 * annotate.texi (TODO): New node, for keeping track of annotations
3816 suggested but not yet implemented.
3817
3818Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3819
3820 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
3821 another symbol, it is not the address itself.
3822
3823Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
3824
3825 * stabs.texinfo (Stab Section Basics): Add comment about alignment
3826 of stabs-in-coff sections.
3827
3828Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3829
3830 * annotate.texi: Change edition to 0.5 and date to May 1994.
3831 Add index.
3832 (Frames): New node, for frame annotation.
3833 (Displays): New node, for display annotation.
3834
3835 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
3836 when waiting for your program to stop.
3837
3838Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3839
3840 * annotate.texi (Breakpoint Info): Document annotation of header
3841 fields and record annotation.
3842
3843Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3844
3845 * annotate.texi: New file, to document annotations.
3846
3847Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3848
3849 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
3850 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
3851
3852Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3853
3854 * stabs.texinfo (Stab Section Basics): Say what is in .stab
3855 section, and say n_strx field is compilation unit relative.
3856 * stabs.texinfo: Don't use @code for a.out when it is the name of
3857 an object file format.
3858
3859Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3860
3861 * gdb.texinfo: Refer to file names, not path names, per rms
3862 convention.
3863 (Arguments): Fix typo.
3864
3865Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3866
3867 * stabs.texinfo (Global Variables): Talk about stabs in files
3868 where variables are referenced, but not defined.
3869
3870Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3871
3872 * stabs.texinfo: Move stuff on @ and # type descriptors from node
3873 Cplusplus to new nodes Member Type Descriptor and Method Type
3874 Descriptor. Re-write stuff for #.
3875
3876Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3877
3878 * gdb.texinfo (Print Settings): Don't document "set print
3879 fast-symbolic-addr off". The bug which it worked around was fixed
3880 on 25 Feb 94 in coffread.c, so I'm nuking the command.
3881
3882 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
3883 N_ENTRY node.
3884
3885 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
3886
3887Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3888
3889 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
3890 references to ieee-float.c.
3891
3892Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3893
3894 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
3895 match what the code actually does.
3896
3897Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3898
3899 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
3900
3901Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3902
3903 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
3904 i, and b.
3905
3906Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
3907
3908 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
3909 well as for ELF and SOM. Unify the descriptions of ELF and SOM
3910 as "stabs in sections" rather than just saying "ELF and SOM".
3911 Also make that stuff apply to COFF.
3912
3913Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3914
3915 * gdb.texinfo (Formatting Documentation): Change GhostScript to
3916 Ghostscript.
3917
3918Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3919
3920 * gdb.texinfo (Continuing and Stepping): When talking about "step"
3921 versus functions without line numbers, also mention stepping into
3922 them as well as "step" when you are in them. Tell the user how to
3923 deal with the situation. Add comment about "debugging information".
3924
3925Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3926
3927 * stabs.texinfo (Enumerations): Document restriction on where
3928 enumeration types can appear and still win with GDB.
3929
3930Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3931
3932 * stabs.texinfo (Negative Type Numbers): Document format for type
3933 -16.
3934
3935Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3936
3937 * gdb.texinfo (Selection, Frame Info): Update information about
3938 arbitrary frame specficiations.
3939
3940Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
3941
3942 * gdb.texinfo, remote.texi: general editing pass prior to Net release
3943
3944Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3945
3946 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
3947
3948Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3949
3950 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
3951
3952Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3953
3954 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
3955 Differences node to Statics node.
3956 (Statics): Discuss XCOFF use of V symbol descriptor.
3957
3958 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
3959 not clean.
3960
3961Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
3962
3963 * gdb.texinfo (Print Settings): Document `set print
3964 fast-symbolic-addr' and improve the doc for some other
3965 `set print's.
3966
3967Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3968
3969 * stabs.texinfo (String Field): Talk about defining several type
3970 numbers at once.
3971 Fix lint regarding changing node ELF Transformations to
3972 ELF and SOM Transformations.
3973
3974Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
3975
3976 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
3977
3978Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3979
3980 * stabs.texinfo (Cross-References): `::' is for nested types only
3981 within <>.
3982 (Structures): Document static members.
3983
3984Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3985
3986 * stabs.texinfo: Document S type attribute.
3987
3988Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
3989
3990 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
3991
3992Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
3993
3994 * gdbint.texinfo: Fix a few typos.
3995
3996Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3997
3998 * gdb.texinfo, remote.texi: formatting improvements
3999
4000 * gdb.texinfo (New Features): mention threads.
4001 (Summary, C): fix xrefs in newly contributed text.
4002 (Threads): index entries, clarifications, example
4003 (passim): minor typos fixed, phrasing improvements
4004
4005 * remote.texi (Bootstrapping): rephrase text on ^C and add index
4006 entries; (Server): explain use of gdbserver w/real-time systems,
4007 add example of conflicting TCP port; (MIPS Remote) break up
4008 running text into table, highlighting commands, and add example.
a9331b3f 4009
c906108c
SS
4010Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4011
4012 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
4013
4014Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4015
4016 * stabs.texinfo (Nested Symbols): New node.
4017 (String Field, Symbol Descriptors, Cross-References): Refer to it.
4018
4019Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4020
4021 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
4022 to picking which Bbss.bss symbol to use, and (because there seems to
4023 be no good way of doing it) re-write some of the text to make it
4024 sound like Bbss.bss isn't such a great idea after all (as currently
4025 designed).
4026
4027 * gdb.texinfo (C): In addition to saying people have to use g++ for
4028 good results, say they have to use stabs. Specifically say cfront
4029 doesn't work well.
4030 (Summary): Merge in information on Modula-2, Pascal, and Chill from
4031 the gdb README. Add xrefs to places where the support for the various
4032 languages is described in detail.
4033
4034Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4035
4036 * stabs.texinfo: Clean up stuff about visibility and virtual
4037 characters.
4038
4039 * stabs.texinfo (N_M2C): Cite Sun doc.
4040
4041Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4042
4043 * gdb.texinfo: updates re threads.
4044 * remote.texinfo: avoid index entries starting with digits.
4045
4046Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4047
4048 * stabs.texinfo (Enumerations): Talk about large, negative and
4049 octal values. Clean up cross reference to type attributes.
4050 (String Field): Say that GDB 4.11 supports size attribute.
4051
4052Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4053
4054 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
4055 is a mandatory step. Make the stuff about that more concise.
4056
4057Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4058
4059 * stabs.texinfo (Class Names): New node.
4060
4061 * gdb.texinfo (Command Files): Explain order of init file reading.
4062
4063 * remote.texi (Bootstrapping): Talk about getting the serial driver
4064 to deal with ^C sent by gdb to stop the remote system.
4065
4066Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
4067
4068 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
4069
4070 * libgdb.texinfo (Defining Commands): made the DOC arg
4071 to gdb_define_app_command a char * instead of char **
4072 per a suggestion from kingdon.
4073
4074 * libgdb.texinfo: total rewrite from a different starting
4075 premise.
4076
4077Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4078
4079 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
4080 floats passed as doubles (to improve clarity).
4081
4082Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4083
4084 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
4085
4086 * a4rc.sed: update to work with Andreas Vogel papersize params
4087
4088 * refcard.tex: use Andreas Vogel simplifications of papersize
4089 params; remove useless version info; update copyright date.
4090
4091Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4092
4093 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
4094
4095Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4096
4097 * gdb.texinfo (Files): Say what address the load command loads it at.
4098
4099 * stabs.texinfo (Common Blocks): Minor cleanups.
4100
4101 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
4102 that Sun has backed away from the linker kludge and thus the relevant
4103 issue is changes to the SunPRO tools, not the Solaris linker.
4104
4105 * stabs.texinfo (Traditional Integer Types): Clean up description
4106 of octal bounds a little bit. Document extra leading zeroes.
4107
4108Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4109
4110 * gdb.texinfo (Signaling): Update for symbolic symbol names
4111 and add a section explaining the difference between the GDB
4112 signal command and the shell kill utility.
4113
4114Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
4115
4116 * libgdb.texinfo: added `@' to braces that were unescaped.
4117
4118Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
4119
4120 * libgdb.texinfo: new file. Spec for the gdb library.
4121
4122Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4123
4124 * stabs.texinfo (Include Files): Fix typo (start -> end).
4125
4126Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4127
4128 * gdb.texinfo, remote.texi: assorted small improvements, mostly
4129 from Melissa at FSF's editing pass.
4130
4131Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4132
4133 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
4134 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
4135 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
4136
4137Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4138
4139 * remote.texi (Bootstrapping): Discuss 386 call gates.
4140
4141Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
4142
4143 * stabs.texinfo (Based Variables): New node.
4144
4145Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
4146
4147 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
4148 names, sizes, and formats to suggest how not to lose.
4149
4150Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
4151
4152 * stabs.texinfo (Methods): Fix typo.
4153
4154Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4155
4156 * gdb.texinfo: Fix a few typos.
4157
4158Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4159
4160 * gdb.texinfo: Clarify how well it works with Fortran.
4161
4162 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
4163 More on relocating stabs in ELF files.
4164
4165Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4166
4167 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
4168
4169Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4170
4171 * stabs.texinfo (Local Variable Parameters): Talk about nameless
4172 parameters on VAX.
4173
4174Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4175
4176 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
4177
4178Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4179
4180 * stabs.texinfo: Make info author notice match the TeX author notice.
4181
4182Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4183
4184 * stabs.texinfo: Initial-caps all words in node names and
4185 non-trivial words in section names.
4186
4187Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4188
4189 * stabs.texinfo: Many minor cleanups.
4190
4191 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
4192
4193Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
4194
4195 * stabs.texinfo: Remove full description of big example.
4196 It's not really helpful; just use pieces of it where appropriate.
4197 Add more Texinfo formatting directives (@samp, etc.).
4198 Use @deffn to define stab types.
4199 Eliminate some wordiness. Break up some nodes.
4200 Add an (alphabetized) index of symbol types.
4201 Use consistent capitalization style in node and section names.
4202
4203Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
4204
4205 * gdb.texinfo: Change typo "Two two" to "The two".
4206
4207Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4208
4209 * stabs.texinfo (XCOFF-differences): Remove references to
4210 non-existent types N_DECL and N_RPSYM.
4211
4212 * stabs.texinfo (String Field): Say that type attributes bug is
4213 fixed in GDB 4.10, since it is.
4214
4215 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
4216
4217Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
4218
4219 * stabs.texinfo: Formatting cleanups.
4220
4221Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4222
4223 * stabs.texinfo: When explaining the n_type of a stab, standardize
4224 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
4225 no tabs, use @r).
4226 (Global Variables): Clean up.
4227
4228Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4229
4230 * stabs.texinfo (Stack Variables): Re-write.
4231
4232Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4233
4234 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
4235 addresses of a source file. Also revise formatting.
4236 Change "object module" or "object file" to "source file".
4237 Various: Miscellaneous cleanups.
4238
4239Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4240
4241 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
4242
4243Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
4244
4245 * gdbint.texinfo: Removed many nonsensical machine-collected
4246 host and target conditionals, described some of the remainder.
4247
4248Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4249
4250 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
4251
4252 * gdbint.texinfo (Top): Add name to @top line, and re-write the
4253 paragraph which follows.
4254
4255 * gdbint.texinfo (Host): Use @code not @samp for Makefile
4256 variables. Looks better and avoids overful hbox.
4257
4258Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4259
4260 * stabs.texinfo (Procedures): Improve stuff on nested functions.
4261
4262Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4263
4264 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
4265 retransmit-timeout
4266
4267Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4268
4269 * gdbint.texinfo: Update statement about `some ancient Unix
4270 systems, like Ultrix 4.0' to Ultrix 4.2.
4271
4272Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
4273
4274 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
4275
4276 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
4277
4278 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
4279 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
4280
4281 * remote.texi: new name for former gdbinv-s.texi
4282
4283 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
4284
4285Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
4286
4287 * gdbinv-s.texi: Documented timeout and retransmit-timeout
4288 variables for MIPS remote debugging protocol.
4289
4290Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4291
4292 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
4293
4294Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
4295
4296 * Makefile.in (refcard.dvi): Use srcdir where necessary.
4297
4298Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
4299
4300 * gdb.texinfo: repair conditional bugs in text markup
4301
4302Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4303
4304 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
4305 to select Modula-2 material.
4306
4307Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4308
4309 * stabs.texinfo: Cleanups regarding statics.
4310
4311 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
4312 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
4313
4314Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4315
4316 * stabs.texinfo: N_MAIN is sometimes used for C.
4317
4318Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4319
4320 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
4321
4322Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
4323
4324 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 4325 removed from the code by Kingdon.
c906108c
SS
4326
4327Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4328
4329 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
4330 input when evaluating breakpoint conditions; the bug has been fixed.
4331
4332 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
4333 sets the ignore count to N-1, not to N.
4334
4335Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4336
4337 * refcard.tex (\hoffset): correct longstanding error to match
4338 intended offset; avoids cutting off edge on some printers
4339
4340Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4341
4342 * stabs.texinfo (Parameters): Say that order of stabs is significant.
4343
4344Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4345
4346 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
4347
4348Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4349
4350 * Makefile.in: (REFEDITS) new var to control whether PS or CM
4351 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
4352 collect sed edits if any, apply to refcard before formatting;
4353 (refcard.ps) stop implying PS fonts if PS output requested;
4354 (lrefcard.ps) delete extra target for variant PS fonts
4355
4356 * refcard.tex: parametrize papersize dependent info, collect
4357 in easily replaced spot
4358
4359 * a4rc.sed: new file, edits to refcard for A4 paper
4360
4361Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4362
4363 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
4364
4365Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4366
4367 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
4368
4369Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4370
4371 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
4372 politely rather than rudely.
4373
4374Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4375
4376 * stabs.texinfo: Document common blocks.
4377
4378Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
4379
4380 * stabs.texinfo: Add some basic info about stabs-in-elf.
4381
4382Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4383
4384 * stabs.texinfo (Top): Minor cleanup.
4385
4386Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
4387
4388 * Makefile.in (install-info): remove parentdir support
4389
4390Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4391
4392 * gdb.texinfo (Copying): delete this node and references to it;
4393 RMS says this manual need not carry GPL. (passim): Improvements
4394 from last round at FSF, largely due to Ian Taylor review, and
4395 minor formatting improvements.
4396
4397 * gdbinv-s.texi (passim): Improvements from last round at FSF,
4398 largely due to Ian Taylor review. (Debug Session): minor edits to
4399 new text.
4400
4401Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
4402
4403 * Makefile.in (realclean): Remove info and dvi files too.
4404
4405Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
4406
4407 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
4408 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
4409 * gdb.texinfo: Change accordingly.
4410
4411 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
4412 N_{L,R}BRAC,N_SLINE are relative to.
4413
4414Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
4415
4416 * Makefile.in (GDBvn.texi): Update atomically.
4417
4418Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
4419
4420 * gdbinv-s.texi (Debug Session): Document exceptionHook.
4421
4422Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
4423
4424 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
4425 addresses together. Also motivate the set print symbol-filename
4426 command and suggest other solutions.
4427
4428Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
4429
4430 * gdb.texinfo (set print elements): Note that the number of
4431 elements is set to unlimited by "set print elements 0".
4432
4433Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
4434
4435 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
4436 NF_LDOUBLE means.
4437 (Stab Types): Include Solaris stab types.
4438 (Procedures): Document Solaris extensions.
4439
4440Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4441
4442 * gdb.texinfo: Add `set print symbol-filename' doc.
4443
4444Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4445
4446 * stabs.texinfo (Arrays): Talk about type definition vs. type
4447 information.
4448
4449 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
4450 the trailing semicolon.
4451
4452Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4453
4454 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
4455 and merge in other parts of the document addressing these subjects.
4456 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
4457
4458 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
4459 at the end of a range type.
4460
4461 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
4462 AIX extensions.
4463
4464Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4465
4466 * stabs.texinfo (Stabs Format): Misc fixes.
4467
4468Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4469
4470 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
4471 (Traditional builtin types): Document convex convention for long long.
4472 (Negative builtin types): Discuss type names, and misc fixes.
4473
4474Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4475
4476 * stabs.texinfo (Builtin Type Descriptors): Document the floating
4477 point types used with @samp{R} type descriptor.
4478 (Symbol Descriptors): Describe how to handle conflict between
4479 different meanings of @samp{P} symbol descriptor.
4480
4481Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4482
4483 * stabs.texinfo: Remove node Quick Reference and put its children
4484 directly under the main menu.
4485
4486 * stabs.texinfo: Many more changes to bring it into line with
4487 AIX documentation and reality. I think it now has all the
4488 information from the AIX documentation, except that I burned
4489 out when I got to variant records (Pascal and Modula-2) and
4490 all the COBOL types. Oh well, we can add them later when we're
4491 worrying more about those languages.
4492
4493 * stabs.texinfo (Automatic variables): Talk about what it means
4494 to omit the symbol descriptor.
4495
4496Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4497
4498 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
4499 gcc2 behavior with promoted args.
4500
4501Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4502
4503 * gdb.texinfo: include readline appendices in info version of manual
4504
4505Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4506
4507 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
4508 target remote.
4509
4510 * gdb.texinfo (Machine Code): more index entries for disassemble
4511
4512Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
4513
4514 * Clarify the intended use of the gdb-testers and gdb-patches
4515 mailing lists, and shrink gzip comment.
4516
4517Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4518
4519 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
4520 DOSHOST configuration of manual.
4521
4522 * gdb.texinfo (MIPS Stack): new node.
4523
4524 * all-config.texi (MIPS) new switch.
4525
4526 * gdbinv-s.texi (Nindy Options) Remove two instances of future
4527 tense; (MIPS Remote) new node.
4528
4529 * gdb.texinfo (passim) rephrases to work around makeinfo @value
4530 bug; (Environment) less passive, other small cleanups in text about
4531 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
4532 (Remote) new MIPS Remote menu entry.
4533
4534Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
4535
4536 * stabs.texinfo: Many changes to include information from the
4537 AIX documentation.
4538
4539 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
4540
4541Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
4542
4543 * gdbint.texinfo (new node Debugging GDB, elsewhere):
4544 Move a bunch of information from ../README.
4545 (Getting Started): New node.
4546
4547Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4548
4549 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
4550
4551 * gdb.texinfo: advance manual revision dates to present
4552
4553 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
4554 stop using silly Roman numerals in @set variable names
4555
4556Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
4557
4558 * stabs.texinfo (Parameters): Keep trying to get this right.
4559
4560Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
4561
4562 * stabs.texinfo (Parameters): More on "local parameters".
4563
4564Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
4565
4566 * stabs.texinfo (Parameters): Re-do "local parameters" section.
4567
4568Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
4569
4570 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
4571 (Parameters): Rewrite.
4572 (xcoff-differences, Sun-differences): Minor changes.
4573
4574Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
4575
4576 * stabs.texinfo: Minor cleanup.
4577
4578Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
4579
4580 * gdbint.texinfo: Minor xcoff stuff.
4581
4582Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
4583
4584 * gdbint.texinfo: Update for new config directory structure.
4585 Add info about internal type data structures.
4586
4587Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
4588
4589 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
4590 $(srcdir).
4591 (gdb-config.texi): Depend on file in $(srcdir).
4592
4593Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
4594
4595 * stabs.texinfo: Fixes about N_SO.
4596
4597Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4598
4599 * gdb.texinfo: include list of nonstandard init file names
4600
4601 * *-config.texi: new switch GENERIC for text that applies *only*
4602 to (usual) multiple-target version of manual
4603
4604 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
4605 h8 config
4606
4607 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
4608 in menus (rather than conditionally selected multiple alternative
4609 menus).
4610
4611 * Makefile.in: define and use DOC_CONFIG var to select
4612 configuration for GDB user manual.
4613
4614 * gdb-config.texi: delete from repository, generate from Makefile.
4615
4616 * all-config.texi: normal `generic' configuration file, formerly
4617 stored as gdb-config.texi
4618
4619Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
4620
4621 * Makefile.in: add dvi target to build all .dvi files
4622
4623Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4624
4625 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
4626
4627Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
4628
4629 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
4630 host conditionals.
4631 * stabs.texinfo: More array fixes inspired by Jim's.
4632
4633Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
4634
4635 * stabs.texinfo: Fixes re arrays and continuations.
4636
4637 * gdbint.texinfo: Add XCOFF node.
4638
4639Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
4640
4641 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
4642
4643Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
4644
4645 * stabs.texinfo: Fix for array types to mention lower bounds.
4646
4647Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
4648
4649 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
4650
4651Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
4652
4653 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
4654
4655Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
4656
4657 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
4658 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
4659
4660Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
4661
4662 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
4663
4664Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4665
4666 * gdb.texinfo, gdbinv-s.texi: misc updates
4667
4668Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
4669
4670 * gdbint.texinfo: Brief documentation for longjmp support,
4671 from an email msg by Stu.
4672
4673Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
4674
4675 * stabs.texinfo: Fix description of floating point "range"
4676 types (which really define basic types). Reported by Jim Meehan,
4677 <meehan@src.dec.com>.
4678
4679 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
4680
4681Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
4682
4683 * gdbint.texinfo: Slightly expand section on supporting a new
4684 object file format.
4685
4686Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
4687
4688 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
4689 intermediate file.
4690
4691Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4692
4693 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
4694
4695Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4696
4697 * gdbinv-s.texi: z8000 simulator target name is just "sim"
4698
4699 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
4700 as well as Z8002.
4701
4702Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
4703
4704 * gdbint.texinfo: Add sections on clean design and on how to send
4705 in changes.
4706
4707Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
4708
4709 * gdbint.texinfo: Add how to declare the result of make_cleanup.
4710
4711Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
4712
4713 * gdb.texinfo: Fix typo, reported by Karl Berry.
4714
4715Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
4716
4717 * gdb.texinfo: Add opcodes dir to GDB distribution description.
4718
4719Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4720
4721 * gdbint.texinfo: fixed a stray email address (needs @@),
4722 added @table @code to node "Native Conditionals"
4723
4724Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
4725
4726 * gdbint.texinfo: Describe coding style of GDB.
4727
4728Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
4729
4730 * stabs.texinfo: Minor wording changes.
4731
4732Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
4733
4734 * gdbint.texinfo: Improve release doc slightly.
4735
4736Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
4737
4738 * gdbint.texinfo: Improve doc of GDB config macros.
4739
4740Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
4741
4742 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
4743 These will be reinserted when examined.
4744
4745Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
4746
4747 * gdbint.texinfo: Make a start at documenting all the #if macros
4748 in GDB. At least list them all, and start separating them into
4749 host-specific and target-specific.
4750
4751Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4752
4753 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 4754 examples (not consistent w others).
c906108c
SS
4755 gdb.texinfo: issue disclaimer paragraph on cmdline options only
4756 for generic vn of doc
4757
4758Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
4759
4760 * Makefile.in: always create installation directories.
4761
4762Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4763
4764 * gdb.texinfo: in h8 config, do not describe searching commands.
4765
4766Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4767
4768 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
4769 conditionals; introduce a few generic switches that may be
4770 useful for other cross-dev or dos-hosted configs.
4771
4772 * gdb.texinfo: fix typo in "info reg" description
4773
4774Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
4775
4776 * stabs.texinfo: Minor updates from running TeX over it.
4777 * Makefile.in (stabs.dvi, stabs.ps): Add.
4778
4779Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
4780
4781 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
4782 First pass at converting it to texinfo.
4783
4784Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
4785
4786 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
4787 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
4788
4789Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
4790
4791 * gdbint.texinfo: Add section on partial symbol tables.
4792
4793Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
4794
4795 * gdb.texinfo: document `set remotedebug' and `set
4796 rstack_high_address'.
4797
4798Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4799
4800 * gdb.texinfo: slight expansion of new text on reading info files
4801 * gdbinv-s.m4.in: correct and expand info on cross-debugging
4802 H8/300 from DOS.
4803
4804Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
4805
4806 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
4807
4808Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
4809
4810 * gdb.texinfo: Say how to read the `info' files.
4811
4812Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
4813
4814 * Makefile.in: gm4 -> m4.
4815
4816Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
4817
4818 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
4819 Documentation' ahead of `Installing GDB' to match README.
4820 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 4821 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
4822
4823Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
4824
4825 * Makefile.in: remove $(srcdir) from gdb.info rule.
4826
4827Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4828
4829 * Makefile.in: commented out gdb-all.texinfo rule. This is
4830 temporary.
4831
4832Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
4833
4834 * Makefile.in, configure.in: removed traces of namesubdir,
4835 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
4836 copyrights to '92, changed some from Cygnus to FSF.
4837
4838Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
4839
4840 * gdb.texinfo: Improve how we ask for bug reports.
4841
4842Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4843
4844 * Makefile.in: infodir belongs in datadir.
4845
4846Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4847
4848 * Makefile.in: remove spaces following hyphens, bsd make can't
4849 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 4850 standards.text support.
c906108c
SS
4851
4852Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4853
4854 * Makefile.in: idestdir and ddestdir go away. Added copyrights
4855 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
4856 and mandir now keyed off datadir by default.
4857
4858\f
4859Local Variables:
9e9c5ae7 4860mode: change-log
c906108c
SS
4861left-margin: 8
4862fill-column: 74
4863version-control: never
4864End:
This page took 0.641738 seconds and 4 git commands to generate.