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