*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
5c95884b
MS
12006-01-04 Michael Snyder <msnyder@redhat.com>
2
3 * gdb.texinfo: Add documentation for linux-fork.
4 * gdbint.texinfo: Add internal documentation for checkpoints.
5
860701dc
PH
62006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7
8 * gdb.texinfo (Omissions from Ada): Document that there is now
9 limited aggregate support.
10
36b80e65
EZ
112005-12-28 Eli Zaretskii <eliz@gnu.org>
12
13 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
14 registers and the likes.
15
c1468174
EZ
162005-12-24 Eli Zaretskii <eliz@gnu.org>
17
18 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
19 (Symbols): Fix usage of "e.g.".
359df76b 20 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
21
22 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
23 (Coding): Fix usage of "e.g.".
24
c02a867d
EZ
252005-12-23 Eli Zaretskii <eliz@gnu.org>
26
27 * stabs.texinfo:
28 * refcard.tex:
29 * gpl.texi:
30 * gdbint.texinfo:
31 * gdb.texinfo:
32 * gdb-cfg.texi:
33 * fdl.texi:
34 * annotate.texinfo:
35 * all-cfg.texi:
36 * Makefile.in: Add (C) after Copyright. Update the FSF
37 address.
38
fad38dfa
EZ
392005-12-03 Eli Zaretskii <eliz@gnu.org>
40
41 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
42 extend GDB with commands for external monitor.
43
53e5f3cf
AS
442005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
45
46 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
47
55f6ca0f
JB
482005-11-25 Joel Brobecker <brobecker@adacore.com>
49
50 * gdbint.texinfo (Start of New Year Procedure): New chapter.
51
c1947b85
JB
522005-11-21 Jim Blandy <jimb@redhat.com>
53
54 * gdb.texinfo (Tracepoint Packets): Document restrictions on
55 placement of 'R' actions in tracepoint action packets; document
56 dependence of 'X' and 'M' actions on a preceding 'R' action for
57 their registers.
58
9d29849a
JB
592005-11-19 Jim Blandy <jimb@redhat.com>
60
61 * gdb.texinfo (Tracepoint Packets): New node.
62 (General Query Packets): Add entries for the tracepoint packets,
63 referring to the "Tracepoint Packets" node.
64 (Tracepoints): Add reference to "Tracepoint Packets".
65
9a6253be
KB
662005-11-18 Kevin Buettner <kevinb@redhat.com>
67
68 * gdb.texinfo (set remotebreak): Add anchor.
69 (X packet): Likewise.
70 (Remote Protocol): Add new section `Interrupts' and new index
71 entry `interrupts (remote protocol)'.
72
5f3bebba
JB
732005-11-18 Jim Blandy <jimb@redhat.com>
74
75 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
76 entries into the General Query Packets section. Add a
77 cross-reference to that section. Drop description of replies, as
78 these are covered in the descriptions of each packet.
79 (General Query Packets): Add introductory text. Explain naming
80 conventions, and how the end of a name is recognized.
81
9a7a1b36
KB
822005-11-17 Kevin Buettner <kevinb@redhat.com>
83
0564b6cf 84 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
85 "set remotebreak" command.
86
b8ff78ce
JB
872005-11-16 Jim Blandy <jimb@redhat.com>
88
89 * gdb.texinfo (Packets, Stop Reply Packets)
90 (General Query Packets): Various formatting cleanups.
91 - Use @samp for packet contents.
92 - Drop summaries from packet @item lines; the same information appears
93 immediately below in the description.
94 - Delete paragraph breaks after packet @item commands, so that the
95 description appears directly to the right of the packet prototype
96 in the printed manual, if it fits.
97 - Place spaces in packet prototypes between @vars and non-@var
98 letters, and explain that they're just for formatting.
99 - Use @dots{} instead of '...'.
100 - Fix uses of @code where @var was needed.
101 - Replace "deprecated" markers with English text spelling out the
102 packet's status and the preferred alternatives.
103 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
104 what this ever meant.
105 - Remove "(draft)" markers on 'i' packets; nobody has commented on
106 this for a long time.
107 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
108 implemented several times, and have been in use for years.
109
8ffe2530
JB
1102005-11-15 Jim Blandy <jimb@redhat.com>
111
c43c5473
JB
112 * gdb.texinfo (Packets): Add index entries for 'm' packet
113 disclaimers.
114
fb031cdf
JB
115 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
116 of stub when processing an 'm' packet.
117
8ffe2530
JB
118 * gdb.texinfo (Packets): Mention that packets beginning with
119 letters are reserved once, at the top, instead of actually listing
120 them all and saying "reserved".
121
c03c782f
AS
1222005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
123
124 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
125 Change @var{$arg0 to @code{$arg0.
126
814e32d7
WZ
1272005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
128
129 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
130
fa93a9d8
JB
1312005-11-12 Jim Blandy <jimb@redhat.com>
132
133 * gdb.texinfo (General Query Packets): Put packets in alphabetical
134 order. Remove extraneous 'z'.
135
8a5a3c82
AS
1362005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
137
138 * gdb.texinfo (Choosing files): Add --eval-command.
139
4b0ad762
AS
1402005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
141
142 * gdb.texinfo (Choosing modes): Add --return-child-result.
143
144
1a088d06
AS
1452005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
146
147 * gdb.texinfo (Choosing modes): Add --batch-silent.
148
656d5e12
EZ
1492005-10-28 Eli Zaretskii <eliz@gnu.org>
150
151 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
152 "The -var-update Command".
153
3c9c013a
JB
1542005-10-03 Joel Brobecker <brobecker@adacore.com>
155
156 * gdb.texinfo (Print Settings): Add documentation for set/show
157 print array-indexes.
158
7ba3cf9c
DJ
1592005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
160
161 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
162 6.2 and 6.3.
163
a94ab193
EZ
1642005-08-27 Eli Zaretskii <eliz@gnu.org>
165
166 * gdb.texinfo (File Options): Don't document --mapped, it's gone
167 since 19-Jan-2004.
168 (Files): Likewise.
ab1adacd
EZ
169 (Variables, Symbols): Document the "<incomplete type>" message and
170 its reasons.
a94ab193 171
ca06016a
FF
1722005-08-01 Fred Fish <fnf@specifix.com>
173
174 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
175
cf58170d
NR
1762005-07-15 Nick Roberts <nickrob@snap.net.nz>
177
178 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
179 option for -var-list-children and -var-update.
180 (GDB/MI Stack Manipulation): Simplify description of
181 print-values option for -stack-list-locals.
182 (GDB/MI Command Description Format): Clarify.
183 (Mode Options): Spelling of superseded.
184
38f1196a
BR
1852005-07-12 Bob Rossi <bob@brasko.net>
186
187 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
188 corresponding GDB command comment.
189
3cb3b8df
BR
1902005-07-06 Bob Rossi <bob@brasko.net>
191
192 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
193 and -inferior-tty-show.
194 (Input/Output): Document "set/show inferior-tty" and tty alias.
195
10fac096
NW
1962005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
197
198 * gdb.texinfo (Packets): Change description of 'D' packet to note
199 that GDB does wait for a response.
200
d1b6db76
NR
2012005-06-22 Nick Roberts <nickrob@snap.net.nz>
202
203 * gdb.texinfo (History) Rename "Command History".
204 (Command History): Move node "Server Prefix" from section on
205 Annotations here.
206
29629dcf
NR
2072005-06-19 Nick Roberts <nickrob@snap.net.nz>
208
209 * gdb.texinfo (GDB/MI Stack Manipulation):
210 Re-instate -stack-info-frame with example. Say that it gets
211 info on selected frame, not current frame.
212
397ca115
EZ
2132005-06-18 Eli Zaretskii <eliz@gnu.org>
214
215 * gdb.texinfo (Server): Clarify that `file' should be used before
216 connecting to the server.
217 (Files): Add an xref to the above description.
51274035
EZ
218 (Output Formats): More detailed description of the `c' format.
219 (Memory): List explicitly all the formats supported by `x'.
638ac427 220 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 221 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
222 files. Add more indexing for solib-absolute-prefix and
223 --with-sysroot.
76d17f34
EZ
224 (Machine Code): Document possible problems with locations in
225 shared libraries.
d416eeec
EZ
226 (Backtrace): Document that free-standing environments do not need
227 to have a `main' function.
397ca115 228
74f6deaa
NR
2292005-06-18 Nick Roberts <nickrob@snap.net.nz>
230
231 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
232 -stack-info-frame.
233
a9967aef
AC
2342005-06-07 Andrew Cagney <cagney@gnu.org>
235
236 * gdb.texinfo (Contributors): Note the original multi-arch
237 contributors.
238
e09f16f9
EZ
2392005-06-03 Eli Zaretskii <eliz@gnu.org>
240
241 * gdb.texinfo (Registers): Add index entries for the standard
242 registers.
243 (Frames): Add cross-reference from frame pointer description to
244 the Registers node.
245 (Annotations Overview): Fix the reference to GDB name.
246
d87ba7ee
EZ
2472005-06-01 Eli Zaretskii <eliz@gnu.org>
248
249 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
250 can-use-hw-watchpoints.
251
034dad6f
BR
2522005-05-28 Bob Rossi <bob@brasko.net>
253
254 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
255 the possible reasons why an exec async record would be returned to FE.
256
ffed4509
AC
2572005-05-26 Andrew Cagney <cagney@gnu.org>
258
259 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
260 Andrew Cagney implemented the original GDB/MI.
261
e22e55c9
OF
2622005-05-23 Orjan Friberg <orjanf@axis.com>
263
264 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
265 documentation. Add documentation for cris-mode.
266
a78e13ce
EZ
2672005-05-20 Eli Zaretskii <eliz@gnu.org>
268
269 * gdb.texinfo (Numbers): Explain the example and make the wording
270 more acurate.
271
76ff342d
DJ
2722005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
273 Dennis Brueni <dennis@slickedit.com>
274
275 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
276 (GDB/MI Data Manipulation, GDB/MI Program Control)
277 (GDB/MI Stack Manipulation): Update examples to include the fullname
278 attribute in stack frames.
279
119b882a
EZ
2802005-05-12 Eli Zaretskii <eliz@gnu.org>
281
282 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
283 do with other non-standard names of init files.
284
6fc08d32
EZ
2852005-05-11 Eli Zaretskii <eliz@gnu.org>
286
287 * gdb.texinfo (Command Files): Move the description of the startup
288 from here...
289 (Startup): ...to this new subsection of the Invocation chapter.
290 Rearrange the description of init files more logically and add a
291 cross-reference to "Command Files". Document the special gdbinit
292 name for CISCO 68k. Expand the description of what GDB does
293 during startup.
294 (History): Add index entry for HISTSIZE.
295
a561754a
MK
2962005-05-02 Mark Kettenis <kettenis@gnu.org>
297
298 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
299
2eecc4ab
EZ
3002005-05-02 Eli Zaretskii <eliz@gnu.org>
301
302 * gdb.texinfo (SVR4 Process Information, The isatty call)
303 (The system call): Don't use foo(N) notation for man pages and
304 functions.
514c4d71 305 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 306
18999be5
EZ
3072005-04-27 Eli Zaretskii <eliz@gnu.org>
308
309 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
310 were optimized away.
311
0abb7bc7
EZ
3122005-04-22 Eli Zaretskii <eliz@gnu.org>
313
314 * gdb.texinfo (Remote configuration): Document "set/show
315 get-thread-local-storage-address". Add cross-reference to the
316 description of the qGetTLSAddr packet.
317 (General Query Packets): Mention "set remote
318 get-thread-local-storage-address" and add a reference to its
319 description.
320
6f61acb1
NR
3212005-04-19 Nick Roberts <nickrob@snap.net.nz>
322
323 * gdb.texinfo (Backtrace): Describe 'bt full'.
324
9d59903a
NR
3252005-04-17 Nick Roberts <nickrob@snap.net.nz>
326
327 * gdb.texinfo (Mode Options): Fix typo.
328 (GDB/MI): Describe how to invoke GDB/MI.
329
721c2651
EZ
3302005-04-16 Eli Zaretskii <eliz@gnu.org>
331
332 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 333 references changed. Add description of "info udot".
721c2651
EZ
334 (Files): Document "set/show stop-on-solib-events".
335 (M32R/D): Document "set/show download-path", "set/show
336 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
337 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
338 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
339 (Maintenance Commands): Improve indexing.
340 (Target Commands): Document "set/show hash", "set/show debug
341 monitor".
342 (SVR4 Process Information): Document "info pidlist" and "info
343 meminfo". Document "set/show procfs-tarce" and "set/show
344 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
345 (Symbols, The Print Command with Objective-C): Improve indexing.
346 (Objective-C): Add references to "info classes" and "info
347 selectors".
c45da7e6
EZ
348 (Debugging Output): Improve wording. Document "set/show debug
349 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
350 (Set Breaks): Add index entry for "hardware breakpoints".
351 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
352 and "set/show usehardbreakpoints".
353 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
354 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
355 (ARM): Document "rdilogfile", "rdilogenable", "set/show
356 rdiromatzero", "set/show rdiheartbeat".
357 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
358 "sds".
359 (Embedded Processors): Document the "sim" command.
360 (Remote): Document the "remote" command.
361 (DJGPP Native): Document the "info serial" command.
362 (Threads): Document "maint info sol-threads".
363 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
364 (Set Breaks): Improve indexing.
365 (Command Syntax): Add a reference to dont-repeat.
366 (Define): Document "dont-repeat".
367 (TUI Commands): Document "tabset".
368 (WinCE): New subsection. Document "set/show remotedirectory",
369 "set/show remoteupload", "set/show remoteaddhost".
721c2651 370
14d6dd68
EZ
3712005-04-15 Eli Zaretskii <eliz@gnu.org>
372
373 * gdb.texinfo (Hurd Native): New subsection, documents
374 Hurd-specific commands.
a64548ea 375 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 376 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
377 (MIPS): Improve documentation of heuristic-fence-post. Document
378 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
379 mips stack-arg-size", "set/show mips mask-address", "set/show mips
380 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 381 (ARM): Document ARM-specific commands.
a64548ea
EZ
382 (AVR): New section. Document "info io_registers".
383 (CRIS): New section. Document "set/show cris-version" and
384 "set/show cris-dwarf2-cfi".
385 (HPPA): New section. Document "set/show debug hppa" and "maint
386 print unwind".
a5adf40f 387 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 388 (Super-H): New section. Document the "regs" command.
721c2651 389 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 390
9c16f35a
EZ
3912005-04-09 Eli Zaretskii <eliz@gnu.org>
392
393 * gdb.texinfo (Print Settings): Document "set/show print
394 pascal_static-members", "set print repeats", "show print
395 null-stop". Improve indexing. Fix documentation of "set print
396 union".
397 (Pascal): New section.
398 (Supported languages): Rename from "Support"; all references
399 updated. Add a menu item for Pascal.
400 (Numbers): Document "set radix.
401 (Screen Size): Document "set/show pagination".
402 (MIPS Embedded): Remove "set processor" documentation.
403 (Remote configuration): Document "set/show X/P/Z-packet",
404 "set/show read-aux-vector-packet", "set/show remote
405 symbol-lookup-packet", "set/show remote verbose-resume-packet",
406 "set/show remoteaddresssize", "set/show remotebaud", "set/show
407 remotedebug", "set/show remotebreak", "set/show remotedevice",
408 "set/show remotelogfile".
409 (Auxiliary Vector): Add reference to the description of the
410 read-aux-vector-packet setting.
411 (Set Watchpoints): Add a cross-reference to "set remote
412 hardware-breakpoint-limit".
413 (General Query Packets): Add indexing of requests and
414 cross-references to related commands in "Remote configuration".
415 (File-I/O Overview, The system call): Fix wording and typos.
416 (Thread Stops): Add index entries.
417 (Continuing and Stepping): Document "show step-mode".
418 (i386): New node. Document "set/show struct-convention".
419 (Files): Document "show trust-readonly-sections".
420 (Calling): Document "set/show unwindonsignal".
421 (Messages/Warnings): Add index entries.
422 (Maintenance Commands): Document "set/show watchdog".
423 (Annotations Overview): Document "show annotate".
424 (Set Watchpoints): Add index entries.
425 (Symbols): Fix doc of case-sensitive.
426 (ABI): Document "show coerce-float-to-double".
427 (Convenience Vars, Help): Improve indexing.
428 (Machine Code): Document "show disassembly-flavor".
429 (Debugging C plus plus): Document "show overload-resolution".
430 (Value History, Signaling): Add index entries.
431
4322005-04-08 Eli Zaretskii <eliz@gnu.org>
433
434 * gdb.texinfo (Show): Move @kindex entries to their proper places.
435 (Processes): Fix wording.
436 (History, List, Logging output, Define, Symbols, Print Settings):
437 Improve indexing.
438
a8f24a35
EZ
4392005-04-03 Eli Zaretskii <eliz@gnu.org>
440
441 * gdb.texinfo (Targets): Document "set/show architecture". Remove
442 redundant index entry for "target" command.
443 (Backtrace): Add index entries.
444 (Symbols, Fortran): Document the "set case-sensitive" command.
445 (DJGPP Native): Document "set com1base", "set com1irq", etc.
446 (Print Settings): Add index entry for "set demangle-style".
447 (Target Commands): Document "set download-write-size".
448 (Debugging Output): Document "set exec-done-display".
449
09d4efe1
EZ
4502005-04-02 Eli Zaretskii <eliz@gnu.org>
451
452 * gdb.texinfo (Files): Fix the name and documentation of
453 add-shared-symbol-files. Document its alias assf. Update the
454 list of OSs where GDB supports shared libraries. Fix markup.
455 (Continuing and Stepping): Add reference to @var{location} in the
456 text.
457 (Dump/Restore Files): Fix reference to @{filename}.
458 (Help): Fix wording.
459 (Attach): Ditto.
460 (Set Watchpoints): Ditto.
461 (Backtrace): Remove redundant index entries. Improve index
462 entries.
463 (Delete Breaks): Fix wording.
464 (Memory): Document the compare-sections command.
465 (Memory Region Attributes): Improve wording.
466 (Disabling): Improve wording.
467 (Fortran): New subsection. Document the "info common" command.
468 (Help): Document aliases "info copying" and "info warranty".
469 (Caching Remote Data): New section. Document the "set/show
470 remotecache" and "info dcache" commands.
471 (Show): Fix wording of the documentation of the "set
472 extension-language" command.
473 (Signals): Add index entry for "info handle".
474 (Memory Region Attributes): Fix punctuation.
475 (Symbols): Change the arg name to "location" and refer to it in
476 the text. Fix wording of "info types" doc.
477 (Threads): Fix usage of @enumerate @item's.
478 (Listing Tracepoints): Add index entry for "info tp".
479 (Set Watchpoints): Add xref to "info break" description.
480 (Macros): Add an index entry for "macro exp1". Document the
481 "macro list" command.
482 (Maintenance Commands): Document "flushregs", "maint agent",
483 "maint check-symtabs", "maint cplus", "maint demangle", "maint
484 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
485 "maint print architecture", "maint print objfiles", "maint print
486 statistics", "maint print type", "maint show-debug-regs", "maint
487 space", "maint time", and "maint translate-address".
488 (Connecting): Document the "monitor" command.
489 (Annotations Overview): Describe the "set annotate" command.
490
82f2d802
EZ
4912005-04-01 Eli Zaretskii <eliz@gnu.org>
492
493 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
494 Rearrange index entries and improve wording about support for
495 hardware watchpoints.
496
7d51c7de
BR
4972005-03-10 Bob Rossi <bob@brasko.net>
498
499 * gdb.texinfo: Update copyright
500
68c71a2e
TR
5012005-02-09 Theodore A. Roth <troth@openavr.org>
502
503 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
504 error.
505
83761cbd
KB
5062005-02-03 Kevin Buettner <kevinb@redhat.com>
507
508 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
509
9f1c6395
MS
5102005-01-17 Michael Snyder <msnyder@redhat.com>
511
512 * gdb.texinfo: Fix spelling, infinte -> infinite.
513
fbd1b305
MK
5142005-01-08 Mark Kettenis <kettenis@gnu.org>
515
516 * observer.texi (GDB Observers): Document "solib_loaded".
517
3ace7edb
AC
5182005-01-07 Andrew Cagney <cagney@gnu.org>
519
bec39cab
AC
520 * configure.ac: Rename configure.in, require autoconf 2.59.
521 * configure: Re-generate.
522
3ace7edb
AC
523 * configure.in: Replace configdirs with multiple references to
524 AC_CONFIG_SUBDIRS.
525 * configure: Re-generate.
526
53531fc1
AC
5272005-01-04 Andrew Cagney <cagney@gnu.org>
528
529 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
530 part of the version number.
531
536ffdb7
MK
5322004-12-24 Mark Kettenis <kettenis@gnu.org>
533
534 * gdbint.texinfo (Algorithms): Remove description of
535 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
536
e1aac25b
JB
5372004-12-07 Jim Blandy <jimb@redhat.com>
538
539 * gdb.texinfo (General Query Packets): Specify that thread ID's in
540 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
541 numbers.
542
f47b1503
AS
5432004-12-07 Andreas Schwab <schwab@suse.de>
544
545 * gdb.texinfo (Mode Options): Document -l option.
546
b6b8ece6
EZ
5472004-12-04 Eli Zaretskii <eliz@gnu.org>
548
549 * gdbint.texinfo (Algorithms): More accurate description of
550 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
551 is not needed unless data-read and data-access watchpoints are
552 supported. Add a description of how GDB checks whether the
553 inferior stopped because a watchpoint was hit.
554
01371747
EZ
5552004-11-23 Eli Zaretskii <eliz@gnu.org>
556
557 * gdb.texinfo (Files): Add cross-reference to description of
558 -readnow command-line switch.
559
2315ffec
RC
5602004-11-10 Randolph Chung <tausq@debian.org>
561
562 * gdb.texinfo: Document set/show backtrace past-entry commands.
563 Rearrange index entries for set/show backtrace past-main.
564
69065f5d
AC
5652004-11-10 Jon Beniston <jon@beniston.com>
566
567 Committed by Andrew Cagney <cagney@gnu.org>.
568 * gdb.texinfo (Remote Serial Protocol): Further describe
569 binary transfer escaping mechanism .
570
30e91e0b
RC
5712004-11-08 Randolph Chung <tausq@debian.org>
572
573 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
574 and "show debug infrun". Add index entries.
575
60bf7e09
EZ
5762004-10-23 Eli Zaretskii <eliz@gnu.org>
577
578 * gdb.texinfo (SVR4 Process Information): Document subcommands of
579 "info proc" that are already implemented. Add index entries.
580 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
581 (Files): Add a tip for decreasing memory used for symtabs from
582 shared libraries.
f018e82f
EZ
583 (Starting): Fix whitespace; make "elaboration" stand out where it
584 is first used, and add an index entry for the term.
f8568604
EZ
585 (Calling): Expand and elaborate text. Add "print". Add the
586 description of problems with weak aliases.
384ee23f 587 (Core File Generation): New section.
60bf7e09 588
d52fe014
AC
5892004-10-12 Andrew Cagney <cagney@gnu.org>
590
591 * gdbint.texinfo (Versions and Branches): New chapter.
592 (Releasing GDB): Delete "Versions and Branches" section.
593 (Top): Add "Versions and Branches".
594
703663ab
EZ
5952004-10-08 Eli Zaretskii <eliz@gnu.org>
596
597 * gdb.texinfo (Editing, History): Add cross-references to the
598 included Readline and History user documentation. Remove
599 references to the symbol have-readline-appendices which is unused
600 and undefined.
601 (History): Fix indexing.
602
ac77d04f
JJ
6032004-10-08 Jeff Johnston <jjohnstn@redhat.com>
604
605 * gdbint.texinfo (target_stopped_data_address): Update to
606 new prototype.
607 (i386_stopped_data_address): Update prototype and description.
608 (i386_stopped_by_watchpoint): New function and description.
609
e07c999f
PH
6102004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
611
612 * gdb.texinfo (Filenames): Add Ada suffixes.
613 (Ada) New section.
614
2e868123
AC
6152004-09-27 Andrew Cagney <cagney@gnu.org>
616 Robert Picco <Robert.Picco@hp.com>
617
618 * gdb.texinfo (Packets): Document the "p" packet.
619
02a57714
JM
6202004-09-21 Jason Molenda (jmolenda@apple.com)
621
622 * gdb.texinfo (Paths and Names of the Source Files): Document the
623 meaning of values in the 'desc' field of a SO stab.
624
ae038cb0
DJ
6252004-09-20 Daniel Jacobowitz <dan@debian.org>
626
627 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
628 max-cache-age" and "maint show dwarf2 max-cache-age".
629
f7dc1244
EZ
6302004-09-16 Eli Zaretskii <eliz@gnu.org>
631
632 * gdb.texinfo (Set Breaks): Add index entry for setting
633 breakpoints on overloaded C++ functions that are not members of
634 any classes. Add an example and an index entry for setting
635 breakpoints on all program functions.
636 (Character Sets, Macros, Overlay Commands)
637 (Non-debug DLL symbols, GDB/MI Output Syntax)
638 (Annotations Overview, Maintenance Commands, File-I/O Overview):
639 Use "(@value{GDBP})" instead of a literal "(gdb)".
640
f810308b
AC
6412004-09-12 Andrew Cagney <cagney@gnu.org>
642
643 * gdbint.texinfo (Native Debugging): Delete description of
644 FILES_INFO_HOOK.
645
15a661f3
PH
6462004-09-11 Paul Hilfinger <hilfinger@gnat.com>
647
648 * gdbint.texinfo (User Interface): Change local_hex_string_custom
649 to hex_string_custom (not historically correct, but more
650 understandable, given the current code).
651
f3219c75
AC
6522004-09-03 Andrew Cagney <cagney@gnu.org>
653
654 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
655
f3bb6704
JJ
6562004-09-01 Jeff Johnston <jjohnstn@redhat.com>
657
658 * observer.texi (solib_unloaded): New observer.
659
8d2c00cb
AC
6602004-08-24 Andrew Cagney <cagney@gnu.org>
661
662 * gdbint.texinfo (Target Architecture Definition): Add missing
663 comma.
664
e7dc800a
MC
6652004-08-20 Michael Chastain <mec.gnu@mindspring.com>
666
667 * (Using the Testsuite): build != host is supported,
668 but some test scripts do not support build != host.
669
73b03683
MK
6702004-08-14 Mark Kettenis <kettenis@gnu.org>
671
672 * gdbint.texinfo (Host Definition): Delete description of
673 FCLOSE_PROVIDED and GETENV_PROVIDED.
674
c0ccb908
MK
6752004-08-05 Mark Kettenis <kettenis@chello.nl>
676
677 * gdbint.texinfo (Host Definition): Delete description of
678 NO_SYS_FILE.
679 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
680 PTRACE_FP_BUG.
681
9c8dbfa9
AC
6822004-08-05 Andrew Cagney <cagney@gnu.org>
683
684 * gdbint.texinfo (Target Architecture Definition): Delete
685 reference to deprecated_read_fp.
686
f42accbe
AC
6872004-08-02 Andrew Cagney <cagney@gnu.org>
688
689 * gdbint.texinfo (Target Architecture Definition): Delete
690 description of DEPRECATED_REGISTER_BYTES.
691
0b66e38c
EZ
6922004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
693
694 * gdb.texinfo (Source Path): Document the new behavior of
695 searching for the source files.
696
15387254
EZ
6972004-07-17 Eli Zaretskii <eliz@gnu.org>
698
699 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
700 (Search, Expressions, Arrays, Variables, Data, Machine Code)
701 (Auto Display): Improve indexing.
702
2c07db7a
AC
7032004-07-16 Andrew Cagney <cagney@gnu.org>
704
705 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
706 "-noasync".
707
4644b6e3
EZ
7082004-07-09 Eli Zaretskii <eliz@gnu.org>
709
710 * gdb.texinfo: Fix @kindex entries so that multiple commands that
711 have the same prefix have only their prefix in the index.
712
7561d450
MK
7132004-07-03 Mark Kettenis <kettenis@gnu.org>
714
715 * gdb.texinfo (BSD libkvm Interface): New node (section)
716 (Native): Add it to the menu.
717
67bebe79
MK
7182004-07-01 Mark Kettenis <kettenis@gnu.org>
719
720 * gdbint.texinfo (Target Architecture Definition): Remove
721 PCC_SOL_BROKEN.
722
1a6923e0
MK
7232004-06-24 Mark Kettenis <kettenis@gnu.org>
724
725 * gdbint.texinfo (Target Architecture Definition): Remove
726 SUN_FIXED_LBRAC_BUG.
727
b435e160
AC
7282004-06-26 Andrew Cagney <cagney@gnu.org>
729
730 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
731
b5622e8d
AC
7322004-06-20 Andrew Cagney <cagney@gnu.org>
733
734 * gdbint.texinfo (Target Architecture Definition): Deprecate
735 USE_STRUCT_CONVENTION.
736
e0c07bf0
MC
7372004-06-19 Michael Chastain <mec.gnu@mindspring.com>
738
739 gdb.texinfo (Bug Reporting): Mention session recording,
740 with the script command or Emacs.
741
782263ab
AC
7422004-06-18 Andrew Cagney <cagney@gnu.org>
743
744 * gdbint.texinfo (Target Architecture Definition): Deprecate
745 FUNCTION_START_OFFSET.
746
03727ca6
AC
7472004-06-14 Andrew Cagney <cagney@gnu.org>
748
749 Based on changes from Karl Berry.
750 * gdb.texinfo: Do not use @sc in a direntry.
751 * stabs.texinfo: Change @dircateogry to "Software development".
752 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
753
97092415
AC
7542004-06-13 Andrew Cagney <cagney@gnu.org>
755
756 * gdbint.texinfo (Target Architecture Definition): Delete
757 description of RETURN_VALUE_ON_STACK.
758
1f6d4158
AC
7592004-06-09 Andrew Cagney <cagney@gnu.org>
760
761 * gdbint.texinfo (Native Debugging): Restore "@table @code"
762 deleted by previous patch.
763
d966f0cb
AC
7642004-06-08 Andrew Cagney <cagney@gnu.org>
765
766 * gdbint.texinfo (Native Debugging): Delete documentation on
767 ATTACH_DETACH.
768
86fe4aaa
RC
7692004-06-06 Randolph Chung <tausq@debian.org>
770
771 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
772
d4b6d575
RC
7732004-06-06 Randolph Chung <tausq@debian.org>
774
775 * gdb.texinfo (push_dummy_call): Update argument list to match
776 the new push_dummy_call method signature. Describe the function
777 argument.
778
4e8b0763
JB
7792004-05-24 Joel Brobecker <brobecker@gnat.com>
780
781 * gdb.texinfo (Starting): Document new start command.
782
59caf092
AC
7832004-05-21 Andrew Cagney <cagney@redhat.com>
784
785 * observer.texi (GDB Observers): Document "inferior_created".
786
e4a2df64
AC
7872004-05-08 Andrew Cagney <cagney@redhat.com>
788
e6b55ae2
AC
789 * gdbint.texinfo (Target Architecture Definition): Delete
790 description of DO_DEFERRED_STORES.
791
28954179
AC
792 * gdbint.texinfo (Target Architecture Definition): Delete
793 references to DEPRECATED_FIX_CALL_DUMMY.
794
434b87dd
AC
795 * gdbint.texinfo (Target Architecture Definition): Delete
796 description of DEPRECATED_CALL_DUMMY_WORDS,
797 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
798
58d28df8
AC
799 * gdbint.texinfo (Target Architecture Definition): Delete
800 description of DEPRECATED_PUSH_DUMMY_FRAME.
801
e4a2df64
AC
802 * gdbint.texinfo (Target Architecture Definition): Delete
803 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
804
2b4855ab
AC
8052004-05-07 Andrew Cagney <cagney@redhat.com>
806
807 * observer.texi (GDB Observers): Add "Debugging" section. Include
808 cross reference to "set/show debug observer".
809 * gdb.texinfo (Debugging Output): Document "set/show debug
810 observer".
811
fcf70625
AC
8122004-05-01 Andrew Cagney <cagney@redhat.com>
813
814 * gdbint.texinfo (Target Architecture Definition): Delete
815 description of DEPRECATED_PC_IN_SIGTRAMP.
816
8ee56bcf
AC
8172004-04-30 Andrew Cagney <cagney@redhat.com>
818
819 * gdbint.texinfo (Target Architecture Definition): Delete
820 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
821
67ab9a76
OF
8222004-04-30 Orjan Friberg <orjanf@axis.com>
823
824 * observer.texi (GDB Observers): Correct spelling.
825
79346bcb
OF
8262004-04-26 Orjan Friberg <orjanf@axis.com>
827
828 * observer.texi (GDB Observers): Add target_changed event.
829
7a464420
AC
8302004-04-08 Andrew Cagney <cagney@redhat.com>
831
832 * observer.texi (GDB Observers): Rework, provide generic observer
833 definitions and then a list of observable events.
834
6cdf9d98
AC
8352004-04-04 Andrew Cagney <cagney@redhat.com>
836
837 * gdbint.texinfo (Host Definition): Delete reference to
838 NO_SIGINTERRUPT.
839
ddc135a4
AC
8402004-04-02 Andrew Cagney <cagney@redhat.com>
841
842 * gdbint.texinfo (Target Architecture Definition): Delete
843 reference to DEPRECATED_CALL_DUMMY_LENGTH.
844
6a1b180d
SC
8452004-03-28 Stephane Carrez <stcarrez@nerim.fr>
846
847 * gdb.texinfo (TUI Commands): Document tui reg commands.
848
d0d5df6f
AC
8492004-03-26 Andrew Cagney <cagney@redhat.com>
850
851 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
852 "gdbtui".
853 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
854 (Contributors): Mention both Text and Terminal User Interface.
855
aa2a3f87
AC
8562004-03-23 Andrew Cagney <cagney@redhat.com>
857
858 * gdbint.texinfo (Target Architecture Definition): Deprecate
859 references to SIGTRAMP_START and SIGTRAMP_END.
860
f561f026
AC
8612004-03-23 Andrew Cagney <cagney@redhat.com>
862
863 * gdbint.texinfo (Target Architecture Definition): Deprecate
864 references to PC_IN_SIGTRAMP.
865
33cb8b0f
AC
8662004-03-19 Andrew Cagney <cagney@redhat.com>
867
868 * gdbint.texinfo (Target Architecture Definition): Delete
869 reference to GDB_TARGET_IS_HPPA.
870
fc989b7a
AC
8712004-03-18 Andrew Cagney <cagney@redhat.com>
872
873 * gdbint.texinfo (Coding): Update section on gdbarch_data,
874 describe pre_init and post_init.
875
701b08bb
DJ
8762004-03-09 Daniel Jacobowitz <drow@mvista.com>
877
878 * gdb.texinfo (Debugging Output): Document values for "set debug
879 target".
880
faae5abe
AC
8812004-02-28 Andrew Cagney <cagney@redhat.com>
882
883 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
884
dd79a6cf
JJ
8852004-02-26 Jeff Johnston <jjohnstn@redhat.com>
886
887 * gdb.texinfo (breakpoints): Add information about the
888 new "set breakpoint pending" and "show breakpoint pending"
889 commands.
890
e7f16015
AC
8912004-02-26 Andrew Cagney <cagney@redhat.com>
892
893 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
894 in Per-architecture module data section.
895
7161a3a6
RM
8962004-02-25 Roland McGrath <roland@redhat.com>
897
898 * gdb.texinfo (General Query Packets): Document qPart:... packets.
899
2154891a
AC
9002004-02-24 Andrew Cagney <cagney@redhat.com>
901
902 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
903 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
904 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 905
6c74ac8b
AC
9062004-02-17 Andrew Cagney <cagney@redhat.com>
907
908 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
909
19772a2c
AC
9102004-02-16 Andrew Cagney <cagney@redhat.com>
911
912 * gdbint.texinfo (Target Architecture Definition): Deprecate
913 FRAMELESS_FUNCTION_INVOCATION.
914
c9830293
AC
9152004-02-16 Andrew Cagney <cagney@redhat.com>
916
917 * gdbint.texinfo (Coding): Mention -Wunused-function.
918
b9d26eb9
AC
9192004-02-14 Andrew Cagney <cagney@redhat.com>
920
921 * gdbint.texinfo (Target Architecture Definition): Delete
922 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
923
49efadf5
EZ
9242004-02-12 Elena Zannoni <ezannoni@redhat.com>
925
926 * gdb.texinfo: Properly quote the name "C++".
927 * gdbint.texinfo: Ditto.
928 * stabs.texinfo: Ditto.
929
1eb288ea
EZ
9302004-02-11 Elena Zannoni <ezannoni@redhat.com>
931
932 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
933 minimal information about libiberty.
934
e4937fc1
MC
9352004-02-06 Michael Chastain <mec.gnu@mindspring.com>
936
937 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
938
a9331b3f
RM
9392004-02-04 Roland McGrath <roland@redhat.com>
940
941 * gdb.texinfo (Auxiliary Vector): New node (section).
942 (Data): Add it to the menu.
943
2650777c
JJ
9442004-02-02 Jeff Johnston <jjohnstn@redhat.com>
945
946 * gdb.texinfo (Breakpoints): Add information about pending
947 breakpoint support.
948
b4501125
AC
9492004-01-26 Andrew Cagney <cagney@redhat.com>
950
951 * gdb.texinfo (Overview): Delete references to the cisco protocol
952 including the "N" response.
953
74055713
AC
9542004-01-26 Andrew Cagney <cagney@redhat.com>
955
956 * gdbint.texinfo (Target Architecture Definition): Rename
957 EXTRACT_STRUCT_VALUE_ADDRESS to
958 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 959
3bbe9696
EZ
9602004-01-24 Eli Zaretskii <eliz@gnu.org>
961
962 * gdb.texinfo (KOD): Document "show os". Add index entries for
963 "set/show os" and "info cisco" commands.
964
5843504f
EZ
9652004-01-21 Eli Zaretskii <eliz@gnu.org>
966
967 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
968
9175c9a3
MC
9692004-01-19 Michael Chastain <mec.gnu@mindspring.com>
970
971 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
972 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
973
8e94b928
NR
9742004-01-19 Nick Roberts <nick@nick.uklinux.net>
975
976 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
977 -stack-list-locals.
978 (GDB/MI Variable Objects): Describe extension to
979 -var-list-children.
980
a20cf136
DJ
9812004-01-17 Daniel Jacobowitz <drow@mvista.com>
982
983 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
984
afb18d0f
AC
9852004-01-17 Andrew Cagney <cagney@redhat.com>
986
987 * gdbint.texinfo (Target Architecture Definition): Delete
988 documentation on DEPRECATED_NPC_REGNUM.
989
b51970ac
DJ
9902004-01-13 Daniel Jacobowitz <drow@mvista.com>
991
992 * gdb.texinfo: Update copyright year. Mention that set
993 follow-fork-mode is supported on GNU/Linux. Remove documentation of
994 "set follow-fork-mode ask".
995
0f0cffd2
AC
9962004-01-13 Andrew Cagney <cagney@redhat.com>
997
998 * gdbint.texinfo: Update copyright year.
999 (Coding): Add -Wunused-label to list of -Werror warnings.
1000
c552b3bb 10012004-01-08 Jason Molenda <jmolenda@apple.com>
f7dc1244 1002 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
1003
1004 * gdb.texinfo: Update copyright.
1005 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
1006 around names, as appropriate. Minor syntax cleanup of
1007 _NSPrintForDebugger explanation. Two spaces after periods.
1008 GDBN used instead of lit. "gdb". Index entries added for
1009 print-object and _NSPrintForDebugger. @noindent added in one spot.
1010
afe157ca
EZ
10112003-11-11 Elena Zannoni <ezannoni@redhat.com>
1012
1013 * stabs.texinfo: Add dircategory and direntry commands.
1014 * annotate.texinfo: Ditto.
1015
963e2bb7
AC
10162003-11-10 Andrew Cagney <cagney@redhat.com>
1017
1018 * gdbint.texinfo (Target Architecture Definition): Replace the
1019 return_value method's "inval" and "outval" parameters with
1020 "readbuf" and "writebuf".
1021
1d8b2f28
JB
10222003-10-28 Jim Blandy <jimb@redhat.com>
1023
1024 * gdb.texinfo (The F request packet, The F reply packet): Renamed
1025 from "The `F' request packet" and "The `F' reply packet", to make
1026 texi2dvi happy.
1027 (File-I/O remote protocol extension): Update menu entries, too.
1028
36d86913
MC
10292003-10-26 Michael Chastain <mec@shout.net>
1030
1031 * gdb.texinfo (Thread Stops): Document the issue with
1032 premature return from system calls in multi-threaded programs.
1033
ce2826aa
AC
10342003-10-24 Andrew Cagney <cagney@redhat.com>
1035
1036 * annotate.texinfo: Fix "fortunatly"[sic].
1037
f24c5e49
KI
10382003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
1039
1040 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
1041 with "Hitachi" and "Mitsubishi".
1042
92ad9cd9
AC
10432003-10-20 Andrew Cagney <cagney@redhat.com>
1044
1045 * gdbint.texinfo (Target Architecture Definition): Document
1046 gdbarch_return_value. Add cross references from
1047 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
1048 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
1049
0ab4b752
MK
10502003-10-18 Mark Kettenis <kettenis@gnu.org>
1051
1052 * gdbint.texinfo (Target Architecture Definition): Document
1053 regset_from_core_section.
fb3e19c0
KI
1054
10552003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
1056
1057 * gdb.texinfo (M32R/D): Mention m32rsdi target.
1058
a9331b3f 10592003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
1060
1061 From Anthony Green <green@redhat.com>:
1062 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
1063
1485d690
KB
10642003-10-14 Kevin Buettner <kevinb@redhat.com>
1065
1066 * gdb.texinfo (Breakpoint related warnings): New node.
1067 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 1068
86d30acc
DJ
10692003-10-13 Daniel Jacobowitz <drow@mvista.com>
1070
1071 * gdb.texinfo (Remote Protocol): Document v and vCont.
1072
172c2a43
KI
10732003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1074
1075 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1076 * gdbint.texinfo: Ditto.
1077
71952f4c
AC
10782003-10-09 Andrew Cagney <cagney@redhat.com>
1079
1080 From 2003-09-18 David Anderson <davea@sgi.com>:
1081 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
1082 "command".
1083
268e2188
AC
10842003-10-03 Andrew Cagney <cagney@redhat.com>
1085
1086 * gdbint.texinfo (Target Architecture Definition): Deprecate
1087 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
1088 just target.
1089
12c266ea 10902003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 1091
f30992d4 1092 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
1093 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
1094 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
1095 * gdbint.texinfo (Target Architecture Definition): Rename
1096
10972003-09-30 Andrew Cagney <cagney@redhat.com>
1098
f30992d4 1099 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 1100 (Target Architecture Definition):
f30992d4 1101
2e092625
AC
1102 * gdbint.texinfo (Target Architecture Definition): Rename
1103 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
1104
0717ae8a
AC
11052003-09-29 Andrew Cagney <cagney@redhat.com>
1106
dad809b7
AC
1107 * gdbint.texinfo (Target Architecture Definition): Delete
1108 documentation for NEED_TEXT_START_END.
1109
0717ae8a
AC
1110 * gdbint.texinfo (Target Architecture Definition): Rename
1111 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
1112 TARGET_WRITE_PC.
a9331b3f 1113
af6cf26d
MC
11142003-09-22 Michael Chastain <mec@shout.net>
1115
1116 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
1117
ee206350
AG
11182003-09-21 Anthony Green <green@redhat.com>
1119
1120 * gdbint.texinfo (Target Architecture Definition): Fix typos.
1121
a38c9fe6
MK
11222003-09-21 Mark Kettenis <kettenis@gnu.org>
1123
1124 * gdbint.texinfo (Target Architecture Definition): Document
1125 stabs_argument_has_addr.
1126
77949794
AC
11272003-09-18 Andrew Cagney <cagney@redhat.com>
1128
1129 * gdbint.texinfo (Target Architecture Definition): Delete
1130 documentation on REGISTER_NAMES.
1131
8e823e25
MK
11322003-09-13 Mark Kettenis <kettenis@gnu.org>
1133
1134 * gdbint.texinfo (Target Architecture Definition): Replace
1135 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
1136
f27dd7fd
AC
11372003-09-11 Andrew Cagney <cagney@redhat.com>
1138
1139 * gdbint.texinfo (Target Architecture Definition): Replace
1140 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
1141
8b148df9
AC
11422003-08-18 Andrew Cagney <cagney@redhat.com>
1143
1144 * gdbint.texinfo (Target Architecture Definition): Document
1145 "frame_red_zone_size".
1146
25d29d70
AC
11472003-08-09 Andrew Cagney <cagney@redhat.com>
1148
1149 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
1150 with "set/show backtrace past-main" and "set/show backtrace
1151 limit".
1152
c938e9b0
L
11532003-08-08 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 * Makefile.in (install-info): Support DESTDIR.
1156 (install-html): Likewise.
1157
64fabec2
AC
11582003-08-07 Andrew Cagney <cagney@redhat.com>
1159
1160 Patch from Nick Roberts.
1161 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
1162 bindings. Remove description of send-gdb-command.
1163
2fcf52f0
AC
11642003-08-07 Andrew Cagney <cagney@redhat.com>
1165
1166 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
1167 GDB 6.0.
1168
086432e2
AC
11692003-08-06 Andrew Cagney <cagney@redhat.com>
1170
1171 * gdb.texinfo (Mode Options): Mention that level three is the
1172 highest available and that level 2 is deprecated.
1173 (Annotations Overview): Mention annotation levels. Cross reference
1174 to "Limitations of the Annotation Interface" in annotate.texi.
1175 (TODO, Value Annotations, Frame Annotations): Delete section.
1176 (Displays, Breakpoint Info): Delete.
1177
e5249f67
AC
11782003-08-04 Andrew Cagney <cagney@redhat.com>
1179
1180 * agentexpr.texi: Delete @bye.
1181 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
1182 (stabs.info): Add $(srcdir) to include search path.
1183 (html): Depend on "annotate_toc.html", and not "annotate.html".
1184 * stabs.texinfo: Ditto. Include "fdl.texi".
1185 * gdbint.texinfo: Update copyright statement's list of invariant
1186 sections.
1187
e6f672d2
AC
11882003-07-28 Andrew Cagney <cagney@redhat.com>
1189
1190 * Makefile.in (INFO_DEPS): Add annotate.info.
1191 (dvi, ps, html, pdf): Add annotate.
1192 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
1193 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
1194 (ANNOTATE_DOC_FILES): New macro.
1195 (ANNOTATE_TEX_TMPS): New macro.
1196 (annotate.info, annotate_toc.html): Specify dependencies.
1197 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
1198 * annotate.texinfo: Rename annotate.texi. Get building. Add
1199 "Migrating to GDB/MI" and "Limitations of the Annotation
1200 Interface" chapters. Mention why it is not part of the user
1201 guide. Update copyright notice. Include "fdl.texi".
1202
72ffddc9
SC
12032003-07-26 Stephane Carrez <stcarrez@nerim.fr>
1204
1205 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
1206
a9f12a31
DJ
12072003-07-24 Daniel Jacobowitz <drow@mvista.com>
1208
1209 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
1210
b1fe9455
DJ
12112003-07-24 Daniel Jacobowitz <drow@mvista.com>
1212
1213 * gdb.texinfo (Server): Mention pidof.
1214
153721e6
AC
12152003-07-22 Andrew Cagney <cagney@redhat.com>
1216
1217 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
1218 list.
1219
0fac0b41
DJ
12202003-06-28 Daniel Jacobowitz <drow@mvista.com>
1221
1222 * gdb.texinfo (Logging output): New chapter.
1223
4e562065
JB
12242003-06-24 Joel Brobecker <brobecker@gnat.com>
1225
1226 * gdb.texinfo (Unsupported languages): New section.
1227 (Languages): Add link to new section.
1228
f2c06f52
AC
12292003-06-22 Andrew Cagney <cagney@redhat.com>
1230
1231 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
1232
b4177fca
DJ
12332003-06-22 Daniel Jacobowitz <drow@mvista.com>
1234
1235 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
1236
f418dd93
DJ
12372003-06-22 Daniel Jacobowitz <drow@mvista.com>
1238
1239 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
1240 * agentexpr.texi: Retitle section, and change it to an appendix.
1241 Comment out texinfo initialization. Factor a @var{} into two
1242 pieces to prevent makeinfo warnings.
1243 * gdb.texinfo: Add Agent Expressions appendix.
1244
4ca61388
DJ
12452003-06-19 Daniel Jacobowitz <drow@mvista.com>
1246
1247 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
1248
07f31aa6
DJ
12492003-06-18 Daniel Jacobowitz <drow@mvista.com>
1250
1251 * gdb.texinfo (Remote Debugging): New section "Connecting to a
1252 remote target". Document the "detach" and "disconnect" commands.
1253 (Server, Netware, Debug Session): Reference "Connecting to a
1254 remote target".
1255 (GDB/MI Target Manipulation): Document "-target-disconnect".
1256
2dd0da42
AC
12572003-06-13 Andrew Cagney <cagney@redhat.com>
1258
1259 * gdbint.texinfo (Target Architecture Definition): Deprecate
1260 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
1261 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
1262
e7a3abfc
JB
12632003-06-09 Jim Blandy <jimb@redhat.com>
1264
1265 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
1266
25e3a86b
AC
12672003-06-08 Andrew Cagney <cagney@redhat.com>
1268
1269 * gdbint.texinfo (Target Architecture Definition): Delete
1270 documentation on FRAME_ARGS_ADDRESS_CORRECT.
1271
a9e5fdc2
AC
12722003-06-08 Andrew Cagney <cagney@redhat.com>
1273
1274 * gdbint.texinfo (Target Architecture Definition): Document
1275 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
1276
b37303ee
AF
12772003-06-07 Adam Fedor <fedor@gnu.org>
1278
1279 * gdb.texinfo: Add Objective-C documentation.
1280
39fe6e80
AC
12812003-06-01 Andrew Cagney <cagney@redhat.com>
1282
1283 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
1284 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
1285
125309b2
AC
12862003-05-21 Andrew Cagney <cagney@redhat.com>
1287
1288 * gdbint.texinfo (Target Architecture Definition): Delete
1289 references to "extract_address" and "store_address".
1290
b8b527c5
AC
12912003-05-16 Andrew Cagney <cagney@redhat.com>
1292
1293 * gdbint.texinfo (Target Architecture Definition): Replace
1294 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
1295 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
1296
50e3ee83
TR
12972003-05-14 Theodore A. Roth <troth@openavr.org>
1298
1299 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
1300
44e2be90
L
13012003-05-10 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
1304 (gdb.dvi): Likewise.
1305 (gdb.pdf): Likewise.
1306 (links2roff): Likewise.
1307
df5215a6
JB
13082003-05-08 Jim Blandy <jimb@redhat.com>
1309
1310 * gdb.texinfo (Dump/Restore Files): Update documentation for
1311 'dump', 'append', and 'restore': note that format argument is
1312 optional; simplify presentation of the command variants; and be
1313 more precise about the formats.
1314
5e7b2f39
JB
13152003-05-07 Jim Blandy <jimb@redhat.com>
1316
1317 * gdb.texinfo (Symbols): Update documentation: 'maint list
1318 symtabs' and 'maint list psymtabs' have been renamed 'maint info
1319 symtabs' and 'maint info psymtabs'.
1320
b1e29e33
AC
13212003-05-05 Andrew Cagney <cagney@redhat.com>
1322
1323 * gdbint.texinfo (Target Architecture Definition): Make
1324 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
1325 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
1326 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
1327
00905d52
AC
13282003-05-04 Andrew Cagney <cagney@redhat.com>
1329
1330 * gdb.texinfo (Maintenance Commands): Document "maint print
1331 dummy-frames".
1332
54ff5908
AC
13332003-05-04 Andrew Cagney <cagney@redhat.com>
1334
1335 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
1336
32e7087d
JB
13372003-05-03 J. Brobecker <brobecker@gnat.com>
1338
1339 Thierry Schneider <tpschneider1@yahoo.com>
1340 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
1341 for new MI command.
1342
7043d8dc
AC
13432003-05-03 Andrew Cagney <cagney@redhat.com>
1344
1345 * gdbint.texinfo (Target Architecture Definition): Document
1346 push_dummy_code. Add cross references.
1347
e33d66ec
EZ
13482003-05-02 Elena Zannoni <ezannoni@redhat.com>
1349
1350 * gdb.texinfo (Character Sets): Update to reflect new behavior of
1351 set/show charsets commands.
1352
0ba6dca9
AC
13532003-04-28 Andrew Cagney <cagney@redhat.com>
1354
1355 * gdbint.texinfo (Target Architecture Definition): Replace
1356 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
1357 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
1358
d7a27068
AC
13592003-04-28 Andrew Cagney <cagney@redhat.com>
1360
1361 * gdbint.texinfo (Target Architecture Definition): Rename
1362 "tm_print_insn" to "deprecated_tm_print_insn".
1363
44ea7b70
JB
13642003-04-09 Jim Blandy <jimb@redhat.com>
1365
1366 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
1367 list psymtabs'.
1368
fb8f8949
AC
13692003-04-08 Andrew Cagney <cagney@redhat.com>
1370
1371 * gdbint.texinfo (Target Architecture Definition): Delete
1372 references to EXTRA_FRAME_INFO.
1373
32fb0f22
AC
13742003-04-08 Andrew Cagney <cagney@redhat.com>
1375
1376 * gdbint.texinfo (Target Architecture Definition): Delete
1377 PRINT_TYPELESS_INTEGER.
1378
6be67e67
JB
13792003-04-02 J. Brobecker <brobecker@gnat.com>
1380
1381 * observer.texi (GDB Observers): Adjust the documentation for the
1382 normal_stop notification to better describe reality. Fix a couple
1383 of minor typos.
1384
4e35d5f0
BR
13852003-04-02 Bob Rossi <bob_rossi@cox.net>
1386
a9331b3f 1387 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
1388 '-file-list-exec-source-file'
1389
e8a8712a
AC
13902003-03-31 Andrew Cagney <cagney@redhat.com>
1391
1392 * gdbint.texinfo (Target Architecture Definition): Delete
1393 references to CALL_DUMMY_P.
1394
6c0e89ed
AC
13952003-03-30 Andrew Cagney <cagney@redhat.com>
1396
1397 * gdbint.texinfo (Target Architecture Definition): Remove
1398 reference to TARGET_WRITE_SP.
a9331b3f 1399
378bfd1b
AC
14002003-03-27 Andrew Cagney <cagney@redhat.com>
1401
1402 * gdbint.texinfo (Target Architecture Definition): Remove
1403 references to write_sp.
6c0e89ed 1404
922fbb7b
AC
14052003-03-27 Andrew Cagney <cagney@redhat.com>
1406
1407 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
1408 chapter body. Use @smallexample instead of @example.
1409 (Annotations): Ditto.
1410 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
1411 annotate.texi.
1412
b81774d8
AC
14132003-03-26 Andrew Cagney <cagney@redhat.com>
1414
1415 * gdbint.texinfo (Target Architecture Definition): Replace
1416 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
1417 dummy_addr parameters.
1418
1bf6d5cc
AC
14192003-03-25 Andrew Cagney <cagney@redhat.com>
1420
1421 * gdbint.texinfo (Target Architecture Definition): Delete
1422 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
1423 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
1424 Add reference to PUSH_ARGUMENTS.
1425
618ce49f
AC
14262003-03-23 Andrew Cagney <cagney@redhat.com>
1427
1428 * gdbint.texinfo (Algorithms, Target Architecture Definition):
1429 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
1430
bcd7e15f
JB
14312003-03-18 J. Brobecker <brobecker@gnat.com>
1432
1433 * gdbint.texinfo (Algorithms): Add new section describing the
1434 Observer paradigm.
1435 (Top): Add menu entry to new observer appendix.
1436 * observer.texi: New file.
1437 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
1438 new observer.texi file.
1439
9fe8321b
AC
14402003-03-17 Andrew Cagney <cagney@redhat.com>
1441
1442 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
1443 that GNU Press update the manual version number.
1444
ac2adee5
AC
14452003-03-12 Andrew Cagney <cagney@redhat.com>
1446
1447 * gdbint.texinfo (Target Architecture Definition): Delete
1448 references to get_saved_register. Rename GET_SAVED_REGISTER to
1449 DEPRECATED_GET_SAVED_REGISTER.
1450
749b82f6
AC
14512003-03-13 Andrew Cagney <cagney@redhat.com>
1452
1453 * gdbint.texinfo (Target Architecture Definition): Replace
1454 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
1455
8bedc050
AC
14562003-03-12 Andrew Cagney <cagney@redhat.com>
1457
1458 * gdbint.texinfo (Target Architecture Definition): Rename
1459 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 1460
0ce1b118
CV
14612003-03-10 Corinna Vinschen <vinschen@redhat.com>
1462
1463 * gdb.texinfo: Add File-I/O documentation.
1464
12cc2063
AC
14652003-03-10 Andrew Cagney <cagney@redhat.com>
1466
1467 * gdbint.texinfo (Target Architecture Definition): Cross reference
1468 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
1469
7453dc06
AC
14702003-03-07 Andrew Cagney <cagney@redhat.com>
1471
1472 * gdb.texinfo (Debugging Output): Mention the "set/show debug
1473 frame" command.
1474
6314f104
AC
14752003-03-05 Andrew Cagney <cagney@redhat.com>
1476
1477 * gdbint.texinfo (Target Architecture Definition): Document
1478 unwind_dummy_id. Cross reference unwind_dummy_id and
1479 SAVE_DUMMY_FRAME_TOS.
1480
f1212245
DJ
14812003-03-05 James Ingham <jingham@apple.com>
1482 Daniel Jacobowitz <drow@mvista.com>
1483
1484 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
1485 and "show cp-abi".
1486
77e7e267
AC
14872003-03-03 Andrew Cagney <cagney@redhat.com>
1488
1489 * gdbint.texinfo (Target Architecture Definition): Document
1490 register_type.
1491
838a8221
AC
14922003-03-03 Andrew Cagney <cagney@redhat.com>
1493
1494 * stabs.texinfo (Structures): Use @samp and separate @var's
1495 instead of a single @var containing a comma separated list.
1496 (Unions): Ditto.
1497
d7f4a264
DJ
14982003-03-02 Daniel Jacobowitz <drow@mvista.com>
1499
1500 * Makefile.in (distclean): Remove config.log.
1501
f30ee0bc
AC
15022003-03-01 Andrew Cagney <cagney@redhat.com>
1503
1504 * gdbint.texinfo (Target Architecture Definition): Rename
1505 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
1506
15072003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
1508
1509 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
1510 DEPRECATED_INIT_EXTRA_FRAME_INFO.
1511
be448670
CF
15122003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
1513
1514 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
1515 (Non-debug DLL symbols): New node, describing the minimal symbols
1516 loaded from DLLs without real debugging symbols.
1517
501eef12
AC
15182003-02-20 Andrew Cagney <ac131313@redhat.com>
1519
1520 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
1521 hardware-breakpoint-limit".
1522 (Set Watchpoints): Add cross reference to "set remote
1523 hardware-watchpoint-limit".
1524 (Remote configuration options): New section.
1525
21c294e6
AC
15262003-02-04 Andrew Cagney <ac131313@redhat.com>
1527
e9be73e4
AC
1528 * gdbint.texinfo (Target Architecture Definition): Delete
1529 descrption of IS_TRAPPED_INTERNALVAR.
1530
21c294e6
AC
1531 From Keith Seitz <keiths@redhat.com>:
1532 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
1533 option "-i"/"--interpreter" to this chapter. Include index
1534 entries.
1535
0179ffac
DC
15362003-02-04 David Carlton <carlton@math.stanford.edu>
1537
1538 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
1539 (Variables): Recommend stabs+ and DWARF 2.
1540 (C plus plus expressions): Correct info about
1541 compiler versions, debug formats.
1542 (Contributors): Change 'DWARF2' to 'DWARF 2'.
1543 PR symtab/874.
1544
7ca9f392
AC
15452003-02-01 Andrew Cagney <ac131313@redhat.com>
1546
1547 * gdbint.texinfo (Target Architecture Definition): Delete
1548 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
1549 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
1550 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
1551 references to nindy and i960.
1552 * gdb.texinfo (i960): Delete all references to i960 and nindy.
1553
31a85ea2
AC
15542003-02-01 Andrew Cagney <ac131313@redhat.com>
1555
1556 * gdbint.texinfo (Target Architecture Definition): Delete
1557 FLOAT_INFO.
1558
6b894e49
AC
15592003-01-30 Andrew Cagney <ac131313@redhat.com>
1560
1561 * stabs.texinfo (Member Type Descriptor): Clarify description of
1562 `@'. Suggested by Ben Hutchings.
1563
c48861fb
AC
15642003-01-29 Andrew Cagney <ac131313@redhat.com>
1565
1566 * gdb.texinfo (M68K): Delete reference to es1800.
1567
617073a9
AC
15682003-01-29 Andrew Cagney <ac131313@redhat.com>
1569
1570 * gdb.texinfo (Maintenance Commands): Document `maint print
1571 reggroups' and `maint print register-groups'.
1572 * gdbint.texinfo (Target Architecture Definition): Document
1573 register_reggroup_p.
1574
5b5d99cf
JB
15752003-01-23 Jim Blandy <jimb@redhat.com>
1576
1577 * gdb.texinfo (Separate Debug Files): New section.
1578
e7ba9c65
DJ
15792003-01-22 Daniel Jacobowitz <drow@mvista.com>
1580
1581 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
1582 and "maint show profile".
1583
94e91d6d
MC
15842003-01-16 Michael Chastain <mec@shout.net>
1585
1586 * gdb.texinfo (Installing GDB): Warn against
1587 ".../gdb-VERSION/gdb/configure".
1588 (Separate Objdir): Likewise.
1589
867f3898
AC
15902003-01-15 Andrew Cagney <ac131313@redhat.com>
1591
1592 * gdbint.texinfo (Target Architecture Definition): Delete
1593 definition of PRINT_REGISTER_HOOK.
1594
f153cc92
EZ
15952003-01-15 Elena Zannoni <ezannoni@redhat.com>
1596
1597 (OpenRISC 1000): Fix formatting of command names.
1598
c60eb6f1
EZ
15992003-01-15 Elena Zannoni <ezannoni@redhat.com>
1600
1601 * gdb.texinfo (Continuing and Stepping): Add new command
1602 'advance'. Clarify behavior of 'until'.
1603
f5ebfba0
DJ
16042003-01-13 Daniel Jacobowitz <drow@mvista.com>
1605
1606 * gdb.texinfo (Files): Document solib-absolute-prefix and
1607 solib-search-path.
1608
4ce8657e
MC
16092003-01-09 Michael Chastain <mec@shout.net>
1610
1611 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
1612 (Create a Release): Add new instructions for new @file{src-release}.
1613 Document existing instructions for @file{Makefile.in} as
1614 being for @value{GDBN} 5.3.1 or earlier.
1615
372613e3
AC
16162003-01-09 Andrew Cagney <ac131313@redhat.com>
1617
1618 * gdbint.texinfo (Target Architecture Definition): Mention
1619 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
1620 allocate memory.
1621
b4e9345d
DJ
16222003-01-04 Daniel Jacobowitz <drow@mvista.com>
1623
1624 * gdb.texinfo (Controlling GDB): Add @kindex for
1625 "show osabi".
1626 (Backtraces): Add @kindex's for backtrace-below-main.
1627
98b45e30
DJ
16282003-01-04 Daniel Jacobowitz <drow@mvista.com>
1629
1630 * gdb.texinfo (Controlling GDB): Document "set osabi".
1631
95f90d25
DJ
16322003-01-04 Daniel Jacobowitz <drow@mvista.com>
1633
1634 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
1635 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
1636
1e698235
DJ
16372003-01-04 Daniel Jacobowitz <drow@mvista.com>
1638
1639 * gdb.texinfo (Controlling GDB): Add ABI section. Document
1640 "set coerce-float-to-double".
1641 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
1642
e632838e
AC
16432003-01-02 Andrew Cagney <ac131313@redhat.com>
1644
1645 * stabs.texinfo: Remove obsolete text.
1646 * gdbint.texinfo: Ditto.
1647 * gdb.texinfo: Ditto.
1648
c133ab7a
MK
16492002-12-22 Mark Kettenis <kettenis@gnu.org>
1650
1651 * gdbint.texinfo (Target Architecture Definition): Update
1652 description of gdbarch_register_osabi.
1653
f821f325
KH
16542002-12-20 Kazu Hirata <kazu@cs.umass.edu>
1655
1656 * agentexpr.texi: Fix typos.
1657 * annotate.texi: Likewise.
1658 * fdl.texi: Likewise.
1659
85a6d8d3 16602002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
1661
1662 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
1663 DEPRECATED_INIT_FRAME_PC.
1664
ae45cd16
AC
16652002-12-01 Andrew Cagney <ac131313@redhat.com>
1666
1667 * gdbint.texinfo (Target Architecture Definition): Delete
1668 PC_IN_CALL_DUMMY.
1669
07555a72
AC
16702002-11-28 Andrew Cagney <ac131313@redhat.com>
1671
1672 * gdbint.texinfo (Host Definition): Delete documentation on
1673 USE_GENERIC_DUMMY_FRAMES.
1674
c166cdc7
EZ
16752002-11-26 Elena Zannoni <ezannoni@redhat.com>
1676
1677 Fix PR gdb/723 and PR gdb/245.
1678 * Makefile.in (install-info): Run the install-info command as part
1679 of the post install steps only.
1680 (uninstall-info): New target.
1681 (uninstall): New target.
1682
35db0260
EZ
16832002-11-22 Elena Zannoni <ezannoni@redhat.com>
1684
1685 * Makefile.in (install): Make install do some real work.
1686
9ba8d803
AC
16872002-11-19 Andrew Cagney <ac131313@redhat.com>
1688
1689 Fix POSIX problem reported by Paul Eggert.
1690 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
1691 Fix PR gdb/527.
1692
903ad3a6
AC
16932002-10-26 Andrew Cagney <cagney@redhat.com>
1694
1695 * gdbint.texinfo (Target Architecture Definition): Delete
1696 definition of DO_REGISTERS_INFO.
1697
f2abfe65
KB
16982002-10-18 Kevin Buettner <kevinb@redhat.com>
1699
1700 * gdbint.texinfo (Address Classes): Fix problems with insertion
1701 of ``{'' and ``}'' in example.
1702
b5b0480a
KB
17032002-10-17 Kevin Buettner <kevinb@redhat.com>
1704
1705 * gdbint.texinfo (Address Classes): New section.
1706 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
1707 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
1708 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
1709 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
1710
c85508ee
KD
17112002-10-11 Klee Dienes <kdienes@apple.com>
1712
1713 * gdb.texinfo (Registers): Mention vector registers as well as
1714 floating registers in the documentation for 'info registers' and
1715 'info all-registers'.
1716
6d12fc3d
DJ
17172002-10-11 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * gdbint.texinfo (CPLUS_MARKER): Remove item.
1720
8d19fbd2
JJ
17212002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1722
1723 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
1724 interface definition.
1725
a37295f9
MM
17262002-10-03 Marko Mlinar <markom@opencores.org>
1727
1728 * gdb.texinfo (Target Commands): Add or1k target specific
1729 commands.
1730 * gdb.texinfo (Contributors): Add myself to the contributors list.
1731
da0f9dcd
AC
17322002-10-01 Andrew Cagney <ac131313@redhat.com>
1733
1734 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
1735 and "mi1" instead of "mi1" and "mi0".
1736
2e834e49
HPN
17372002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
1738
1739 * gdb.texinfo (Packets): Fix typos "alligned".
1740 Correct z3/Z3 description. Correct z4/Z4 title.
1741
050be0dc
AC
17422002-09-27 Andrew Cagney <ac131313@redhat.com>
1743
1744 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
1745
1104b9e7
KB
17462002-09-25 Kevin Buettner <kevinb@redhat.com>
1747
1748 * gdb.texinfo: Use GNU/Linux instead of Linux.
1749
512217c7
AC
17502002-09-25 Andrew Cagney <ac131313@redhat.com>
1751
1752 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
1753
10998722
AC
17542002-09-24 Andrew Cagney <ac131313@redhat.com>
1755
512217c7 1756 * gdb.texinfo: Replace @example with @smallexample.
10998722 1757
a0eb71c5
KB
17582002-09-20 Kevin Buettner <kevinb@redhat.com>
1759
f7dc1244 1760 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
1761 * gdb.texinfo (Character Sets): Use @smallexample instead of
1762 @example. Use GNU/Linux instead of Linux.
1763
17642002-09-20 Jim Blandy <jimb@redhat.com>
1765
1766 * gdb.texinfo: Add character set documentation.
1767
2f870471
AC
17682002-09-19 Andrew Cagney <ac131313@redhat.com>
1769
1770 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
1771 (Packets): Add cross reference from `b' packet to `z' packets.
1772
790eb8f5
AC
17732002-09-19 Andrew Cagney <ac131313@redhat.com>
1774
8d30a00d
AC
1775 * gdb.texinfo (Maintenance Commands): Document ``maint
1776 internal-error'' and ``maint internal-warning''.
1777
790eb8f5
AC
1778 * gdbint.texinfo (Target Architecture Definition): Revise
1779 description of STACK_ALIGN. Add description of FRAME_ALIGN.
1780
a23a7bf1
JB
17812002-09-19 Joel Brobecker <brobecker@gnat.com>
1782
1783 * gdbint.texinfo (Target Conditionals): Document the new
1784 NAME_OF_MALLOC macro.
1785
299ffc64
AC
17862002-09-05 Andrew Cagney <ac131313@redhat.com>
1787
1788 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
1789 engineer.
1790
b7bb15bc
SC
17912002-09-02 Stephane Carrez <stcarrez@nerim.fr>
1792
1793 * gdb.texinfo (TUI Overview): Document status line fields.
1794
3d757584
SC
17952002-09-02 Stephane Carrez <stcarrez@nerim.fr>
1796
1797 * gdb.texinfo (TUI Commands): Document info win command.
1798
269c21fe
SC
17992002-09-01 Stephane Carrez <stcarrez@nerim.fr>
1800
1801 * gdb.texinfo (TUI Overview): Document breakpoint markers.
1802
7cf36c78
SC
18032002-09-01 Stephane Carrez <stcarrez@nerim.fr>
1804
1805 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
1806 (TUI Keys): Likewise.
1807
d2c6833e
AC
18082002-08-25 Andrew Cagney <ac131313@redhat.com>
1809
1810 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
1811 for a packet receive.
1812
46d8b1c3
AC
18132002-08-25 Andrew Cagney <ac131313@redhat.com>
1814
1815 * Makefile.in (clean): Move to end of file.
1816 (distclean, maintainer-clean, realclean): Ditto.
1817 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
1818 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
1819 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
1820 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
1821
b0787093
AC
18222002-08-24 Andrew Cagney <ac131313@redhat.com>
1823
1824 * Makefile.in (GDBINT_TEX_TMPS): Define.
1825 (gdbint.dvi, gdbint.pdf): Use
1826 (GDB_TEX_TMPS): Define.
1827 (gdb.dvi, gdb.pdf): Use.
1828 (STABS_TEX_TMPS): Define.
1829 (stabs.dvi, stabs.pdf): Use.
1830 (GDB_DOC_SOURCE_INCLUDES): New macros.
1831 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
1832 (GDBINT_DOC_FILES_INCLUDES): New macros.
1833 (GDBINT_DOC_BUILD_INCLUDES): New macros.
1834 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
1835 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
1836 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
1837 (links2roff): Replace SFILES_INCLUDED with
1838 GDB_DOC_SOURCE_INCLUDES.
1839 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
1840 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
1841 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
1842 dependencies.
1843 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
1844 dependencies.
1845 (gdbmi.texinfo): Delete rule.
1846 (inc-hist.texinfo): Delete rule.
1847 (rluser.texinfo): Delete rule.
1848
ebba8386
AC
18492002-08-23 Andrew Cagney <cagney@redhat.com>
1850
1851 * gdbint.texinfo (Target Architecture Definition): Update
1852 STORE_RETURN_VALUE, mention regcache.
1853
0ab7a791
AC
18542002-08-21 Andrew Cagney <ac131313@redhat.com>
1855
1856 * gdbint.texinfo (Target Architecture Definition): Document
1857 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
1858
ee2d5c50
AC
18592002-08-19 Andrew Cagney <ac131313@redhat.com>
1860
1861 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
1862 Fix minor typos. Add index entries.
1863
53c69bd7
AC
18642002-08-18 Andrew Cagney <ac131313@redhat.com>
1865
1866 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
1867
e76f1f2e
AC
18682002-08-15 Andrew Cagney <ac131313@redhat.com>
1869
1870 * gdbint.texinfo (Target Architecture Definition): Document
1871 PRINT_VECTOR_INFO.
1872 * gdb.texinfo (Vector Unit): Document "info vectors" command.
1873
0680b120
AC
18742002-08-13 Andrew Cagney <ac131313@redhat.com>
1875
1876 * gdb.texinfo (Maintenance Commands): Document "maint print
1877 registers", "maint print raw-registers" and "maint print
1878 cooked-registers".
1879
3c3bea1c
GS
18802002-08-08 Grace Sainsbury <graces@redhat.com>
1881
a9331b3f 1882 From Mark Salter:
3c3bea1c
GS
1883 * gdb.texinfo (Protocol): Document T packet extension to
1884 allow watchpoint address reporting.
1885
42f9b0a5
AC
18862002-08-03 Andrew Cagney <ac131313@redhat.com>
1887
1888 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
1889
db034ac5
AC
18902002-08-01 Andrew Cagney <cagney@redhat.com>
1891
1892 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
1893 to CHILL.
1894
e2b28d04
AC
18952002-08-01 Andrew Cagney <ac131313@redhat.com>
1896
1897 * gdbint.texinfo (Coding): Revise section "Include Files".
1898
7fb623f7
AC
18992002-07-24 Andrew Cagney <cagney@redhat.com>
1900
1901 * gdbint.texinfo: Obsolete references to m88k.
1902 * gdb.texinfo: Ditto.
1903
4a2b4636
JB
19042002-07-10 Joel Brobecker <brobecker@gnat.com>
1905
7fb623f7 1906 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
1907 where the proper version of autoconf can be retrieved.
1908
a71ec265
DH
19092002-07-09 Don Howard <dhoward@redhat.com>
1910
1911 * gdb.texinfo (Command Files): Further describe the behavior of
1912 sourced command files.
1913
b9aa90c9
AC
19142002-06-27 Andrew Cagney <ac131313@redhat.com>
1915
1916 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
1917 (Coding): Clarify ISO C version that GDB assumes.
1918
40dd2248
TT
19192002-06-26 Tom Tromey <tromey@redhat.com>
1920
1921 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
1922 add_setshow_cmd_full.
1923
bfac230e
DH
19242002-06-25 Don Howard <dhoward@redhat.com>
1925
1926 * gdb.texinfo (Memory Region Attributes): Document new behavior
1927 for 'mem' command.
1928
475b0867
JB
19292002-06-11 Jim Blandy <jimb@redhat.com>
1930
919d772c
JB
1931 * gdb.texinfo (Symbols): Update documentation for `info source'
1932 command.
1933
475b0867
JB
1934 * gdb.texinfo (Macros): Call the command `info macro', not
1935 `show macro'.
1936
ba8c9337
AC
19372002-06-09 Andrew Cagney <ac131313@redhat.com>
1938
1939 * gdbint.texinfo (Coding): Add section ``Per-architecture module
1940 data''.
1941
1029b7fa
MK
19422002-06-09 Mark Kettenis <kettenis@gnu.org>
1943
1944 * gdbint.texinfo (Target Architecture Definition): Document
1945 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
1946
16737d73
AC
19472002-06-08 Andrew Cagney <ac131313@redhat.com>
1948
1949 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
1950 lists.
1951
30107679
AC
19522002-06-08 Andrew Cagney <ac131313@redhat.com>
1953
1954 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
1955 Branch''.
1956
3352e23e
AC
19572002-06-01 Andrew Cagney <ac131313@redhat.com>
1958
1959 * gdbint.texinfo (Target Architecture Definition): Add section
1960 ``Converting an existing Target Architecture to Multi-arch''.
1961
cbb09e6a
AC
19622002-05-30 Andrew Cagney <ac131313@redhat.com>
1963
1964 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
1965 to ``Obsoleting code''. Revise.
1966
e2e0bcd1
JB
19672002-05-17 Jim Blandy <jimb@redhat.com>
1968
1969 * gdb.texinfo (C Preprocessor Macros): New chapter.
1970 Include it in the main menu.
1971 (Contributors): Credit Jim Blandy with macro support.
1972 (Compilation): Explain how to get macro information into the
1973 executable.
1974 (Expressions): Note that preprocessor macros are expanded.
1975
9db8d71f
DJ
19762002-05-14 Daniel Jacobowitz <drow@mvista.com>
1977
1978 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
1979 options for `target remote'.
1980
6d531722
AC
19812002-05-13 Andrew Cagney <ac131313@redhat.com>
1982
1983 * gdbint.texinfo (Target Architecture Definition): Delete
1984 documentation on NNPC_REGNUM.
1985
13d01224
AC
19862002-05-11 Andrew Cagney <ac131313@redhat.com>
1987
1988 * gdbint.texinfo (Target Architecture Definition): Document
1989 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
1990 (Target Architecture Definition): Revise section `Using Different
1991 Register and Memory Data Representations'. Add section `Raw and
1992 Virtual Register Representations'.
1993
b2e75d78
AC
19942002-05-11 Andrew Cagney <ac131313@redhat.com>
1995
1996 * gdbint.texinfo (Target Architecture Definition): Mention
1997 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
1998 (Target Architecture Definition): Mention same. Add references to
1999 web pages.
2000
2c8682ee
MS
20012002-05-08 Michael Snyder <msnyder@redhat.com>
2002
2003 * stabs.texinfo (Attributes): Document new "vector" attribute.
2004
0816590b
AC
20052002-05-04 Andrew Cagney <ac131313@redhat.com>
2006
2007 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
2008
2653173e
AC
20092002-05-04 Andrew Cagney <ac131313@redhat.com>
2010
2011 * gdb.texinfo: Delete obsolete references to a29k.
2012
d7bd68ca
AC
20132002-04-24 Andrew Cagney <ac131313@redhat.com>
2014
2015 * gdbint.texinfo (Target Architecture Definition): Replace
2016 IN_SIGTRAMP with PC_IN_SIGTRAMP.
2017
21d83aa5
DM
20182002-04-24 David S. Miller <davem@redhat.com>
2019
2020 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
2021
7673a6cc
DM
20222002-04-21 David S. Miller <davem@redhat.com>
2023
2024 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
2025
d49d1e0a
AC
20262002-04-21 Andrew Cagney <ac131313@redhat.com>
2027
2028 * gdbint.texinfo (Target Architecture Definition): Delete
2029 definition of HAVE_REGISTER_WINDOWS.
2030
f7dc1244 20312002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
2032
2033 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
2034 "Theodore A. Roth" <troth@verinet.com>.
2035
5ca0cb28
DH
20362002-04-15 Don Howard <dhoward@redhat.com>
2037
f7dc1244 2038 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 2039 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 2040 Provide a better explaination of this feature.
5ca0cb28 2041
f208ba17
AC
20422002-04-14 Andrew Cagney <ac131313@redhat.com>
2043
2044 * gdbint.texinfo (Target Architecture Definition): Remove
2045 FRAME_CHAIN_COMBINE.
2046
d5ba91de
MC
20472002-04-12 Michael Chastain <mec@shout.net>
2048
2049 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
2050 REG_STACK_SEGMENT.
2051
26818220
MC
20522002-04-09 Michael Chastain <mec@shout.net>
2053
2054 * gdbint.texinfo (Obsolete Conditionals): Remove references to
2055 PYRAMID_* macros.
2056
129188f6
AC
20572002-04-07 Andrew Cagney <ac131313@redhat.com>
2058
2059 * gdb.texinfo (Bug Reporting): Document that the web is the
2060 prefered way of submitting bug reports.
2061 (Bug Reporting): Delete the s-mail address as the last resort.
2062
8227c0ff
AC
20632002-04-05 Andrew Cagney <ac131313@redhat.com>
2064
2065 * gdbint.texinfo (Target Architecture Definition): Delete
2066 references to TARGET_WRITE_FP and write_fp.
2067
16d9dec6
MS
20682002-03-27 Michael Snyder <msnyder@redhat.com>
2069
2070 * gdb.texinfo: Document new commands dump, append, and restore.
2071
9ae8b82c
AC
20722002-03-27 Andrew Cagney <ac131313@redhat.com>
2073
2074 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
2075 Branch'.
2076
474c8240
AC
20772002-03-18 Andrew Cagney <ac131313@redhat.com>
2078
2079 * gdb.texinfo: Change all examples to @smallexample.
2080 * gdbint.texinfo: Ditto.
a9331b3f 2081
fb0ff88f
AC
20822002-03-18 Andrew Cagney <ac131313@redhat.com>
2083
2084 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
2085 Branches''.
2086
9bb0a4d8
AC
20872002-03-18 Andrew Cagney <ac131313@redhat.com>
2088
2089 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
2090 Policy''.
2091
937f164b
FF
20922002-03-04 Fred Fish <fnf@redhat.com>
2093
2094 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
2095 expresson, suports, dependant, trhe, perhaphs, situtations,
2096 explictily, taged, oportunity, unfortunatly).
2097
a7b40f07
AC
20982002-02-24 Andrew Cagney <ac131313@redhat.com>
2099
2100 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
2101 Remove reference to 3.12.
2102
aab4e0ec
AC
21032002-02-23 Andrew Cagney <ac131313@redhat.com>
2104
2105 * gdbint.texinfo: Include fdl.texi.
2106 (Top): Add GNU Free Documentation License.
2107 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
2108 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
2109 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
2110 (gdbint.info): Add srcdir to include path.
2111 * gdb.texinfo: Include gpl.texi.
2112 (Top): Add Copying.
2113 * gpl.texi: New file.
2114
47b95330
AC
21152002-02-23 Andrew Cagney <ac131313@redhat.com>
2116
2117 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
2118
78c47bea
PM
21192002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2120
2121 * gdb.texinfo: Document Cygwin native specific commands.
2122
56460a61
DJ
21232002-02-15 Daniel Jacobowitz <drow@mvista.com>
2124
2125 * gdb.texinfo: Document gdbserver ``--attach'' command.
2126
def71bfa
MS
21272002-02-07 Michael Snyder <msnyder@redhat.com>
2128
2129 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
2130 to @code(_ovly_debug_event).
2131
c928edc0
AC
21322002-02-07 Andrew Cagney <ac131313@redhat.com>
2133
2134 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
2135
81d46470
MS
21362002-02-06 Michael Snyder <msnyder@redhat.com>
2137
2138 * gdb.texinfo (overlays): Mention new magic symbol
2139 '_ovly_debug_event', which allows GDB to keep better track
2140 of overlays.
2141
f7dc1244 21422002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
2143
2144 * gdb.texinfo (Memory Region Attributes): Fix the wording.
2145 Suggested by Dmitry Sivachenko.
2146
2147 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
2148
15110bc3
MS
21492002-02-01 Michael Snyder <msnyder@redhat.com>
2150
2151 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
2152
6763aef9
MS
21532002-01-30 Michael Snyder <msnyder@redhat.com>
2154
ac282366
MS
2155 * gdb.texinfo: (remote protocol): Gramatical fix-up.
2156 (set trust-readonly-sections): Document.
6763aef9 2157
8642bc8f
AC
21582002-01-29 Andrew Cagney <ac131313@redhat.com>
2159
2160 * gdbint.texinfo (Releasing GDB): Revise and update.
2161
afe64c1a
AC
21622002-01-28 Andrew Cagney <ac131313@redhat.com>
2163
2164 * gdbint.texinfo (Target Architecture Definition): Delete
2165 description of TARGET_BYTE_ORDER_DEFAULT.
2166
f7dc1244 21672002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
2168
2169 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
2170 <mitya@cavia.pp.ru>.
2171
3d6e1b5a
AC
21722002-01-23 Andrew Cagney <ac131313@redhat.com>
2173
2174 * libgdb.texinfo: Delete file.
2175
6c0e9fb3
AC
21762002-01-22 Andrew Cagney <ac131313@redhat.com>
2177
2178 * gdb.texinfo: Remove makeinfo 3.12 hacks.
2179 * gdbint.texinfo: Ditto.
2180
e0ce93ac
AC
2181Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
2182
2183 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
2184
be298bcc
AC
21852002-01-22 Andrew Cagney <ac131313@redhat.com>
2186
2187 * Makefile.in: Update copyright.
2188 (TEXI2DVI): Define.
2189 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
2190 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
2191 gdb-cfg.texi.
2192 (TEXINDEX, PDFTEX): Delete makefile variables.
2193
8e04817f
AC
21942002-01-22 Andrew Cagney <ac131313@redhat.com>
2195
2196 * gdb.texinfo (Protocol): Move section to appendix.
2197
6b2f586d
AC
21982002-01-21 Andrew Cagney <ac131313@redhat.com>
2199
2200 * gdb.texinfo (Remote Debugging): Create a menu.
2201 (Top): Add ``Remote Debugging'' to menu.
2202
6f05cf9f
AC
22032002-01-21 Andrew Cagney <ac131313@redhat.com>
2204
2205 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
2206 serial protocol'' from here.
2207 (Remote Debugging): To here. New chapter.
2208
3fd3d7d2
AC
22092002-01-20 Andrew Cagney <ac131313@redhat.com>
2210
2211 * gdbint.texinfo (Target Architecture Definition): Delete
2212 description of TARGET_BYTE_ORDER_SELECTABLE_P.
2213
7fd60527
AC
22142002-01-20 Andrew Cagney <ac131313@redhat.com>
2215
2216 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
2217 are no longer needed.
2218 (Porting GDB): Add maintainer note about configure.host.
2219
c2f05ac9
AC
22202002-01-20 Andrew Cagney <ac131313@redhat.com>
2221
2222 * gdbint.texinfo (Target Architecture Definition): Remove
2223 definition of IEEE_FLOAT.
2224
f7dc1244 22252002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
2226
2227 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
2228 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
2229 <3diff@gnu.org>
231b2aad 2230
82600034
AC
22312002-01-19 Andrew Cagney <ac131313@redhat.com>
2232
2233 * gdbint.texinfo (Host Definition): Remove references to
2234 MALLOC_INCOMPATIBLE.
2235
7708fa01
AC
22362002-01-17 Andrew Cagney <ac131313@redhat.com>
2237
2238 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
2239 and xyz-xdep.o.
2240
eb12ee30
AC
22412002-01-17 Andrew Cagney <ac131313@redhat.com>
2242
2243 * gdb.texinfo (Maintenance Commands): Add appendix.
2244 (Set Breaks): Copy ``maint info breakpoint'' doco to
2245 ``Maintenance Commands'' appendix. Add reference.
2246
c9ccaa92
AC
22472002-01-17 Andrew Cagney <ac131313@redhat.com>
2248
2249 * fdl.texi: Remove next/prev from @node.
2250
f7dc1244 22512002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
2252
2253 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
2254 for monstrous @multitable (from Brian Youmans).
2255
2256 * fdl.texi: New file.
2257
2258 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2259
8973da3a
AC
22602002-01-15 Andrew Cagney <ac131313@redhat.com>
2261
2262 * gdbint.texinfo (Releasing GDB): New chapter.
2263
7d86b5d5
AC
22642002-01-14 Andrew Cagney <ac131313@redhat.com>
2265
2266 * gdb.texinfo (Embedded Processors, Calling program functions):
2267 Obsolete references to a29k.
2268
cc1cb004
AC
22692002-01-13 Andrew Cagney <ac131313@redhat.com>
2270
2271 * gdbint.texinfo (Coding): Review Cleanups section. Examples
2272 examples. Document that a code-block should do or discard its
2273 cleanups before exit.
2274
79f12247
MS
22752002-01-11 Michael Snyder <msnyder@redhat.com>
2276
2277 * gdb.texinfo (Choosing files): Change @samp to @file.
2278
19837790
MS
22792002-01-05 Michael Snyder <msnyder@redhat.com>
2280
2281 * gdb.texinfo (--pid): Document new command line option (attach).
2282
f7dc1244 22832002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
2284
2285 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
2286 in the stub.
2287
d7449b42
AC
22882002-01-04 Andrew Cagney <ac131313@redhat.com>
2289
2290 * gdbint.texinfo (Target Architecture Definition): Replace
2291 BIG_ENDIAN with BFD_ENDIAN_BIG.
2292
f23631e4
AC
22932002-01-03 Andrew Cagney <ac131313@redhat.com>
2294
2295 * gdbint.texinfo (Target Architecture Definition): Replace
2296 value_ptr with struct value pointer.
2297
72c9928d
EZ
22982002-01-02 Eli Zaretskii <eliz@gnu.org>
2299
2300 * gdb.texinfo (Free Software): Fix wording.
2301
959acfd1
EZ
23022001-12-31 Eli Zaretskii <eliz@gnu.org>
2303
2304 * gdb.texinfo (Free Software): New section ``Free Software Needs
2305 Free Documentation''.
2306
f7dc1244 23072001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
2308
2309 * stabs.texinfo:
2310 * gdb.texinfo:
2311 * gdbint.texinfo:
2312 * libgdb.texinfo:
2313 * annotate.texi: Fix the application of GFDL in the Copyright notice.
2314
6600abed
MS
23152001-12-29 Michael Snyder <msnyder@redhat.com>
2316
2317 * gdb.texinfo (maint info sections): Fix typo.
2318
f6680716
MS
23192001-12-26 Michael Snyder <msnyder@redhat.com>
2320
fe95c787
MS
2321 * gdb.texinfo (maint info sections): Document.
2322
a9331b3f 2323 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
2324 'info proc' sub-options that are currently not implemented.
2325
c3d3ce5b
JB
23262001-12-20 Jim Blandy <jimb@redhat.com>
2327
2328 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
2329
778eb05e
AC
23302001-12-15 Andrew Cagney <ac131313@redhat.com>
2331
2332 * gdbint.texinfo (Target Architecture Definition): Replace
2333 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
2334
2607059c
AC
23352001-12-01 Andrew Cagney <ac131313@redhat.com>
2336
2337 * gdbint.texinfo (Host Definition): Delete documentation on
2338 HOST_BYTE_ORDER.
2339
df0cd8c5
JB
23402001-11-30 Jim Blandy <jimb@redhat.com>
2341
2342 * gdb.texinfo (Overlays): New chapter, documenting GDB's
2343 overlay support. Add to top-level menu.
2344
88118b3a
TT
23452001-11-26 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.texinfo (Command Syntax): Document C-o binding.
2348
96565e91
CF
23492001-07-26 Christopher Faylor <cgf@redhat.com>
2350
2351 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
2352 use since it is described in the referenced section.
2353
f7dc1244 2354 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
2355 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
2356 clearer when using DJGPP.
2357
2a3d5645
CF
23582001-11-24 Christopher Faylor <cgf@redhat.com>
2359
2360 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
2361 specifically refer to MS-DOS.
2362 (command files): Mention gdb.ini is only used on MS-DOS.
2363
aa26fa3a
TT
23642001-11-21 Tom Tromey <tromey@redhat.com>
2365
2366 * gdb.texinfo (Invoking GDB): Document --args.
2367 (Mode Options): Likewise.
2368
4f8ada06
JB
23692001-11-21 Jim Blandy <jimb@redhat.com>
2370
2371 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2372 Delete documentation; this macro has been removed from the
2373 sources.
2374
3fe0dc10
JB
23752001-11-13 Jim Blandy <jimb@redhat.com>
2376
2377 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
2378
9e5abb06
CV
23792001-11-06 Corinna Vinschen <vinschen@redhat.com>
2380
2381 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
2382
1c5dfdad
MS
23832001-11-05 Michael Snyder <msnyder@redhat.com>
2384
a9331b3f 2385 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
2386 quote regexp chars in function names such as "operator*()".
2387
990f9fe3
FF
23882001-11-01 Fred Fish <fnf@redhat.com>
2389
2390 * gdbint.texinfo (SOLIB_ADD): Document additional new
2391 "readsyms" arg.
2392
b433d00b
DH
23932001-10-30 Don Howard <dhoward@redhat.com>
2394
070b1dd3
DH
2395 * gdb.texinfo: (Command Files) Added documentation for the
2396 behavior of gdb with input redirected from a file.
b433d00b 2397
b7209cb4
FF
23982001-10-28 Fred Fish <fnf@redhat.com>
2399
2400 * gdb.texinfo (auto-solib-add): Change docs to match
2401 implementation change.
2402 (auto-solib-limit): Add docs for new variable.
2403
1aa20aa8
AC
24042001-10-15 Andrew Cagney <ac131313@redhat.com>
2405
2406 * gdbint.texinfo (Target Architecture Definition): Function
2407 value_as_pointer renamed to value_as_address.
2408
fc0c74b1
AC
24092001-10-15 Andrew Cagney <ac131313@redhat.com>
2410
2411 * gdbint.texinfo (Target Architecture Definition): Default
2412 POINTER_TO_ADDRESS functions assume unsigned addresses.
2413 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
2414 posting by Jim Blandy.
2415
f4846649
JB
24162001-10-12 Jim Blandy <jimb@redhat.com>
2417
2418 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
2419 version of texi2html (1.64) doesn't support this flag any more.
2420
f277788b
MK
24212001-09-08 Mark Kettenis <kettenis@gnu.org>
2422
a9dc4918
MK
2423 * gdbint.texinfo (Host Definition): Remove description of
2424 MEM_FNS_DECLARED.
2425
d28379df
MK
2426 * gdbint.texinfo (Host Definition): Remove description of R_OK.
2427
f277788b
MK
2428 * gdbint.texinfo (Host Definition): Remove description of
2429 HAVE_SIGSETMASK.
2430
7ccaa899
EZ
24312001-09-04 Elena Zannoni <ezannoni@redhat.com>
2432
2433 * gdbint.texinfo (Target Architecture Definition): Add
2434 explanation of TARGET_PRINT_INSN macro.
2435
17d9d558
JB
24362001-08-30 Jim Blandy <jimb@redhat.com>
2437
2438 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
2439 Explain what it means to load relocatable files.
2440
72cde065
JB
24412001-08-28 Jim Blandy <jimb@redhat.com>
2442
2443 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
2444 info `top' menu.
2445
9e678452
CF
2446Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
2447
2448 * gdbint.texinfo: Add a cautionary note about macro use.
2449
a2bea4c3 24502001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 2451
a2bea4c3
CV
2452 * gdb.texinfo: Explain omitting the hostname in the
2453 `target remote' command.
2454
1129bf27
DJ
24552001-07-30 Daniel Jacobowitz <drow@mvista.com>
2456
2457 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
2458 and END-INFO-DIR-ENTRY.
2459
732b3002
SC
24602001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2461
2462 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
2463
89437448
AC
24642001-07-25 Andrew Cagney <ac131313@redhat.com>
2465
2466 * gdbint.texinfo (libgdb): Rewrite.
2467
f7dc1244 24682001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
2469
2470 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
2471
c4555f82
SC
24722001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2473
2474 * gdb.texinfo (TUI): New chapter, document the TUI.
2475 (Mode Options): Document the -tui option.
2476
2f45a6e0
MK
24772001-07-23 Mark Kettenis <kettenis@gnu.org>
2478
2479 * gdbint.texinfo (Host Definition): Remove description of
2480 NEED_POSIX_SETPGID.
2481
f7dc1244 24822001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
2483
2484 * gdb.tex (DJGPP Native): New node, with descriptions of
2485 DJGPP-specific commands.
2486
be9c6c35
JM
24872001-07-19 John R. Moore <jmoore@redhat.com>
2488
2489 * gdbint.texinfo: Three misspellings.
2490
dfa249fb
AC
24912001-07-06 Andrew Cagney <ac131313@redhat.com>
2492
2493 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
2494 `test` expressions on bash. Problem reported by Colin Walters.
2495
c72e7388
AC
24962001-07-04 Andrew Cagney <ac131313@redhat.com>
2497
2498 * gdbint.texinfo (User Interface): Update ui-out documentation to
2499 refelect recent UI/MI updates.
2500
94bbb2c0
AC
25012001-07-04 Andrew Cagney <ac131313@redhat.com>
2502
2503 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
2504 interpreters.
2505
af6c57ea
AC
25062001-06-15 Andrew Cagney <ac131313@redhat.com>
2507
2508 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
2509 structure and not macros.
2510 (Host Definition): Document that much of this chapter is obsolete.
2511 (Target Architecture Definition): Update list of files that make
2512 up a target architecture.
2513 (Coding): Update.
2514
83aa8bc6
AC
25152001-06-28 Andrew Cagney <ac131313@redhat.com>
2516
2517 * gdbint.texinfo (Target Architecture Definition): Update
2518 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
2519 The latter has been changed to a true predicate.
2520
f7dc1244 25212001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
2522
2523 * annotate.texi: Add @noindent where needed. From Dmitry
2524 Sivachenko <dima@Chg.RU>.
2525 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
2526
656db9b0
AC
25272001-06-16 Andrew Cagney <ac131313@redhat.com>
2528
2529 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
2530
df2396a1
AC
25312001-06-14 Andrew Cagney <ac131313@redhat.com>
2532
2533 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
2534 returns ``OK''. Document that the ``R'' packet does not reply.
2535
0f1f2b0a
MS
25362001-06-13 Michael Snyder <msnyder@redhat.com>
2537
2538 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
2539
f7dc1244 25402001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
2541
2542 * gdb.texinfo (Signals): Clarify the default setting of signal
2543 handling.
2544
a5d7c491
AC
25452001-05-14 Andrew Cagney <ac131313@redhat.com>
2546
2547 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
2548 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
2549
05a54c4f
AC
25502001-05-12 Andrew Cagney <ac131313@redhat.com>
2551
2552 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
2553
f7dc1244 25542001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
2555
2556 * gdbint.texinfo (Clean Design and Portable Implementation):
2557 Renamed from "Clean Design".
2558 (Clean Design and Portable Implementation): Document portable
2559 methods of handling file names, and the associated macros.
2560
f7dc1244 25612001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
2562
2563 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
2564 command and provide a cross-reference to its description.
2565 (Symbols): Note that "info scope" is useful for trace experiments.
2566
f7dc1244 25672001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 2568
b37052ae
EZ
2569 * gdb.texinfo (Symbols): Document "info scope".
2570 (Tracepoints): New chapter.
2571 (Contributors): Update for v5.1.
2572 <All nodes>: Change "C++" to "C@t{++}".
2573
0ee54786
EZ
2574 * gdbint.texinfo (User Interface): A new section about ui_out
2575 functions, based on text written by Fernando Nasser.
2576
c534679c
EZ
2577 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
2578
f7dc1244 25792001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 2580
e9c75b65
EZ
2581 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
2582
2583 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
2584
2585 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
2586 Replace "GDB" with "@value{GDBN}". Fix markup.
2587
2588 * annotate.texi: Change Permissions to GFDL. Update Copyright.
2589
3d67e040
EZ
2590 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
2591 a cross-reference to its description.
2592 (Symbols): Document "info symbol".
2593
f7dc1244 25942001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
2595
2596 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
2597 subsection "x86 Watchpoints".
2598 (Target Architecture Definition): Document the macros
2599 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
2600 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
2601
b0ed3589
AC
26022001-03-20 Andrew Cagney <ac131313@redhat.com>
2603
2604 * gdbint.texinfo (Target Architecture Definition): Update
2605 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
2606 list.
2607
b6ba6518
KB
26082001-03-06 Kevin Buettner <kevinb@redhat.com>
2609
2610 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
2611 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
2612
f7dc1244 26132001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
2614
2615 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
2616
f7dc1244 26172001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 2618
17cc6a06
EZ
2619 * gdb.texinfo (Environment): Document that `path' does not change
2620 the value of PATH in GDB's own environment (it did in the past,
2621 but that was changed on March 15, 1994). Reported by Doug Evans
2622 <dje@transmeta.com>.
2623
56caf160
EZ
2624 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
2625 its line. Fix markup of commands and macros. Add an Index node
2626 and index entries.
2627
29e57380
C
26282001-01-23 J.T. Conklin <jtc@redback.com>
2629
2630 * gdb.texinfo (Memory region attributes): New manual section.
2631
1c6147de
ND
26322001-01-04 Nicholas Duffek <nsd@redhat.com>
2633
2634 * gdbint.texinfo (POP_FRAME): Document use by return_command.
2635
f7dc1244 26362000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
2637
2638 * refcard.tex: Version and copyright fixed. From Phil Edwards
2639 <pedwards@disaster.jaj.com>.
2640
0dcedd82
AC
2641Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
2642
2643 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
2644 DWARF2_REG_TO_REGNUM): Document.
2645
3b851bce
AC
2646Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
2647
2648 * gdbint.texinfo (Coding): Update current value of
2649 --enable-build-warnings. Mention --enable-gdb-build-warnings.
2650
f7dc1244 26512000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
2652
2653 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
2654 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
2655
b90a5f51
CF
26562000-11-10 Christopher Faylor <cgf@cygnus.com>
2657
2658 * gdb.texinfo: Document new 'set step-mode' command.
2659
f7dc1244 26602000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
2661
2662 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
2663 changes from Dmitry Sivachenko <dima@Chg.RU>.
2664
f7dc1244 26652000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
2666
2667 * gdb.texinfo (Hooks): Document the new post-hook functionality.
2668 From Steven Johnson <sbjohnson@ozemail.com.au>.
2669
2e685b93
MK
26702000-08-10 Mark Kettenis <kettenis@gnu.org>
2671
2672 * gdbint.texinfo (Overall Structure): Spelling fix.
2673
f7dc1244 26742000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
2675
2676 * gdbint.texinfo (Target Architecture Definition): Document that
2677 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
2678 for which REGISTER_CONVERTIBLE returns a zero value.
2679
63ac3005
EZ
26802000-07-08 Christopher Faylor <cgf@cygnus.com>
2681
2682 * Makefile.in (install-info): Find files to install in either the
2683 build or source directories (adapted from Makefile.am).
2684
bd79f757
ND
26852000-07-07 Nicholas Duffek <nsd@redhat.com>
2686
2687 * stabs.texinfo: Fix spelling errors.
2688 (String Field): FILE-NUMBER starts from 0, not 1.
2689
f7dc1244 26902000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
2691
2692 * refcard.tex: Remove \centerline from the blurb. Patch from
2693 Brian Youmans.
2694
f7dc1244 26952000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
2696
2697 * Makefile.in (install-info): Support installation from outside of
2698 the source directory. Reported by Mark Harig
2699 <markh@frazier.landmark.com>.
2700
f3b28801
C
27012000-06-20 J.T. Conklin <jtc@redback.com>
2702
2703 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
2704
449f3b6c
AC
2705Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
2706
2707 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
2708 Generate using pdftex.
2709 (PDFTEX): Define.
2710 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
2711 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
2712 @contents at the start.
2713
f7dc1244 27142000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
2715
2716 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
2717 Youmans.
2718
9e9c5ae7
AC
2719Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2720
2721 From Brian Youmans:
2722 * gdb.texinfo: Fix ``et al.''.
2723
c741b251
AC
2724Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
2725
2726 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
2727 loop.
2728
4ab64e14
JG
27292000-05-19 Jimmy Guo <guo@cup.hp.com>
2730
2731 * configure: Regenerate.
2732
f7dc1244 27332000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
2734
2735 * Makefile.in (install-info): Run install-info on installed Info
2736 files.
2737
8c70017b
AC
2738Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
2739
a7cb598a
AC
2740 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
2741 Andrew Cagney.
8c70017b 2742
f7dc1244 27432000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
2744
2745 * gdb.texinfo: Proofreading changes from Brian Youmans.
2746
bf0184be
ND
27472000-05-01 Nick Duffek <nsd@cygnus.com>
2748
2749 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
2750 startup sequence, minor edits.
2751
f7dc1244 27522000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
2753
2754 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
2755 TeX.
2756
2757 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
2758 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
2759 like `n' and `s' which look weird. Convert some of the @kindex to
2760 @vindex, when they refer to variables, not commands.
2761
33e16fad
AC
2762Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
2763
2764 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
2765
f7dc1244 27662000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
2767
2768 * Makefile.in (GDBMI_DIR): New variable.
2769 (SET_TEXINPUTS): Add $(GDBMI_DIR).
2770 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
2771 (gdbmi.texinfo): New target, for texi2roff.
2772 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
2773 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
2774
2775 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
2776 gdbmi.texinfo.
2777 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
2778 comment.
2779
d167840f
EZ
27802000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2781
2782 * gdb.texinfo (Files): Update description of add-symbol-file
2783 command.
2784
f7dc1244 27852000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
2786
2787 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
2788 prevents the build (and is generally a Bad Idea).
2789
f7dc1244 27902000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
2791
2792 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
2793 a comma inside @var.
2794 (Command Files): Index markup changes from Dmitry Sivachenko
2795 <dima@Chg.RU>.
2796
f7dc1244 27972000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
2798
2799 * Makefile.in (LN_S): Define.
2800 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
2801 invoke "ln -s" unless it is known to work.
2802
2803 * configure.in (AC_PROG_LN_S): Add.
2804
8dc7983f
JB
28052000-04-14 Jim Blandy <jimb@redhat.com>
2806
2807 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
2808 section.
2809 (Target Conditionals): Document ADDRESS_TO_POINTER,
2810 POINTER_TO_ADDRESS.
2811
1a8237e8
DB
28122000-04-11 Daniel Berlin <dan@cgsoftware.com>
2813
2814 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
2815 gdb-cfg.texi to get the value.
2816
ca526f1a
JB
28172000-04-10 Jim Blandy <jimb@redhat.com>
2818
2819 * gdbint.texinfo (Target Architecture Definition): Fix
2820 cross-references.
2821
faaafcb4
JB
28222000-04-08 Jim Blandy <jimb@redhat.com>
2823
2824 * gdbint.texinfo (Using Different Register and Memory Data
2825 Representations): New section.
2826 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
2827 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
2828 REGISTER_CONVERT_TO_RAW): Document.
2829
1b27397f
AC
2830Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
2831
2832 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
2833 for acknowledgments.
2834
480ff1fb
AC
2835Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
2836
2837 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
2838 qThreadExtraInfo.
2839
a9331b3f 28402000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 2841
a9331b3f
RM
2842 * gdb.texinfo: Clarify which remote debug protocol commands are
2843 required and which are optional.
f1251bdd 2844
dbeb8dbd
AC
2845Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
2846
2847 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
2848 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
2849 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
2850 * annotate.texi: Update.
2851
6d2ebf8b
SS
28522000-03-28 Stan Shebs <shebs@apple.com>
2853
2854 * gdb.texinfo: Update dates, bump to Eighth Edition (note
2855 expectation of additional changes before release), update
2856 ISBN, add copy of top-level menu for @ifhtml, remove explicit
2857 node links, rephrase and/or shorten lines to fix formatting
2858 problem in both regular and @smallbook formats.
2859 * annotate.texi: Shorten lines in example, use smallexample
2860 consistently everywhere.
2861 * Makefile.in: Add comment about texinfo 4.0 html generation.
2862 (SFILES_INCLUDED): Add annotate.texi.
2863
5d161b24
DB
28642000-03-27 Daniel Berlin <dan@cgsoftware.com>
2865
2866 * gdb.texinfo (Debugging Output): Added new section, documenting
2867 the "set/show debug" commands.
2868
b9deaee7
AC
2869Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
2870
2871 * annotate.texi (Annotations): When GDBN omit @chapter and @node
2872 entry.
2873
2874 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
2875 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
2876 @chapter and @node entries.
a9331b3f 2877
b9deaee7 2878 * gdb.texinfo: Link all top-level nodes.
a9331b3f 2879
9ef47d30
AC
2880Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
2881
2882 * Makefile.in (install-info): Create $(infodir) before installing
2883 files.
2884
cfeada60
FN
28852000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2886
2887 From David Whedon <dwhedon@gordian.com>
2888 * gdbint.texinfo : Added paragraphs about command deprecation.
2889
6837a0a2
DB
28902000-03-22 Daniel Berlin <dan@cgsoftware.com>
2891
2892 * gdb.texinfo: Add documentation for the apropos command.
2893
bba2971c
MS
28942000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
2895
2896 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
2897
2b628194
MS
28982000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
2899
a9331b3f 2900 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
2901 two places.
2902
96a2c332
SS
29032000-03-17 Stan Shebs <shebs@apple.com>
2904
2905 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
2906 <dima@Chg.RU>, also clarification of allowed content for
2907 string constants.
2908
f7dc1244 29092000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
2910
2911 * gdb.texinfo (main menu): Add Annotations.
2912 (File Options): Add @cindex entries for each command-line option.
2913 Document --epoch, --annotate, --async, --interpreter, --write,
2914 --statistics, and --version.
2915
2916 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
2917 of GDB.
2918
9d233477
JB
29192000-02-23 Jim Blandy <jimb@redhat.com>
2920
2921 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
2922
14e0eb3b
JB
29232000-02-22 Jim Blandy <jimb@redhat.com>
2924
2925 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
2926
3555de01
JM
29272000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
2928
2929 * Makefile.in (diststuff): New target.
2930
5e35df8e
KB
29312000-02-15 Kevin Buettner <kevinb@redhat.com>
2932
2933 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 2934 architecture. [From Jim Wilson.]
5e35df8e 2935
c5394b80
JM
29362000-01-16 Tom Tromey <tromey@cygnus.com>
2937
2938 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
2939 (Delete Breaks): Mention range arguments.
2940 (Disabling): Likewise.
2941
c3f6f71d
JM
29422000-01-05 Dmitry Sivachenko <dima@Chg.RU>
2943
2944 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
2945
c4093a6a
JM
2946Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
2947
2948 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
2949 valid functions.
2950
11cf8741
JM
29511999-11-05 Stan Shebs <shebs@andros.cygnus.com>
2952
2953 * gdb.texinfo: Clarify regular expressions used in rbreak.
2954
917317f4
JM
29551999-10-15 Kevin Buettner <kevinb@cygnus.com>
2956
2957 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
2958 MEMORY_REMOVE_BREAKPOINT): Document.
2959
2960Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
2961
2962 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
2963 offset re-using the DATA offset instead.
2964
2df3850c
JM
29651999-10-11 Jim Kingdon <kingdon@redhat.com>
2966
2967 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
2968
29691999-10-05 Stan Shebs <shebs@andros.cygnus.com>
2970
2971 From Dmitry Sivachenko <demon@gpad.ac.ru>:
2972 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
2973 typos.
2974
2975 * gdb.texinfo: Various minor wording and formatting improvements,
2976 mentions of additional command-line options.
2977
2acceee2
JM
29781999-09-30 Fred Fish <fnf@cygnus.com>
2979
2980 * gdb.texinfo: Document additional forms of specifying section
2981 names and addresses for the add-symbol-file command.
2982
c2c6d25f
JM
29831999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
2984
2985 * gdbint.texinfo: Fix typo, add the word "have".
2986
29871999-09-14 Jim Blandy <jimb@cris.red-bean.com>
2988
2989 * gdbint.texinfo (Target Architecture Definition): Document the
2990 SKIP_PERMANENT_BREAKPOINT macro.
2991
d4f3574e
SS
29921999-09-07 Stan Shebs <shebs@andros.cygnus.com>
2993
2994 * gdb.texinfo: Fiks speling errers.
2995
2996 * gdb.texinfo: Fix uses of @multitable.
2997
f7dc1244 2998 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
2999 * gdb.texinfo: Include details specific to DOS host, clarify
3000 some confusing language, fix @ref/@xref/@pxref usages, add
3001 comments about using with optimization, add more indexing,
3002 fix info about disassembly-flavor.
3003
3004Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
3005
3006 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
3007 SKIP_SOLIB_RESOLVER): Define.
3008
3009Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
3010
3011 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
3012 ``g'' packets.
3013
104c1213
JM
30141999-08-30 Stan Shebs <shebs@andros.cygnus.com>
3015
3016 * gdb.texinfo: Create a new "Configurations" chapter with
3017 platform-specific info, inline remote.texi and move sections of it
3018 into the new chapter, move bits about info proc, heuristic search,
3019 and register stack into the new chapter.
3020 * remote.texi: Remove, now part of gdb.texinfo.
3021 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
3022
30231999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
3024
3025 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
3026 GDB_TARGET_IS_MACH386): These kludges have gone away.
3027
3028Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
3029
3030 * gdbint.texinfo (Target Architecture Definition): Mention
3031 TDEPLIBS.
3032
53a5351d
JM
30331999-08-20 Stan Shebs <shebs@andros.cygnus.com>
3034
3035 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
3036 surrounding text to fit HP-UX bits into general info.
3037 (HPPA-cfg.texi): Remove, no longer useful.
3038
3039 * gdb.texinfo: Remove explicit links from @node lines, remove
3040 HP-added "Detailed Node Listing" from main menu which confuses
3041 things.
3042
3043 From Dmitry Sivachenko <dima@Chg.RU>:
3044 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
3045 in description of `set environment'.
3046
30471999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3048
3049 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
3050
7be570e7
JM
30511999-08-12 Ben Elliston <bje@cygnus.com>
3052
3053 * gdbint.texinfo (Breakpoint Handling): Add missing words.
3054
f7dc1244 30551999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
3056
3057 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
3058 watch, awatch, and rwatch. Explain why the latter two cannot be
3059 set as software watchpoints. Document that watchpoints for local
3060 variables are deleted when the debuggee terminates.
3061
3062Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
3063
3064 * remote.texi (Protocol): Further clarification of the "qRcmd"
3065 packet. Allow E.. response packet. "qRcmd" packet is no longer
3066 reserved.
3067
30681999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3069
a9331b3f
RM
3070 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
3071 * gdb.texinfo: Ditto.
7be570e7 3072
96baa820
JM
30731999-08-06 Tom Tromey <tromey@cygnus.com>
3074
3075 * gdb.texinfo (KOD): New node.
3076
3077Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
3078
3079 * remote.texi (Rcmd): Fix minor formatting typos.
3080
3081Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
3082
3083 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
3084 packets.
3085
adf40b2e
JM
30861999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
3087
3088 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
3089 fixes.
3090
43ff13b4
JM
3091Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
3092
3093 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
3094
085dd6e6
JM
3095Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3096
3097 * remote.texi (Communication Protocol): ``v'' is in use. Fix
3098 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
3099 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
3100 packets that are not supported on all hosts. Expand examples.
3101 Spell check.
3102
31031999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3104
3105 * Makefile.in: Recognize html, install-html. Add targets
3106 to build HTML versions of documentation via texi2html.
3107
3108Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
3109
3110 * gdbint.texinfo (Testsuite): New chapter, information about the
3111 testsuite.
3112
3113Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
3114
3115 * remote.texi (Communication Protocol): Rewrite.
3116
3117Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
3118
3119 * stabs.texinfo: Fix uses of xref.
3120
9e0b60a8
JM
3121Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
3122
3123 * gdbint.texinfo: Add an anti-printf exhortation, and update the
3124 info about patch submission.
3125
cce74817
JM
3126Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
3127
3128 From Per Bothner <bothner@cygnus.com>:
3129 * gdb.texinfo: Document Chill support.
3130
3131Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
3132
3133 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
3134 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
3135 Document that the value should be greater-than or equal-to zero.
3136 (NO_STD_REGS): Document. Deprecate.
3137
ac9a91a7
JM
3138Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3139
3140 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
3141 Document that these are not used.
3142
3143Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3144
3145 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
3146
392a587b
JM
3147Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
3148
3149 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
3150 numargs was dropped.
3151
3152Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
3153
3154 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
3155
b83266a0
SS
3156Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
3157
3158 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
3159 Update.
3160
7a292a7a
SS
3161Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
3162
3163 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
3164 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
3165
3166Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
3167
3168 * gdbint.texinfo: Fix typos: $ -> @.
3169
3170Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
3171
3172 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
3173 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
3174 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
3175 BREAKPOINT_FROM_PC.
a9331b3f 3176
7a292a7a
SS
3177Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
3178
3179 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
3180 CALL_DUMMY_STACK_ADJUST): Document.
3181
3182Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3183
3184 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
3185 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
3186
31871999-04-02 Stan Shebs <shebs@andros.cygnus.com>
3188
3189 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
3190 longer exists.
3191
3192Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
3193
3194 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
3195 nearly all @ifset/@ifclear conditionals; nobody uses them, and
3196 they make the manual source incomprehensible.
3197 * h8-cfg.texi: Remove, hasn't been used in years.
3198
c906108c
SS
3199Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
3200
3201 * gdb.texinfo: Update the credits.
3202
3203Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3204
3205 * gdb.texinfo: Fix mistakes noticed in printout of last
3206 draft, add Alpha to discussion of heuristic fence post.
3207
3208Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
3209
3210 * gdb.texinfo, remote.texi: Many changes; update to Seventh
3211 Edition, merge some HP changes into mainline, describe some
3212 previously undocumented features, describe more of the target
3213 commands available, eliminate obsolete section on renamed
3214 commands.
3215 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
3216
3217Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
3218
3219 * gdb.texinfo: Make many HPPA conditionals unconditional,
3220 including catchpoint description, since now on for all configs.
3221 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
3222 specializations.
3223
3224Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
3225
3226 * Makefile.in (GDBvn.texi): Fix match expression to work with
3227 current format of VERSION in gdb/Makefile.in.
3228 * gdb.texinfo: Fix node ref to match new readline.
3229
3230Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
3231
a9331b3f
RM
3232 * gdb.texinfo: Changes made as part of a project to merge in
3233 changes made by HP. Documentation makes extensive use of
c906108c
SS
3234 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
3235 on remote debugging. There are differences in documentation
3236 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
3237 the HP manual discusses catchpoints, hardware watchpoints, and
3238 some HPUX specific limitations for shared library support.
a9331b3f 3239
c906108c
SS
3240 There are also a number of @node changes.
3241
32421999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
3243
3244 * gdbint.texinfo (Formatting): Disambiguate a sentence.
3245 (C Usage): Same.
3246
3247Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
3248
3249 The following changes were made by Edith Epstein
3250 <eepstein@cygnus.com> as part of a project to merge in changes
3251 made by HP.
a9331b3f 3252
c906108c
SS
3253 * HPPA-cfg.texi: new file.
3254
3255 * all-cfg.texi: set HPPA for HP PA-RISC targets.
3256
3257 * refcard.tex: change documentation about catch.
3258 removed info catch.
3259
3260Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
3261
3262 * gdbint.texinfo: Expand on GDB's coding standards,
3263 specify the use of arg names with prototypes.
3264
32651998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
3266
3267 * gdb.texinfo: Fix tipo.
3268
3269Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
3270
3271 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
3272 TARGET_BYTE_ORDER_SELECTABLE_P.
3273
3274Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
3275
3276 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
3277
32781998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
3279
3280 * agentexpr.texi: New file.
3281
3282Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
3283
3284 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
3285
32861998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
3287
3288 * remote.texi: Changed wording that implied that the GDB remote
3289 protocol caches register values instead of GDB itself.
3290
3291Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
3292
3293 * gdbint.texinfo: Add some info about symbol readers.
3294 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
3295 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
3296 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
3297 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
3298
3299Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
3300
a9331b3f 3301 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
3302
3303Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
3304
3305 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
3306
3307Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
3308
3309 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
3310 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
3311
3312Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
3313
3314 * gdbint.texinfo: Fix minor typos.
3315
3316Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
3317
3318 * gdbint.texinfo: Complete overhaul. Group descriptions more
3319 logically, add more info on generic algorithms, remove much
3320 obsolete and/or wrong material.
3321
3322Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
3323
3324 * stabs.texinfo (Method Type Descriptor): Expand and correct.
3325
3326Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
3327
3328 * refcard.tex: Copyright, address updates.
3329
3330Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
3331
3332 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
3333 for the edition instead of confusing GDB-version-like numbers.
3334
3335Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
3336
3337 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
3338
3339Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
3340
3341 * LRS: Reformat a bit to keep text under 80 columns.
3342
3343Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
3344
3345 * gdb.texinfo: Add some credits, mention bug monitor.
3346 * remote.texi: Mention mips monitor targets.
3347 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 3348
c906108c
SS
3349Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
3350
3351 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
3352 files, finish sorting of host vs target vs native macros, describe
3353 some more of them.
3354
3355Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
3356
3357 * gdbint.texinfo (Host Conditionals): Document change from
3358 using NO_MMALLOC to it's inverse, USE_MMALLOC.
3359
3360Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
3361
3362 * gdbint.texinfo (Host Conditionals): Document
3363 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
3364
3365Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
3366
3367 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
3368 Document LSEEK_NOT_LINEAR.
3369
3370Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
3371
3372 * stabs.texinfo (Stab Section Basics): Make it clear that only
3373 some versions of the GNU linker remove the leading N_UNDF symbol.
3374
3375Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
3376
3377 * stabs.texinfo (String Field): Document type number pairs here,
3378 instead of in the Sun specific section.
3379 (Include Files): The GNU linker supports the N_BINCL
3380 optimization. Clarify the N_BINCL value, and what it is used
3381 for.
3382 (Procedures): Document N_FUN with an empty string to mark the end
3383 of a function.
3384 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
3385 (Sun Differences): Remove this node, as the information is now
3386 elsewhere in the main document.
3387 (Stab Section Basics): Mention that the GNU linker may optimize
3388 stabs and remove the leading N_UNDF symbol.
3389
3390Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
3391
3392 * gdb.texinfo, refcard.tex: Restore author credit
3393
3394Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
3395
3396 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
3397 documentation to account for START and END macros taking
3398 one arg.
3399
3400Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
3401
3402 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
3403 * gdb.texinfo (Frames): Fix typo.
3404
3405Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
3406
3407 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
3408 a target_signal as arg type, not a pid.
3409
3410Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
3411
3412 * gdb.texinfo: Document `set assembly-language'.
3413
3414Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
3415
3416 * remote.texi: Update list of stubs in the GDB distribution.
3417
3418Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
3419
3420 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
3421 Also document that some systems can use mmalloc but must define
3422 this if their C runtime allocates memory that is later freed.
3423 (MMCHECK_FORCE): Document new macro.
a9331b3f 3424
c906108c
SS
3425Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
3426
3427 * remote.texi: Add documentation for target Sparclet.
3428
3429Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3430
a9331b3f 3431 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
3432 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
3433 * configure.in: Rewritten for autoconf.
3434 * configure: New.
3435
3436Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
3437
3438 * Makefile.in (DVIPS): New define, set to dvips.
3439 (dvi): Add stabs.dvi.
3440 (ps): New target.
3441 (all-doc): Depend on info, dvi, and ps targets.
3442 (STAGESTUFF): Add *.ps and *.dvi files.
3443 (clean-info, clean-dvi): Remove.
3444 (mostlyclean): Does not depend upon clean-info or clean-dvi,
3445 rules completely rewritten.
3446 (maintainer-clean): Remove clean-info and clean-dvi
3447 dependencies and put their actions in the rules.
3448 (gdb.ps): New target
a9331b3f 3449 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
3450 intermediate TeX files, whether they have 2 or 3 character
3451 extensions.
3452 (gdbint.ps): Add target and rules.
3453 (gdb-internals): Delete unused target.
3454 (Makefile): Depends upon config.status also.
3455
3456Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
3457
3458 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
3459 set.
3460
3461Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
3462
3463 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3464 * gdb.texinfo (Expressions): Fix erroneous array constant example.
3465
3466Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
3467
3468 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
3469
3470Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3471
3472 * gdb.texinfo (Print settings): Document
3473 `set/show print static-members' commands.
3474
3475Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
3476
3477 * gdbint.texinfo (Native): Document name change, coredep.c to
3478 core-aout.c.
3479
3480Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
3481
3482 * stabs.texinfo (Include Files): Document the values the SunOS4
3483 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
3484
3485Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
3486
3487 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
3488 Fix typo.
3489
3490Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
3491
3492 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
3493 "gdb.tar.Z".
3494
3495Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
3496
3497 * Makefile.in (maintainer-clean): New target, synonym for
3498 realclean.
3499
3500Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
3501
3502 * Update all FSF addresses except those in COPYING* files.
3503
3504Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
3505
3506 From Richard Earnshaw (rearnsha@armltd.co.uk):
3507 * gdb.texinfo (convenience variables): Document $_exitcode.
3508 (quit): Document optional expression to use as exit code.
3509
3510Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
3511
3512 * gdb.texinfo, remote.texi: Brought up to date with various
3513 GDB changes.
3514
3515Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
3516
3517 * gdb.texinfo: Update dates and versions, fix comments about
3518 hardware watchpoints in future releases and about the
3519 sharedlibrary command.
3520
3521Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3522
3523 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
3524 C_FUN stab. Other cleanups.
3525
3526Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3527
3528 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
3529 for the sparc stub.
3530
3531Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3532
3533 * annotate.texi: Clarify which addresses have differing formats
3534 depending on the language and which do not.
3535
3536Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3537
3538 * remote.texi (NetWare): Changed example to use BOARD= instead of
3539 NODE= argument to reflect correspoding change to gdbserve.nlm.
3540
3541Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3542
3543 * stabs.texinfo (Negative Type Numbers): Mention the fact that
3544 GDB, as well as AIX dbx, supports the size type attribute.
3545
3546Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3547
3548 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
3549
3550Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
3551
3552 * gdb.texinfo (Define): Document $arg0... arguments to commands,
3553 and new 'if' and 'while' commands.
3554
3555Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
3556
3557 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
3558
3559Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3560
3561 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
3562 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
3563 NetWare targets. Mostly stolen from the Server node.
3564
3565Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3566
3567 * gdb.texinfo (Setting): Talk about the language of a source file
3568 versus the working language. The old documentation did not match
3569 what GDB did.
3570
3571Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3572
3573 * stabs.texinfo (Source Files): Document N_SO used to mark the end
3574 of a source file.
3575
3576Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3577
3578 * gdb.texinfo (Processes): New node.
3579
3580Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
3581
3582 * remote.texi: Update documentation of set/show mipsfpu.
3583
3fc11d3e
JM
3584Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
3585
3586 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
3587 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
3588
3589Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
3590
3591 * gdbint.texinfo: Removed mentions of some incorrectly placed and
3592 obsolete conditionals, described some others.
3593
3594Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3595
3596 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
3597 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
3598
3599Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
3600
3601 * gdbint.texinfo: Put regex conditionals in their own table.
3602
3603Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
3604
3605 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
3606 described or fixed the descriptions of many others.
3607
3608Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
3609
3610 * gdb.texinfo: Add some more credits.
3611 * gdbint.texinfo: Capitalize GDB consistently, describe some
3612 macros and remove some.
3613
3614Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
3615
3616 * gdbint.texinfo: Removed mentions of many incorrectly placed and
3617 obsolete conditionals, described some others.
3618
3619Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3620
3621 * gdb.texinfo (help targets): Changed to `help target', which
3622 is the correct gdb command.
3623
3624Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3625
3626 * annotate.texi (TODO): New node, for keeping track of annotations
3627 suggested but not yet implemented.
3628
3629Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3630
3631 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
3632 another symbol, it is not the address itself.
3633
3634Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
3635
3636 * stabs.texinfo (Stab Section Basics): Add comment about alignment
3637 of stabs-in-coff sections.
3638
3639Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3640
3641 * annotate.texi: Change edition to 0.5 and date to May 1994.
3642 Add index.
3643 (Frames): New node, for frame annotation.
3644 (Displays): New node, for display annotation.
3645
3646 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
3647 when waiting for your program to stop.
3648
3649Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3650
3651 * annotate.texi (Breakpoint Info): Document annotation of header
3652 fields and record annotation.
3653
3654Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3655
3656 * annotate.texi: New file, to document annotations.
3657
3658Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3659
3660 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
3661 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
3662
3663Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3664
3665 * stabs.texinfo (Stab Section Basics): Say what is in .stab
3666 section, and say n_strx field is compilation unit relative.
3667 * stabs.texinfo: Don't use @code for a.out when it is the name of
3668 an object file format.
3669
3670Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3671
3672 * gdb.texinfo: Refer to file names, not path names, per rms
3673 convention.
3674 (Arguments): Fix typo.
3675
3676Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3677
3678 * stabs.texinfo (Global Variables): Talk about stabs in files
3679 where variables are referenced, but not defined.
3680
3681Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3682
3683 * stabs.texinfo: Move stuff on @ and # type descriptors from node
3684 Cplusplus to new nodes Member Type Descriptor and Method Type
3685 Descriptor. Re-write stuff for #.
3686
3687Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3688
3689 * gdb.texinfo (Print Settings): Don't document "set print
3690 fast-symbolic-addr off". The bug which it worked around was fixed
3691 on 25 Feb 94 in coffread.c, so I'm nuking the command.
3692
3693 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
3694 N_ENTRY node.
3695
3696 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
3697
3698Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3699
3700 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
3701 references to ieee-float.c.
3702
3703Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3704
3705 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
3706 match what the code actually does.
3707
3708Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3709
3710 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
3711
3712Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3713
3714 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
3715 i, and b.
3716
3717Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
3718
3719 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
3720 well as for ELF and SOM. Unify the descriptions of ELF and SOM
3721 as "stabs in sections" rather than just saying "ELF and SOM".
3722 Also make that stuff apply to COFF.
3723
3724Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3725
3726 * gdb.texinfo (Formatting Documentation): Change GhostScript to
3727 Ghostscript.
3728
3729Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3730
3731 * gdb.texinfo (Continuing and Stepping): When talking about "step"
3732 versus functions without line numbers, also mention stepping into
3733 them as well as "step" when you are in them. Tell the user how to
3734 deal with the situation. Add comment about "debugging information".
3735
3736Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3737
3738 * stabs.texinfo (Enumerations): Document restriction on where
3739 enumeration types can appear and still win with GDB.
3740
3741Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3742
3743 * stabs.texinfo (Negative Type Numbers): Document format for type
3744 -16.
3745
3746Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3747
3748 * gdb.texinfo (Selection, Frame Info): Update information about
3749 arbitrary frame specficiations.
3750
3751Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
3752
3753 * gdb.texinfo, remote.texi: general editing pass prior to Net release
3754
3755Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3756
3757 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
3758
3759Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3760
3761 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
3762
3763Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3764
3765 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
3766 Differences node to Statics node.
3767 (Statics): Discuss XCOFF use of V symbol descriptor.
3768
3769 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
3770 not clean.
3771
3772Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
3773
3774 * gdb.texinfo (Print Settings): Document `set print
3775 fast-symbolic-addr' and improve the doc for some other
3776 `set print's.
3777
3778Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3779
3780 * stabs.texinfo (String Field): Talk about defining several type
3781 numbers at once.
3782 Fix lint regarding changing node ELF Transformations to
3783 ELF and SOM Transformations.
3784
3785Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
3786
3787 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
3788
3789Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3790
3791 * stabs.texinfo (Cross-References): `::' is for nested types only
3792 within <>.
3793 (Structures): Document static members.
3794
3795Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3796
3797 * stabs.texinfo: Document S type attribute.
3798
3799Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
3800
3801 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
3802
3803Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
3804
3805 * gdbint.texinfo: Fix a few typos.
3806
3807Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3808
3809 * gdb.texinfo, remote.texi: formatting improvements
3810
3811 * gdb.texinfo (New Features): mention threads.
3812 (Summary, C): fix xrefs in newly contributed text.
3813 (Threads): index entries, clarifications, example
3814 (passim): minor typos fixed, phrasing improvements
3815
3816 * remote.texi (Bootstrapping): rephrase text on ^C and add index
3817 entries; (Server): explain use of gdbserver w/real-time systems,
3818 add example of conflicting TCP port; (MIPS Remote) break up
3819 running text into table, highlighting commands, and add example.
a9331b3f 3820
c906108c
SS
3821Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3822
3823 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
3824
3825Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3826
3827 * stabs.texinfo (Nested Symbols): New node.
3828 (String Field, Symbol Descriptors, Cross-References): Refer to it.
3829
3830Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3831
3832 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
3833 to picking which Bbss.bss symbol to use, and (because there seems to
3834 be no good way of doing it) re-write some of the text to make it
3835 sound like Bbss.bss isn't such a great idea after all (as currently
3836 designed).
3837
3838 * gdb.texinfo (C): In addition to saying people have to use g++ for
3839 good results, say they have to use stabs. Specifically say cfront
3840 doesn't work well.
3841 (Summary): Merge in information on Modula-2, Pascal, and Chill from
3842 the gdb README. Add xrefs to places where the support for the various
3843 languages is described in detail.
3844
3845Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3846
3847 * stabs.texinfo: Clean up stuff about visibility and virtual
3848 characters.
3849
3850 * stabs.texinfo (N_M2C): Cite Sun doc.
3851
3852Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3853
3854 * gdb.texinfo: updates re threads.
3855 * remote.texinfo: avoid index entries starting with digits.
3856
3857Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3858
3859 * stabs.texinfo (Enumerations): Talk about large, negative and
3860 octal values. Clean up cross reference to type attributes.
3861 (String Field): Say that GDB 4.11 supports size attribute.
3862
3863Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3864
3865 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
3866 is a mandatory step. Make the stuff about that more concise.
3867
3868Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3869
3870 * stabs.texinfo (Class Names): New node.
3871
3872 * gdb.texinfo (Command Files): Explain order of init file reading.
3873
3874 * remote.texi (Bootstrapping): Talk about getting the serial driver
3875 to deal with ^C sent by gdb to stop the remote system.
3876
3877Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
3878
3879 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
3880
3881 * libgdb.texinfo (Defining Commands): made the DOC arg
3882 to gdb_define_app_command a char * instead of char **
3883 per a suggestion from kingdon.
3884
3885 * libgdb.texinfo: total rewrite from a different starting
3886 premise.
3887
3888Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3889
3890 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
3891 floats passed as doubles (to improve clarity).
3892
3893Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3894
3895 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
3896
3897 * a4rc.sed: update to work with Andreas Vogel papersize params
3898
3899 * refcard.tex: use Andreas Vogel simplifications of papersize
3900 params; remove useless version info; update copyright date.
3901
3902Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3903
3904 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
3905
3906Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3907
3908 * gdb.texinfo (Files): Say what address the load command loads it at.
3909
3910 * stabs.texinfo (Common Blocks): Minor cleanups.
3911
3912 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
3913 that Sun has backed away from the linker kludge and thus the relevant
3914 issue is changes to the SunPRO tools, not the Solaris linker.
3915
3916 * stabs.texinfo (Traditional Integer Types): Clean up description
3917 of octal bounds a little bit. Document extra leading zeroes.
3918
3919Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3920
3921 * gdb.texinfo (Signaling): Update for symbolic symbol names
3922 and add a section explaining the difference between the GDB
3923 signal command and the shell kill utility.
3924
3925Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
3926
3927 * libgdb.texinfo: added `@' to braces that were unescaped.
3928
3929Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
3930
3931 * libgdb.texinfo: new file. Spec for the gdb library.
3932
3933Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3934
3935 * stabs.texinfo (Include Files): Fix typo (start -> end).
3936
3937Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3938
3939 * gdb.texinfo, remote.texi: assorted small improvements, mostly
3940 from Melissa at FSF's editing pass.
3941
3942Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3943
3944 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
3945 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
3946 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
3947
3948Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3949
3950 * remote.texi (Bootstrapping): Discuss 386 call gates.
3951
3952Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
3953
3954 * stabs.texinfo (Based Variables): New node.
3955
3956Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
3957
3958 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
3959 names, sizes, and formats to suggest how not to lose.
3960
3961Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
3962
3963 * stabs.texinfo (Methods): Fix typo.
3964
3965Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3966
3967 * gdb.texinfo: Fix a few typos.
3968
3969Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3970
3971 * gdb.texinfo: Clarify how well it works with Fortran.
3972
3973 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
3974 More on relocating stabs in ELF files.
3975
3976Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3977
3978 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
3979
3980Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3981
3982 * stabs.texinfo (Local Variable Parameters): Talk about nameless
3983 parameters on VAX.
3984
3985Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3986
3987 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
3988
3989Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3990
3991 * stabs.texinfo: Make info author notice match the TeX author notice.
3992
3993Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3994
3995 * stabs.texinfo: Initial-caps all words in node names and
3996 non-trivial words in section names.
3997
3998Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3999
4000 * stabs.texinfo: Many minor cleanups.
4001
4002 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
4003
4004Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
4005
4006 * stabs.texinfo: Remove full description of big example.
4007 It's not really helpful; just use pieces of it where appropriate.
4008 Add more Texinfo formatting directives (@samp, etc.).
4009 Use @deffn to define stab types.
4010 Eliminate some wordiness. Break up some nodes.
4011 Add an (alphabetized) index of symbol types.
4012 Use consistent capitalization style in node and section names.
4013
4014Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
4015
4016 * gdb.texinfo: Change typo "Two two" to "The two".
4017
4018Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4019
4020 * stabs.texinfo (XCOFF-differences): Remove references to
4021 non-existent types N_DECL and N_RPSYM.
4022
4023 * stabs.texinfo (String Field): Say that type attributes bug is
4024 fixed in GDB 4.10, since it is.
4025
4026 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
4027
4028Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
4029
4030 * stabs.texinfo: Formatting cleanups.
4031
4032Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4033
4034 * stabs.texinfo: When explaining the n_type of a stab, standardize
4035 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
4036 no tabs, use @r).
4037 (Global Variables): Clean up.
4038
4039Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4040
4041 * stabs.texinfo (Stack Variables): Re-write.
4042
4043Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4044
4045 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
4046 addresses of a source file. Also revise formatting.
4047 Change "object module" or "object file" to "source file".
4048 Various: Miscellaneous cleanups.
4049
4050Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4051
4052 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
4053
4054Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
4055
4056 * gdbint.texinfo: Removed many nonsensical machine-collected
4057 host and target conditionals, described some of the remainder.
4058
4059Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4060
4061 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
4062
4063 * gdbint.texinfo (Top): Add name to @top line, and re-write the
4064 paragraph which follows.
4065
4066 * gdbint.texinfo (Host): Use @code not @samp for Makefile
4067 variables. Looks better and avoids overful hbox.
4068
4069Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4070
4071 * stabs.texinfo (Procedures): Improve stuff on nested functions.
4072
4073Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4074
4075 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
4076 retransmit-timeout
4077
4078Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4079
4080 * gdbint.texinfo: Update statement about `some ancient Unix
4081 systems, like Ultrix 4.0' to Ultrix 4.2.
4082
4083Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
4084
4085 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
4086
4087 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
4088
4089 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
4090 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
4091
4092 * remote.texi: new name for former gdbinv-s.texi
4093
4094 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
4095
4096Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
4097
4098 * gdbinv-s.texi: Documented timeout and retransmit-timeout
4099 variables for MIPS remote debugging protocol.
4100
4101Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4102
4103 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
4104
4105Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
4106
4107 * Makefile.in (refcard.dvi): Use srcdir where necessary.
4108
4109Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
4110
4111 * gdb.texinfo: repair conditional bugs in text markup
4112
4113Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4114
4115 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
4116 to select Modula-2 material.
4117
4118Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4119
4120 * stabs.texinfo: Cleanups regarding statics.
4121
4122 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
4123 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
4124
4125Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4126
4127 * stabs.texinfo: N_MAIN is sometimes used for C.
4128
4129Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4130
4131 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
4132
4133Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
4134
4135 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 4136 removed from the code by Kingdon.
c906108c
SS
4137
4138Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4139
4140 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
4141 input when evaluating breakpoint conditions; the bug has been fixed.
4142
4143 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
4144 sets the ignore count to N-1, not to N.
4145
4146Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4147
4148 * refcard.tex (\hoffset): correct longstanding error to match
4149 intended offset; avoids cutting off edge on some printers
4150
4151Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4152
4153 * stabs.texinfo (Parameters): Say that order of stabs is significant.
4154
4155Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4156
4157 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
4158
4159Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4160
4161 * Makefile.in: (REFEDITS) new var to control whether PS or CM
4162 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
4163 collect sed edits if any, apply to refcard before formatting;
4164 (refcard.ps) stop implying PS fonts if PS output requested;
4165 (lrefcard.ps) delete extra target for variant PS fonts
4166
4167 * refcard.tex: parametrize papersize dependent info, collect
4168 in easily replaced spot
4169
4170 * a4rc.sed: new file, edits to refcard for A4 paper
4171
4172Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4173
4174 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
4175
4176Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4177
4178 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
4179
4180Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4181
4182 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
4183 politely rather than rudely.
4184
4185Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4186
4187 * stabs.texinfo: Document common blocks.
4188
4189Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
4190
4191 * stabs.texinfo: Add some basic info about stabs-in-elf.
4192
4193Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4194
4195 * stabs.texinfo (Top): Minor cleanup.
4196
4197Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
4198
4199 * Makefile.in (install-info): remove parentdir support
4200
4201Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4202
4203 * gdb.texinfo (Copying): delete this node and references to it;
4204 RMS says this manual need not carry GPL. (passim): Improvements
4205 from last round at FSF, largely due to Ian Taylor review, and
4206 minor formatting improvements.
4207
4208 * gdbinv-s.texi (passim): Improvements from last round at FSF,
4209 largely due to Ian Taylor review. (Debug Session): minor edits to
4210 new text.
4211
4212Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
4213
4214 * Makefile.in (realclean): Remove info and dvi files too.
4215
4216Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
4217
4218 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
4219 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
4220 * gdb.texinfo: Change accordingly.
4221
4222 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
4223 N_{L,R}BRAC,N_SLINE are relative to.
4224
4225Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
4226
4227 * Makefile.in (GDBvn.texi): Update atomically.
4228
4229Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
4230
4231 * gdbinv-s.texi (Debug Session): Document exceptionHook.
4232
4233Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
4234
4235 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
4236 addresses together. Also motivate the set print symbol-filename
4237 command and suggest other solutions.
4238
4239Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
4240
4241 * gdb.texinfo (set print elements): Note that the number of
4242 elements is set to unlimited by "set print elements 0".
4243
4244Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
4245
4246 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
4247 NF_LDOUBLE means.
4248 (Stab Types): Include Solaris stab types.
4249 (Procedures): Document Solaris extensions.
4250
4251Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4252
4253 * gdb.texinfo: Add `set print symbol-filename' doc.
4254
4255Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4256
4257 * stabs.texinfo (Arrays): Talk about type definition vs. type
4258 information.
4259
4260 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
4261 the trailing semicolon.
4262
4263Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4264
4265 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
4266 and merge in other parts of the document addressing these subjects.
4267 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
4268
4269 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
4270 at the end of a range type.
4271
4272 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
4273 AIX extensions.
4274
4275Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4276
4277 * stabs.texinfo (Stabs Format): Misc fixes.
4278
4279Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4280
4281 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
4282 (Traditional builtin types): Document convex convention for long long.
4283 (Negative builtin types): Discuss type names, and misc fixes.
4284
4285Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4286
4287 * stabs.texinfo (Builtin Type Descriptors): Document the floating
4288 point types used with @samp{R} type descriptor.
4289 (Symbol Descriptors): Describe how to handle conflict between
4290 different meanings of @samp{P} symbol descriptor.
4291
4292Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4293
4294 * stabs.texinfo: Remove node Quick Reference and put its children
4295 directly under the main menu.
4296
4297 * stabs.texinfo: Many more changes to bring it into line with
4298 AIX documentation and reality. I think it now has all the
4299 information from the AIX documentation, except that I burned
4300 out when I got to variant records (Pascal and Modula-2) and
4301 all the COBOL types. Oh well, we can add them later when we're
4302 worrying more about those languages.
4303
4304 * stabs.texinfo (Automatic variables): Talk about what it means
4305 to omit the symbol descriptor.
4306
4307Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4308
4309 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
4310 gcc2 behavior with promoted args.
4311
4312Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4313
4314 * gdb.texinfo: include readline appendices in info version of manual
4315
4316Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4317
4318 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
4319 target remote.
4320
4321 * gdb.texinfo (Machine Code): more index entries for disassemble
4322
4323Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
4324
4325 * Clarify the intended use of the gdb-testers and gdb-patches
4326 mailing lists, and shrink gzip comment.
4327
4328Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4329
4330 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
4331 DOSHOST configuration of manual.
4332
4333 * gdb.texinfo (MIPS Stack): new node.
4334
4335 * all-config.texi (MIPS) new switch.
4336
4337 * gdbinv-s.texi (Nindy Options) Remove two instances of future
4338 tense; (MIPS Remote) new node.
4339
4340 * gdb.texinfo (passim) rephrases to work around makeinfo @value
4341 bug; (Environment) less passive, other small cleanups in text about
4342 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
4343 (Remote) new MIPS Remote menu entry.
4344
4345Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
4346
4347 * stabs.texinfo: Many changes to include information from the
4348 AIX documentation.
4349
4350 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
4351
4352Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
4353
4354 * gdbint.texinfo (new node Debugging GDB, elsewhere):
4355 Move a bunch of information from ../README.
4356 (Getting Started): New node.
4357
4358Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4359
4360 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
4361
4362 * gdb.texinfo: advance manual revision dates to present
4363
4364 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
4365 stop using silly Roman numerals in @set variable names
4366
4367Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
4368
4369 * stabs.texinfo (Parameters): Keep trying to get this right.
4370
4371Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
4372
4373 * stabs.texinfo (Parameters): More on "local parameters".
4374
4375Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
4376
4377 * stabs.texinfo (Parameters): Re-do "local parameters" section.
4378
4379Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
4380
4381 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
4382 (Parameters): Rewrite.
4383 (xcoff-differences, Sun-differences): Minor changes.
4384
4385Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
4386
4387 * stabs.texinfo: Minor cleanup.
4388
4389Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
4390
4391 * gdbint.texinfo: Minor xcoff stuff.
4392
4393Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
4394
4395 * gdbint.texinfo: Update for new config directory structure.
4396 Add info about internal type data structures.
4397
4398Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
4399
4400 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
4401 $(srcdir).
4402 (gdb-config.texi): Depend on file in $(srcdir).
4403
4404Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
4405
4406 * stabs.texinfo: Fixes about N_SO.
4407
4408Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4409
4410 * gdb.texinfo: include list of nonstandard init file names
4411
4412 * *-config.texi: new switch GENERIC for text that applies *only*
4413 to (usual) multiple-target version of manual
4414
4415 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
4416 h8 config
4417
4418 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
4419 in menus (rather than conditionally selected multiple alternative
4420 menus).
4421
4422 * Makefile.in: define and use DOC_CONFIG var to select
4423 configuration for GDB user manual.
4424
4425 * gdb-config.texi: delete from repository, generate from Makefile.
4426
4427 * all-config.texi: normal `generic' configuration file, formerly
4428 stored as gdb-config.texi
4429
4430Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
4431
4432 * Makefile.in: add dvi target to build all .dvi files
4433
4434Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4435
4436 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
4437
4438Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
4439
4440 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
4441 host conditionals.
4442 * stabs.texinfo: More array fixes inspired by Jim's.
4443
4444Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
4445
4446 * stabs.texinfo: Fixes re arrays and continuations.
4447
4448 * gdbint.texinfo: Add XCOFF node.
4449
4450Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
4451
4452 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
4453
4454Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
4455
4456 * stabs.texinfo: Fix for array types to mention lower bounds.
4457
4458Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
4459
4460 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
4461
4462Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
4463
4464 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
4465
4466Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
4467
4468 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
4469 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
4470
4471Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
4472
4473 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
4474
4475Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4476
4477 * gdb.texinfo, gdbinv-s.texi: misc updates
4478
4479Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
4480
4481 * gdbint.texinfo: Brief documentation for longjmp support,
4482 from an email msg by Stu.
4483
4484Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
4485
4486 * stabs.texinfo: Fix description of floating point "range"
4487 types (which really define basic types). Reported by Jim Meehan,
4488 <meehan@src.dec.com>.
4489
4490 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
4491
4492Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
4493
4494 * gdbint.texinfo: Slightly expand section on supporting a new
4495 object file format.
4496
4497Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
4498
4499 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
4500 intermediate file.
4501
4502Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4503
4504 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
4505
4506Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4507
4508 * gdbinv-s.texi: z8000 simulator target name is just "sim"
4509
4510 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
4511 as well as Z8002.
4512
4513Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
4514
4515 * gdbint.texinfo: Add sections on clean design and on how to send
4516 in changes.
4517
4518Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
4519
4520 * gdbint.texinfo: Add how to declare the result of make_cleanup.
4521
4522Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
4523
4524 * gdb.texinfo: Fix typo, reported by Karl Berry.
4525
4526Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
4527
4528 * gdb.texinfo: Add opcodes dir to GDB distribution description.
4529
4530Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4531
4532 * gdbint.texinfo: fixed a stray email address (needs @@),
4533 added @table @code to node "Native Conditionals"
4534
4535Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
4536
4537 * gdbint.texinfo: Describe coding style of GDB.
4538
4539Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
4540
4541 * stabs.texinfo: Minor wording changes.
4542
4543Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
4544
4545 * gdbint.texinfo: Improve release doc slightly.
4546
4547Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
4548
4549 * gdbint.texinfo: Improve doc of GDB config macros.
4550
4551Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
4552
4553 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
4554 These will be reinserted when examined.
4555
4556Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
4557
4558 * gdbint.texinfo: Make a start at documenting all the #if macros
4559 in GDB. At least list them all, and start separating them into
4560 host-specific and target-specific.
4561
4562Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4563
4564 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 4565 examples (not consistent w others).
c906108c
SS
4566 gdb.texinfo: issue disclaimer paragraph on cmdline options only
4567 for generic vn of doc
4568
4569Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
4570
4571 * Makefile.in: always create installation directories.
4572
4573Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4574
4575 * gdb.texinfo: in h8 config, do not describe searching commands.
4576
4577Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4578
4579 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
4580 conditionals; introduce a few generic switches that may be
4581 useful for other cross-dev or dos-hosted configs.
4582
4583 * gdb.texinfo: fix typo in "info reg" description
4584
4585Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
4586
4587 * stabs.texinfo: Minor updates from running TeX over it.
4588 * Makefile.in (stabs.dvi, stabs.ps): Add.
4589
4590Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
4591
4592 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
4593 First pass at converting it to texinfo.
4594
4595Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
4596
4597 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
4598 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
4599
4600Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
4601
4602 * gdbint.texinfo: Add section on partial symbol tables.
4603
4604Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
4605
4606 * gdb.texinfo: document `set remotedebug' and `set
4607 rstack_high_address'.
4608
4609Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
4610
4611 * gdb.texinfo: slight expansion of new text on reading info files
4612 * gdbinv-s.m4.in: correct and expand info on cross-debugging
4613 H8/300 from DOS.
4614
4615Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
4616
4617 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
4618
4619Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
4620
4621 * gdb.texinfo: Say how to read the `info' files.
4622
4623Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
4624
4625 * Makefile.in: gm4 -> m4.
4626
4627Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
4628
4629 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
4630 Documentation' ahead of `Installing GDB' to match README.
4631 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 4632 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
4633
4634Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
4635
4636 * Makefile.in: remove $(srcdir) from gdb.info rule.
4637
4638Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4639
4640 * Makefile.in: commented out gdb-all.texinfo rule. This is
4641 temporary.
4642
4643Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
4644
4645 * Makefile.in, configure.in: removed traces of namesubdir,
4646 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
4647 copyrights to '92, changed some from Cygnus to FSF.
4648
4649Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
4650
4651 * gdb.texinfo: Improve how we ask for bug reports.
4652
4653Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4654
4655 * Makefile.in: infodir belongs in datadir.
4656
4657Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4658
4659 * Makefile.in: remove spaces following hyphens, bsd make can't
4660 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 4661 standards.text support.
c906108c
SS
4662
4663Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
4664
4665 * Makefile.in: idestdir and ddestdir go away. Added copyrights
4666 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
4667 and mandir now keyed off datadir by default.
4668
4669\f
4670Local Variables:
9e9c5ae7 4671mode: change-log
c906108c
SS
4672left-margin: 8
4673fill-column: 74
4674version-control: never
4675End:
This page took 0.709829 seconds and 4 git commands to generate.