* Makefile.in (SFILES): Remove nlmread.c.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
8807d78b
DJ
12007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * gdb.texinfo (Startup): Delete references to some alternate
4 names for .gdbinit.
5 (Thread): Remove LynxOS reference.
6 (Tandem ST2000): Delete target-specific documentation.
7 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
9 and GDB_OSABI_LYNXOS.
10
5f402660
UW
112007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
12
13 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
14
bac718a6
UW
152007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
16
17 * gdbint.texinfo (Target Conditionals): Remove mention of
18 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
19 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
20
9453113a
DJ
212007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
22
23 * Makefile.in: Add "pdfdir" installation
24 directory, PDFTEX macro, support for "install-pdf" target,
25 and rules for making a pdf version of refcard.texi.
26 * refcard.tex: Specify paper size for PDF output.
27
ae21e955
BW
282007-03-26 Bob Wilson <bob.wilson@acm.org>
29
30 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
31
3f94c067
BW
322007-03-26 Bob Wilson <bob.wilson@acm.org>
33
34 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
35 (Source Path, Character Sets, Macros, Define)
36 (GDB/MI Result Records, GDB/MI Simple Examples)
37 (GDB/MI Program Execution, GDB/MI File Commands)
38 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
39 (Bug Reporting): Use @value{GCC}.
40
12c27660
BW
412007-03-26 Bob Wilson <bob.wilson@acm.org>
42
43 * gdb.texinfo (Help): Fix formatting of examples.
44 (Variables): Use @ifnotinfo instead of @iftex.
45 (Non-debug DLL symbols): Use @ref instead of @pxref.
46 (Sparclet File): Use @samp instead of quotes.
47
ce9341a1
BW
482007-03-26 Bob Wilson <bob.wilson@acm.org>
49
50 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
51
c8f4133a
BW
522007-03-26 Bob Wilson <bob.wilson@acm.org>
53
54 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
55 the order of the nodes.
56 (C Operators, C Constants, Debugging C): Remove extra menus.
57 (Method Names in Commands): Do not specify next/prev/up nodes.
58
592007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
60
61 * gdb.texinfo (File Options): Add missing parenthesis.
62 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
63
c74d0ad8
DJ
642007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
65
66 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
67
ff6f572f
DJ
682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
69
70 * src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
71 case insensitivity.
72 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
73
994337c3
NR
742007-02-18 Nick Roberts <nickrob@snap.net.nz>
75
76 * gdb.texinfo (Top): Put Appendix A after numbered sections.
77 (Files): Add section name to argument list for pxref.
78 (Non-debug DLL symbols): Don't use `see' for pxref.
79 (Embedded Processors): Fix typo.
80 (GDB/MI Breakpoint Commands): Execution commands generate
81 *stopped not ^done.
82
eb819d70
NR
832007-02-13 Nick Roberts <nickrob@snap.net.nz>
84
85 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
86 values for in_scope. Mention that only root variables can be
87 updated.
88 (GDB/MI Development and Front Ends): Explain new values may be
89 added to existing fields.
90
123dc839
DJ
912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
92
93 * gdb.texinfo (-target-disconnect): Use @smallexample.
94 (Requirements): Add anchor for Expat. Update description.
95 (Target Descriptions): Mention Expat.
96 (Target Description Format): Document new elements. Use
97 @smallexample.
98 (Predefined Target Types, Standard Target Features): New sections.
99 * doc/gdbint.texinfo (Target Descriptions): New section.
100
108546a0
DJ
1012007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
102
103 * gdb.texinfo (Target Description Format): Add section on XInclude.
104
95a98c01
NR
1052006-02-03 Nick Roberts <nickrob@snap.net.nz>
106
107 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
108 command -enable-timings.
109
f4b3909f
EZ
1102007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
111
112 * gdbint.texinfo (Operation System ABI Variant Handling): Update
113 descriptions for new/deleted elements in gdb_osabi. Add missing
114 description for function generic_elf_osabi_sniff_abi_tag_sections.
115
c7ba131e
JB
1162007-01-29 Joel Brobecker <brobecker@adacore.com>
117
118 * gdb.texinfo (Maintenance Commands): Add documentation for
119 the new "maint print target-stack" command.
120
3a60f64e
JK
1212007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
122 Eli Zaretskii <eliz@gnu.org>
123
f4b3909f 124 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 125
c582f8b6
EZ
1262007-01-26 Eli Zaretskii <eliz@gnu.org>
127
128 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
129 Use @value{NGCC} instead of @value{GCC}.
130
d3e8051b
EZ
1312007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
132
133 * agentexpr.texi: Fix typos.
134 * annotate.texinfo: Likewise.
135 * gdb.texinfo: Likewise.
136 * gdbint.texinfo: Likewise.
137 * observer.texi: Likewise.
138 * stabs.texinfo: Likewise.
139
86f04699
EZ
1402007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
141
142 * gdbint.texinfo (Support Libraries): Remove mmalloc
143 entry. Describe readline library.
144
23181151
DJ
1452007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
146
147 * gdb.texinfo (Target Descriptions): New section.
148 (General Query Packets): Add QPassSignals anchor. Mention
149 qXfer:features:read under qSupported. Expand mentions of
150 qXfer:memory-map:read and QPassSignals. Document
151 qXfer:features:read.
152
f822c95b
DJ
1532007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
154
155 * gdb.texinfo (Commands to specify files): Describe
156 "set sysroot" and "show sysroot".
157 (Using the `gdbserver' program): Lowercase argument
158 to @var. Expand description of setting up GDB on the
159 host.
160
8936fcda
JB
1612007-01-05 Joel Brobecker <brobecker@adacore.com>
162
163 * gdb.texinfo (Set Catchpoints): Add documentation for the new
164 catch exception, catch exception unhandled, and catch assert
165 commands.
166
e776119f
DJ
1672007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
168
169 * gdb.texinfo (Debugging Output): Document "set debug xml"
170 and "show debug xml".
171
aa79a185
DJ
1722007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
173
174 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
175
7f893741
JB
1762007-01-01 Joel Brobecker <brobecker@adacore.com>
177
178 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
179
a1b5960f
VP
1802006-12-08 Vladimir Prus <vladimir@codesourcery.com>
181
182 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
183 note in @ignore, to be removed later if nobody complains.
184
9f470e6e
NR
1852006-12-04 Nick Roberts <nickrob@snap.net.nz>
186
187 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
188 of -var-delete.
189
765dc015
VP
1902006-11-22 Vladimir Prus <vladimir@codesourcery.com>
191
192 * gdb.texinfo (Setting breakpoints): Document
193 automatic software/hardware breakpoint usage and
194 the "set breakpoint auto-hw" command.
195
4b5752d0
VP
1962006-11-21 Vladimir Prus <vladimir@codesourcery.com>
197
198 * gdb.texinfo (Memory Access Checking): New.
199
89be2091
DJ
2002006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
201
202 * gdb.texinfo (Remote configuration): Mention
203 "pass-signals-packet".
204 (General Query Packets): Document QPassSignals. Fix
205 a typo.
206
ca3bf3bd
DJ
2072006-11-14 Maxim Grigoriev <maxim@tensilica.com>
208
209 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
210
427c3a89
DJ
2112006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
212
213 * gdb.texinfo (Remote configuration): Rewrite documentation for
214 packet configuration commands.
215 (OS Information): Adjust reference to qXfer:auxv:read.
216 (General Query Packets): Remove references to read-aux-vector-packet
217 and set remote get-thread-local-storage-address.
218
7a107747
DJ
2192006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
220
221 * gdbint.texinfo (Target Architecture Definition): Add new
222 Initializing a New Architecture section.
223
1c56eb0e
EZ
2242006-10-31 David Taylor <dtaylor@emc.com>
225
226 * stabs.texinfo (Macro define and undefine): New node describing
227 stabs for #define and #undef.
228
f73adfeb
AS
2292006-10-27 Andreas Schwab <schwab@suse.de>
230
231 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
232
fd60e0df
EZ
2332006-10-21 Eli Zaretskii <eliz@gnu.org>
234
235 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
236 clarify on the possible meanings of ``expression'' watched by
237 watchpoints. Add indexing.
e5ac9b53
EZ
238 (Prompting, Errors, Invalidation, Annotations for Running)
239 (Source Annotations): Fix index entries by adding "annotation" to
240 them, to discriminate from index entries that point to the more
241 general topic descriptions.
fd60e0df 242
52bb452f
DJ
2432006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
244
245 * gdbint.texinfo (Target Vector Definition): Move most
246 content into Existing Targets. Add a menu.
247 (Existing Targets): New section, moved from Target Vector
248 Definition. Use @subsection.
249 (Managing Execution State): New section.
250
58955e58
BW
2512006-10-16 Bob Wilson <bob.wilson@acm.org>
252
253 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
254
c8aa23ab
EZ
2552006-10-15 Eli Zaretskii <eliz@gnu.org>
256
257 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
258 (Command Syntax, Signals, Backtrace, Connecting)
259 (Remote configuration, Renesas Boards, Console I/O): Fix last
260 change: use Ctrl- instead of C-, except wrt Emacs.
261 (File-I/O Examples): Put Ctrl-c in @kbd.
262 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
263 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
264 (Signals, Set Breaks, Set Watchpoints): Document optional
265 arguments to `info signals' `handle', `info breakpoints', and
266 `info watchpoints'.
c8aa23ab 267
e7109c7e
EZ
2682006-10-14 Eli Zaretskii <eliz@gnu.org>
269
270 * gdb.texinfo (Backtrace): Fix last change.
271
de3aea7b
NR
2722006-10-14 Nick Roberts <nickrob@snap.net.nz>
273
274 * gdb.texinfo (Backtrace): Order correctly and add other cases.
275
7f9087cb
BW
2762006-10-10 Bob Wilson <bob.wilson@acm.org>
277
c8aa23ab
EZ
278 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
279 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
280 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 281
68437a39
DJ
2822006-09-21 Vladimir Prus <vladimir@codesourcery.com>
283 Daniel Jacobowitz <dan@codesourcery.com>
284
285 * gdb.texinfo (Packets): Document vFlashErase,
286 vFlashWrite and vFlashDone packets.
287 (General Query Packets): Document qXfer:memory-map:read.
288 Add a new feature for qXfer:memory-map:read.
289 (Memory map format): New section.
290 (Target Commands): Mention that gdb can write flash.
291
fd79ecee
DJ
2922006-09-21 Vladimir Prus <vladimir@codesourcery.com>
293 Daniel Jacobowitz <dan@codesourcery.com>
294
295 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
296 memory regions and "mem auto".
297
350da6ee
DJ
2982006-09-21 Nathan Sidwell <nathan@codesourcery.com>
299
300 * gdbint.texinfo (Array Containers): New section.
301
2f1acb09
VP
3022006-09-17 Vladimir Prus <vladimir@codesourcery.com>
303
304 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
305 -stack-list-arguments HIGH_FRAME argument can be larger then the
306 actual number of frames.
307
2ab1eb7a
VP
3082006-09-07 Vladimir Prus <vladimir@codesourcery.com>
309
310 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
311 -stack-list-locals HIGH_FRAME argument can be larger then the
312 actual number of frames.
313
599b237a
BW
3142006-09-02 Bob Wilson <bob.wilson@acm.org>
315
316 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
317 Register Packet Format, Tracepoint Packets): Fix spelling errors.
318
25ab7e6d
EZ
3192006-09-02 Eli Zaretskii <eliz@gnu.org>
320
321 * gdbint.texinfo (Overall Structure): New section "Source Tree
322 Structure".
323
940178d3
JB
3242006-08-17 Jim Blandy <jimb@codesourcery.com>
325
326 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
327 responses.
328
30daae6c
JB
3292006-08-08 Joel Brobecker <brobecker@adacore.com>
330
331 * gdb.texinfo (Source Path): Add documentation for new
332 substitute-path commands.
333
7fa2210b
DJ
3342006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
335
336 * gdb.texinfo (Installing GDB): Update menu. Move text to...
337 (Running Configure): ...here.
338 (Requirements): New node. Mention expat.
339
3d00d119
DJ
3402006-08-08 Vladimir Prus <vladimir@codesourcery.com>
341
342 * gdb.texinfo (Target Commands): Remove
343 'set download-write-size' and 'show download-write-size'.
344
0cbfa4ee
DJ
3452006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
346
347 * stabs.texinfo (Member Type Descriptor): Correct example for
348 pointer to member types.
349
16026cd7
AS
3502006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
351
352 * gdb.texinfo (Optional warnings and messages): Add
353 'set/show trace-commands'.
354 (Command files): Add '-v' to source command.
355
0876f84a
DJ
3562006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
357
358 * gdb.texinfo (OS Information): Update qPart reference to
359 qXfer.
360 (Remote configuration): Likewise.
361 (Overview): Move @cindex to the start of a paragraph. Talk
362 about binary data encoding.
363 (Packets): Refer to the overview for the details of the X
364 packet encoding.
365 (General Query Packets): Remove qPart description. Add qXfer
366 description. Add an anchor to qSupported. Correct feature
367 table title. Add a new feature for qXfer:auxv:read.
368 (Interrupts): Add a missing parenthesis.
369
2ec3381a
DJ
3702006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
371
372 * doc/gdb.texinfo (KOD): Remove node.
373 (GDB/MI Kod Commands): Remove commented out node.
374
594fe323
EZ
3752006-07-01 Eli Zaretskii <eliz@gnu.org>
376
377 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
378 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
379 (GDB/MI Thread Commands, GDB/MI Program Execution)
380 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
381 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
382 (GDB/MI File Commands, GDB/MI Target Manipulation)
383 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
384 since the MI prompt is hard-wired into the code.
385
7e3fb70c
NR
3862006-07-01 Nick Roberts <nickrob@snap.net.nz>
387
388 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
389 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
390 (GDB/MI Data Manipulation): Remove description of unimplemented
391 display related commands as variable objects perform this function
392 and are superior: -display-delete, -display-disable,
393 -display-enable, -display-insert and -display-list. Move
394 -environment-cd, -environment-directory, -environment-path
395 and -environment-pwd to "Program Context".
396 (GDB/MI Program Control): Rename to "Program Execution". Move
397 -exec-arguments -exec-abort to...
398 (GDB/MI Program Context): ...here. New node split from "Data
399 Manipulation".
400
be2a5f71
DJ
4012006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
402
403 * gdb.texinfo (Remote configuration): Document set / show
404 remote supported-packets.
405 (General Query Packets): Document qSupported packet.
406
fc320d37
SL
4072006-06-10 Sandra Loosemore <sandra@codesourcery.com>
408
409 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
410 and font markup.
411 (Protocol basics): Likewise.
412 (The F request packet): Likewise.
413 (The F reply packet): Likewise.
414 (Memory transfer): Move this node to be a subsubsection of
415 "Protocol specific representation of datatypes".
416 (The Ctrl-C message): More copy editing.
417 (Console I/O): Likewise.
418 (The isatty call): Delete this node, and merge its content into
419 the "isatty" node. Fixed references elsewhere.
420 (The system call): Delete this node, and merge its content into
421 the "system" node. Fixed references elsewhere.
422 (open): Reformat to use @table, and add appropriate font markup.
423 (close): Likewise.
424 (read): Likewise.
425 (write): Likewise.
426 (lseek): Likewise.
427 (rename): Likewise.
428 (unlink): Likewise.
429 (stat/fstat): Likewise.
430 (gettimeofday): Likewise.
431 (isatty): Likewise.
432 (system): Likewise, plus minor changes to fix confusing wording.
433 (Integral datatypes): Fix font markup.
434 (Pointer values): Likewise.
435 (struct stat): Fix markup to use @table, plus minor copy editing.
436 (struct timeval): Fix font markup, plus minor copy editing.
437 (Constants): Minor copy editing.
438 (Errno values): Add font markup.
439 (File-I/O Examples): Likewise.
440
158fdf5c
NR
4412006-06-10 Nick Roberts <nickrob@snap.net.nz>
442
443 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
444 (GDB/MI Simple Examples): Move node up one level. Use real
445 examples.
446 (GDB/MI Compatibility with CLI): Update.
447 (GDB/MI Result Records): Add "connected" and "exit" result
448 classes.
449 (GDB/MI Stream Records): Clarify target output.
450 (GDB/MI Command Description Format): Modify example description.
451 (GDB/MI Breakpoint Table Commands): Rename to...
452 (GDB/MI Breakpoint Commands): ...this
453 (GDB/MI Breakpoint Commands): Add optional thread field.
454 (GDB/MI Program Control): Add an introduction. Move "Program
455 termination" examples into exec-run description.
456 (GDB/MI File Commands): Mention similar CLI commands.
457 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
458 is similar to "-gdb-version".
459
ddb50cd7
EZ
4602006-06-09 Eli Zaretskii <eliz@gnu.org>
461
462 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
463
2aef0d6b
NR
4642006-06-02 Nick Roberts <nickrob@snap.net.nz>
465
466 * gdb.texinfo (GDB/MI Development and Front Ends): Use
467 sourceware.org for mailing lists.
d5e40d59 468 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 469
383a5c52
NR
4702006-06-01 Nick Roberts <nickrob@snap.net.nz>
471
d5e40d59 472 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 473
e16b02ee
EZ
4742006-05-22 Eli Zaretskii <eliz@gnu.org>
475
476 * gdb.texinfo (Cygwin Native): Fix last change.
477
be90c084
CF
4782006-05-22 Christopher Faylor <cgf@timesys.com>
479
480 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
481
347ceba5
NR
4822006-05-15 Nick Roberts <nickrob@snap.net.nz>
483
484 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
485 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
486
369af7bd
DJ
4872006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
488
489 * gdb.texinfo (General Query Packets): Recommend not starting
490 new packets with qC and clarify.
491
2ffdbde8 4922006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
493
494 * gdb.texinfo (M2 Types): New section.
72019c9c 495
16d1a084
DJ
4962006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
497
498 * agentexpr.texi: Add a copyright and license notice.
499 * observer.texi: Likewise, with GPL clause for function prototypes.
500 Remove trailing whitespace.
501
aa56d27a
JB
5022006-05-05 Jim Blandy <jimb@codesourcery.com>
503
504 * gdb.texinfo (General Query Packets): Document conventions for
505 terminating packet names, and their violations.
506
5bdf8622
DJ
5072006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
508
509 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
510 * gdb.texinfo: Likewise.
511
605a56cb
DJ
5122006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
513
514 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
515 and "show remotedebug".
516 (Debugging Output): Add additional index entries.
517
b8db102d
MS
5182006-04-27 Michael Snyder <msnyder@redhat.com>
519
520 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
521
c5e30d01
AC
5222006-04-22 Andrew Cagney <cagney@redhat.com>
523
524 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
525 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
526
8181d85f
DJ
5272006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
528
529 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
530 and remove breakpoint prototypes.
531 (Watchpoints): Move description of target_insert_hw_breakpoint and
532 target_remove_hw_breakpoint ...
533 (Breakpoints): ... to here. Document target_insert_breakpoint and
534 target_remove_breakpoint.
535
4f553f88
JB
5362006-04-17 Jim Blandy <jimb@codesourcery.com>
537
538 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
539 and C packets are optional.
540
cd852561
FR
5412006-04-14 Frederic Riss <frederic.riss@st.com>
542
543 * gdb.texinfo (Specifying source directories): Update the description
544 of the source file search to reflect the fact that the source path
545 always contains at least $cdir and $cwd.
546
b620eb07
MS
5472006-03-31 Michael Snyder <msnyder@redhat.com>
548
549 * gdb.texinfo: Update copyright dates.
550
3156cdaf
EZ
5512006-03-31 Eli Zaretskii <eliz@gnu.org>
552
553 * gdb.texinfo (Overview): Add an index entry to "empty response".
554
7d30c22d
JB
5552006-03-28 Jim Blandy <jimb@codesourcery.com>
556
557 * gdbint.texinfo (Prologue Analysis): New section.
558
86941c27
JB
5592006-03-07 Jim Blandy <jimb@red-bean.com>
560
66b8c7f6
JB
561 * gdb.texinfo (Connecting): Document 'target remote pipe'.
562
1a10341b
JB
563 * gdb.texinfo (Target Commands): Update text describing how to
564 specify a target. Refer to the detailed section on remote
565 debugging, not the brief mention.
566
86941c27
JB
567 * gdb.texinfo (Connecting): Organize the different 'target remote'
568 connection methods into a table. Add a 'target remote' index
569 entry. (!!!)
570
62f3a2ba
FF
5712006-02-17 Fred Fish <fnf@specifix.com>
572
573 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
574 'ptype' commands to reflect the fact that the only significant
575 difference between them is that ptype prints the complete type
576 description instead of just the name.
577
8b9a88ea
WZ
5782006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
579
580 * gdbint.texinfo (Watchpoints): Delete
581 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
582
7e8dc855
NR
5832006-02-10 Nick Roberts <nickrob@snap.net.nz>
584
585 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
586 times fields where needed. Fix typos. Update general form given
587 for output of -break-insert.
588 (GDB/MI): Abbreviate some unnecessarily long fullnames.
589
c91d38aa
DJ
5902006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
591
592 * gdbint.texinfo (Symbol Handling): Add a section
593 on memory management.
594
38fcd64c
DJ
5952006-02-06 Vladimir Prus <ghost@cs.msu.su>
596
597 * gdb.texinfo (Breakpoint table commands): Document the fullname
598 field in -break-list output.
599
219eec71
EZ
6002006-02-03 Eli Zaretskii <eliz@gnu.org>
601
602 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
603 debugging information produced by the various "set debug..."
604 options.
605
ae5a43e0
DJ
6062006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
607
608 * gdb.texinfo (Files): Remove obsolete bits from the description
609 of "symbol-file".
610
a9f158ec
JB
6112006-01-25 Jim Blandy <jimb@redhat.com>
612
613 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
614
410dd08e
JB
6152006-01-24 Jim Blandy <jimb@redhat.com>
616
617 * gdbint.texinfo (Frames): Document the basics of GDB's register
618 unwinding model, and explain the existence of the "sentinel" frame.
619
4b505b12
AS
6202006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
621
622 * gdb.texinfo (Choosing files): Mention that -directory is used
623 for script files.
624 (Specifying source directories): Likewise.
625 (Command files): Explain how script files are found.
626
839c27b7
EZ
6272006-01-21 Eli Zaretskii <eliz@gnu.org>
628
629 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
630 the threads in a multi-threaded program.
631 (Threads): The threadno argument of "thread apply" can be a range
632 of numbers.
633
7be93b9e
JB
6342006-01-18 Jim Blandy <jimb@redhat.com>
635
636 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
637 of warning flags.
638
fcc73fe3
EZ
6392006-01-13 Eli Zaretskii <eliz@gnu.org>
640
641 * gdb.texinfo (Sequences): Improve menu annotations.
642 (Define): Add index entries for arguments of user-defined
643 commands. Move the description of flow-control commands...
644 (Command Files): ...to here. Document loop_break and
645 loop_continue.
ca91424e
EZ
646 (Define, Command Files): Document `end' and add index entries for
647 it.
fcc73fe3 648
5c95884b
MS
6492006-01-04 Michael Snyder <msnyder@redhat.com>
650
651 * gdb.texinfo: Add documentation for linux-fork.
652 * gdbint.texinfo: Add internal documentation for checkpoints.
653
860701dc
PH
6542006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
655
656 * gdb.texinfo (Omissions from Ada): Document that there is now
657 limited aggregate support.
658
36b80e65
EZ
6592005-12-28 Eli Zaretskii <eliz@gnu.org>
660
661 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
662 registers and the likes.
663
c1468174
EZ
6642005-12-24 Eli Zaretskii <eliz@gnu.org>
665
666 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
667 (Symbols): Fix usage of "e.g.".
359df76b 668 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
669
670 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
671 (Coding): Fix usage of "e.g.".
672
c02a867d
EZ
6732005-12-23 Eli Zaretskii <eliz@gnu.org>
674
675 * stabs.texinfo:
676 * refcard.tex:
677 * gpl.texi:
678 * gdbint.texinfo:
679 * gdb.texinfo:
680 * gdb-cfg.texi:
681 * fdl.texi:
682 * annotate.texinfo:
683 * all-cfg.texi:
684 * Makefile.in: Add (C) after Copyright. Update the FSF
685 address.
686
fad38dfa
EZ
6872005-12-03 Eli Zaretskii <eliz@gnu.org>
688
689 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
690 extend GDB with commands for external monitor.
691
53e5f3cf
AS
6922005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
693
694 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
695
55f6ca0f
JB
6962005-11-25 Joel Brobecker <brobecker@adacore.com>
697
698 * gdbint.texinfo (Start of New Year Procedure): New chapter.
699
c1947b85
JB
7002005-11-21 Jim Blandy <jimb@redhat.com>
701
702 * gdb.texinfo (Tracepoint Packets): Document restrictions on
703 placement of 'R' actions in tracepoint action packets; document
704 dependence of 'X' and 'M' actions on a preceding 'R' action for
705 their registers.
706
9d29849a
JB
7072005-11-19 Jim Blandy <jimb@redhat.com>
708
709 * gdb.texinfo (Tracepoint Packets): New node.
710 (General Query Packets): Add entries for the tracepoint packets,
711 referring to the "Tracepoint Packets" node.
712 (Tracepoints): Add reference to "Tracepoint Packets".
713
9a6253be
KB
7142005-11-18 Kevin Buettner <kevinb@redhat.com>
715
716 * gdb.texinfo (set remotebreak): Add anchor.
717 (X packet): Likewise.
718 (Remote Protocol): Add new section `Interrupts' and new index
719 entry `interrupts (remote protocol)'.
720
5f3bebba
JB
7212005-11-18 Jim Blandy <jimb@redhat.com>
722
723 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
724 entries into the General Query Packets section. Add a
725 cross-reference to that section. Drop description of replies, as
726 these are covered in the descriptions of each packet.
727 (General Query Packets): Add introductory text. Explain naming
728 conventions, and how the end of a name is recognized.
729
9a7a1b36
KB
7302005-11-17 Kevin Buettner <kevinb@redhat.com>
731
0564b6cf 732 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
733 "set remotebreak" command.
734
b8ff78ce
JB
7352005-11-16 Jim Blandy <jimb@redhat.com>
736
737 * gdb.texinfo (Packets, Stop Reply Packets)
738 (General Query Packets): Various formatting cleanups.
739 - Use @samp for packet contents.
740 - Drop summaries from packet @item lines; the same information appears
741 immediately below in the description.
742 - Delete paragraph breaks after packet @item commands, so that the
743 description appears directly to the right of the packet prototype
744 in the printed manual, if it fits.
745 - Place spaces in packet prototypes between @vars and non-@var
746 letters, and explain that they're just for formatting.
747 - Use @dots{} instead of '...'.
748 - Fix uses of @code where @var was needed.
749 - Replace "deprecated" markers with English text spelling out the
750 packet's status and the preferred alternatives.
751 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
752 what this ever meant.
753 - Remove "(draft)" markers on 'i' packets; nobody has commented on
754 this for a long time.
755 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
756 implemented several times, and have been in use for years.
757
8ffe2530
JB
7582005-11-15 Jim Blandy <jimb@redhat.com>
759
c43c5473
JB
760 * gdb.texinfo (Packets): Add index entries for 'm' packet
761 disclaimers.
762
fb031cdf
JB
763 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
764 of stub when processing an 'm' packet.
765
8ffe2530
JB
766 * gdb.texinfo (Packets): Mention that packets beginning with
767 letters are reserved once, at the top, instead of actually listing
768 them all and saying "reserved".
769
c03c782f
AS
7702005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
771
772 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
773 Change @var{$arg0 to @code{$arg0.
774
814e32d7
WZ
7752005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
776
777 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
778
fa93a9d8
JB
7792005-11-12 Jim Blandy <jimb@redhat.com>
780
781 * gdb.texinfo (General Query Packets): Put packets in alphabetical
782 order. Remove extraneous 'z'.
783
8a5a3c82
AS
7842005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
785
786 * gdb.texinfo (Choosing files): Add --eval-command.
787
4b0ad762
AS
7882005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
789
790 * gdb.texinfo (Choosing modes): Add --return-child-result.
791
792
1a088d06
AS
7932005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
794
795 * gdb.texinfo (Choosing modes): Add --batch-silent.
796
656d5e12
EZ
7972005-10-28 Eli Zaretskii <eliz@gnu.org>
798
799 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
800 "The -var-update Command".
801
3c9c013a
JB
8022005-10-03 Joel Brobecker <brobecker@adacore.com>
803
804 * gdb.texinfo (Print Settings): Add documentation for set/show
805 print array-indexes.
806
7ba3cf9c
DJ
8072005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
808
809 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
810 6.2 and 6.3.
811
a94ab193
EZ
8122005-08-27 Eli Zaretskii <eliz@gnu.org>
813
814 * gdb.texinfo (File Options): Don't document --mapped, it's gone
815 since 19-Jan-2004.
816 (Files): Likewise.
ab1adacd
EZ
817 (Variables, Symbols): Document the "<incomplete type>" message and
818 its reasons.
a94ab193 819
ca06016a
FF
8202005-08-01 Fred Fish <fnf@specifix.com>
821
822 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
823
cf58170d
NR
8242005-07-15 Nick Roberts <nickrob@snap.net.nz>
825
826 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
827 option for -var-list-children and -var-update.
828 (GDB/MI Stack Manipulation): Simplify description of
829 print-values option for -stack-list-locals.
830 (GDB/MI Command Description Format): Clarify.
831 (Mode Options): Spelling of superseded.
832
38f1196a
BR
8332005-07-12 Bob Rossi <bob@brasko.net>
834
835 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
836 corresponding GDB command comment.
837
3cb3b8df
BR
8382005-07-06 Bob Rossi <bob@brasko.net>
839
840 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
841 and -inferior-tty-show.
842 (Input/Output): Document "set/show inferior-tty" and tty alias.
843
10fac096
NW
8442005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
845
846 * gdb.texinfo (Packets): Change description of 'D' packet to note
847 that GDB does wait for a response.
848
d1b6db76
NR
8492005-06-22 Nick Roberts <nickrob@snap.net.nz>
850
851 * gdb.texinfo (History) Rename "Command History".
852 (Command History): Move node "Server Prefix" from section on
853 Annotations here.
854
29629dcf
NR
8552005-06-19 Nick Roberts <nickrob@snap.net.nz>
856
857 * gdb.texinfo (GDB/MI Stack Manipulation):
858 Re-instate -stack-info-frame with example. Say that it gets
859 info on selected frame, not current frame.
860
397ca115
EZ
8612005-06-18 Eli Zaretskii <eliz@gnu.org>
862
863 * gdb.texinfo (Server): Clarify that `file' should be used before
864 connecting to the server.
865 (Files): Add an xref to the above description.
51274035
EZ
866 (Output Formats): More detailed description of the `c' format.
867 (Memory): List explicitly all the formats supported by `x'.
638ac427 868 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 869 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
870 files. Add more indexing for solib-absolute-prefix and
871 --with-sysroot.
76d17f34
EZ
872 (Machine Code): Document possible problems with locations in
873 shared libraries.
d416eeec
EZ
874 (Backtrace): Document that free-standing environments do not need
875 to have a `main' function.
397ca115 876
74f6deaa
NR
8772005-06-18 Nick Roberts <nickrob@snap.net.nz>
878
879 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
880 -stack-info-frame.
881
a9967aef
AC
8822005-06-07 Andrew Cagney <cagney@gnu.org>
883
884 * gdb.texinfo (Contributors): Note the original multi-arch
885 contributors.
886
e09f16f9
EZ
8872005-06-03 Eli Zaretskii <eliz@gnu.org>
888
889 * gdb.texinfo (Registers): Add index entries for the standard
890 registers.
891 (Frames): Add cross-reference from frame pointer description to
892 the Registers node.
893 (Annotations Overview): Fix the reference to GDB name.
894
d87ba7ee
EZ
8952005-06-01 Eli Zaretskii <eliz@gnu.org>
896
897 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
898 can-use-hw-watchpoints.
899
034dad6f
BR
9002005-05-28 Bob Rossi <bob@brasko.net>
901
902 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
903 the possible reasons why an exec async record would be returned to FE.
904
ffed4509
AC
9052005-05-26 Andrew Cagney <cagney@gnu.org>
906
907 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
908 Andrew Cagney implemented the original GDB/MI.
909
e22e55c9
OF
9102005-05-23 Orjan Friberg <orjanf@axis.com>
911
912 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
913 documentation. Add documentation for cris-mode.
914
a78e13ce
EZ
9152005-05-20 Eli Zaretskii <eliz@gnu.org>
916
917 * gdb.texinfo (Numbers): Explain the example and make the wording
918 more acurate.
919
76ff342d
DJ
9202005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
921 Dennis Brueni <dennis@slickedit.com>
922
923 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
924 (GDB/MI Data Manipulation, GDB/MI Program Control)
925 (GDB/MI Stack Manipulation): Update examples to include the fullname
926 attribute in stack frames.
927
119b882a
EZ
9282005-05-12 Eli Zaretskii <eliz@gnu.org>
929
930 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
931 do with other non-standard names of init files.
932
6fc08d32
EZ
9332005-05-11 Eli Zaretskii <eliz@gnu.org>
934
935 * gdb.texinfo (Command Files): Move the description of the startup
936 from here...
937 (Startup): ...to this new subsection of the Invocation chapter.
938 Rearrange the description of init files more logically and add a
939 cross-reference to "Command Files". Document the special gdbinit
940 name for CISCO 68k. Expand the description of what GDB does
941 during startup.
942 (History): Add index entry for HISTSIZE.
943
a561754a
MK
9442005-05-02 Mark Kettenis <kettenis@gnu.org>
945
946 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
947
2eecc4ab
EZ
9482005-05-02 Eli Zaretskii <eliz@gnu.org>
949
950 * gdb.texinfo (SVR4 Process Information, The isatty call)
951 (The system call): Don't use foo(N) notation for man pages and
952 functions.
514c4d71 953 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 954
18999be5
EZ
9552005-04-27 Eli Zaretskii <eliz@gnu.org>
956
957 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
958 were optimized away.
959
0abb7bc7
EZ
9602005-04-22 Eli Zaretskii <eliz@gnu.org>
961
962 * gdb.texinfo (Remote configuration): Document "set/show
963 get-thread-local-storage-address". Add cross-reference to the
964 description of the qGetTLSAddr packet.
965 (General Query Packets): Mention "set remote
966 get-thread-local-storage-address" and add a reference to its
967 description.
968
6f61acb1
NR
9692005-04-19 Nick Roberts <nickrob@snap.net.nz>
970
971 * gdb.texinfo (Backtrace): Describe 'bt full'.
972
9d59903a
NR
9732005-04-17 Nick Roberts <nickrob@snap.net.nz>
974
975 * gdb.texinfo (Mode Options): Fix typo.
976 (GDB/MI): Describe how to invoke GDB/MI.
977
721c2651
EZ
9782005-04-16 Eli Zaretskii <eliz@gnu.org>
979
980 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 981 references changed. Add description of "info udot".
721c2651
EZ
982 (Files): Document "set/show stop-on-solib-events".
983 (M32R/D): Document "set/show download-path", "set/show
984 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
985 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
986 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
987 (Maintenance Commands): Improve indexing.
988 (Target Commands): Document "set/show hash", "set/show debug
989 monitor".
990 (SVR4 Process Information): Document "info pidlist" and "info
991 meminfo". Document "set/show procfs-tarce" and "set/show
992 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
993 (Symbols, The Print Command with Objective-C): Improve indexing.
994 (Objective-C): Add references to "info classes" and "info
995 selectors".
c45da7e6
EZ
996 (Debugging Output): Improve wording. Document "set/show debug
997 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
998 (Set Breaks): Add index entry for "hardware breakpoints".
999 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1000 and "set/show usehardbreakpoints".
1001 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1002 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
1003 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1004 rdiromatzero", "set/show rdiheartbeat".
1005 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1006 "sds".
1007 (Embedded Processors): Document the "sim" command.
1008 (Remote): Document the "remote" command.
1009 (DJGPP Native): Document the "info serial" command.
1010 (Threads): Document "maint info sol-threads".
1011 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1012 (Set Breaks): Improve indexing.
1013 (Command Syntax): Add a reference to dont-repeat.
1014 (Define): Document "dont-repeat".
1015 (TUI Commands): Document "tabset".
1016 (WinCE): New subsection. Document "set/show remotedirectory",
1017 "set/show remoteupload", "set/show remoteaddhost".
721c2651 1018
14d6dd68
EZ
10192005-04-15 Eli Zaretskii <eliz@gnu.org>
1020
1021 * gdb.texinfo (Hurd Native): New subsection, documents
1022 Hurd-specific commands.
a64548ea 1023 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 1024 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
1025 (MIPS): Improve documentation of heuristic-fence-post. Document
1026 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1027 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1028 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 1029 (ARM): Document ARM-specific commands.
a64548ea
EZ
1030 (AVR): New section. Document "info io_registers".
1031 (CRIS): New section. Document "set/show cris-version" and
1032 "set/show cris-dwarf2-cfi".
1033 (HPPA): New section. Document "set/show debug hppa" and "maint
1034 print unwind".
a5adf40f 1035 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 1036 (Super-H): New section. Document the "regs" command.
721c2651 1037 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 1038
9c16f35a
EZ
10392005-04-09 Eli Zaretskii <eliz@gnu.org>
1040
1041 * gdb.texinfo (Print Settings): Document "set/show print
1042 pascal_static-members", "set print repeats", "show print
1043 null-stop". Improve indexing. Fix documentation of "set print
1044 union".
1045 (Pascal): New section.
1046 (Supported languages): Rename from "Support"; all references
1047 updated. Add a menu item for Pascal.
1048 (Numbers): Document "set radix.
1049 (Screen Size): Document "set/show pagination".
1050 (MIPS Embedded): Remove "set processor" documentation.
1051 (Remote configuration): Document "set/show X/P/Z-packet",
1052 "set/show read-aux-vector-packet", "set/show remote
1053 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1054 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1055 remotedebug", "set/show remotebreak", "set/show remotedevice",
1056 "set/show remotelogfile".
1057 (Auxiliary Vector): Add reference to the description of the
1058 read-aux-vector-packet setting.
1059 (Set Watchpoints): Add a cross-reference to "set remote
1060 hardware-breakpoint-limit".
1061 (General Query Packets): Add indexing of requests and
1062 cross-references to related commands in "Remote configuration".
1063 (File-I/O Overview, The system call): Fix wording and typos.
1064 (Thread Stops): Add index entries.
1065 (Continuing and Stepping): Document "show step-mode".
1066 (i386): New node. Document "set/show struct-convention".
1067 (Files): Document "show trust-readonly-sections".
1068 (Calling): Document "set/show unwindonsignal".
1069 (Messages/Warnings): Add index entries.
1070 (Maintenance Commands): Document "set/show watchdog".
1071 (Annotations Overview): Document "show annotate".
1072 (Set Watchpoints): Add index entries.
1073 (Symbols): Fix doc of case-sensitive.
1074 (ABI): Document "show coerce-float-to-double".
1075 (Convenience Vars, Help): Improve indexing.
1076 (Machine Code): Document "show disassembly-flavor".
1077 (Debugging C plus plus): Document "show overload-resolution".
1078 (Value History, Signaling): Add index entries.
1079
10802005-04-08 Eli Zaretskii <eliz@gnu.org>
1081
1082 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1083 (Processes): Fix wording.
1084 (History, List, Logging output, Define, Symbols, Print Settings):
1085 Improve indexing.
1086
a8f24a35
EZ
10872005-04-03 Eli Zaretskii <eliz@gnu.org>
1088
1089 * gdb.texinfo (Targets): Document "set/show architecture". Remove
1090 redundant index entry for "target" command.
1091 (Backtrace): Add index entries.
1092 (Symbols, Fortran): Document the "set case-sensitive" command.
1093 (DJGPP Native): Document "set com1base", "set com1irq", etc.
1094 (Print Settings): Add index entry for "set demangle-style".
1095 (Target Commands): Document "set download-write-size".
1096 (Debugging Output): Document "set exec-done-display".
1097
09d4efe1
EZ
10982005-04-02 Eli Zaretskii <eliz@gnu.org>
1099
1100 * gdb.texinfo (Files): Fix the name and documentation of
1101 add-shared-symbol-files. Document its alias assf. Update the
1102 list of OSs where GDB supports shared libraries. Fix markup.
1103 (Continuing and Stepping): Add reference to @var{location} in the
1104 text.
1105 (Dump/Restore Files): Fix reference to @{filename}.
1106 (Help): Fix wording.
1107 (Attach): Ditto.
1108 (Set Watchpoints): Ditto.
1109 (Backtrace): Remove redundant index entries. Improve index
1110 entries.
1111 (Delete Breaks): Fix wording.
1112 (Memory): Document the compare-sections command.
1113 (Memory Region Attributes): Improve wording.
1114 (Disabling): Improve wording.
1115 (Fortran): New subsection. Document the "info common" command.
1116 (Help): Document aliases "info copying" and "info warranty".
1117 (Caching Remote Data): New section. Document the "set/show
1118 remotecache" and "info dcache" commands.
1119 (Show): Fix wording of the documentation of the "set
1120 extension-language" command.
1121 (Signals): Add index entry for "info handle".
1122 (Memory Region Attributes): Fix punctuation.
1123 (Symbols): Change the arg name to "location" and refer to it in
1124 the text. Fix wording of "info types" doc.
1125 (Threads): Fix usage of @enumerate @item's.
1126 (Listing Tracepoints): Add index entry for "info tp".
1127 (Set Watchpoints): Add xref to "info break" description.
1128 (Macros): Add an index entry for "macro exp1". Document the
1129 "macro list" command.
1130 (Maintenance Commands): Document "flushregs", "maint agent",
1131 "maint check-symtabs", "maint cplus", "maint demangle", "maint
1132 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1133 "maint print architecture", "maint print objfiles", "maint print
1134 statistics", "maint print type", "maint show-debug-regs", "maint
1135 space", "maint time", and "maint translate-address".
1136 (Connecting): Document the "monitor" command.
1137 (Annotations Overview): Describe the "set annotate" command.
1138
82f2d802
EZ
11392005-04-01 Eli Zaretskii <eliz@gnu.org>
1140
1141 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1142 Rearrange index entries and improve wording about support for
1143 hardware watchpoints.
1144
7d51c7de
BR
11452005-03-10 Bob Rossi <bob@brasko.net>
1146
1147 * gdb.texinfo: Update copyright
1148
68c71a2e
TR
11492005-02-09 Theodore A. Roth <troth@openavr.org>
1150
1151 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1152 error.
1153
83761cbd
KB
11542005-02-03 Kevin Buettner <kevinb@redhat.com>
1155
1156 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1157
9f1c6395
MS
11582005-01-17 Michael Snyder <msnyder@redhat.com>
1159
1160 * gdb.texinfo: Fix spelling, infinte -> infinite.
1161
fbd1b305
MK
11622005-01-08 Mark Kettenis <kettenis@gnu.org>
1163
1164 * observer.texi (GDB Observers): Document "solib_loaded".
1165
3ace7edb
AC
11662005-01-07 Andrew Cagney <cagney@gnu.org>
1167
bec39cab
AC
1168 * configure.ac: Rename configure.in, require autoconf 2.59.
1169 * configure: Re-generate.
1170
3ace7edb
AC
1171 * configure.in: Replace configdirs with multiple references to
1172 AC_CONFIG_SUBDIRS.
1173 * configure: Re-generate.
1174
53531fc1
AC
11752005-01-04 Andrew Cagney <cagney@gnu.org>
1176
1177 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
1178 part of the version number.
1179
536ffdb7
MK
11802004-12-24 Mark Kettenis <kettenis@gnu.org>
1181
1182 * gdbint.texinfo (Algorithms): Remove description of
1183 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
1184
e1aac25b
JB
11852004-12-07 Jim Blandy <jimb@redhat.com>
1186
1187 * gdb.texinfo (General Query Packets): Specify that thread ID's in
1188 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
1189 numbers.
1190
f47b1503
AS
11912004-12-07 Andreas Schwab <schwab@suse.de>
1192
1193 * gdb.texinfo (Mode Options): Document -l option.
1194
b6b8ece6
EZ
11952004-12-04 Eli Zaretskii <eliz@gnu.org>
1196
1197 * gdbint.texinfo (Algorithms): More accurate description of
1198 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
1199 is not needed unless data-read and data-access watchpoints are
1200 supported. Add a description of how GDB checks whether the
1201 inferior stopped because a watchpoint was hit.
1202
01371747
EZ
12032004-11-23 Eli Zaretskii <eliz@gnu.org>
1204
1205 * gdb.texinfo (Files): Add cross-reference to description of
1206 -readnow command-line switch.
1207
2315ffec
RC
12082004-11-10 Randolph Chung <tausq@debian.org>
1209
1210 * gdb.texinfo: Document set/show backtrace past-entry commands.
1211 Rearrange index entries for set/show backtrace past-main.
1212
69065f5d
AC
12132004-11-10 Jon Beniston <jon@beniston.com>
1214
1215 Committed by Andrew Cagney <cagney@gnu.org>.
1216 * gdb.texinfo (Remote Serial Protocol): Further describe
1217 binary transfer escaping mechanism .
1218
30e91e0b
RC
12192004-11-08 Randolph Chung <tausq@debian.org>
1220
1221 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
1222 and "show debug infrun". Add index entries.
1223
60bf7e09
EZ
12242004-10-23 Eli Zaretskii <eliz@gnu.org>
1225
1226 * gdb.texinfo (SVR4 Process Information): Document subcommands of
1227 "info proc" that are already implemented. Add index entries.
1228 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
1229 (Files): Add a tip for decreasing memory used for symtabs from
1230 shared libraries.
f018e82f
EZ
1231 (Starting): Fix whitespace; make "elaboration" stand out where it
1232 is first used, and add an index entry for the term.
f8568604
EZ
1233 (Calling): Expand and elaborate text. Add "print". Add the
1234 description of problems with weak aliases.
384ee23f 1235 (Core File Generation): New section.
60bf7e09 1236
d52fe014
AC
12372004-10-12 Andrew Cagney <cagney@gnu.org>
1238
1239 * gdbint.texinfo (Versions and Branches): New chapter.
1240 (Releasing GDB): Delete "Versions and Branches" section.
1241 (Top): Add "Versions and Branches".
1242
703663ab
EZ
12432004-10-08 Eli Zaretskii <eliz@gnu.org>
1244
1245 * gdb.texinfo (Editing, History): Add cross-references to the
1246 included Readline and History user documentation. Remove
1247 references to the symbol have-readline-appendices which is unused
1248 and undefined.
1249 (History): Fix indexing.
1250
ac77d04f
JJ
12512004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1252
1253 * gdbint.texinfo (target_stopped_data_address): Update to
1254 new prototype.
1255 (i386_stopped_data_address): Update prototype and description.
1256 (i386_stopped_by_watchpoint): New function and description.
1257
e07c999f
PH
12582004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
1259
1260 * gdb.texinfo (Filenames): Add Ada suffixes.
1261 (Ada) New section.
1262
2e868123
AC
12632004-09-27 Andrew Cagney <cagney@gnu.org>
1264 Robert Picco <Robert.Picco@hp.com>
1265
1266 * gdb.texinfo (Packets): Document the "p" packet.
1267
02a57714
JM
12682004-09-21 Jason Molenda (jmolenda@apple.com)
1269
1270 * gdb.texinfo (Paths and Names of the Source Files): Document the
1271 meaning of values in the 'desc' field of a SO stab.
1272
ae038cb0
DJ
12732004-09-20 Daniel Jacobowitz <dan@debian.org>
1274
1275 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
1276 max-cache-age" and "maint show dwarf2 max-cache-age".
1277
f7dc1244
EZ
12782004-09-16 Eli Zaretskii <eliz@gnu.org>
1279
1280 * gdb.texinfo (Set Breaks): Add index entry for setting
1281 breakpoints on overloaded C++ functions that are not members of
1282 any classes. Add an example and an index entry for setting
1283 breakpoints on all program functions.
1284 (Character Sets, Macros, Overlay Commands)
1285 (Non-debug DLL symbols, GDB/MI Output Syntax)
1286 (Annotations Overview, Maintenance Commands, File-I/O Overview):
1287 Use "(@value{GDBP})" instead of a literal "(gdb)".
1288
f810308b
AC
12892004-09-12 Andrew Cagney <cagney@gnu.org>
1290
1291 * gdbint.texinfo (Native Debugging): Delete description of
1292 FILES_INFO_HOOK.
1293
15a661f3
PH
12942004-09-11 Paul Hilfinger <hilfinger@gnat.com>
1295
1296 * gdbint.texinfo (User Interface): Change local_hex_string_custom
1297 to hex_string_custom (not historically correct, but more
1298 understandable, given the current code).
1299
f3219c75
AC
13002004-09-03 Andrew Cagney <cagney@gnu.org>
1301
1302 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
1303
f3bb6704
JJ
13042004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1305
1306 * observer.texi (solib_unloaded): New observer.
1307
8d2c00cb
AC
13082004-08-24 Andrew Cagney <cagney@gnu.org>
1309
1310 * gdbint.texinfo (Target Architecture Definition): Add missing
1311 comma.
1312
e7dc800a
MC
13132004-08-20 Michael Chastain <mec.gnu@mindspring.com>
1314
1315 * (Using the Testsuite): build != host is supported,
1316 but some test scripts do not support build != host.
1317
73b03683
MK
13182004-08-14 Mark Kettenis <kettenis@gnu.org>
1319
1320 * gdbint.texinfo (Host Definition): Delete description of
1321 FCLOSE_PROVIDED and GETENV_PROVIDED.
1322
c0ccb908
MK
13232004-08-05 Mark Kettenis <kettenis@chello.nl>
1324
1325 * gdbint.texinfo (Host Definition): Delete description of
1326 NO_SYS_FILE.
1327 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
1328 PTRACE_FP_BUG.
1329
9c8dbfa9
AC
13302004-08-05 Andrew Cagney <cagney@gnu.org>
1331
1332 * gdbint.texinfo (Target Architecture Definition): Delete
1333 reference to deprecated_read_fp.
1334
f42accbe
AC
13352004-08-02 Andrew Cagney <cagney@gnu.org>
1336
1337 * gdbint.texinfo (Target Architecture Definition): Delete
1338 description of DEPRECATED_REGISTER_BYTES.
1339
0b66e38c
EZ
13402004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1341
1342 * gdb.texinfo (Source Path): Document the new behavior of
1343 searching for the source files.
1344
15387254
EZ
13452004-07-17 Eli Zaretskii <eliz@gnu.org>
1346
1347 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
1348 (Search, Expressions, Arrays, Variables, Data, Machine Code)
1349 (Auto Display): Improve indexing.
1350
2c07db7a
AC
13512004-07-16 Andrew Cagney <cagney@gnu.org>
1352
1353 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
1354 "-noasync".
1355
4644b6e3
EZ
13562004-07-09 Eli Zaretskii <eliz@gnu.org>
1357
1358 * gdb.texinfo: Fix @kindex entries so that multiple commands that
1359 have the same prefix have only their prefix in the index.
1360
7561d450
MK
13612004-07-03 Mark Kettenis <kettenis@gnu.org>
1362
1363 * gdb.texinfo (BSD libkvm Interface): New node (section)
1364 (Native): Add it to the menu.
1365
67bebe79
MK
13662004-07-01 Mark Kettenis <kettenis@gnu.org>
1367
1368 * gdbint.texinfo (Target Architecture Definition): Remove
1369 PCC_SOL_BROKEN.
1370
1a6923e0
MK
13712004-06-24 Mark Kettenis <kettenis@gnu.org>
1372
1373 * gdbint.texinfo (Target Architecture Definition): Remove
1374 SUN_FIXED_LBRAC_BUG.
1375
b435e160
AC
13762004-06-26 Andrew Cagney <cagney@gnu.org>
1377
1378 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
1379
b5622e8d
AC
13802004-06-20 Andrew Cagney <cagney@gnu.org>
1381
1382 * gdbint.texinfo (Target Architecture Definition): Deprecate
1383 USE_STRUCT_CONVENTION.
1384
e0c07bf0
MC
13852004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1386
1387 gdb.texinfo (Bug Reporting): Mention session recording,
1388 with the script command or Emacs.
1389
782263ab
AC
13902004-06-18 Andrew Cagney <cagney@gnu.org>
1391
1392 * gdbint.texinfo (Target Architecture Definition): Deprecate
1393 FUNCTION_START_OFFSET.
1394
03727ca6
AC
13952004-06-14 Andrew Cagney <cagney@gnu.org>
1396
1397 Based on changes from Karl Berry.
1398 * gdb.texinfo: Do not use @sc in a direntry.
1399 * stabs.texinfo: Change @dircateogry to "Software development".
1400 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
1401
97092415
AC
14022004-06-13 Andrew Cagney <cagney@gnu.org>
1403
1404 * gdbint.texinfo (Target Architecture Definition): Delete
1405 description of RETURN_VALUE_ON_STACK.
1406
1f6d4158
AC
14072004-06-09 Andrew Cagney <cagney@gnu.org>
1408
1409 * gdbint.texinfo (Native Debugging): Restore "@table @code"
1410 deleted by previous patch.
1411
d966f0cb
AC
14122004-06-08 Andrew Cagney <cagney@gnu.org>
1413
1414 * gdbint.texinfo (Native Debugging): Delete documentation on
1415 ATTACH_DETACH.
1416
86fe4aaa
RC
14172004-06-06 Randolph Chung <tausq@debian.org>
1418
1419 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
1420
d4b6d575
RC
14212004-06-06 Randolph Chung <tausq@debian.org>
1422
1423 * gdb.texinfo (push_dummy_call): Update argument list to match
1424 the new push_dummy_call method signature. Describe the function
1425 argument.
1426
4e8b0763
JB
14272004-05-24 Joel Brobecker <brobecker@gnat.com>
1428
1429 * gdb.texinfo (Starting): Document new start command.
1430
59caf092
AC
14312004-05-21 Andrew Cagney <cagney@redhat.com>
1432
1433 * observer.texi (GDB Observers): Document "inferior_created".
1434
e4a2df64
AC
14352004-05-08 Andrew Cagney <cagney@redhat.com>
1436
e6b55ae2
AC
1437 * gdbint.texinfo (Target Architecture Definition): Delete
1438 description of DO_DEFERRED_STORES.
1439
28954179
AC
1440 * gdbint.texinfo (Target Architecture Definition): Delete
1441 references to DEPRECATED_FIX_CALL_DUMMY.
1442
434b87dd
AC
1443 * gdbint.texinfo (Target Architecture Definition): Delete
1444 description of DEPRECATED_CALL_DUMMY_WORDS,
1445 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
1446
58d28df8
AC
1447 * gdbint.texinfo (Target Architecture Definition): Delete
1448 description of DEPRECATED_PUSH_DUMMY_FRAME.
1449
e4a2df64
AC
1450 * gdbint.texinfo (Target Architecture Definition): Delete
1451 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1452
2b4855ab
AC
14532004-05-07 Andrew Cagney <cagney@redhat.com>
1454
1455 * observer.texi (GDB Observers): Add "Debugging" section. Include
1456 cross reference to "set/show debug observer".
1457 * gdb.texinfo (Debugging Output): Document "set/show debug
1458 observer".
1459
fcf70625
AC
14602004-05-01 Andrew Cagney <cagney@redhat.com>
1461
1462 * gdbint.texinfo (Target Architecture Definition): Delete
1463 description of DEPRECATED_PC_IN_SIGTRAMP.
1464
8ee56bcf
AC
14652004-04-30 Andrew Cagney <cagney@redhat.com>
1466
1467 * gdbint.texinfo (Target Architecture Definition): Delete
1468 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
1469
67ab9a76
OF
14702004-04-30 Orjan Friberg <orjanf@axis.com>
1471
1472 * observer.texi (GDB Observers): Correct spelling.
1473
79346bcb
OF
14742004-04-26 Orjan Friberg <orjanf@axis.com>
1475
1476 * observer.texi (GDB Observers): Add target_changed event.
1477
7a464420
AC
14782004-04-08 Andrew Cagney <cagney@redhat.com>
1479
1480 * observer.texi (GDB Observers): Rework, provide generic observer
1481 definitions and then a list of observable events.
1482
6cdf9d98
AC
14832004-04-04 Andrew Cagney <cagney@redhat.com>
1484
1485 * gdbint.texinfo (Host Definition): Delete reference to
1486 NO_SIGINTERRUPT.
1487
ddc135a4
AC
14882004-04-02 Andrew Cagney <cagney@redhat.com>
1489
1490 * gdbint.texinfo (Target Architecture Definition): Delete
1491 reference to DEPRECATED_CALL_DUMMY_LENGTH.
1492
6a1b180d
SC
14932004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1494
1495 * gdb.texinfo (TUI Commands): Document tui reg commands.
1496
d0d5df6f
AC
14972004-03-26 Andrew Cagney <cagney@redhat.com>
1498
1499 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
1500 "gdbtui".
1501 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
1502 (Contributors): Mention both Text and Terminal User Interface.
1503
aa2a3f87
AC
15042004-03-23 Andrew Cagney <cagney@redhat.com>
1505
1506 * gdbint.texinfo (Target Architecture Definition): Deprecate
1507 references to SIGTRAMP_START and SIGTRAMP_END.
1508
f561f026
AC
15092004-03-23 Andrew Cagney <cagney@redhat.com>
1510
1511 * gdbint.texinfo (Target Architecture Definition): Deprecate
1512 references to PC_IN_SIGTRAMP.
1513
33cb8b0f
AC
15142004-03-19 Andrew Cagney <cagney@redhat.com>
1515
1516 * gdbint.texinfo (Target Architecture Definition): Delete
1517 reference to GDB_TARGET_IS_HPPA.
1518
fc989b7a
AC
15192004-03-18 Andrew Cagney <cagney@redhat.com>
1520
1521 * gdbint.texinfo (Coding): Update section on gdbarch_data,
1522 describe pre_init and post_init.
1523
701b08bb
DJ
15242004-03-09 Daniel Jacobowitz <drow@mvista.com>
1525
1526 * gdb.texinfo (Debugging Output): Document values for "set debug
1527 target".
1528
faae5abe
AC
15292004-02-28 Andrew Cagney <cagney@redhat.com>
1530
1531 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
1532
dd79a6cf
JJ
15332004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1534
1535 * gdb.texinfo (breakpoints): Add information about the
1536 new "set breakpoint pending" and "show breakpoint pending"
1537 commands.
1538
e7f16015
AC
15392004-02-26 Andrew Cagney <cagney@redhat.com>
1540
1541 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
1542 in Per-architecture module data section.
1543
7161a3a6
RM
15442004-02-25 Roland McGrath <roland@redhat.com>
1545
1546 * gdb.texinfo (General Query Packets): Document qPart:... packets.
1547
2154891a
AC
15482004-02-24 Andrew Cagney <cagney@redhat.com>
1549
1550 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
1551 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
1552 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 1553
6c74ac8b
AC
15542004-02-17 Andrew Cagney <cagney@redhat.com>
1555
1556 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
1557
19772a2c
AC
15582004-02-16 Andrew Cagney <cagney@redhat.com>
1559
1560 * gdbint.texinfo (Target Architecture Definition): Deprecate
1561 FRAMELESS_FUNCTION_INVOCATION.
1562
c9830293
AC
15632004-02-16 Andrew Cagney <cagney@redhat.com>
1564
1565 * gdbint.texinfo (Coding): Mention -Wunused-function.
1566
b9d26eb9
AC
15672004-02-14 Andrew Cagney <cagney@redhat.com>
1568
1569 * gdbint.texinfo (Target Architecture Definition): Delete
1570 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
1571
49efadf5
EZ
15722004-02-12 Elena Zannoni <ezannoni@redhat.com>
1573
1574 * gdb.texinfo: Properly quote the name "C++".
1575 * gdbint.texinfo: Ditto.
1576 * stabs.texinfo: Ditto.
1577
1eb288ea
EZ
15782004-02-11 Elena Zannoni <ezannoni@redhat.com>
1579
1580 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
1581 minimal information about libiberty.
1582
e4937fc1
MC
15832004-02-06 Michael Chastain <mec.gnu@mindspring.com>
1584
1585 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
1586
a9331b3f
RM
15872004-02-04 Roland McGrath <roland@redhat.com>
1588
1589 * gdb.texinfo (Auxiliary Vector): New node (section).
1590 (Data): Add it to the menu.
1591
2650777c
JJ
15922004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1593
1594 * gdb.texinfo (Breakpoints): Add information about pending
1595 breakpoint support.
1596
b4501125
AC
15972004-01-26 Andrew Cagney <cagney@redhat.com>
1598
1599 * gdb.texinfo (Overview): Delete references to the cisco protocol
1600 including the "N" response.
1601
74055713
AC
16022004-01-26 Andrew Cagney <cagney@redhat.com>
1603
1604 * gdbint.texinfo (Target Architecture Definition): Rename
1605 EXTRACT_STRUCT_VALUE_ADDRESS to
1606 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 1607
3bbe9696
EZ
16082004-01-24 Eli Zaretskii <eliz@gnu.org>
1609
1610 * gdb.texinfo (KOD): Document "show os". Add index entries for
1611 "set/show os" and "info cisco" commands.
1612
5843504f
EZ
16132004-01-21 Eli Zaretskii <eliz@gnu.org>
1614
1615 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
1616
9175c9a3
MC
16172004-01-19 Michael Chastain <mec.gnu@mindspring.com>
1618
1619 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
1620 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
1621
8e94b928
NR
16222004-01-19 Nick Roberts <nick@nick.uklinux.net>
1623
1624 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
1625 -stack-list-locals.
1626 (GDB/MI Variable Objects): Describe extension to
1627 -var-list-children.
1628
a20cf136
DJ
16292004-01-17 Daniel Jacobowitz <drow@mvista.com>
1630
1631 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
1632
afb18d0f
AC
16332004-01-17 Andrew Cagney <cagney@redhat.com>
1634
1635 * gdbint.texinfo (Target Architecture Definition): Delete
1636 documentation on DEPRECATED_NPC_REGNUM.
1637
b51970ac
DJ
16382004-01-13 Daniel Jacobowitz <drow@mvista.com>
1639
1640 * gdb.texinfo: Update copyright year. Mention that set
1641 follow-fork-mode is supported on GNU/Linux. Remove documentation of
1642 "set follow-fork-mode ask".
1643
0f0cffd2
AC
16442004-01-13 Andrew Cagney <cagney@redhat.com>
1645
1646 * gdbint.texinfo: Update copyright year.
1647 (Coding): Add -Wunused-label to list of -Werror warnings.
1648
c552b3bb 16492004-01-08 Jason Molenda <jmolenda@apple.com>
f7dc1244 1650 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
1651
1652 * gdb.texinfo: Update copyright.
1653 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
1654 around names, as appropriate. Minor syntax cleanup of
1655 _NSPrintForDebugger explanation. Two spaces after periods.
1656 GDBN used instead of lit. "gdb". Index entries added for
1657 print-object and _NSPrintForDebugger. @noindent added in one spot.
1658
afe157ca
EZ
16592003-11-11 Elena Zannoni <ezannoni@redhat.com>
1660
1661 * stabs.texinfo: Add dircategory and direntry commands.
1662 * annotate.texinfo: Ditto.
1663
963e2bb7
AC
16642003-11-10 Andrew Cagney <cagney@redhat.com>
1665
1666 * gdbint.texinfo (Target Architecture Definition): Replace the
1667 return_value method's "inval" and "outval" parameters with
1668 "readbuf" and "writebuf".
1669
1d8b2f28
JB
16702003-10-28 Jim Blandy <jimb@redhat.com>
1671
1672 * gdb.texinfo (The F request packet, The F reply packet): Renamed
1673 from "The `F' request packet" and "The `F' reply packet", to make
1674 texi2dvi happy.
1675 (File-I/O remote protocol extension): Update menu entries, too.
1676
36d86913
MC
16772003-10-26 Michael Chastain <mec@shout.net>
1678
1679 * gdb.texinfo (Thread Stops): Document the issue with
1680 premature return from system calls in multi-threaded programs.
1681
ce2826aa
AC
16822003-10-24 Andrew Cagney <cagney@redhat.com>
1683
1684 * annotate.texinfo: Fix "fortunatly"[sic].
1685
f24c5e49
KI
16862003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
1687
1688 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
1689 with "Hitachi" and "Mitsubishi".
1690
92ad9cd9
AC
16912003-10-20 Andrew Cagney <cagney@redhat.com>
1692
1693 * gdbint.texinfo (Target Architecture Definition): Document
1694 gdbarch_return_value. Add cross references from
1695 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
1696 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
1697
0ab4b752
MK
16982003-10-18 Mark Kettenis <kettenis@gnu.org>
1699
1700 * gdbint.texinfo (Target Architecture Definition): Document
1701 regset_from_core_section.
fb3e19c0
KI
1702
17032003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
1704
1705 * gdb.texinfo (M32R/D): Mention m32rsdi target.
1706
a9331b3f 17072003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
1708
1709 From Anthony Green <green@redhat.com>:
1710 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
1711
1485d690
KB
17122003-10-14 Kevin Buettner <kevinb@redhat.com>
1713
1714 * gdb.texinfo (Breakpoint related warnings): New node.
1715 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 1716
86d30acc
DJ
17172003-10-13 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * gdb.texinfo (Remote Protocol): Document v and vCont.
1720
172c2a43
KI
17212003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1722
1723 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1724 * gdbint.texinfo: Ditto.
1725
71952f4c
AC
17262003-10-09 Andrew Cagney <cagney@redhat.com>
1727
1728 From 2003-09-18 David Anderson <davea@sgi.com>:
1729 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
1730 "command".
1731
268e2188
AC
17322003-10-03 Andrew Cagney <cagney@redhat.com>
1733
1734 * gdbint.texinfo (Target Architecture Definition): Deprecate
1735 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
1736 just target.
1737
12c266ea 17382003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 1739
f30992d4 1740 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
1741 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
1742 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
1743 * gdbint.texinfo (Target Architecture Definition): Rename
1744
17452003-09-30 Andrew Cagney <cagney@redhat.com>
1746
f30992d4 1747 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 1748 (Target Architecture Definition):
f30992d4 1749
2e092625
AC
1750 * gdbint.texinfo (Target Architecture Definition): Rename
1751 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
1752
0717ae8a
AC
17532003-09-29 Andrew Cagney <cagney@redhat.com>
1754
dad809b7
AC
1755 * gdbint.texinfo (Target Architecture Definition): Delete
1756 documentation for NEED_TEXT_START_END.
1757
0717ae8a
AC
1758 * gdbint.texinfo (Target Architecture Definition): Rename
1759 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
1760 TARGET_WRITE_PC.
a9331b3f 1761
af6cf26d
MC
17622003-09-22 Michael Chastain <mec@shout.net>
1763
1764 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
1765
ee206350
AG
17662003-09-21 Anthony Green <green@redhat.com>
1767
1768 * gdbint.texinfo (Target Architecture Definition): Fix typos.
1769
a38c9fe6
MK
17702003-09-21 Mark Kettenis <kettenis@gnu.org>
1771
1772 * gdbint.texinfo (Target Architecture Definition): Document
1773 stabs_argument_has_addr.
1774
77949794
AC
17752003-09-18 Andrew Cagney <cagney@redhat.com>
1776
1777 * gdbint.texinfo (Target Architecture Definition): Delete
1778 documentation on REGISTER_NAMES.
1779
8e823e25
MK
17802003-09-13 Mark Kettenis <kettenis@gnu.org>
1781
1782 * gdbint.texinfo (Target Architecture Definition): Replace
1783 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
1784
f27dd7fd
AC
17852003-09-11 Andrew Cagney <cagney@redhat.com>
1786
1787 * gdbint.texinfo (Target Architecture Definition): Replace
1788 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
1789
8b148df9
AC
17902003-08-18 Andrew Cagney <cagney@redhat.com>
1791
1792 * gdbint.texinfo (Target Architecture Definition): Document
1793 "frame_red_zone_size".
1794
25d29d70
AC
17952003-08-09 Andrew Cagney <cagney@redhat.com>
1796
1797 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
1798 with "set/show backtrace past-main" and "set/show backtrace
1799 limit".
1800
c938e9b0
L
18012003-08-08 H.J. Lu <hongjiu.lu@intel.com>
1802
1803 * Makefile.in (install-info): Support DESTDIR.
1804 (install-html): Likewise.
1805
64fabec2
AC
18062003-08-07 Andrew Cagney <cagney@redhat.com>
1807
1808 Patch from Nick Roberts.
1809 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
1810 bindings. Remove description of send-gdb-command.
1811
2fcf52f0
AC
18122003-08-07 Andrew Cagney <cagney@redhat.com>
1813
1814 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
1815 GDB 6.0.
1816
086432e2
AC
18172003-08-06 Andrew Cagney <cagney@redhat.com>
1818
1819 * gdb.texinfo (Mode Options): Mention that level three is the
1820 highest available and that level 2 is deprecated.
1821 (Annotations Overview): Mention annotation levels. Cross reference
1822 to "Limitations of the Annotation Interface" in annotate.texi.
1823 (TODO, Value Annotations, Frame Annotations): Delete section.
1824 (Displays, Breakpoint Info): Delete.
1825
e5249f67
AC
18262003-08-04 Andrew Cagney <cagney@redhat.com>
1827
1828 * agentexpr.texi: Delete @bye.
1829 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
1830 (stabs.info): Add $(srcdir) to include search path.
1831 (html): Depend on "annotate_toc.html", and not "annotate.html".
1832 * stabs.texinfo: Ditto. Include "fdl.texi".
1833 * gdbint.texinfo: Update copyright statement's list of invariant
1834 sections.
1835
e6f672d2
AC
18362003-07-28 Andrew Cagney <cagney@redhat.com>
1837
1838 * Makefile.in (INFO_DEPS): Add annotate.info.
1839 (dvi, ps, html, pdf): Add annotate.
1840 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
1841 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
1842 (ANNOTATE_DOC_FILES): New macro.
1843 (ANNOTATE_TEX_TMPS): New macro.
1844 (annotate.info, annotate_toc.html): Specify dependencies.
1845 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
1846 * annotate.texinfo: Rename annotate.texi. Get building. Add
1847 "Migrating to GDB/MI" and "Limitations of the Annotation
1848 Interface" chapters. Mention why it is not part of the user
1849 guide. Update copyright notice. Include "fdl.texi".
1850
72ffddc9
SC
18512003-07-26 Stephane Carrez <stcarrez@nerim.fr>
1852
1853 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
1854
a9f12a31
DJ
18552003-07-24 Daniel Jacobowitz <drow@mvista.com>
1856
1857 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
1858
b1fe9455
DJ
18592003-07-24 Daniel Jacobowitz <drow@mvista.com>
1860
1861 * gdb.texinfo (Server): Mention pidof.
1862
153721e6
AC
18632003-07-22 Andrew Cagney <cagney@redhat.com>
1864
1865 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
1866 list.
1867
0fac0b41
DJ
18682003-06-28 Daniel Jacobowitz <drow@mvista.com>
1869
1870 * gdb.texinfo (Logging output): New chapter.
1871
4e562065
JB
18722003-06-24 Joel Brobecker <brobecker@gnat.com>
1873
1874 * gdb.texinfo (Unsupported languages): New section.
1875 (Languages): Add link to new section.
1876
f2c06f52
AC
18772003-06-22 Andrew Cagney <cagney@redhat.com>
1878
1879 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
1880
b4177fca
DJ
18812003-06-22 Daniel Jacobowitz <drow@mvista.com>
1882
1883 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
1884
f418dd93
DJ
18852003-06-22 Daniel Jacobowitz <drow@mvista.com>
1886
1887 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
1888 * agentexpr.texi: Retitle section, and change it to an appendix.
1889 Comment out texinfo initialization. Factor a @var{} into two
1890 pieces to prevent makeinfo warnings.
1891 * gdb.texinfo: Add Agent Expressions appendix.
1892
4ca61388
DJ
18932003-06-19 Daniel Jacobowitz <drow@mvista.com>
1894
1895 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
1896
07f31aa6
DJ
18972003-06-18 Daniel Jacobowitz <drow@mvista.com>
1898
1899 * gdb.texinfo (Remote Debugging): New section "Connecting to a
1900 remote target". Document the "detach" and "disconnect" commands.
1901 (Server, Netware, Debug Session): Reference "Connecting to a
1902 remote target".
1903 (GDB/MI Target Manipulation): Document "-target-disconnect".
1904
2dd0da42
AC
19052003-06-13 Andrew Cagney <cagney@redhat.com>
1906
1907 * gdbint.texinfo (Target Architecture Definition): Deprecate
1908 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
1909 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
1910
e7a3abfc
JB
19112003-06-09 Jim Blandy <jimb@redhat.com>
1912
1913 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
1914
25e3a86b
AC
19152003-06-08 Andrew Cagney <cagney@redhat.com>
1916
1917 * gdbint.texinfo (Target Architecture Definition): Delete
1918 documentation on FRAME_ARGS_ADDRESS_CORRECT.
1919
a9e5fdc2
AC
19202003-06-08 Andrew Cagney <cagney@redhat.com>
1921
1922 * gdbint.texinfo (Target Architecture Definition): Document
1923 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
1924
b37303ee
AF
19252003-06-07 Adam Fedor <fedor@gnu.org>
1926
1927 * gdb.texinfo: Add Objective-C documentation.
1928
39fe6e80
AC
19292003-06-01 Andrew Cagney <cagney@redhat.com>
1930
1931 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
1932 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
1933
125309b2
AC
19342003-05-21 Andrew Cagney <cagney@redhat.com>
1935
1936 * gdbint.texinfo (Target Architecture Definition): Delete
1937 references to "extract_address" and "store_address".
1938
b8b527c5
AC
19392003-05-16 Andrew Cagney <cagney@redhat.com>
1940
1941 * gdbint.texinfo (Target Architecture Definition): Replace
1942 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
1943 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
1944
50e3ee83
TR
19452003-05-14 Theodore A. Roth <troth@openavr.org>
1946
1947 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
1948
44e2be90
L
19492003-05-10 H.J. Lu <hongjiu.lu@intel.com>
1950
1951 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
1952 (gdb.dvi): Likewise.
1953 (gdb.pdf): Likewise.
1954 (links2roff): Likewise.
1955
df5215a6
JB
19562003-05-08 Jim Blandy <jimb@redhat.com>
1957
1958 * gdb.texinfo (Dump/Restore Files): Update documentation for
1959 'dump', 'append', and 'restore': note that format argument is
1960 optional; simplify presentation of the command variants; and be
1961 more precise about the formats.
1962
5e7b2f39
JB
19632003-05-07 Jim Blandy <jimb@redhat.com>
1964
1965 * gdb.texinfo (Symbols): Update documentation: 'maint list
1966 symtabs' and 'maint list psymtabs' have been renamed 'maint info
1967 symtabs' and 'maint info psymtabs'.
1968
b1e29e33
AC
19692003-05-05 Andrew Cagney <cagney@redhat.com>
1970
1971 * gdbint.texinfo (Target Architecture Definition): Make
1972 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
1973 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
1974 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
1975
00905d52
AC
19762003-05-04 Andrew Cagney <cagney@redhat.com>
1977
1978 * gdb.texinfo (Maintenance Commands): Document "maint print
1979 dummy-frames".
1980
54ff5908
AC
19812003-05-04 Andrew Cagney <cagney@redhat.com>
1982
1983 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
1984
32e7087d
JB
19852003-05-03 J. Brobecker <brobecker@gnat.com>
1986
1987 Thierry Schneider <tpschneider1@yahoo.com>
1988 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
1989 for new MI command.
1990
7043d8dc
AC
19912003-05-03 Andrew Cagney <cagney@redhat.com>
1992
1993 * gdbint.texinfo (Target Architecture Definition): Document
1994 push_dummy_code. Add cross references.
1995
e33d66ec
EZ
19962003-05-02 Elena Zannoni <ezannoni@redhat.com>
1997
1998 * gdb.texinfo (Character Sets): Update to reflect new behavior of
1999 set/show charsets commands.
2000
0ba6dca9
AC
20012003-04-28 Andrew Cagney <cagney@redhat.com>
2002
2003 * gdbint.texinfo (Target Architecture Definition): Replace
2004 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2005 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2006
d7a27068
AC
20072003-04-28 Andrew Cagney <cagney@redhat.com>
2008
2009 * gdbint.texinfo (Target Architecture Definition): Rename
2010 "tm_print_insn" to "deprecated_tm_print_insn".
2011
44ea7b70
JB
20122003-04-09 Jim Blandy <jimb@redhat.com>
2013
2014 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2015 list psymtabs'.
2016
fb8f8949
AC
20172003-04-08 Andrew Cagney <cagney@redhat.com>
2018
2019 * gdbint.texinfo (Target Architecture Definition): Delete
2020 references to EXTRA_FRAME_INFO.
2021
32fb0f22
AC
20222003-04-08 Andrew Cagney <cagney@redhat.com>
2023
2024 * gdbint.texinfo (Target Architecture Definition): Delete
2025 PRINT_TYPELESS_INTEGER.
2026
6be67e67
JB
20272003-04-02 J. Brobecker <brobecker@gnat.com>
2028
2029 * observer.texi (GDB Observers): Adjust the documentation for the
2030 normal_stop notification to better describe reality. Fix a couple
2031 of minor typos.
2032
4e35d5f0
BR
20332003-04-02 Bob Rossi <bob_rossi@cox.net>
2034
a9331b3f 2035 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
2036 '-file-list-exec-source-file'
2037
e8a8712a
AC
20382003-03-31 Andrew Cagney <cagney@redhat.com>
2039
2040 * gdbint.texinfo (Target Architecture Definition): Delete
2041 references to CALL_DUMMY_P.
2042
6c0e89ed
AC
20432003-03-30 Andrew Cagney <cagney@redhat.com>
2044
2045 * gdbint.texinfo (Target Architecture Definition): Remove
2046 reference to TARGET_WRITE_SP.
a9331b3f 2047
378bfd1b
AC
20482003-03-27 Andrew Cagney <cagney@redhat.com>
2049
2050 * gdbint.texinfo (Target Architecture Definition): Remove
2051 references to write_sp.
6c0e89ed 2052
922fbb7b
AC
20532003-03-27 Andrew Cagney <cagney@redhat.com>
2054
2055 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2056 chapter body. Use @smallexample instead of @example.
2057 (Annotations): Ditto.
2058 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2059 annotate.texi.
2060
b81774d8
AC
20612003-03-26 Andrew Cagney <cagney@redhat.com>
2062
2063 * gdbint.texinfo (Target Architecture Definition): Replace
2064 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2065 dummy_addr parameters.
2066
1bf6d5cc
AC
20672003-03-25 Andrew Cagney <cagney@redhat.com>
2068
2069 * gdbint.texinfo (Target Architecture Definition): Delete
2070 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2071 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2072 Add reference to PUSH_ARGUMENTS.
2073
618ce49f
AC
20742003-03-23 Andrew Cagney <cagney@redhat.com>
2075
2076 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2077 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2078
bcd7e15f
JB
20792003-03-18 J. Brobecker <brobecker@gnat.com>
2080
2081 * gdbint.texinfo (Algorithms): Add new section describing the
2082 Observer paradigm.
2083 (Top): Add menu entry to new observer appendix.
2084 * observer.texi: New file.
2085 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2086 new observer.texi file.
2087
9fe8321b
AC
20882003-03-17 Andrew Cagney <cagney@redhat.com>
2089
2090 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
2091 that GNU Press update the manual version number.
2092
ac2adee5
AC
20932003-03-12 Andrew Cagney <cagney@redhat.com>
2094
2095 * gdbint.texinfo (Target Architecture Definition): Delete
2096 references to get_saved_register. Rename GET_SAVED_REGISTER to
2097 DEPRECATED_GET_SAVED_REGISTER.
2098
749b82f6
AC
20992003-03-13 Andrew Cagney <cagney@redhat.com>
2100
2101 * gdbint.texinfo (Target Architecture Definition): Replace
2102 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
2103
8bedc050
AC
21042003-03-12 Andrew Cagney <cagney@redhat.com>
2105
2106 * gdbint.texinfo (Target Architecture Definition): Rename
2107 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 2108
0ce1b118
CV
21092003-03-10 Corinna Vinschen <vinschen@redhat.com>
2110
2111 * gdb.texinfo: Add File-I/O documentation.
2112
12cc2063
AC
21132003-03-10 Andrew Cagney <cagney@redhat.com>
2114
2115 * gdbint.texinfo (Target Architecture Definition): Cross reference
2116 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
2117
7453dc06
AC
21182003-03-07 Andrew Cagney <cagney@redhat.com>
2119
2120 * gdb.texinfo (Debugging Output): Mention the "set/show debug
2121 frame" command.
2122
6314f104
AC
21232003-03-05 Andrew Cagney <cagney@redhat.com>
2124
2125 * gdbint.texinfo (Target Architecture Definition): Document
2126 unwind_dummy_id. Cross reference unwind_dummy_id and
2127 SAVE_DUMMY_FRAME_TOS.
2128
f1212245
DJ
21292003-03-05 James Ingham <jingham@apple.com>
2130 Daniel Jacobowitz <drow@mvista.com>
2131
2132 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2133 and "show cp-abi".
2134
77e7e267
AC
21352003-03-03 Andrew Cagney <cagney@redhat.com>
2136
2137 * gdbint.texinfo (Target Architecture Definition): Document
2138 register_type.
2139
838a8221
AC
21402003-03-03 Andrew Cagney <cagney@redhat.com>
2141
2142 * stabs.texinfo (Structures): Use @samp and separate @var's
2143 instead of a single @var containing a comma separated list.
2144 (Unions): Ditto.
2145
d7f4a264
DJ
21462003-03-02 Daniel Jacobowitz <drow@mvista.com>
2147
2148 * Makefile.in (distclean): Remove config.log.
2149
f30ee0bc
AC
21502003-03-01 Andrew Cagney <cagney@redhat.com>
2151
2152 * gdbint.texinfo (Target Architecture Definition): Rename
2153 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2154
21552003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
2156
2157 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2158 DEPRECATED_INIT_EXTRA_FRAME_INFO.
2159
be448670
CF
21602003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2161
2162 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2163 (Non-debug DLL symbols): New node, describing the minimal symbols
2164 loaded from DLLs without real debugging symbols.
2165
501eef12
AC
21662003-02-20 Andrew Cagney <ac131313@redhat.com>
2167
2168 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
2169 hardware-breakpoint-limit".
2170 (Set Watchpoints): Add cross reference to "set remote
2171 hardware-watchpoint-limit".
2172 (Remote configuration options): New section.
2173
21c294e6
AC
21742003-02-04 Andrew Cagney <ac131313@redhat.com>
2175
e9be73e4
AC
2176 * gdbint.texinfo (Target Architecture Definition): Delete
2177 descrption of IS_TRAPPED_INTERNALVAR.
2178
21c294e6
AC
2179 From Keith Seitz <keiths@redhat.com>:
2180 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
2181 option "-i"/"--interpreter" to this chapter. Include index
2182 entries.
2183
0179ffac
DC
21842003-02-04 David Carlton <carlton@math.stanford.edu>
2185
2186 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
2187 (Variables): Recommend stabs+ and DWARF 2.
2188 (C plus plus expressions): Correct info about
2189 compiler versions, debug formats.
2190 (Contributors): Change 'DWARF2' to 'DWARF 2'.
2191 PR symtab/874.
2192
7ca9f392
AC
21932003-02-01 Andrew Cagney <ac131313@redhat.com>
2194
2195 * gdbint.texinfo (Target Architecture Definition): Delete
2196 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
2197 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
2198 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
2199 references to nindy and i960.
2200 * gdb.texinfo (i960): Delete all references to i960 and nindy.
2201
31a85ea2
AC
22022003-02-01 Andrew Cagney <ac131313@redhat.com>
2203
2204 * gdbint.texinfo (Target Architecture Definition): Delete
2205 FLOAT_INFO.
2206
6b894e49
AC
22072003-01-30 Andrew Cagney <ac131313@redhat.com>
2208
2209 * stabs.texinfo (Member Type Descriptor): Clarify description of
2210 `@'. Suggested by Ben Hutchings.
2211
c48861fb
AC
22122003-01-29 Andrew Cagney <ac131313@redhat.com>
2213
2214 * gdb.texinfo (M68K): Delete reference to es1800.
2215
617073a9
AC
22162003-01-29 Andrew Cagney <ac131313@redhat.com>
2217
2218 * gdb.texinfo (Maintenance Commands): Document `maint print
2219 reggroups' and `maint print register-groups'.
2220 * gdbint.texinfo (Target Architecture Definition): Document
2221 register_reggroup_p.
2222
5b5d99cf
JB
22232003-01-23 Jim Blandy <jimb@redhat.com>
2224
2225 * gdb.texinfo (Separate Debug Files): New section.
2226
e7ba9c65
DJ
22272003-01-22 Daniel Jacobowitz <drow@mvista.com>
2228
2229 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
2230 and "maint show profile".
2231
94e91d6d
MC
22322003-01-16 Michael Chastain <mec@shout.net>
2233
2234 * gdb.texinfo (Installing GDB): Warn against
2235 ".../gdb-VERSION/gdb/configure".
2236 (Separate Objdir): Likewise.
2237
867f3898
AC
22382003-01-15 Andrew Cagney <ac131313@redhat.com>
2239
2240 * gdbint.texinfo (Target Architecture Definition): Delete
2241 definition of PRINT_REGISTER_HOOK.
2242
f153cc92
EZ
22432003-01-15 Elena Zannoni <ezannoni@redhat.com>
2244
2245 (OpenRISC 1000): Fix formatting of command names.
2246
c60eb6f1
EZ
22472003-01-15 Elena Zannoni <ezannoni@redhat.com>
2248
2249 * gdb.texinfo (Continuing and Stepping): Add new command
2250 'advance'. Clarify behavior of 'until'.
2251
f5ebfba0
DJ
22522003-01-13 Daniel Jacobowitz <drow@mvista.com>
2253
2254 * gdb.texinfo (Files): Document solib-absolute-prefix and
2255 solib-search-path.
2256
4ce8657e
MC
22572003-01-09 Michael Chastain <mec@shout.net>
2258
2259 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
2260 (Create a Release): Add new instructions for new @file{src-release}.
2261 Document existing instructions for @file{Makefile.in} as
2262 being for @value{GDBN} 5.3.1 or earlier.
2263
372613e3
AC
22642003-01-09 Andrew Cagney <ac131313@redhat.com>
2265
2266 * gdbint.texinfo (Target Architecture Definition): Mention
2267 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
2268 allocate memory.
2269
b4e9345d
DJ
22702003-01-04 Daniel Jacobowitz <drow@mvista.com>
2271
2272 * gdb.texinfo (Controlling GDB): Add @kindex for
2273 "show osabi".
2274 (Backtraces): Add @kindex's for backtrace-below-main.
2275
98b45e30
DJ
22762003-01-04 Daniel Jacobowitz <drow@mvista.com>
2277
2278 * gdb.texinfo (Controlling GDB): Document "set osabi".
2279
95f90d25
DJ
22802003-01-04 Daniel Jacobowitz <drow@mvista.com>
2281
2282 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
2283 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
2284
1e698235
DJ
22852003-01-04 Daniel Jacobowitz <drow@mvista.com>
2286
2287 * gdb.texinfo (Controlling GDB): Add ABI section. Document
2288 "set coerce-float-to-double".
2289 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
2290
e632838e
AC
22912003-01-02 Andrew Cagney <ac131313@redhat.com>
2292
2293 * stabs.texinfo: Remove obsolete text.
2294 * gdbint.texinfo: Ditto.
2295 * gdb.texinfo: Ditto.
2296
c133ab7a
MK
22972002-12-22 Mark Kettenis <kettenis@gnu.org>
2298
2299 * gdbint.texinfo (Target Architecture Definition): Update
2300 description of gdbarch_register_osabi.
2301
f821f325
KH
23022002-12-20 Kazu Hirata <kazu@cs.umass.edu>
2303
2304 * agentexpr.texi: Fix typos.
2305 * annotate.texi: Likewise.
2306 * fdl.texi: Likewise.
2307
85a6d8d3 23082002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
2309
2310 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
2311 DEPRECATED_INIT_FRAME_PC.
2312
ae45cd16
AC
23132002-12-01 Andrew Cagney <ac131313@redhat.com>
2314
2315 * gdbint.texinfo (Target Architecture Definition): Delete
2316 PC_IN_CALL_DUMMY.
2317
07555a72
AC
23182002-11-28 Andrew Cagney <ac131313@redhat.com>
2319
2320 * gdbint.texinfo (Host Definition): Delete documentation on
2321 USE_GENERIC_DUMMY_FRAMES.
2322
c166cdc7
EZ
23232002-11-26 Elena Zannoni <ezannoni@redhat.com>
2324
2325 Fix PR gdb/723 and PR gdb/245.
2326 * Makefile.in (install-info): Run the install-info command as part
2327 of the post install steps only.
2328 (uninstall-info): New target.
2329 (uninstall): New target.
2330
35db0260
EZ
23312002-11-22 Elena Zannoni <ezannoni@redhat.com>
2332
2333 * Makefile.in (install): Make install do some real work.
2334
9ba8d803
AC
23352002-11-19 Andrew Cagney <ac131313@redhat.com>
2336
2337 Fix POSIX problem reported by Paul Eggert.
2338 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
2339 Fix PR gdb/527.
2340
903ad3a6
AC
23412002-10-26 Andrew Cagney <cagney@redhat.com>
2342
2343 * gdbint.texinfo (Target Architecture Definition): Delete
2344 definition of DO_REGISTERS_INFO.
2345
f2abfe65
KB
23462002-10-18 Kevin Buettner <kevinb@redhat.com>
2347
2348 * gdbint.texinfo (Address Classes): Fix problems with insertion
2349 of ``{'' and ``}'' in example.
2350
b5b0480a
KB
23512002-10-17 Kevin Buettner <kevinb@redhat.com>
2352
2353 * gdbint.texinfo (Address Classes): New section.
2354 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
2355 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
2356 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
2357 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
2358
c85508ee
KD
23592002-10-11 Klee Dienes <kdienes@apple.com>
2360
2361 * gdb.texinfo (Registers): Mention vector registers as well as
2362 floating registers in the documentation for 'info registers' and
2363 'info all-registers'.
2364
6d12fc3d
DJ
23652002-10-11 Daniel Jacobowitz <drow@mvista.com>
2366
2367 * gdbint.texinfo (CPLUS_MARKER): Remove item.
2368
8d19fbd2
JJ
23692002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2370
2371 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
2372 interface definition.
2373
a37295f9
MM
23742002-10-03 Marko Mlinar <markom@opencores.org>
2375
2376 * gdb.texinfo (Target Commands): Add or1k target specific
2377 commands.
2378 * gdb.texinfo (Contributors): Add myself to the contributors list.
2379
da0f9dcd
AC
23802002-10-01 Andrew Cagney <ac131313@redhat.com>
2381
2382 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
2383 and "mi1" instead of "mi1" and "mi0".
2384
2e834e49
HPN
23852002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2386
2387 * gdb.texinfo (Packets): Fix typos "alligned".
2388 Correct z3/Z3 description. Correct z4/Z4 title.
2389
050be0dc
AC
23902002-09-27 Andrew Cagney <ac131313@redhat.com>
2391
2392 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
2393
1104b9e7
KB
23942002-09-25 Kevin Buettner <kevinb@redhat.com>
2395
2396 * gdb.texinfo: Use GNU/Linux instead of Linux.
2397
512217c7
AC
23982002-09-25 Andrew Cagney <ac131313@redhat.com>
2399
2400 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
2401
10998722
AC
24022002-09-24 Andrew Cagney <ac131313@redhat.com>
2403
512217c7 2404 * gdb.texinfo: Replace @example with @smallexample.
10998722 2405
a0eb71c5
KB
24062002-09-20 Kevin Buettner <kevinb@redhat.com>
2407
f7dc1244 2408 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
2409 * gdb.texinfo (Character Sets): Use @smallexample instead of
2410 @example. Use GNU/Linux instead of Linux.
2411
24122002-09-20 Jim Blandy <jimb@redhat.com>
2413
2414 * gdb.texinfo: Add character set documentation.
2415
2f870471
AC
24162002-09-19 Andrew Cagney <ac131313@redhat.com>
2417
2418 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
2419 (Packets): Add cross reference from `b' packet to `z' packets.
2420
790eb8f5
AC
24212002-09-19 Andrew Cagney <ac131313@redhat.com>
2422
8d30a00d
AC
2423 * gdb.texinfo (Maintenance Commands): Document ``maint
2424 internal-error'' and ``maint internal-warning''.
2425
790eb8f5
AC
2426 * gdbint.texinfo (Target Architecture Definition): Revise
2427 description of STACK_ALIGN. Add description of FRAME_ALIGN.
2428
a23a7bf1
JB
24292002-09-19 Joel Brobecker <brobecker@gnat.com>
2430
2431 * gdbint.texinfo (Target Conditionals): Document the new
2432 NAME_OF_MALLOC macro.
2433
299ffc64
AC
24342002-09-05 Andrew Cagney <ac131313@redhat.com>
2435
2436 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
2437 engineer.
2438
b7bb15bc
SC
24392002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2440
2441 * gdb.texinfo (TUI Overview): Document status line fields.
2442
3d757584
SC
24432002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2444
2445 * gdb.texinfo (TUI Commands): Document info win command.
2446
269c21fe
SC
24472002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2448
2449 * gdb.texinfo (TUI Overview): Document breakpoint markers.
2450
7cf36c78
SC
24512002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2452
2453 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
2454 (TUI Keys): Likewise.
2455
d2c6833e
AC
24562002-08-25 Andrew Cagney <ac131313@redhat.com>
2457
2458 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
2459 for a packet receive.
2460
46d8b1c3
AC
24612002-08-25 Andrew Cagney <ac131313@redhat.com>
2462
2463 * Makefile.in (clean): Move to end of file.
2464 (distclean, maintainer-clean, realclean): Ditto.
2465 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
2466 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
2467 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
2468 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
2469
b0787093
AC
24702002-08-24 Andrew Cagney <ac131313@redhat.com>
2471
2472 * Makefile.in (GDBINT_TEX_TMPS): Define.
2473 (gdbint.dvi, gdbint.pdf): Use
2474 (GDB_TEX_TMPS): Define.
2475 (gdb.dvi, gdb.pdf): Use.
2476 (STABS_TEX_TMPS): Define.
2477 (stabs.dvi, stabs.pdf): Use.
2478 (GDB_DOC_SOURCE_INCLUDES): New macros.
2479 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
2480 (GDBINT_DOC_FILES_INCLUDES): New macros.
2481 (GDBINT_DOC_BUILD_INCLUDES): New macros.
2482 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
2483 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
2484 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
2485 (links2roff): Replace SFILES_INCLUDED with
2486 GDB_DOC_SOURCE_INCLUDES.
2487 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
2488 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
2489 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
2490 dependencies.
2491 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
2492 dependencies.
2493 (gdbmi.texinfo): Delete rule.
2494 (inc-hist.texinfo): Delete rule.
2495 (rluser.texinfo): Delete rule.
2496
ebba8386
AC
24972002-08-23 Andrew Cagney <cagney@redhat.com>
2498
2499 * gdbint.texinfo (Target Architecture Definition): Update
2500 STORE_RETURN_VALUE, mention regcache.
2501
0ab7a791
AC
25022002-08-21 Andrew Cagney <ac131313@redhat.com>
2503
2504 * gdbint.texinfo (Target Architecture Definition): Document
2505 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
2506
ee2d5c50
AC
25072002-08-19 Andrew Cagney <ac131313@redhat.com>
2508
2509 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
2510 Fix minor typos. Add index entries.
2511
53c69bd7
AC
25122002-08-18 Andrew Cagney <ac131313@redhat.com>
2513
2514 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
2515
e76f1f2e
AC
25162002-08-15 Andrew Cagney <ac131313@redhat.com>
2517
2518 * gdbint.texinfo (Target Architecture Definition): Document
2519 PRINT_VECTOR_INFO.
2520 * gdb.texinfo (Vector Unit): Document "info vectors" command.
2521
0680b120
AC
25222002-08-13 Andrew Cagney <ac131313@redhat.com>
2523
2524 * gdb.texinfo (Maintenance Commands): Document "maint print
2525 registers", "maint print raw-registers" and "maint print
2526 cooked-registers".
2527
3c3bea1c
GS
25282002-08-08 Grace Sainsbury <graces@redhat.com>
2529
a9331b3f 2530 From Mark Salter:
3c3bea1c
GS
2531 * gdb.texinfo (Protocol): Document T packet extension to
2532 allow watchpoint address reporting.
2533
42f9b0a5
AC
25342002-08-03 Andrew Cagney <ac131313@redhat.com>
2535
2536 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
2537
db034ac5
AC
25382002-08-01 Andrew Cagney <cagney@redhat.com>
2539
2540 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
2541 to CHILL.
2542
e2b28d04
AC
25432002-08-01 Andrew Cagney <ac131313@redhat.com>
2544
2545 * gdbint.texinfo (Coding): Revise section "Include Files".
2546
7fb623f7
AC
25472002-07-24 Andrew Cagney <cagney@redhat.com>
2548
2549 * gdbint.texinfo: Obsolete references to m88k.
2550 * gdb.texinfo: Ditto.
2551
4a2b4636
JB
25522002-07-10 Joel Brobecker <brobecker@gnat.com>
2553
7fb623f7 2554 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
2555 where the proper version of autoconf can be retrieved.
2556
a71ec265
DH
25572002-07-09 Don Howard <dhoward@redhat.com>
2558
2559 * gdb.texinfo (Command Files): Further describe the behavior of
2560 sourced command files.
2561
b9aa90c9
AC
25622002-06-27 Andrew Cagney <ac131313@redhat.com>
2563
2564 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
2565 (Coding): Clarify ISO C version that GDB assumes.
2566
40dd2248
TT
25672002-06-26 Tom Tromey <tromey@redhat.com>
2568
2569 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
2570 add_setshow_cmd_full.
2571
bfac230e
DH
25722002-06-25 Don Howard <dhoward@redhat.com>
2573
2574 * gdb.texinfo (Memory Region Attributes): Document new behavior
2575 for 'mem' command.
2576
475b0867
JB
25772002-06-11 Jim Blandy <jimb@redhat.com>
2578
919d772c
JB
2579 * gdb.texinfo (Symbols): Update documentation for `info source'
2580 command.
2581
475b0867
JB
2582 * gdb.texinfo (Macros): Call the command `info macro', not
2583 `show macro'.
2584
ba8c9337
AC
25852002-06-09 Andrew Cagney <ac131313@redhat.com>
2586
2587 * gdbint.texinfo (Coding): Add section ``Per-architecture module
2588 data''.
2589
1029b7fa
MK
25902002-06-09 Mark Kettenis <kettenis@gnu.org>
2591
2592 * gdbint.texinfo (Target Architecture Definition): Document
2593 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
2594
16737d73
AC
25952002-06-08 Andrew Cagney <ac131313@redhat.com>
2596
2597 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
2598 lists.
2599
30107679
AC
26002002-06-08 Andrew Cagney <ac131313@redhat.com>
2601
2602 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
2603 Branch''.
2604
3352e23e
AC
26052002-06-01 Andrew Cagney <ac131313@redhat.com>
2606
2607 * gdbint.texinfo (Target Architecture Definition): Add section
2608 ``Converting an existing Target Architecture to Multi-arch''.
2609
cbb09e6a
AC
26102002-05-30 Andrew Cagney <ac131313@redhat.com>
2611
2612 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
2613 to ``Obsoleting code''. Revise.
2614
e2e0bcd1
JB
26152002-05-17 Jim Blandy <jimb@redhat.com>
2616
2617 * gdb.texinfo (C Preprocessor Macros): New chapter.
2618 Include it in the main menu.
2619 (Contributors): Credit Jim Blandy with macro support.
2620 (Compilation): Explain how to get macro information into the
2621 executable.
2622 (Expressions): Note that preprocessor macros are expanded.
2623
9db8d71f
DJ
26242002-05-14 Daniel Jacobowitz <drow@mvista.com>
2625
2626 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
2627 options for `target remote'.
2628
6d531722
AC
26292002-05-13 Andrew Cagney <ac131313@redhat.com>
2630
2631 * gdbint.texinfo (Target Architecture Definition): Delete
2632 documentation on NNPC_REGNUM.
2633
13d01224
AC
26342002-05-11 Andrew Cagney <ac131313@redhat.com>
2635
2636 * gdbint.texinfo (Target Architecture Definition): Document
2637 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
2638 (Target Architecture Definition): Revise section `Using Different
2639 Register and Memory Data Representations'. Add section `Raw and
2640 Virtual Register Representations'.
2641
b2e75d78
AC
26422002-05-11 Andrew Cagney <ac131313@redhat.com>
2643
2644 * gdbint.texinfo (Target Architecture Definition): Mention
2645 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
2646 (Target Architecture Definition): Mention same. Add references to
2647 web pages.
2648
2c8682ee
MS
26492002-05-08 Michael Snyder <msnyder@redhat.com>
2650
2651 * stabs.texinfo (Attributes): Document new "vector" attribute.
2652
0816590b
AC
26532002-05-04 Andrew Cagney <ac131313@redhat.com>
2654
2655 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
2656
2653173e
AC
26572002-05-04 Andrew Cagney <ac131313@redhat.com>
2658
2659 * gdb.texinfo: Delete obsolete references to a29k.
2660
d7bd68ca
AC
26612002-04-24 Andrew Cagney <ac131313@redhat.com>
2662
2663 * gdbint.texinfo (Target Architecture Definition): Replace
2664 IN_SIGTRAMP with PC_IN_SIGTRAMP.
2665
21d83aa5
DM
26662002-04-24 David S. Miller <davem@redhat.com>
2667
2668 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
2669
7673a6cc
DM
26702002-04-21 David S. Miller <davem@redhat.com>
2671
2672 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
2673
d49d1e0a
AC
26742002-04-21 Andrew Cagney <ac131313@redhat.com>
2675
2676 * gdbint.texinfo (Target Architecture Definition): Delete
2677 definition of HAVE_REGISTER_WINDOWS.
2678
f7dc1244 26792002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
2680
2681 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
2682 "Theodore A. Roth" <troth@verinet.com>.
2683
5ca0cb28
DH
26842002-04-15 Don Howard <dhoward@redhat.com>
2685
f7dc1244 2686 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 2687 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 2688 Provide a better explaination of this feature.
5ca0cb28 2689
f208ba17
AC
26902002-04-14 Andrew Cagney <ac131313@redhat.com>
2691
2692 * gdbint.texinfo (Target Architecture Definition): Remove
2693 FRAME_CHAIN_COMBINE.
2694
d5ba91de
MC
26952002-04-12 Michael Chastain <mec@shout.net>
2696
2697 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
2698 REG_STACK_SEGMENT.
2699
26818220
MC
27002002-04-09 Michael Chastain <mec@shout.net>
2701
2702 * gdbint.texinfo (Obsolete Conditionals): Remove references to
2703 PYRAMID_* macros.
2704
129188f6
AC
27052002-04-07 Andrew Cagney <ac131313@redhat.com>
2706
2707 * gdb.texinfo (Bug Reporting): Document that the web is the
2708 prefered way of submitting bug reports.
2709 (Bug Reporting): Delete the s-mail address as the last resort.
2710
8227c0ff
AC
27112002-04-05 Andrew Cagney <ac131313@redhat.com>
2712
2713 * gdbint.texinfo (Target Architecture Definition): Delete
2714 references to TARGET_WRITE_FP and write_fp.
2715
16d9dec6
MS
27162002-03-27 Michael Snyder <msnyder@redhat.com>
2717
2718 * gdb.texinfo: Document new commands dump, append, and restore.
2719
9ae8b82c
AC
27202002-03-27 Andrew Cagney <ac131313@redhat.com>
2721
2722 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
2723 Branch'.
2724
474c8240
AC
27252002-03-18 Andrew Cagney <ac131313@redhat.com>
2726
2727 * gdb.texinfo: Change all examples to @smallexample.
2728 * gdbint.texinfo: Ditto.
a9331b3f 2729
fb0ff88f
AC
27302002-03-18 Andrew Cagney <ac131313@redhat.com>
2731
2732 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
2733 Branches''.
2734
9bb0a4d8
AC
27352002-03-18 Andrew Cagney <ac131313@redhat.com>
2736
2737 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
2738 Policy''.
2739
937f164b
FF
27402002-03-04 Fred Fish <fnf@redhat.com>
2741
2742 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
2743 expresson, suports, dependant, trhe, perhaphs, situtations,
2744 explictily, taged, oportunity, unfortunatly).
2745
a7b40f07
AC
27462002-02-24 Andrew Cagney <ac131313@redhat.com>
2747
2748 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
2749 Remove reference to 3.12.
2750
aab4e0ec
AC
27512002-02-23 Andrew Cagney <ac131313@redhat.com>
2752
2753 * gdbint.texinfo: Include fdl.texi.
2754 (Top): Add GNU Free Documentation License.
2755 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
2756 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
2757 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
2758 (gdbint.info): Add srcdir to include path.
2759 * gdb.texinfo: Include gpl.texi.
2760 (Top): Add Copying.
2761 * gpl.texi: New file.
2762
47b95330
AC
27632002-02-23 Andrew Cagney <ac131313@redhat.com>
2764
2765 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
2766
78c47bea
PM
27672002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2768
2769 * gdb.texinfo: Document Cygwin native specific commands.
2770
56460a61
DJ
27712002-02-15 Daniel Jacobowitz <drow@mvista.com>
2772
2773 * gdb.texinfo: Document gdbserver ``--attach'' command.
2774
def71bfa
MS
27752002-02-07 Michael Snyder <msnyder@redhat.com>
2776
2777 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
2778 to @code(_ovly_debug_event).
2779
c928edc0
AC
27802002-02-07 Andrew Cagney <ac131313@redhat.com>
2781
2782 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
2783
81d46470
MS
27842002-02-06 Michael Snyder <msnyder@redhat.com>
2785
2786 * gdb.texinfo (overlays): Mention new magic symbol
2787 '_ovly_debug_event', which allows GDB to keep better track
2788 of overlays.
2789
f7dc1244 27902002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
2791
2792 * gdb.texinfo (Memory Region Attributes): Fix the wording.
2793 Suggested by Dmitry Sivachenko.
2794
2795 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
2796
15110bc3
MS
27972002-02-01 Michael Snyder <msnyder@redhat.com>
2798
2799 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
2800
6763aef9
MS
28012002-01-30 Michael Snyder <msnyder@redhat.com>
2802
ac282366
MS
2803 * gdb.texinfo: (remote protocol): Gramatical fix-up.
2804 (set trust-readonly-sections): Document.
6763aef9 2805
8642bc8f
AC
28062002-01-29 Andrew Cagney <ac131313@redhat.com>
2807
2808 * gdbint.texinfo (Releasing GDB): Revise and update.
2809
afe64c1a
AC
28102002-01-28 Andrew Cagney <ac131313@redhat.com>
2811
2812 * gdbint.texinfo (Target Architecture Definition): Delete
2813 description of TARGET_BYTE_ORDER_DEFAULT.
2814
f7dc1244 28152002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
2816
2817 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
2818 <mitya@cavia.pp.ru>.
2819
3d6e1b5a
AC
28202002-01-23 Andrew Cagney <ac131313@redhat.com>
2821
2822 * libgdb.texinfo: Delete file.
2823
6c0e9fb3
AC
28242002-01-22 Andrew Cagney <ac131313@redhat.com>
2825
2826 * gdb.texinfo: Remove makeinfo 3.12 hacks.
2827 * gdbint.texinfo: Ditto.
2828
e0ce93ac
AC
2829Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
2830
2831 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
2832
be298bcc
AC
28332002-01-22 Andrew Cagney <ac131313@redhat.com>
2834
2835 * Makefile.in: Update copyright.
2836 (TEXI2DVI): Define.
2837 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
2838 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
2839 gdb-cfg.texi.
2840 (TEXINDEX, PDFTEX): Delete makefile variables.
2841
8e04817f
AC
28422002-01-22 Andrew Cagney <ac131313@redhat.com>
2843
2844 * gdb.texinfo (Protocol): Move section to appendix.
2845
6b2f586d
AC
28462002-01-21 Andrew Cagney <ac131313@redhat.com>
2847
2848 * gdb.texinfo (Remote Debugging): Create a menu.
2849 (Top): Add ``Remote Debugging'' to menu.
2850
6f05cf9f
AC
28512002-01-21 Andrew Cagney <ac131313@redhat.com>
2852
2853 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
2854 serial protocol'' from here.
2855 (Remote Debugging): To here. New chapter.
2856
3fd3d7d2
AC
28572002-01-20 Andrew Cagney <ac131313@redhat.com>
2858
2859 * gdbint.texinfo (Target Architecture Definition): Delete
2860 description of TARGET_BYTE_ORDER_SELECTABLE_P.
2861
7fd60527
AC
28622002-01-20 Andrew Cagney <ac131313@redhat.com>
2863
2864 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
2865 are no longer needed.
2866 (Porting GDB): Add maintainer note about configure.host.
2867
c2f05ac9
AC
28682002-01-20 Andrew Cagney <ac131313@redhat.com>
2869
2870 * gdbint.texinfo (Target Architecture Definition): Remove
2871 definition of IEEE_FLOAT.
2872
f7dc1244 28732002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
2874
2875 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
2876 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
2877 <3diff@gnu.org>
231b2aad 2878
82600034
AC
28792002-01-19 Andrew Cagney <ac131313@redhat.com>
2880
2881 * gdbint.texinfo (Host Definition): Remove references to
2882 MALLOC_INCOMPATIBLE.
2883
7708fa01
AC
28842002-01-17 Andrew Cagney <ac131313@redhat.com>
2885
2886 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
2887 and xyz-xdep.o.
2888
eb12ee30
AC
28892002-01-17 Andrew Cagney <ac131313@redhat.com>
2890
2891 * gdb.texinfo (Maintenance Commands): Add appendix.
2892 (Set Breaks): Copy ``maint info breakpoint'' doco to
2893 ``Maintenance Commands'' appendix. Add reference.
2894
c9ccaa92
AC
28952002-01-17 Andrew Cagney <ac131313@redhat.com>
2896
2897 * fdl.texi: Remove next/prev from @node.
2898
f7dc1244 28992002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
2900
2901 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
2902 for monstrous @multitable (from Brian Youmans).
2903
2904 * fdl.texi: New file.
2905
2906 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2907
8973da3a
AC
29082002-01-15 Andrew Cagney <ac131313@redhat.com>
2909
2910 * gdbint.texinfo (Releasing GDB): New chapter.
2911
7d86b5d5
AC
29122002-01-14 Andrew Cagney <ac131313@redhat.com>
2913
2914 * gdb.texinfo (Embedded Processors, Calling program functions):
2915 Obsolete references to a29k.
2916
cc1cb004
AC
29172002-01-13 Andrew Cagney <ac131313@redhat.com>
2918
2919 * gdbint.texinfo (Coding): Review Cleanups section. Examples
2920 examples. Document that a code-block should do or discard its
2921 cleanups before exit.
2922
79f12247
MS
29232002-01-11 Michael Snyder <msnyder@redhat.com>
2924
2925 * gdb.texinfo (Choosing files): Change @samp to @file.
2926
19837790
MS
29272002-01-05 Michael Snyder <msnyder@redhat.com>
2928
2929 * gdb.texinfo (--pid): Document new command line option (attach).
2930
f7dc1244 29312002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
2932
2933 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
2934 in the stub.
2935
d7449b42
AC
29362002-01-04 Andrew Cagney <ac131313@redhat.com>
2937
2938 * gdbint.texinfo (Target Architecture Definition): Replace
2939 BIG_ENDIAN with BFD_ENDIAN_BIG.
2940
f23631e4
AC
29412002-01-03 Andrew Cagney <ac131313@redhat.com>
2942
2943 * gdbint.texinfo (Target Architecture Definition): Replace
2944 value_ptr with struct value pointer.
2945
72c9928d
EZ
29462002-01-02 Eli Zaretskii <eliz@gnu.org>
2947
2948 * gdb.texinfo (Free Software): Fix wording.
2949
959acfd1
EZ
29502001-12-31 Eli Zaretskii <eliz@gnu.org>
2951
2952 * gdb.texinfo (Free Software): New section ``Free Software Needs
2953 Free Documentation''.
2954
f7dc1244 29552001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
2956
2957 * stabs.texinfo:
2958 * gdb.texinfo:
2959 * gdbint.texinfo:
2960 * libgdb.texinfo:
2961 * annotate.texi: Fix the application of GFDL in the Copyright notice.
2962
6600abed
MS
29632001-12-29 Michael Snyder <msnyder@redhat.com>
2964
2965 * gdb.texinfo (maint info sections): Fix typo.
2966
f6680716
MS
29672001-12-26 Michael Snyder <msnyder@redhat.com>
2968
fe95c787
MS
2969 * gdb.texinfo (maint info sections): Document.
2970
a9331b3f 2971 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
2972 'info proc' sub-options that are currently not implemented.
2973
c3d3ce5b
JB
29742001-12-20 Jim Blandy <jimb@redhat.com>
2975
2976 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
2977
778eb05e
AC
29782001-12-15 Andrew Cagney <ac131313@redhat.com>
2979
2980 * gdbint.texinfo (Target Architecture Definition): Replace
2981 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
2982
2607059c
AC
29832001-12-01 Andrew Cagney <ac131313@redhat.com>
2984
2985 * gdbint.texinfo (Host Definition): Delete documentation on
2986 HOST_BYTE_ORDER.
2987
df0cd8c5
JB
29882001-11-30 Jim Blandy <jimb@redhat.com>
2989
2990 * gdb.texinfo (Overlays): New chapter, documenting GDB's
2991 overlay support. Add to top-level menu.
2992
88118b3a
TT
29932001-11-26 Tom Tromey <tromey@redhat.com>
2994
2995 * gdb.texinfo (Command Syntax): Document C-o binding.
2996
96565e91
CF
29972001-07-26 Christopher Faylor <cgf@redhat.com>
2998
2999 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3000 use since it is described in the referenced section.
3001
f7dc1244 3002 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
3003 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3004 clearer when using DJGPP.
3005
2a3d5645
CF
30062001-11-24 Christopher Faylor <cgf@redhat.com>
3007
3008 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3009 specifically refer to MS-DOS.
3010 (command files): Mention gdb.ini is only used on MS-DOS.
3011
aa26fa3a
TT
30122001-11-21 Tom Tromey <tromey@redhat.com>
3013
3014 * gdb.texinfo (Invoking GDB): Document --args.
3015 (Mode Options): Likewise.
3016
4f8ada06
JB
30172001-11-21 Jim Blandy <jimb@redhat.com>
3018
3019 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3020 Delete documentation; this macro has been removed from the
3021 sources.
3022
3fe0dc10
JB
30232001-11-13 Jim Blandy <jimb@redhat.com>
3024
3025 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3026
9e5abb06
CV
30272001-11-06 Corinna Vinschen <vinschen@redhat.com>
3028
3029 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3030
1c5dfdad
MS
30312001-11-05 Michael Snyder <msnyder@redhat.com>
3032
a9331b3f 3033 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
3034 quote regexp chars in function names such as "operator*()".
3035
990f9fe3
FF
30362001-11-01 Fred Fish <fnf@redhat.com>
3037
3038 * gdbint.texinfo (SOLIB_ADD): Document additional new
3039 "readsyms" arg.
3040
b433d00b
DH
30412001-10-30 Don Howard <dhoward@redhat.com>
3042
070b1dd3
DH
3043 * gdb.texinfo: (Command Files) Added documentation for the
3044 behavior of gdb with input redirected from a file.
b433d00b 3045
b7209cb4
FF
30462001-10-28 Fred Fish <fnf@redhat.com>
3047
3048 * gdb.texinfo (auto-solib-add): Change docs to match
3049 implementation change.
3050 (auto-solib-limit): Add docs for new variable.
3051
1aa20aa8
AC
30522001-10-15 Andrew Cagney <ac131313@redhat.com>
3053
3054 * gdbint.texinfo (Target Architecture Definition): Function
3055 value_as_pointer renamed to value_as_address.
3056
fc0c74b1
AC
30572001-10-15 Andrew Cagney <ac131313@redhat.com>
3058
3059 * gdbint.texinfo (Target Architecture Definition): Default
3060 POINTER_TO_ADDRESS functions assume unsigned addresses.
3061 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3062 posting by Jim Blandy.
3063
f4846649
JB
30642001-10-12 Jim Blandy <jimb@redhat.com>
3065
3066 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3067 version of texi2html (1.64) doesn't support this flag any more.
3068
f277788b
MK
30692001-09-08 Mark Kettenis <kettenis@gnu.org>
3070
a9dc4918
MK
3071 * gdbint.texinfo (Host Definition): Remove description of
3072 MEM_FNS_DECLARED.
3073
d28379df
MK
3074 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3075
f277788b
MK
3076 * gdbint.texinfo (Host Definition): Remove description of
3077 HAVE_SIGSETMASK.
3078
7ccaa899
EZ
30792001-09-04 Elena Zannoni <ezannoni@redhat.com>
3080
3081 * gdbint.texinfo (Target Architecture Definition): Add
3082 explanation of TARGET_PRINT_INSN macro.
3083
17d9d558
JB
30842001-08-30 Jim Blandy <jimb@redhat.com>
3085
3086 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3087 Explain what it means to load relocatable files.
3088
72cde065
JB
30892001-08-28 Jim Blandy <jimb@redhat.com>
3090
3091 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3092 info `top' menu.
3093
9e678452
CF
3094Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
3095
3096 * gdbint.texinfo: Add a cautionary note about macro use.
3097
a2bea4c3 30982001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 3099
a2bea4c3
CV
3100 * gdb.texinfo: Explain omitting the hostname in the
3101 `target remote' command.
3102
1129bf27
DJ
31032001-07-30 Daniel Jacobowitz <drow@mvista.com>
3104
3105 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3106 and END-INFO-DIR-ENTRY.
3107
732b3002
SC
31082001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3109
3110 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3111
89437448
AC
31122001-07-25 Andrew Cagney <ac131313@redhat.com>
3113
3114 * gdbint.texinfo (libgdb): Rewrite.
3115
f7dc1244 31162001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
3117
3118 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3119
c4555f82
SC
31202001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3121
3122 * gdb.texinfo (TUI): New chapter, document the TUI.
3123 (Mode Options): Document the -tui option.
3124
2f45a6e0
MK
31252001-07-23 Mark Kettenis <kettenis@gnu.org>
3126
3127 * gdbint.texinfo (Host Definition): Remove description of
3128 NEED_POSIX_SETPGID.
3129
f7dc1244 31302001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
3131
3132 * gdb.tex (DJGPP Native): New node, with descriptions of
3133 DJGPP-specific commands.
3134
be9c6c35
JM
31352001-07-19 John R. Moore <jmoore@redhat.com>
3136
3137 * gdbint.texinfo: Three misspellings.
3138
dfa249fb
AC
31392001-07-06 Andrew Cagney <ac131313@redhat.com>
3140
3141 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3142 `test` expressions on bash. Problem reported by Colin Walters.
3143
c72e7388
AC
31442001-07-04 Andrew Cagney <ac131313@redhat.com>
3145
3146 * gdbint.texinfo (User Interface): Update ui-out documentation to
3147 refelect recent UI/MI updates.
3148
94bbb2c0
AC
31492001-07-04 Andrew Cagney <ac131313@redhat.com>
3150
3151 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3152 interpreters.
3153
af6c57ea
AC
31542001-06-15 Andrew Cagney <ac131313@redhat.com>
3155
3156 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3157 structure and not macros.
3158 (Host Definition): Document that much of this chapter is obsolete.
3159 (Target Architecture Definition): Update list of files that make
3160 up a target architecture.
3161 (Coding): Update.
3162
83aa8bc6
AC
31632001-06-28 Andrew Cagney <ac131313@redhat.com>
3164
3165 * gdbint.texinfo (Target Architecture Definition): Update
3166 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
3167 The latter has been changed to a true predicate.
3168
f7dc1244 31692001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
3170
3171 * annotate.texi: Add @noindent where needed. From Dmitry
3172 Sivachenko <dima@Chg.RU>.
3173 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
3174
656db9b0
AC
31752001-06-16 Andrew Cagney <ac131313@redhat.com>
3176
3177 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
3178
df2396a1
AC
31792001-06-14 Andrew Cagney <ac131313@redhat.com>
3180
3181 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
3182 returns ``OK''. Document that the ``R'' packet does not reply.
3183
0f1f2b0a
MS
31842001-06-13 Michael Snyder <msnyder@redhat.com>
3185
3186 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
3187
f7dc1244 31882001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
3189
3190 * gdb.texinfo (Signals): Clarify the default setting of signal
3191 handling.
3192
a5d7c491
AC
31932001-05-14 Andrew Cagney <ac131313@redhat.com>
3194
3195 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
3196 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
3197
05a54c4f
AC
31982001-05-12 Andrew Cagney <ac131313@redhat.com>
3199
3200 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
3201
f7dc1244 32022001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
3203
3204 * gdbint.texinfo (Clean Design and Portable Implementation):
3205 Renamed from "Clean Design".
3206 (Clean Design and Portable Implementation): Document portable
3207 methods of handling file names, and the associated macros.
3208
f7dc1244 32092001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
3210
3211 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
3212 command and provide a cross-reference to its description.
3213 (Symbols): Note that "info scope" is useful for trace experiments.
3214
f7dc1244 32152001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 3216
b37052ae
EZ
3217 * gdb.texinfo (Symbols): Document "info scope".
3218 (Tracepoints): New chapter.
3219 (Contributors): Update for v5.1.
3220 <All nodes>: Change "C++" to "C@t{++}".
3221
0ee54786
EZ
3222 * gdbint.texinfo (User Interface): A new section about ui_out
3223 functions, based on text written by Fernando Nasser.
3224
c534679c
EZ
3225 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
3226
f7dc1244 32272001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 3228
e9c75b65
EZ
3229 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
3230
3231 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
3232
3233 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
3234 Replace "GDB" with "@value{GDBN}". Fix markup.
3235
3236 * annotate.texi: Change Permissions to GFDL. Update Copyright.
3237
3d67e040
EZ
3238 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
3239 a cross-reference to its description.
3240 (Symbols): Document "info symbol".
3241
f7dc1244 32422001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
3243
3244 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
3245 subsection "x86 Watchpoints".
3246 (Target Architecture Definition): Document the macros
3247 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
3248 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
3249
b0ed3589
AC
32502001-03-20 Andrew Cagney <ac131313@redhat.com>
3251
3252 * gdbint.texinfo (Target Architecture Definition): Update
3253 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
3254 list.
3255
b6ba6518
KB
32562001-03-06 Kevin Buettner <kevinb@redhat.com>
3257
3258 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
3259 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
3260
f7dc1244 32612001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
3262
3263 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
3264
f7dc1244 32652001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 3266
17cc6a06
EZ
3267 * gdb.texinfo (Environment): Document that `path' does not change
3268 the value of PATH in GDB's own environment (it did in the past,
3269 but that was changed on March 15, 1994). Reported by Doug Evans
3270 <dje@transmeta.com>.
3271
56caf160
EZ
3272 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
3273 its line. Fix markup of commands and macros. Add an Index node
3274 and index entries.
3275
29e57380
C
32762001-01-23 J.T. Conklin <jtc@redback.com>
3277
3278 * gdb.texinfo (Memory region attributes): New manual section.
3279
1c6147de
ND
32802001-01-04 Nicholas Duffek <nsd@redhat.com>
3281
3282 * gdbint.texinfo (POP_FRAME): Document use by return_command.
3283
f7dc1244 32842000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
3285
3286 * refcard.tex: Version and copyright fixed. From Phil Edwards
3287 <pedwards@disaster.jaj.com>.
3288
0dcedd82
AC
3289Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
3290
3291 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
3292 DWARF2_REG_TO_REGNUM): Document.
3293
3b851bce
AC
3294Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
3295
3296 * gdbint.texinfo (Coding): Update current value of
3297 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3298
f7dc1244 32992000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
3300
3301 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
3302 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
3303
b90a5f51
CF
33042000-11-10 Christopher Faylor <cgf@cygnus.com>
3305
3306 * gdb.texinfo: Document new 'set step-mode' command.
3307
f7dc1244 33082000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
3309
3310 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
3311 changes from Dmitry Sivachenko <dima@Chg.RU>.
3312
f7dc1244 33132000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
3314
3315 * gdb.texinfo (Hooks): Document the new post-hook functionality.
3316 From Steven Johnson <sbjohnson@ozemail.com.au>.
3317
2e685b93
MK
33182000-08-10 Mark Kettenis <kettenis@gnu.org>
3319
3320 * gdbint.texinfo (Overall Structure): Spelling fix.
3321
f7dc1244 33222000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
3323
3324 * gdbint.texinfo (Target Architecture Definition): Document that
3325 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
3326 for which REGISTER_CONVERTIBLE returns a zero value.
3327
63ac3005
EZ
33282000-07-08 Christopher Faylor <cgf@cygnus.com>
3329
3330 * Makefile.in (install-info): Find files to install in either the
3331 build or source directories (adapted from Makefile.am).
3332
bd79f757
ND
33332000-07-07 Nicholas Duffek <nsd@redhat.com>
3334
3335 * stabs.texinfo: Fix spelling errors.
3336 (String Field): FILE-NUMBER starts from 0, not 1.
3337
f7dc1244 33382000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
3339
3340 * refcard.tex: Remove \centerline from the blurb. Patch from
3341 Brian Youmans.
3342
f7dc1244 33432000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
3344
3345 * Makefile.in (install-info): Support installation from outside of
3346 the source directory. Reported by Mark Harig
3347 <markh@frazier.landmark.com>.
3348
f3b28801
C
33492000-06-20 J.T. Conklin <jtc@redback.com>
3350
3351 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
3352
449f3b6c
AC
3353Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
3354
3355 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
3356 Generate using pdftex.
3357 (PDFTEX): Define.
3358 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
3359 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
3360 @contents at the start.
3361
f7dc1244 33622000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
3363
3364 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
3365 Youmans.
3366
9e9c5ae7
AC
3367Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3368
3369 From Brian Youmans:
3370 * gdb.texinfo: Fix ``et al.''.
3371
c741b251
AC
3372Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
3373
3374 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
3375 loop.
3376
4ab64e14
JG
33772000-05-19 Jimmy Guo <guo@cup.hp.com>
3378
3379 * configure: Regenerate.
3380
f7dc1244 33812000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
3382
3383 * Makefile.in (install-info): Run install-info on installed Info
3384 files.
3385
8c70017b
AC
3386Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3387
a7cb598a
AC
3388 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
3389 Andrew Cagney.
8c70017b 3390
f7dc1244 33912000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
3392
3393 * gdb.texinfo: Proofreading changes from Brian Youmans.
3394
bf0184be
ND
33952000-05-01 Nick Duffek <nsd@cygnus.com>
3396
3397 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
3398 startup sequence, minor edits.
3399
f7dc1244 34002000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
3401
3402 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
3403 TeX.
3404
3405 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
3406 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
3407 like `n' and `s' which look weird. Convert some of the @kindex to
3408 @vindex, when they refer to variables, not commands.
3409
33e16fad
AC
3410Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3411
3412 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
3413
f7dc1244 34142000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
3415
3416 * Makefile.in (GDBMI_DIR): New variable.
3417 (SET_TEXINPUTS): Add $(GDBMI_DIR).
3418 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
3419 (gdbmi.texinfo): New target, for texi2roff.
3420 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
3421 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
3422
3423 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
3424 gdbmi.texinfo.
3425 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
3426 comment.
3427
d167840f
EZ
34282000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3429
3430 * gdb.texinfo (Files): Update description of add-symbol-file
3431 command.
3432
f7dc1244 34332000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
3434
3435 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
3436 prevents the build (and is generally a Bad Idea).
3437
f7dc1244 34382000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
3439
3440 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
3441 a comma inside @var.
3442 (Command Files): Index markup changes from Dmitry Sivachenko
3443 <dima@Chg.RU>.
3444
f7dc1244 34452000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
3446
3447 * Makefile.in (LN_S): Define.
3448 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
3449 invoke "ln -s" unless it is known to work.
3450
3451 * configure.in (AC_PROG_LN_S): Add.
3452
8dc7983f
JB
34532000-04-14 Jim Blandy <jimb@redhat.com>
3454
3455 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
3456 section.
3457 (Target Conditionals): Document ADDRESS_TO_POINTER,
3458 POINTER_TO_ADDRESS.
3459
1a8237e8
DB
34602000-04-11 Daniel Berlin <dan@cgsoftware.com>
3461
3462 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
3463 gdb-cfg.texi to get the value.
3464
ca526f1a
JB
34652000-04-10 Jim Blandy <jimb@redhat.com>
3466
3467 * gdbint.texinfo (Target Architecture Definition): Fix
3468 cross-references.
3469
faaafcb4
JB
34702000-04-08 Jim Blandy <jimb@redhat.com>
3471
3472 * gdbint.texinfo (Using Different Register and Memory Data
3473 Representations): New section.
3474 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
3475 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
3476 REGISTER_CONVERT_TO_RAW): Document.
3477
1b27397f
AC
3478Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
3479
3480 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
3481 for acknowledgments.
3482
480ff1fb
AC
3483Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
3484
3485 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
3486 qThreadExtraInfo.
3487
a9331b3f 34882000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 3489
a9331b3f
RM
3490 * gdb.texinfo: Clarify which remote debug protocol commands are
3491 required and which are optional.
f1251bdd 3492
dbeb8dbd
AC
3493Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
3494
3495 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
3496 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
3497 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
3498 * annotate.texi: Update.
3499
6d2ebf8b
SS
35002000-03-28 Stan Shebs <shebs@apple.com>
3501
3502 * gdb.texinfo: Update dates, bump to Eighth Edition (note
3503 expectation of additional changes before release), update
3504 ISBN, add copy of top-level menu for @ifhtml, remove explicit
3505 node links, rephrase and/or shorten lines to fix formatting
3506 problem in both regular and @smallbook formats.
3507 * annotate.texi: Shorten lines in example, use smallexample
3508 consistently everywhere.
3509 * Makefile.in: Add comment about texinfo 4.0 html generation.
3510 (SFILES_INCLUDED): Add annotate.texi.
3511
5d161b24
DB
35122000-03-27 Daniel Berlin <dan@cgsoftware.com>
3513
3514 * gdb.texinfo (Debugging Output): Added new section, documenting
3515 the "set/show debug" commands.
3516
b9deaee7
AC
3517Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
3518
3519 * annotate.texi (Annotations): When GDBN omit @chapter and @node
3520 entry.
3521
3522 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
3523 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
3524 @chapter and @node entries.
a9331b3f 3525
b9deaee7 3526 * gdb.texinfo: Link all top-level nodes.
a9331b3f 3527
9ef47d30
AC
3528Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
3529
3530 * Makefile.in (install-info): Create $(infodir) before installing
3531 files.
3532
cfeada60
FN
35332000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3534
3535 From David Whedon <dwhedon@gordian.com>
3536 * gdbint.texinfo : Added paragraphs about command deprecation.
3537
6837a0a2
DB
35382000-03-22 Daniel Berlin <dan@cgsoftware.com>
3539
3540 * gdb.texinfo: Add documentation for the apropos command.
3541
bba2971c
MS
35422000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3543
3544 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
3545
2b628194
MS
35462000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3547
a9331b3f 3548 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
3549 two places.
3550
96a2c332
SS
35512000-03-17 Stan Shebs <shebs@apple.com>
3552
3553 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
3554 <dima@Chg.RU>, also clarification of allowed content for
3555 string constants.
3556
f7dc1244 35572000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
3558
3559 * gdb.texinfo (main menu): Add Annotations.
3560 (File Options): Add @cindex entries for each command-line option.
3561 Document --epoch, --annotate, --async, --interpreter, --write,
3562 --statistics, and --version.
3563
3564 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
3565 of GDB.
3566
9d233477
JB
35672000-02-23 Jim Blandy <jimb@redhat.com>
3568
3569 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
3570
14e0eb3b
JB
35712000-02-22 Jim Blandy <jimb@redhat.com>
3572
3573 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
3574
3555de01
JM
35752000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
3576
3577 * Makefile.in (diststuff): New target.
3578
5e35df8e
KB
35792000-02-15 Kevin Buettner <kevinb@redhat.com>
3580
3581 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 3582 architecture. [From Jim Wilson.]
5e35df8e 3583
c5394b80
JM
35842000-01-16 Tom Tromey <tromey@cygnus.com>
3585
3586 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
3587 (Delete Breaks): Mention range arguments.
3588 (Disabling): Likewise.
3589
c3f6f71d
JM
35902000-01-05 Dmitry Sivachenko <dima@Chg.RU>
3591
3592 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
3593
c4093a6a
JM
3594Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
3595
3596 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
3597 valid functions.
3598
11cf8741
JM
35991999-11-05 Stan Shebs <shebs@andros.cygnus.com>
3600
3601 * gdb.texinfo: Clarify regular expressions used in rbreak.
3602
917317f4
JM
36031999-10-15 Kevin Buettner <kevinb@cygnus.com>
3604
3605 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
3606 MEMORY_REMOVE_BREAKPOINT): Document.
3607
3608Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
3609
3610 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
3611 offset re-using the DATA offset instead.
3612
2df3850c
JM
36131999-10-11 Jim Kingdon <kingdon@redhat.com>
3614
3615 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
3616
36171999-10-05 Stan Shebs <shebs@andros.cygnus.com>
3618
3619 From Dmitry Sivachenko <demon@gpad.ac.ru>:
3620 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
3621 typos.
3622
3623 * gdb.texinfo: Various minor wording and formatting improvements,
3624 mentions of additional command-line options.
3625
2acceee2
JM
36261999-09-30 Fred Fish <fnf@cygnus.com>
3627
3628 * gdb.texinfo: Document additional forms of specifying section
3629 names and addresses for the add-symbol-file command.
3630
c2c6d25f
JM
36311999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
3632
3633 * gdbint.texinfo: Fix typo, add the word "have".
3634
36351999-09-14 Jim Blandy <jimb@cris.red-bean.com>
3636
3637 * gdbint.texinfo (Target Architecture Definition): Document the
3638 SKIP_PERMANENT_BREAKPOINT macro.
3639
d4f3574e
SS
36401999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3641
3642 * gdb.texinfo: Fiks speling errers.
3643
3644 * gdb.texinfo: Fix uses of @multitable.
3645
f7dc1244 3646 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
3647 * gdb.texinfo: Include details specific to DOS host, clarify
3648 some confusing language, fix @ref/@xref/@pxref usages, add
3649 comments about using with optimization, add more indexing,
3650 fix info about disassembly-flavor.
3651
3652Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
3653
3654 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
3655 SKIP_SOLIB_RESOLVER): Define.
3656
3657Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
3658
3659 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
3660 ``g'' packets.
3661
104c1213
JM
36621999-08-30 Stan Shebs <shebs@andros.cygnus.com>
3663
3664 * gdb.texinfo: Create a new "Configurations" chapter with
3665 platform-specific info, inline remote.texi and move sections of it
3666 into the new chapter, move bits about info proc, heuristic search,
3667 and register stack into the new chapter.
3668 * remote.texi: Remove, now part of gdb.texinfo.
3669 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
3670
36711999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
3672
3673 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
3674 GDB_TARGET_IS_MACH386): These kludges have gone away.
3675
3676Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
3677
3678 * gdbint.texinfo (Target Architecture Definition): Mention
3679 TDEPLIBS.
3680
53a5351d
JM
36811999-08-20 Stan Shebs <shebs@andros.cygnus.com>
3682
3683 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
3684 surrounding text to fit HP-UX bits into general info.
3685 (HPPA-cfg.texi): Remove, no longer useful.
3686
3687 * gdb.texinfo: Remove explicit links from @node lines, remove
3688 HP-added "Detailed Node Listing" from main menu which confuses
3689 things.
3690
3691 From Dmitry Sivachenko <dima@Chg.RU>:
3692 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
3693 in description of `set environment'.
3694
36951999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3696
3697 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
3698
7be570e7
JM
36991999-08-12 Ben Elliston <bje@cygnus.com>
3700
3701 * gdbint.texinfo (Breakpoint Handling): Add missing words.
3702
f7dc1244 37031999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
3704
3705 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
3706 watch, awatch, and rwatch. Explain why the latter two cannot be
3707 set as software watchpoints. Document that watchpoints for local
3708 variables are deleted when the debuggee terminates.
3709
3710Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
3711
3712 * remote.texi (Protocol): Further clarification of the "qRcmd"
3713 packet. Allow E.. response packet. "qRcmd" packet is no longer
3714 reserved.
3715
37161999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3717
a9331b3f
RM
3718 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
3719 * gdb.texinfo: Ditto.
7be570e7 3720
96baa820
JM
37211999-08-06 Tom Tromey <tromey@cygnus.com>
3722
3723 * gdb.texinfo (KOD): New node.
3724
3725Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
3726
3727 * remote.texi (Rcmd): Fix minor formatting typos.
3728
3729Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
3730
3731 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
3732 packets.
3733
adf40b2e
JM
37341999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
3735
3736 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
3737 fixes.
3738
43ff13b4
JM
3739Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
3740
3741 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
3742
085dd6e6
JM
3743Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3744
3745 * remote.texi (Communication Protocol): ``v'' is in use. Fix
3746 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
3747 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
3748 packets that are not supported on all hosts. Expand examples.
3749 Spell check.
3750
37511999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3752
3753 * Makefile.in: Recognize html, install-html. Add targets
3754 to build HTML versions of documentation via texi2html.
3755
3756Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
3757
3758 * gdbint.texinfo (Testsuite): New chapter, information about the
3759 testsuite.
3760
3761Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
3762
3763 * remote.texi (Communication Protocol): Rewrite.
3764
3765Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
3766
3767 * stabs.texinfo: Fix uses of xref.
3768
9e0b60a8
JM
3769Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
3770
3771 * gdbint.texinfo: Add an anti-printf exhortation, and update the
3772 info about patch submission.
3773
cce74817
JM
3774Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
3775
3776 From Per Bothner <bothner@cygnus.com>:
3777 * gdb.texinfo: Document Chill support.
3778
3779Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
3780
3781 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
3782 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
3783 Document that the value should be greater-than or equal-to zero.
3784 (NO_STD_REGS): Document. Deprecate.
3785
ac9a91a7
JM
3786Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3787
3788 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
3789 Document that these are not used.
3790
3791Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3792
3793 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
3794
392a587b
JM
3795Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
3796
3797 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
3798 numargs was dropped.
3799
3800Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
3801
3802 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
3803
b83266a0
SS
3804Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
3805
3806 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
3807 Update.
3808
7a292a7a
SS
3809Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
3810
3811 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
3812 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
3813
3814Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
3815
3816 * gdbint.texinfo: Fix typos: $ -> @.
3817
3818Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
3819
3820 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
3821 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
3822 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
3823 BREAKPOINT_FROM_PC.
a9331b3f 3824
7a292a7a
SS
3825Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
3826
3827 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
3828 CALL_DUMMY_STACK_ADJUST): Document.
3829
3830Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
3831
3832 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
3833 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
3834
38351999-04-02 Stan Shebs <shebs@andros.cygnus.com>
3836
3837 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
3838 longer exists.
3839
3840Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
3841
3842 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
3843 nearly all @ifset/@ifclear conditionals; nobody uses them, and
3844 they make the manual source incomprehensible.
3845 * h8-cfg.texi: Remove, hasn't been used in years.
3846
c906108c
SS
3847Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
3848
3849 * gdb.texinfo: Update the credits.
3850
3851Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3852
3853 * gdb.texinfo: Fix mistakes noticed in printout of last
3854 draft, add Alpha to discussion of heuristic fence post.
3855
3856Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
3857
3858 * gdb.texinfo, remote.texi: Many changes; update to Seventh
3859 Edition, merge some HP changes into mainline, describe some
3860 previously undocumented features, describe more of the target
3861 commands available, eliminate obsolete section on renamed
3862 commands.
3863 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
3864
3865Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
3866
3867 * gdb.texinfo: Make many HPPA conditionals unconditional,
3868 including catchpoint description, since now on for all configs.
3869 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
3870 specializations.
3871
3872Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
3873
3874 * Makefile.in (GDBvn.texi): Fix match expression to work with
3875 current format of VERSION in gdb/Makefile.in.
3876 * gdb.texinfo: Fix node ref to match new readline.
3877
3878Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
3879
a9331b3f
RM
3880 * gdb.texinfo: Changes made as part of a project to merge in
3881 changes made by HP. Documentation makes extensive use of
c906108c
SS
3882 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
3883 on remote debugging. There are differences in documentation
3884 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
3885 the HP manual discusses catchpoints, hardware watchpoints, and
3886 some HPUX specific limitations for shared library support.
a9331b3f 3887
c906108c
SS
3888 There are also a number of @node changes.
3889
38901999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
3891
3892 * gdbint.texinfo (Formatting): Disambiguate a sentence.
3893 (C Usage): Same.
3894
3895Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
3896
3897 The following changes were made by Edith Epstein
3898 <eepstein@cygnus.com> as part of a project to merge in changes
3899 made by HP.
a9331b3f 3900
c906108c
SS
3901 * HPPA-cfg.texi: new file.
3902
3903 * all-cfg.texi: set HPPA for HP PA-RISC targets.
3904
3905 * refcard.tex: change documentation about catch.
3906 removed info catch.
3907
3908Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
3909
3910 * gdbint.texinfo: Expand on GDB's coding standards,
3911 specify the use of arg names with prototypes.
3912
39131998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
3914
3915 * gdb.texinfo: Fix tipo.
3916
3917Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
3918
3919 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
3920 TARGET_BYTE_ORDER_SELECTABLE_P.
3921
3922Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
3923
3924 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
3925
39261998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
3927
3928 * agentexpr.texi: New file.
3929
3930Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
3931
3932 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
3933
39341998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
3935
3936 * remote.texi: Changed wording that implied that the GDB remote
3937 protocol caches register values instead of GDB itself.
3938
3939Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
3940
3941 * gdbint.texinfo: Add some info about symbol readers.
3942 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
3943 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
3944 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
3945 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
3946
3947Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
3948
a9331b3f 3949 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
3950
3951Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
3952
3953 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
3954
3955Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
3956
3957 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
3958 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
3959
3960Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
3961
3962 * gdbint.texinfo: Fix minor typos.
3963
3964Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
3965
3966 * gdbint.texinfo: Complete overhaul. Group descriptions more
3967 logically, add more info on generic algorithms, remove much
3968 obsolete and/or wrong material.
3969
3970Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
3971
3972 * stabs.texinfo (Method Type Descriptor): Expand and correct.
3973
3974Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
3975
3976 * refcard.tex: Copyright, address updates.
3977
3978Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
3979
3980 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
3981 for the edition instead of confusing GDB-version-like numbers.
3982
3983Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
3984
3985 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
3986
3987Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
3988
3989 * LRS: Reformat a bit to keep text under 80 columns.
3990
3991Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
3992
3993 * gdb.texinfo: Add some credits, mention bug monitor.
3994 * remote.texi: Mention mips monitor targets.
3995 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 3996
c906108c
SS
3997Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
3998
3999 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4000 files, finish sorting of host vs target vs native macros, describe
4001 some more of them.
4002
4003Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4004
4005 * gdbint.texinfo (Host Conditionals): Document change from
4006 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4007
4008Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4009
4010 * gdbint.texinfo (Host Conditionals): Document
4011 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4012
4013Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4014
4015 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4016 Document LSEEK_NOT_LINEAR.
4017
4018Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4019
4020 * stabs.texinfo (Stab Section Basics): Make it clear that only
4021 some versions of the GNU linker remove the leading N_UNDF symbol.
4022
4023Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4024
4025 * stabs.texinfo (String Field): Document type number pairs here,
4026 instead of in the Sun specific section.
4027 (Include Files): The GNU linker supports the N_BINCL
4028 optimization. Clarify the N_BINCL value, and what it is used
4029 for.
4030 (Procedures): Document N_FUN with an empty string to mark the end
4031 of a function.
4032 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4033 (Sun Differences): Remove this node, as the information is now
4034 elsewhere in the main document.
4035 (Stab Section Basics): Mention that the GNU linker may optimize
4036 stabs and remove the leading N_UNDF symbol.
4037
4038Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4039
4040 * gdb.texinfo, refcard.tex: Restore author credit
4041
4042Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4043
4044 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4045 documentation to account for START and END macros taking
4046 one arg.
4047
4048Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4049
4050 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4051 * gdb.texinfo (Frames): Fix typo.
4052
4053Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4054
4055 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4056 a target_signal as arg type, not a pid.
4057
4058Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4059
4060 * gdb.texinfo: Document `set assembly-language'.
4061
4062Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4063
4064 * remote.texi: Update list of stubs in the GDB distribution.
4065
4066Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4067
4068 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4069 Also document that some systems can use mmalloc but must define
4070 this if their C runtime allocates memory that is later freed.
4071 (MMCHECK_FORCE): Document new macro.
a9331b3f 4072
c906108c
SS
4073Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4074
4075 * remote.texi: Add documentation for target Sparclet.
4076
4077Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4078
a9331b3f 4079 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
4080 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4081 * configure.in: Rewritten for autoconf.
4082 * configure: New.
4083
4084Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4085
4086 * Makefile.in (DVIPS): New define, set to dvips.
4087 (dvi): Add stabs.dvi.
4088 (ps): New target.
4089 (all-doc): Depend on info, dvi, and ps targets.
4090 (STAGESTUFF): Add *.ps and *.dvi files.
4091 (clean-info, clean-dvi): Remove.
4092 (mostlyclean): Does not depend upon clean-info or clean-dvi,
4093 rules completely rewritten.
4094 (maintainer-clean): Remove clean-info and clean-dvi
4095 dependencies and put their actions in the rules.
4096 (gdb.ps): New target
a9331b3f 4097 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
4098 intermediate TeX files, whether they have 2 or 3 character
4099 extensions.
4100 (gdbint.ps): Add target and rules.
4101 (gdb-internals): Delete unused target.
4102 (Makefile): Depends upon config.status also.
4103
4104Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
4105
4106 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4107 set.
4108
4109Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
4110
4111 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4112 * gdb.texinfo (Expressions): Fix erroneous array constant example.
4113
4114Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
4115
4116 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4117
4118Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4119
4120 * gdb.texinfo (Print settings): Document
4121 `set/show print static-members' commands.
4122
4123Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
4124
4125 * gdbint.texinfo (Native): Document name change, coredep.c to
4126 core-aout.c.
4127
4128Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4129
4130 * stabs.texinfo (Include Files): Document the values the SunOS4
4131 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4132
4133Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
4134
4135 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4136 Fix typo.
4137
4138Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
4139
4140 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4141 "gdb.tar.Z".
4142
4143Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
4144
4145 * Makefile.in (maintainer-clean): New target, synonym for
4146 realclean.
4147
4148Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
4149
4150 * Update all FSF addresses except those in COPYING* files.
4151
4152Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4153
4154 From Richard Earnshaw (rearnsha@armltd.co.uk):
4155 * gdb.texinfo (convenience variables): Document $_exitcode.
4156 (quit): Document optional expression to use as exit code.
4157
4158Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
4159
4160 * gdb.texinfo, remote.texi: Brought up to date with various
4161 GDB changes.
4162
4163Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
4164
4165 * gdb.texinfo: Update dates and versions, fix comments about
4166 hardware watchpoints in future releases and about the
4167 sharedlibrary command.
4168
4169Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4170
4171 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
4172 C_FUN stab. Other cleanups.
4173
4174Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4175
4176 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
4177 for the sparc stub.
4178
4179Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4180
4181 * annotate.texi: Clarify which addresses have differing formats
4182 depending on the language and which do not.
4183
4184Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4185
4186 * remote.texi (NetWare): Changed example to use BOARD= instead of
4187 NODE= argument to reflect correspoding change to gdbserve.nlm.
4188
4189Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4190
4191 * stabs.texinfo (Negative Type Numbers): Mention the fact that
4192 GDB, as well as AIX dbx, supports the size type attribute.
4193
4194Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4195
4196 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
4197
4198Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
4199
4200 * gdb.texinfo (Define): Document $arg0... arguments to commands,
4201 and new 'if' and 'while' commands.
4202
4203Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
4204
4205 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
4206
4207Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4208
4209 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
4210 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
4211 NetWare targets. Mostly stolen from the Server node.
4212
4213Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4214
4215 * gdb.texinfo (Setting): Talk about the language of a source file
4216 versus the working language. The old documentation did not match
4217 what GDB did.
4218
4219Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4220
4221 * stabs.texinfo (Source Files): Document N_SO used to mark the end
4222 of a source file.
4223
4224Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4225
4226 * gdb.texinfo (Processes): New node.
4227
4228Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
4229
4230 * remote.texi: Update documentation of set/show mipsfpu.
4231
3fc11d3e
JM
4232Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
4233
4234 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
4235 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
4236
4237Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
4238
4239 * gdbint.texinfo: Removed mentions of some incorrectly placed and
4240 obsolete conditionals, described some others.
4241
4242Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4243
4244 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
4245 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
4246
4247Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
4248
4249 * gdbint.texinfo: Put regex conditionals in their own table.
4250
4251Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
4252
4253 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
4254 described or fixed the descriptions of many others.
4255
4256Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
4257
4258 * gdb.texinfo: Add some more credits.
4259 * gdbint.texinfo: Capitalize GDB consistently, describe some
4260 macros and remove some.
4261
4262Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
4263
4264 * gdbint.texinfo: Removed mentions of many incorrectly placed and
4265 obsolete conditionals, described some others.
4266
4267Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4268
4269 * gdb.texinfo (help targets): Changed to `help target', which
4270 is the correct gdb command.
4271
4272Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4273
4274 * annotate.texi (TODO): New node, for keeping track of annotations
4275 suggested but not yet implemented.
4276
4277Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4278
4279 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
4280 another symbol, it is not the address itself.
4281
4282Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
4283
4284 * stabs.texinfo (Stab Section Basics): Add comment about alignment
4285 of stabs-in-coff sections.
4286
4287Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4288
4289 * annotate.texi: Change edition to 0.5 and date to May 1994.
4290 Add index.
4291 (Frames): New node, for frame annotation.
4292 (Displays): New node, for display annotation.
4293
4294 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
4295 when waiting for your program to stop.
4296
4297Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4298
4299 * annotate.texi (Breakpoint Info): Document annotation of header
4300 fields and record annotation.
4301
4302Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4303
4304 * annotate.texi: New file, to document annotations.
4305
4306Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4307
4308 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
4309 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
4310
4311Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4312
4313 * stabs.texinfo (Stab Section Basics): Say what is in .stab
4314 section, and say n_strx field is compilation unit relative.
4315 * stabs.texinfo: Don't use @code for a.out when it is the name of
4316 an object file format.
4317
4318Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4319
4320 * gdb.texinfo: Refer to file names, not path names, per rms
4321 convention.
4322 (Arguments): Fix typo.
4323
4324Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4325
4326 * stabs.texinfo (Global Variables): Talk about stabs in files
4327 where variables are referenced, but not defined.
4328
4329Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4330
4331 * stabs.texinfo: Move stuff on @ and # type descriptors from node
4332 Cplusplus to new nodes Member Type Descriptor and Method Type
4333 Descriptor. Re-write stuff for #.
4334
4335Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4336
4337 * gdb.texinfo (Print Settings): Don't document "set print
4338 fast-symbolic-addr off". The bug which it worked around was fixed
4339 on 25 Feb 94 in coffread.c, so I'm nuking the command.
4340
4341 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
4342 N_ENTRY node.
4343
4344 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
4345
4346Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4347
4348 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
4349 references to ieee-float.c.
4350
4351Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4352
4353 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
4354 match what the code actually does.
4355
4356Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4357
4358 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
4359
4360Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4361
4362 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
4363 i, and b.
4364
4365Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
4366
4367 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
4368 well as for ELF and SOM. Unify the descriptions of ELF and SOM
4369 as "stabs in sections" rather than just saying "ELF and SOM".
4370 Also make that stuff apply to COFF.
4371
4372Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4373
4374 * gdb.texinfo (Formatting Documentation): Change GhostScript to
4375 Ghostscript.
4376
4377Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4378
4379 * gdb.texinfo (Continuing and Stepping): When talking about "step"
4380 versus functions without line numbers, also mention stepping into
4381 them as well as "step" when you are in them. Tell the user how to
4382 deal with the situation. Add comment about "debugging information".
4383
4384Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4385
4386 * stabs.texinfo (Enumerations): Document restriction on where
4387 enumeration types can appear and still win with GDB.
4388
4389Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4390
4391 * stabs.texinfo (Negative Type Numbers): Document format for type
4392 -16.
4393
4394Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4395
4396 * gdb.texinfo (Selection, Frame Info): Update information about
4397 arbitrary frame specficiations.
4398
4399Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
4400
4401 * gdb.texinfo, remote.texi: general editing pass prior to Net release
4402
4403Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4404
4405 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
4406
4407Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4408
4409 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
4410
4411Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4412
4413 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
4414 Differences node to Statics node.
4415 (Statics): Discuss XCOFF use of V symbol descriptor.
4416
4417 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
4418 not clean.
4419
4420Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
4421
4422 * gdb.texinfo (Print Settings): Document `set print
4423 fast-symbolic-addr' and improve the doc for some other
4424 `set print's.
4425
4426Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4427
4428 * stabs.texinfo (String Field): Talk about defining several type
4429 numbers at once.
4430 Fix lint regarding changing node ELF Transformations to
4431 ELF and SOM Transformations.
4432
4433Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
4434
4435 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
4436
4437Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4438
4439 * stabs.texinfo (Cross-References): `::' is for nested types only
4440 within <>.
4441 (Structures): Document static members.
4442
4443Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4444
4445 * stabs.texinfo: Document S type attribute.
4446
4447Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4448
4449 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
4450
4451Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
4452
4453 * gdbint.texinfo: Fix a few typos.
4454
4455Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4456
4457 * gdb.texinfo, remote.texi: formatting improvements
4458
4459 * gdb.texinfo (New Features): mention threads.
4460 (Summary, C): fix xrefs in newly contributed text.
4461 (Threads): index entries, clarifications, example
4462 (passim): minor typos fixed, phrasing improvements
4463
4464 * remote.texi (Bootstrapping): rephrase text on ^C and add index
4465 entries; (Server): explain use of gdbserver w/real-time systems,
4466 add example of conflicting TCP port; (MIPS Remote) break up
4467 running text into table, highlighting commands, and add example.
a9331b3f 4468
c906108c
SS
4469Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4470
4471 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
4472
4473Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4474
4475 * stabs.texinfo (Nested Symbols): New node.
4476 (String Field, Symbol Descriptors, Cross-References): Refer to it.
4477
4478Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4479
4480 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
4481 to picking which Bbss.bss symbol to use, and (because there seems to
4482 be no good way of doing it) re-write some of the text to make it
4483 sound like Bbss.bss isn't such a great idea after all (as currently
4484 designed).
4485
4486 * gdb.texinfo (C): In addition to saying people have to use g++ for
4487 good results, say they have to use stabs. Specifically say cfront
4488 doesn't work well.
4489 (Summary): Merge in information on Modula-2, Pascal, and Chill from
4490 the gdb README. Add xrefs to places where the support for the various
4491 languages is described in detail.
4492
4493Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4494
4495 * stabs.texinfo: Clean up stuff about visibility and virtual
4496 characters.
4497
4498 * stabs.texinfo (N_M2C): Cite Sun doc.
4499
4500Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4501
4502 * gdb.texinfo: updates re threads.
4503 * remote.texinfo: avoid index entries starting with digits.
4504
4505Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4506
4507 * stabs.texinfo (Enumerations): Talk about large, negative and
4508 octal values. Clean up cross reference to type attributes.
4509 (String Field): Say that GDB 4.11 supports size attribute.
4510
4511Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4512
4513 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
4514 is a mandatory step. Make the stuff about that more concise.
4515
4516Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4517
4518 * stabs.texinfo (Class Names): New node.
4519
4520 * gdb.texinfo (Command Files): Explain order of init file reading.
4521
4522 * remote.texi (Bootstrapping): Talk about getting the serial driver
4523 to deal with ^C sent by gdb to stop the remote system.
4524
4525Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
4526
4527 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
4528
4529 * libgdb.texinfo (Defining Commands): made the DOC arg
4530 to gdb_define_app_command a char * instead of char **
4531 per a suggestion from kingdon.
4532
4533 * libgdb.texinfo: total rewrite from a different starting
4534 premise.
4535
4536Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4537
4538 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
4539 floats passed as doubles (to improve clarity).
4540
4541Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4542
4543 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
4544
4545 * a4rc.sed: update to work with Andreas Vogel papersize params
4546
4547 * refcard.tex: use Andreas Vogel simplifications of papersize
4548 params; remove useless version info; update copyright date.
4549
4550Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4551
4552 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
4553
4554Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4555
4556 * gdb.texinfo (Files): Say what address the load command loads it at.
4557
4558 * stabs.texinfo (Common Blocks): Minor cleanups.
4559
4560 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
4561 that Sun has backed away from the linker kludge and thus the relevant
4562 issue is changes to the SunPRO tools, not the Solaris linker.
4563
4564 * stabs.texinfo (Traditional Integer Types): Clean up description
4565 of octal bounds a little bit. Document extra leading zeroes.
4566
4567Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4568
4569 * gdb.texinfo (Signaling): Update for symbolic symbol names
4570 and add a section explaining the difference between the GDB
4571 signal command and the shell kill utility.
4572
4573Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
4574
4575 * libgdb.texinfo: added `@' to braces that were unescaped.
4576
4577Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
4578
4579 * libgdb.texinfo: new file. Spec for the gdb library.
4580
4581Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4582
4583 * stabs.texinfo (Include Files): Fix typo (start -> end).
4584
4585Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4586
4587 * gdb.texinfo, remote.texi: assorted small improvements, mostly
4588 from Melissa at FSF's editing pass.
4589
4590Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4591
4592 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
4593 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
4594 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
4595
4596Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4597
4598 * remote.texi (Bootstrapping): Discuss 386 call gates.
4599
4600Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
4601
4602 * stabs.texinfo (Based Variables): New node.
4603
4604Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
4605
4606 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
4607 names, sizes, and formats to suggest how not to lose.
4608
4609Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
4610
4611 * stabs.texinfo (Methods): Fix typo.
4612
4613Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4614
4615 * gdb.texinfo: Fix a few typos.
4616
4617Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4618
4619 * gdb.texinfo: Clarify how well it works with Fortran.
4620
4621 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
4622 More on relocating stabs in ELF files.
4623
4624Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4625
4626 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
4627
4628Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4629
4630 * stabs.texinfo (Local Variable Parameters): Talk about nameless
4631 parameters on VAX.
4632
4633Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4634
4635 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
4636
4637Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4638
4639 * stabs.texinfo: Make info author notice match the TeX author notice.
4640
4641Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4642
4643 * stabs.texinfo: Initial-caps all words in node names and
4644 non-trivial words in section names.
4645
4646Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4647
4648 * stabs.texinfo: Many minor cleanups.
4649
4650 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
4651
4652Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
4653
4654 * stabs.texinfo: Remove full description of big example.
4655 It's not really helpful; just use pieces of it where appropriate.
4656 Add more Texinfo formatting directives (@samp, etc.).
4657 Use @deffn to define stab types.
4658 Eliminate some wordiness. Break up some nodes.
4659 Add an (alphabetized) index of symbol types.
4660 Use consistent capitalization style in node and section names.
4661
4662Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
4663
4664 * gdb.texinfo: Change typo "Two two" to "The two".
4665
4666Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4667
4668 * stabs.texinfo (XCOFF-differences): Remove references to
4669 non-existent types N_DECL and N_RPSYM.
4670
4671 * stabs.texinfo (String Field): Say that type attributes bug is
4672 fixed in GDB 4.10, since it is.
4673
4674 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
4675
4676Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
4677
4678 * stabs.texinfo: Formatting cleanups.
4679
4680Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4681
4682 * stabs.texinfo: When explaining the n_type of a stab, standardize
4683 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
4684 no tabs, use @r).
4685 (Global Variables): Clean up.
4686
4687Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4688
4689 * stabs.texinfo (Stack Variables): Re-write.
4690
4691Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4692
4693 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
4694 addresses of a source file. Also revise formatting.
4695 Change "object module" or "object file" to "source file".
4696 Various: Miscellaneous cleanups.
4697
4698Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4699
4700 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
4701
4702Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
4703
4704 * gdbint.texinfo: Removed many nonsensical machine-collected
4705 host and target conditionals, described some of the remainder.
4706
4707Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4708
4709 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
4710
4711 * gdbint.texinfo (Top): Add name to @top line, and re-write the
4712 paragraph which follows.
4713
4714 * gdbint.texinfo (Host): Use @code not @samp for Makefile
4715 variables. Looks better and avoids overful hbox.
4716
4717Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4718
4719 * stabs.texinfo (Procedures): Improve stuff on nested functions.
4720
4721Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4722
4723 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
4724 retransmit-timeout
4725
4726Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4727
4728 * gdbint.texinfo: Update statement about `some ancient Unix
4729 systems, like Ultrix 4.0' to Ultrix 4.2.
4730
4731Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
4732
4733 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
4734
4735 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
4736
4737 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
4738 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
4739
4740 * remote.texi: new name for former gdbinv-s.texi
4741
4742 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
4743
4744Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
4745
4746 * gdbinv-s.texi: Documented timeout and retransmit-timeout
4747 variables for MIPS remote debugging protocol.
4748
4749Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4750
4751 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
4752
4753Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
4754
4755 * Makefile.in (refcard.dvi): Use srcdir where necessary.
4756
4757Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
4758
4759 * gdb.texinfo: repair conditional bugs in text markup
4760
4761Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4762
4763 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
4764 to select Modula-2 material.
4765
4766Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4767
4768 * stabs.texinfo: Cleanups regarding statics.
4769
4770 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
4771 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
4772
4773Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4774
4775 * stabs.texinfo: N_MAIN is sometimes used for C.
4776
4777Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4778
4779 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
4780
4781Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
4782
4783 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 4784 removed from the code by Kingdon.
c906108c
SS
4785
4786Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4787
4788 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
4789 input when evaluating breakpoint conditions; the bug has been fixed.
4790
4791 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
4792 sets the ignore count to N-1, not to N.
4793
4794Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4795
4796 * refcard.tex (\hoffset): correct longstanding error to match
4797 intended offset; avoids cutting off edge on some printers
4798
4799Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4800
4801 * stabs.texinfo (Parameters): Say that order of stabs is significant.
4802
4803Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4804
4805 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
4806
4807Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4808
4809 * Makefile.in: (REFEDITS) new var to control whether PS or CM
4810 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
4811 collect sed edits if any, apply to refcard before formatting;
4812 (refcard.ps) stop implying PS fonts if PS output requested;
4813 (lrefcard.ps) delete extra target for variant PS fonts
4814
4815 * refcard.tex: parametrize papersize dependent info, collect
4816 in easily replaced spot
4817
4818 * a4rc.sed: new file, edits to refcard for A4 paper
4819
4820Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4821
4822 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
4823
4824Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4825
4826 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
4827
4828Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4829
4830 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
4831 politely rather than rudely.
4832
4833Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4834
4835 * stabs.texinfo: Document common blocks.
4836
4837Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
4838
4839 * stabs.texinfo: Add some basic info about stabs-in-elf.
4840
4841Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4842
4843 * stabs.texinfo (Top): Minor cleanup.
4844
4845Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
4846
4847 * Makefile.in (install-info): remove parentdir support
4848
4849Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4850
4851 * gdb.texinfo (Copying): delete this node and references to it;
4852 RMS says this manual need not carry GPL. (passim): Improvements
4853 from last round at FSF, largely due to Ian Taylor review, and
4854 minor formatting improvements.
4855
4856 * gdbinv-s.texi (passim): Improvements from last round at FSF,
4857 largely due to Ian Taylor review. (Debug Session): minor edits to
4858 new text.
4859
4860Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
4861
4862 * Makefile.in (realclean): Remove info and dvi files too.
4863
4864Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
4865
4866 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
4867 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
4868 * gdb.texinfo: Change accordingly.
4869
4870 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
4871 N_{L,R}BRAC,N_SLINE are relative to.
4872
4873Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
4874
4875 * Makefile.in (GDBvn.texi): Update atomically.
4876
4877Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
4878
4879 * gdbinv-s.texi (Debug Session): Document exceptionHook.
4880
4881Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
4882
4883 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
4884 addresses together. Also motivate the set print symbol-filename
4885 command and suggest other solutions.
4886
4887Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
4888
4889 * gdb.texinfo (set print elements): Note that the number of
4890 elements is set to unlimited by "set print elements 0".
4891
4892Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
4893
4894 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
4895 NF_LDOUBLE means.
4896 (Stab Types): Include Solaris stab types.
4897 (Procedures): Document Solaris extensions.
4898
4899Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4900
4901 * gdb.texinfo: Add `set print symbol-filename' doc.
4902
4903Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4904
4905 * stabs.texinfo (Arrays): Talk about type definition vs. type
4906 information.
4907
4908 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
4909 the trailing semicolon.
4910
4911Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4912
4913 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
4914 and merge in other parts of the document addressing these subjects.
4915 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
4916
4917 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
4918 at the end of a range type.
4919
4920 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
4921 AIX extensions.
4922
4923Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4924
4925 * stabs.texinfo (Stabs Format): Misc fixes.
4926
4927Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4928
4929 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
4930 (Traditional builtin types): Document convex convention for long long.
4931 (Negative builtin types): Discuss type names, and misc fixes.
4932
4933Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4934
4935 * stabs.texinfo (Builtin Type Descriptors): Document the floating
4936 point types used with @samp{R} type descriptor.
4937 (Symbol Descriptors): Describe how to handle conflict between
4938 different meanings of @samp{P} symbol descriptor.
4939
4940Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4941
4942 * stabs.texinfo: Remove node Quick Reference and put its children
4943 directly under the main menu.
4944
4945 * stabs.texinfo: Many more changes to bring it into line with
4946 AIX documentation and reality. I think it now has all the
4947 information from the AIX documentation, except that I burned
4948 out when I got to variant records (Pascal and Modula-2) and
4949 all the COBOL types. Oh well, we can add them later when we're
4950 worrying more about those languages.
4951
4952 * stabs.texinfo (Automatic variables): Talk about what it means
4953 to omit the symbol descriptor.
4954
4955Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4956
4957 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
4958 gcc2 behavior with promoted args.
4959
4960Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4961
4962 * gdb.texinfo: include readline appendices in info version of manual
4963
4964Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4965
4966 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
4967 target remote.
4968
4969 * gdb.texinfo (Machine Code): more index entries for disassemble
4970
4971Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
4972
4973 * Clarify the intended use of the gdb-testers and gdb-patches
4974 mailing lists, and shrink gzip comment.
4975
4976Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4977
4978 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
4979 DOSHOST configuration of manual.
4980
4981 * gdb.texinfo (MIPS Stack): new node.
4982
4983 * all-config.texi (MIPS) new switch.
4984
4985 * gdbinv-s.texi (Nindy Options) Remove two instances of future
4986 tense; (MIPS Remote) new node.
4987
4988 * gdb.texinfo (passim) rephrases to work around makeinfo @value
4989 bug; (Environment) less passive, other small cleanups in text about
4990 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
4991 (Remote) new MIPS Remote menu entry.
4992
4993Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
4994
4995 * stabs.texinfo: Many changes to include information from the
4996 AIX documentation.
4997
4998 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
4999
5000Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5001
5002 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5003 Move a bunch of information from ../README.
5004 (Getting Started): New node.
5005
5006Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5007
5008 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5009
5010 * gdb.texinfo: advance manual revision dates to present
5011
5012 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5013 stop using silly Roman numerals in @set variable names
5014
5015Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5016
5017 * stabs.texinfo (Parameters): Keep trying to get this right.
5018
5019Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5020
5021 * stabs.texinfo (Parameters): More on "local parameters".
5022
5023Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5024
5025 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5026
5027Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5028
5029 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5030 (Parameters): Rewrite.
5031 (xcoff-differences, Sun-differences): Minor changes.
5032
5033Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5034
5035 * stabs.texinfo: Minor cleanup.
5036
5037Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5038
5039 * gdbint.texinfo: Minor xcoff stuff.
5040
5041Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5042
5043 * gdbint.texinfo: Update for new config directory structure.
5044 Add info about internal type data structures.
5045
5046Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5047
5048 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5049 $(srcdir).
5050 (gdb-config.texi): Depend on file in $(srcdir).
5051
5052Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5053
5054 * stabs.texinfo: Fixes about N_SO.
5055
5056Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5057
5058 * gdb.texinfo: include list of nonstandard init file names
5059
5060 * *-config.texi: new switch GENERIC for text that applies *only*
5061 to (usual) multiple-target version of manual
5062
5063 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5064 h8 config
5065
5066 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5067 in menus (rather than conditionally selected multiple alternative
5068 menus).
5069
5070 * Makefile.in: define and use DOC_CONFIG var to select
5071 configuration for GDB user manual.
5072
5073 * gdb-config.texi: delete from repository, generate from Makefile.
5074
5075 * all-config.texi: normal `generic' configuration file, formerly
5076 stored as gdb-config.texi
5077
5078Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5079
5080 * Makefile.in: add dvi target to build all .dvi files
5081
5082Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5083
5084 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5085
5086Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
5087
5088 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5089 host conditionals.
5090 * stabs.texinfo: More array fixes inspired by Jim's.
5091
5092Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
5093
5094 * stabs.texinfo: Fixes re arrays and continuations.
5095
5096 * gdbint.texinfo: Add XCOFF node.
5097
5098Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
5099
5100 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
5101
5102Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5103
5104 * stabs.texinfo: Fix for array types to mention lower bounds.
5105
5106Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
5107
5108 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
5109
5110Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
5111
5112 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
5113
5114Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
5115
5116 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
5117 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5118
5119Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
5120
5121 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
5122
5123Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5124
5125 * gdb.texinfo, gdbinv-s.texi: misc updates
5126
5127Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
5128
5129 * gdbint.texinfo: Brief documentation for longjmp support,
5130 from an email msg by Stu.
5131
5132Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
5133
5134 * stabs.texinfo: Fix description of floating point "range"
5135 types (which really define basic types). Reported by Jim Meehan,
5136 <meehan@src.dec.com>.
5137
5138 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5139
5140Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
5141
5142 * gdbint.texinfo: Slightly expand section on supporting a new
5143 object file format.
5144
5145Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
5146
5147 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
5148 intermediate file.
5149
5150Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5151
5152 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5153
5154Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5155
5156 * gdbinv-s.texi: z8000 simulator target name is just "sim"
5157
5158 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
5159 as well as Z8002.
5160
5161Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
5162
5163 * gdbint.texinfo: Add sections on clean design and on how to send
5164 in changes.
5165
5166Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
5167
5168 * gdbint.texinfo: Add how to declare the result of make_cleanup.
5169
5170Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
5171
5172 * gdb.texinfo: Fix typo, reported by Karl Berry.
5173
5174Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
5175
5176 * gdb.texinfo: Add opcodes dir to GDB distribution description.
5177
5178Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5179
5180 * gdbint.texinfo: fixed a stray email address (needs @@),
5181 added @table @code to node "Native Conditionals"
5182
5183Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
5184
5185 * gdbint.texinfo: Describe coding style of GDB.
5186
5187Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
5188
5189 * stabs.texinfo: Minor wording changes.
5190
5191Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
5192
5193 * gdbint.texinfo: Improve release doc slightly.
5194
5195Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
5196
5197 * gdbint.texinfo: Improve doc of GDB config macros.
5198
5199Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
5200
5201 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
5202 These will be reinserted when examined.
5203
5204Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
5205
5206 * gdbint.texinfo: Make a start at documenting all the #if macros
5207 in GDB. At least list them all, and start separating them into
5208 host-specific and target-specific.
5209
5210Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5211
5212 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 5213 examples (not consistent w others).
c906108c
SS
5214 gdb.texinfo: issue disclaimer paragraph on cmdline options only
5215 for generic vn of doc
5216
5217Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
5218
5219 * Makefile.in: always create installation directories.
5220
5221Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5222
5223 * gdb.texinfo: in h8 config, do not describe searching commands.
5224
5225Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5226
5227 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
5228 conditionals; introduce a few generic switches that may be
5229 useful for other cross-dev or dos-hosted configs.
5230
5231 * gdb.texinfo: fix typo in "info reg" description
5232
5233Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
5234
5235 * stabs.texinfo: Minor updates from running TeX over it.
5236 * Makefile.in (stabs.dvi, stabs.ps): Add.
5237
5238Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
5239
5240 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
5241 First pass at converting it to texinfo.
5242
5243Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
5244
5245 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
5246 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
5247
5248Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
5249
5250 * gdbint.texinfo: Add section on partial symbol tables.
5251
5252Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
5253
5254 * gdb.texinfo: document `set remotedebug' and `set
5255 rstack_high_address'.
5256
5257Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5258
5259 * gdb.texinfo: slight expansion of new text on reading info files
5260 * gdbinv-s.m4.in: correct and expand info on cross-debugging
5261 H8/300 from DOS.
5262
5263Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
5264
5265 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
5266
5267Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
5268
5269 * gdb.texinfo: Say how to read the `info' files.
5270
5271Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
5272
5273 * Makefile.in: gm4 -> m4.
5274
5275Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
5276
5277 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
5278 Documentation' ahead of `Installing GDB' to match README.
5279 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 5280 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
5281
5282Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
5283
5284 * Makefile.in: remove $(srcdir) from gdb.info rule.
5285
5286Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5287
5288 * Makefile.in: commented out gdb-all.texinfo rule. This is
5289 temporary.
5290
5291Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
5292
5293 * Makefile.in, configure.in: removed traces of namesubdir,
5294 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
5295 copyrights to '92, changed some from Cygnus to FSF.
5296
5297Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
5298
5299 * gdb.texinfo: Improve how we ask for bug reports.
5300
5301Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5302
5303 * Makefile.in: infodir belongs in datadir.
5304
5305Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5306
5307 * Makefile.in: remove spaces following hyphens, bsd make can't
5308 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 5309 standards.text support.
c906108c
SS
5310
5311Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5312
5313 * Makefile.in: idestdir and ddestdir go away. Added copyrights
5314 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
5315 and mandir now keyed off datadir by default.
5316
5317\f
5318Local Variables:
9e9c5ae7 5319mode: change-log
c906108c
SS
5320left-margin: 8
5321fill-column: 74
5322version-control: never
5323End:
This page took 0.750943 seconds and 4 git commands to generate.