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