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