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