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