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