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