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