* gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
d3bdde98
JB
12007-08-20 Jim Blandy <jimb@codesourcery.com>
2
3 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4 don't break a @var across a line.
5
c80a96a8
MR
62007-07-25 Maciej W. Rozycki <macro@mips.com>
7
8 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
9 for include files.
10
5824a901
NR
112007-07-12 Nick Roberts <nickrob@snap.net.nz>
12
13 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
14 in annotate.texinfo.
15 (Command History): Link to new node.
16
d52e7ea3
UW
172007-07-05 Markus Deuling <deuling@de.ibm.com>
18
19 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
20
5fc14d0a
EZ
212007-07-05 Eli Zaretskii <eliz@gnu.org>
22
23 * gdbint.texinfo (Target Conditionals): Fix last change.
24
4a9bb1df
UW
252007-07-03 Markus Deuling <deuling@de.ibm.com>
26
27 * gdb.texinfo: Replace following macros by their appropriate gdbarch
28 routines:
29 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
30 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
31 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
32 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
33 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
34 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
35 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
36 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
37 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
38 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
39 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
40 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
41 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
42 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
43 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
44 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
45 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
46 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
47 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
48 (SOFTWARE_SINGLE_STEP_P)
49
50 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
51 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
52
53 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
54 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
55 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
56 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
57 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
58 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
59 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
60 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
61 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
62 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
63
64 (Converting an existing Target Architecture to Multi-arch): Remove
65 section.
66
67 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
68 (gdbarch_addr_bits_remove): Add code example.
69
70 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
71
cfa9d6d9
DJ
722007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
73
74 * gdb.texinfo (Remote Configuration): Document library-info-packet.
75 Add other missing entries. Adjust the table size to fit.
76 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
77 stop reasons including the new "library" event.
78 (General Query Packets): Adjust table widths for qSupported. Mention
79 qXfer:libraries:read reply to qSupported and document the new packet.
80 (Library List Format): New section.
81
159fcc13
JK
822007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
85
f66d1690
MS
862007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
87
88 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
89
67102876
NR
902007-06-25 Nick Roberts <nickrob@snap.net.nz>
91
92 * gdbint.texinfo (Register and Memory Data): Break sections
93 into nodes and add a menu.
94
a4642986
MR
952007-06-21 Maciej W. Rozycki <macro@mips.com>
96
97 * gdb.texinfo (Examining Memory): Document the new behaviour.
98
e9c17194
VP
992007-06-21 Vladimir Prus <vladimir@codesourcery.com>
100
101 * gdb.texinfo (Standard Target Features): Document
102 m68k features.
103
31d99776
DJ
1042007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * gdb.texinfo (General Query Packets): Document qOffsets changes.
107
1780a0ed
DJ
1082007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
109
110 * gdb.texinfo (Target Description Format): Add version attribute
111 for <target>.
112
822b6570
DJ
1132007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
114
115 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
116
f8b73d13
DJ
1172007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
118
119 * gdb.texinfo (MIPS Features): New subsection.
120
0e7f50da
UW
1212007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
122 Markus Deuling <deuling@de.ibm.com>
123
124 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
125 and qXfer:spu:write packets and mention them under qSupported.
126
23d964e7
UW
1272007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
128 Markus Deuling <deuling@de.ibm.com>
129
130 * gdb.texinfo (Architectures): Add new SPU section to document
131 Cell Broadband Engine SPU architecture specific commands.
132
9f708cb2
VP
1332007-06-09 Vladimir Prus <vladimir@codesourcery.com>
134
135 * gdb.texinfo (GDB/MI Variable Objects): Editorial
136 comments.
137
7579b5f8
NR
1382007-06-07 Nick Roberts <nickrob@snap.net.nz>
139
140 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
141
bf06d120
JB
1422007-05-29 Jim Blandy <jimb@codesourcery.com>
143
144 * gdb.texinfo (Overview): Doc fix.
145
23776285
MR
1462007-05-22 Maciej W. Rozycki <macro@mips.com>
147
148 * gdb.texinfo (Remote Configuration): Document "set/show
149 remoteflow".
150
1a69e1e4
DJ
1512007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
152
bf06d120
JB
153 * gdb.texinfo (MIPS): Remove documentation for set mips
154 saved-gpreg-size, show mips saved-gpreg-size, and set mips
155 stack-arg-size.
1a69e1e4 156
46ba6afa
BW
1572007-05-14 Bob Wilson <bob.wilson@acm.org>
158
159 * all-cfg.texi (GDBTUI): New.
160 * gdb.texinfo (Mode Options): Use GDBTUI variable.
161 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
162 (TUI Configuration): Edit to improve clarity and fix problems of
163 both style and content.
164
06d3b283
UW
1652007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
166
167 * observer.texi (GDB Observers): New observer "new_objfile".
168
179101d6
UW
1692007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
170
171 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
172
25d5ea92
VP
1732007-04-14 Vladimir Prus <vladimir@codesourcery.com>
174
175 * gdb.texinfo (GDB/MI Variable Objects): Document
176 frozen variables objects.
177
ea35711c
DJ
1782007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
179
180 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
181 (Character Sets, Caching Data of Remote Targets): Likewise.
182 (Targets): Delete Remote node. Move its text...
183 (Debugging Remote Programs): ...to here. Delete description
184 of the "remote" command.
185 (Remote configuration): Delete description of "set remotedevice"
186 and "show remotedevice".
187 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
188
db2e3e2e
BW
1892007-04-11 Bob Wilson <bob.wilson@acm.org>
190
191 * gdb.texinfo (Contributors, Continuing and Stepping)
192 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
193 (General Query Packets, File-I/O Remote Protocol Extension)
194 (Protocol Basics, The F Reply Packet, Write)
195 (Protocol-specific Representation of Datatypes, Memory Transfer):
196 Fix hyphenation, punctuation and grammar problems.
197 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
198 'section' instead of 'subsection' in the text.
199 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
200 (i386): Remove period from section name.
201 (Installing GDB, Requirements, Running Configure, Separate Objdir)
202 (Config Names, Configure Options): Use @file{configure}.
203
8a3dae3e
DJ
2042007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
205
206 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
207 and tab expansion.
208
1a92f856
DJ
2092007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
210
211 * gdbint.texinfo (SOM): Correct location of the SOM reader.
212
79a6e687
BW
2132007-04-02 Bob Wilson <bob.wilson@acm.org>
214
215 * gdb.texinfo: Consistently capitalize all significant words in
216 node names, chapter titles, section titles, and headings. Update
217 cross references to match.
218 (Starting and Stopping Trace Experiment): Make node name plural.
219 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
220
ad527d2e
PA
2212007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
222
223 * gdb.texinfo (WinCE): Delete obsolete subsection.
224
7ce59000
DJ
2252007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
226
227 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
228 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
229 references.
230
8807d78b
DJ
2312007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
232
233 * gdb.texinfo (Startup): Delete references to some alternate
234 names for .gdbinit.
235 (Thread): Remove LynxOS reference.
236 (Tandem ST2000): Delete target-specific documentation.
237 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
238 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
239 and GDB_OSABI_LYNXOS.
240
5f402660
UW
2412007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
242
243 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
244
bac718a6
UW
2452007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
246
247 * gdbint.texinfo (Target Conditionals): Remove mention of
248 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
249 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
250
9453113a
DJ
2512007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
252
253 * Makefile.in: Add "pdfdir" installation
254 directory, PDFTEX macro, support for "install-pdf" target,
255 and rules for making a pdf version of refcard.texi.
256 * refcard.tex: Specify paper size for PDF output.
257
ae21e955
BW
2582007-03-26 Bob Wilson <bob.wilson@acm.org>
259
260 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
261
3f94c067
BW
2622007-03-26 Bob Wilson <bob.wilson@acm.org>
263
264 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
265 (Source Path, Character Sets, Macros, Define)
266 (GDB/MI Result Records, GDB/MI Simple Examples)
267 (GDB/MI Program Execution, GDB/MI File Commands)
268 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
269 (Bug Reporting): Use @value{GCC}.
270
12c27660
BW
2712007-03-26 Bob Wilson <bob.wilson@acm.org>
272
273 * gdb.texinfo (Help): Fix formatting of examples.
274 (Variables): Use @ifnotinfo instead of @iftex.
275 (Non-debug DLL symbols): Use @ref instead of @pxref.
276 (Sparclet File): Use @samp instead of quotes.
277
ce9341a1
BW
2782007-03-26 Bob Wilson <bob.wilson@acm.org>
279
280 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
281
c8f4133a
BW
2822007-03-26 Bob Wilson <bob.wilson@acm.org>
283
284 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
285 the order of the nodes.
286 (C Operators, C Constants, Debugging C): Remove extra menus.
287 (Method Names in Commands): Do not specify next/prev/up nodes.
288
2892007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
290
291 * gdb.texinfo (File Options): Add missing parenthesis.
292 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
293
c74d0ad8
DJ
2942007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
295
296 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
297
ff6f572f
DJ
2982007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
299
300 * src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
301 case insensitivity.
302 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
303
994337c3
NR
3042007-02-18 Nick Roberts <nickrob@snap.net.nz>
305
306 * gdb.texinfo (Top): Put Appendix A after numbered sections.
307 (Files): Add section name to argument list for pxref.
308 (Non-debug DLL symbols): Don't use `see' for pxref.
309 (Embedded Processors): Fix typo.
310 (GDB/MI Breakpoint Commands): Execution commands generate
311 *stopped not ^done.
312
eb819d70
NR
3132007-02-13 Nick Roberts <nickrob@snap.net.nz>
314
315 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
316 values for in_scope. Mention that only root variables can be
317 updated.
318 (GDB/MI Development and Front Ends): Explain new values may be
319 added to existing fields.
320
123dc839
DJ
3212007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
322
323 * gdb.texinfo (-target-disconnect): Use @smallexample.
324 (Requirements): Add anchor for Expat. Update description.
325 (Target Descriptions): Mention Expat.
326 (Target Description Format): Document new elements. Use
327 @smallexample.
328 (Predefined Target Types, Standard Target Features): New sections.
329 * doc/gdbint.texinfo (Target Descriptions): New section.
330
108546a0
DJ
3312007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
332
333 * gdb.texinfo (Target Description Format): Add section on XInclude.
334
95a98c01
NR
3352006-02-03 Nick Roberts <nickrob@snap.net.nz>
336
337 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
338 command -enable-timings.
339
f4b3909f
EZ
3402007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
341
342 * gdbint.texinfo (Operation System ABI Variant Handling): Update
343 descriptions for new/deleted elements in gdb_osabi. Add missing
344 description for function generic_elf_osabi_sniff_abi_tag_sections.
345
c7ba131e
JB
3462007-01-29 Joel Brobecker <brobecker@adacore.com>
347
348 * gdb.texinfo (Maintenance Commands): Add documentation for
349 the new "maint print target-stack" command.
350
3a60f64e
JK
3512007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
352 Eli Zaretskii <eliz@gnu.org>
353
f4b3909f 354 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 355
c582f8b6
EZ
3562007-01-26 Eli Zaretskii <eliz@gnu.org>
357
358 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
359 Use @value{NGCC} instead of @value{GCC}.
360
d3e8051b
EZ
3612007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
362
363 * agentexpr.texi: Fix typos.
364 * annotate.texinfo: Likewise.
365 * gdb.texinfo: Likewise.
366 * gdbint.texinfo: Likewise.
367 * observer.texi: Likewise.
368 * stabs.texinfo: Likewise.
369
86f04699
EZ
3702007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
371
372 * gdbint.texinfo (Support Libraries): Remove mmalloc
373 entry. Describe readline library.
374
23181151
DJ
3752007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
376
377 * gdb.texinfo (Target Descriptions): New section.
378 (General Query Packets): Add QPassSignals anchor. Mention
379 qXfer:features:read under qSupported. Expand mentions of
380 qXfer:memory-map:read and QPassSignals. Document
381 qXfer:features:read.
382
f822c95b
DJ
3832007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
384
385 * gdb.texinfo (Commands to specify files): Describe
386 "set sysroot" and "show sysroot".
387 (Using the `gdbserver' program): Lowercase argument
388 to @var. Expand description of setting up GDB on the
389 host.
390
8936fcda
JB
3912007-01-05 Joel Brobecker <brobecker@adacore.com>
392
393 * gdb.texinfo (Set Catchpoints): Add documentation for the new
394 catch exception, catch exception unhandled, and catch assert
395 commands.
396
e776119f
DJ
3972007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
398
399 * gdb.texinfo (Debugging Output): Document "set debug xml"
400 and "show debug xml".
401
aa79a185
DJ
4022007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
403
404 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
405
7f893741
JB
4062007-01-01 Joel Brobecker <brobecker@adacore.com>
407
408 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
409
a1b5960f
VP
4102006-12-08 Vladimir Prus <vladimir@codesourcery.com>
411
412 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
413 note in @ignore, to be removed later if nobody complains.
414
9f470e6e
NR
4152006-12-04 Nick Roberts <nickrob@snap.net.nz>
416
417 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
418 of -var-delete.
419
765dc015
VP
4202006-11-22 Vladimir Prus <vladimir@codesourcery.com>
421
422 * gdb.texinfo (Setting breakpoints): Document
423 automatic software/hardware breakpoint usage and
424 the "set breakpoint auto-hw" command.
425
4b5752d0
VP
4262006-11-21 Vladimir Prus <vladimir@codesourcery.com>
427
428 * gdb.texinfo (Memory Access Checking): New.
429
89be2091
DJ
4302006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
431
432 * gdb.texinfo (Remote configuration): Mention
433 "pass-signals-packet".
434 (General Query Packets): Document QPassSignals. Fix
435 a typo.
436
ca3bf3bd
DJ
4372006-11-14 Maxim Grigoriev <maxim@tensilica.com>
438
439 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
440
427c3a89
DJ
4412006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
442
443 * gdb.texinfo (Remote configuration): Rewrite documentation for
444 packet configuration commands.
445 (OS Information): Adjust reference to qXfer:auxv:read.
446 (General Query Packets): Remove references to read-aux-vector-packet
447 and set remote get-thread-local-storage-address.
448
7a107747
DJ
4492006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
450
451 * gdbint.texinfo (Target Architecture Definition): Add new
452 Initializing a New Architecture section.
453
1c56eb0e
EZ
4542006-10-31 David Taylor <dtaylor@emc.com>
455
456 * stabs.texinfo (Macro define and undefine): New node describing
457 stabs for #define and #undef.
458
f73adfeb
AS
4592006-10-27 Andreas Schwab <schwab@suse.de>
460
461 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
462
fd60e0df
EZ
4632006-10-21 Eli Zaretskii <eliz@gnu.org>
464
465 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
466 clarify on the possible meanings of ``expression'' watched by
467 watchpoints. Add indexing.
e5ac9b53
EZ
468 (Prompting, Errors, Invalidation, Annotations for Running)
469 (Source Annotations): Fix index entries by adding "annotation" to
470 them, to discriminate from index entries that point to the more
471 general topic descriptions.
fd60e0df 472
52bb452f
DJ
4732006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
474
475 * gdbint.texinfo (Target Vector Definition): Move most
476 content into Existing Targets. Add a menu.
477 (Existing Targets): New section, moved from Target Vector
478 Definition. Use @subsection.
479 (Managing Execution State): New section.
480
58955e58
BW
4812006-10-16 Bob Wilson <bob.wilson@acm.org>
482
483 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
484
c8aa23ab
EZ
4852006-10-15 Eli Zaretskii <eliz@gnu.org>
486
487 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
488 (Command Syntax, Signals, Backtrace, Connecting)
489 (Remote configuration, Renesas Boards, Console I/O): Fix last
490 change: use Ctrl- instead of C-, except wrt Emacs.
491 (File-I/O Examples): Put Ctrl-c in @kbd.
492 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
493 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
494 (Signals, Set Breaks, Set Watchpoints): Document optional
495 arguments to `info signals' `handle', `info breakpoints', and
496 `info watchpoints'.
c8aa23ab 497
e7109c7e
EZ
4982006-10-14 Eli Zaretskii <eliz@gnu.org>
499
500 * gdb.texinfo (Backtrace): Fix last change.
501
de3aea7b
NR
5022006-10-14 Nick Roberts <nickrob@snap.net.nz>
503
504 * gdb.texinfo (Backtrace): Order correctly and add other cases.
505
7f9087cb
BW
5062006-10-10 Bob Wilson <bob.wilson@acm.org>
507
c8aa23ab
EZ
508 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
509 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
510 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 511
68437a39
DJ
5122006-09-21 Vladimir Prus <vladimir@codesourcery.com>
513 Daniel Jacobowitz <dan@codesourcery.com>
514
515 * gdb.texinfo (Packets): Document vFlashErase,
516 vFlashWrite and vFlashDone packets.
517 (General Query Packets): Document qXfer:memory-map:read.
518 Add a new feature for qXfer:memory-map:read.
519 (Memory map format): New section.
520 (Target Commands): Mention that gdb can write flash.
521
fd79ecee
DJ
5222006-09-21 Vladimir Prus <vladimir@codesourcery.com>
523 Daniel Jacobowitz <dan@codesourcery.com>
524
525 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
526 memory regions and "mem auto".
527
350da6ee
DJ
5282006-09-21 Nathan Sidwell <nathan@codesourcery.com>
529
530 * gdbint.texinfo (Array Containers): New section.
531
2f1acb09
VP
5322006-09-17 Vladimir Prus <vladimir@codesourcery.com>
533
534 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
535 -stack-list-arguments HIGH_FRAME argument can be larger then the
536 actual number of frames.
537
2ab1eb7a
VP
5382006-09-07 Vladimir Prus <vladimir@codesourcery.com>
539
540 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
541 -stack-list-locals HIGH_FRAME argument can be larger then the
542 actual number of frames.
543
599b237a
BW
5442006-09-02 Bob Wilson <bob.wilson@acm.org>
545
546 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
547 Register Packet Format, Tracepoint Packets): Fix spelling errors.
548
25ab7e6d
EZ
5492006-09-02 Eli Zaretskii <eliz@gnu.org>
550
551 * gdbint.texinfo (Overall Structure): New section "Source Tree
552 Structure".
553
940178d3
JB
5542006-08-17 Jim Blandy <jimb@codesourcery.com>
555
556 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
557 responses.
558
30daae6c
JB
5592006-08-08 Joel Brobecker <brobecker@adacore.com>
560
561 * gdb.texinfo (Source Path): Add documentation for new
562 substitute-path commands.
563
7fa2210b
DJ
5642006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
565
566 * gdb.texinfo (Installing GDB): Update menu. Move text to...
567 (Running Configure): ...here.
568 (Requirements): New node. Mention expat.
569
3d00d119
DJ
5702006-08-08 Vladimir Prus <vladimir@codesourcery.com>
571
572 * gdb.texinfo (Target Commands): Remove
573 'set download-write-size' and 'show download-write-size'.
574
0cbfa4ee
DJ
5752006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
576
577 * stabs.texinfo (Member Type Descriptor): Correct example for
578 pointer to member types.
579
16026cd7
AS
5802006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
581
582 * gdb.texinfo (Optional warnings and messages): Add
583 'set/show trace-commands'.
584 (Command files): Add '-v' to source command.
585
0876f84a
DJ
5862006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
587
588 * gdb.texinfo (OS Information): Update qPart reference to
589 qXfer.
590 (Remote configuration): Likewise.
591 (Overview): Move @cindex to the start of a paragraph. Talk
592 about binary data encoding.
593 (Packets): Refer to the overview for the details of the X
594 packet encoding.
595 (General Query Packets): Remove qPart description. Add qXfer
596 description. Add an anchor to qSupported. Correct feature
597 table title. Add a new feature for qXfer:auxv:read.
598 (Interrupts): Add a missing parenthesis.
599
2ec3381a
DJ
6002006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
601
602 * doc/gdb.texinfo (KOD): Remove node.
603 (GDB/MI Kod Commands): Remove commented out node.
604
594fe323
EZ
6052006-07-01 Eli Zaretskii <eliz@gnu.org>
606
607 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
608 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
609 (GDB/MI Thread Commands, GDB/MI Program Execution)
610 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
611 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
612 (GDB/MI File Commands, GDB/MI Target Manipulation)
613 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
614 since the MI prompt is hard-wired into the code.
615
7e3fb70c
NR
6162006-07-01 Nick Roberts <nickrob@snap.net.nz>
617
618 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
619 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
620 (GDB/MI Data Manipulation): Remove description of unimplemented
621 display related commands as variable objects perform this function
622 and are superior: -display-delete, -display-disable,
623 -display-enable, -display-insert and -display-list. Move
624 -environment-cd, -environment-directory, -environment-path
625 and -environment-pwd to "Program Context".
626 (GDB/MI Program Control): Rename to "Program Execution". Move
627 -exec-arguments -exec-abort to...
628 (GDB/MI Program Context): ...here. New node split from "Data
629 Manipulation".
630
be2a5f71
DJ
6312006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
632
633 * gdb.texinfo (Remote configuration): Document set / show
634 remote supported-packets.
635 (General Query Packets): Document qSupported packet.
636
fc320d37
SL
6372006-06-10 Sandra Loosemore <sandra@codesourcery.com>
638
639 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
640 and font markup.
641 (Protocol basics): Likewise.
642 (The F request packet): Likewise.
643 (The F reply packet): Likewise.
644 (Memory transfer): Move this node to be a subsubsection of
645 "Protocol specific representation of datatypes".
646 (The Ctrl-C message): More copy editing.
647 (Console I/O): Likewise.
648 (The isatty call): Delete this node, and merge its content into
649 the "isatty" node. Fixed references elsewhere.
650 (The system call): Delete this node, and merge its content into
651 the "system" node. Fixed references elsewhere.
652 (open): Reformat to use @table, and add appropriate font markup.
653 (close): Likewise.
654 (read): Likewise.
655 (write): Likewise.
656 (lseek): Likewise.
657 (rename): Likewise.
658 (unlink): Likewise.
659 (stat/fstat): Likewise.
660 (gettimeofday): Likewise.
661 (isatty): Likewise.
662 (system): Likewise, plus minor changes to fix confusing wording.
663 (Integral datatypes): Fix font markup.
664 (Pointer values): Likewise.
665 (struct stat): Fix markup to use @table, plus minor copy editing.
666 (struct timeval): Fix font markup, plus minor copy editing.
667 (Constants): Minor copy editing.
668 (Errno values): Add font markup.
669 (File-I/O Examples): Likewise.
670
158fdf5c
NR
6712006-06-10 Nick Roberts <nickrob@snap.net.nz>
672
673 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
674 (GDB/MI Simple Examples): Move node up one level. Use real
675 examples.
676 (GDB/MI Compatibility with CLI): Update.
677 (GDB/MI Result Records): Add "connected" and "exit" result
678 classes.
679 (GDB/MI Stream Records): Clarify target output.
680 (GDB/MI Command Description Format): Modify example description.
681 (GDB/MI Breakpoint Table Commands): Rename to...
682 (GDB/MI Breakpoint Commands): ...this
683 (GDB/MI Breakpoint Commands): Add optional thread field.
684 (GDB/MI Program Control): Add an introduction. Move "Program
685 termination" examples into exec-run description.
686 (GDB/MI File Commands): Mention similar CLI commands.
687 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
688 is similar to "-gdb-version".
689
ddb50cd7
EZ
6902006-06-09 Eli Zaretskii <eliz@gnu.org>
691
692 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
693
2aef0d6b
NR
6942006-06-02 Nick Roberts <nickrob@snap.net.nz>
695
696 * gdb.texinfo (GDB/MI Development and Front Ends): Use
697 sourceware.org for mailing lists.
d5e40d59 698 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 699
383a5c52
NR
7002006-06-01 Nick Roberts <nickrob@snap.net.nz>
701
d5e40d59 702 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 703
e16b02ee
EZ
7042006-05-22 Eli Zaretskii <eliz@gnu.org>
705
706 * gdb.texinfo (Cygwin Native): Fix last change.
707
be90c084
CF
7082006-05-22 Christopher Faylor <cgf@timesys.com>
709
710 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
711
347ceba5
NR
7122006-05-15 Nick Roberts <nickrob@snap.net.nz>
713
714 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
715 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
716
369af7bd
DJ
7172006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
718
719 * gdb.texinfo (General Query Packets): Recommend not starting
720 new packets with qC and clarify.
721
2ffdbde8 7222006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
723
724 * gdb.texinfo (M2 Types): New section.
72019c9c 725
16d1a084
DJ
7262006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
727
728 * agentexpr.texi: Add a copyright and license notice.
729 * observer.texi: Likewise, with GPL clause for function prototypes.
730 Remove trailing whitespace.
731
aa56d27a
JB
7322006-05-05 Jim Blandy <jimb@codesourcery.com>
733
734 * gdb.texinfo (General Query Packets): Document conventions for
735 terminating packet names, and their violations.
736
5bdf8622
DJ
7372006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
738
739 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
740 * gdb.texinfo: Likewise.
741
605a56cb
DJ
7422006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
743
744 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
745 and "show remotedebug".
746 (Debugging Output): Add additional index entries.
747
b8db102d
MS
7482006-04-27 Michael Snyder <msnyder@redhat.com>
749
750 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
751
c5e30d01
AC
7522006-04-22 Andrew Cagney <cagney@redhat.com>
753
754 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
755 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
756
8181d85f
DJ
7572006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
758
759 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
760 and remove breakpoint prototypes.
761 (Watchpoints): Move description of target_insert_hw_breakpoint and
762 target_remove_hw_breakpoint ...
763 (Breakpoints): ... to here. Document target_insert_breakpoint and
764 target_remove_breakpoint.
765
4f553f88
JB
7662006-04-17 Jim Blandy <jimb@codesourcery.com>
767
768 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
769 and C packets are optional.
770
cd852561
FR
7712006-04-14 Frederic Riss <frederic.riss@st.com>
772
773 * gdb.texinfo (Specifying source directories): Update the description
774 of the source file search to reflect the fact that the source path
775 always contains at least $cdir and $cwd.
776
b620eb07
MS
7772006-03-31 Michael Snyder <msnyder@redhat.com>
778
779 * gdb.texinfo: Update copyright dates.
780
3156cdaf
EZ
7812006-03-31 Eli Zaretskii <eliz@gnu.org>
782
783 * gdb.texinfo (Overview): Add an index entry to "empty response".
784
7d30c22d
JB
7852006-03-28 Jim Blandy <jimb@codesourcery.com>
786
787 * gdbint.texinfo (Prologue Analysis): New section.
788
86941c27
JB
7892006-03-07 Jim Blandy <jimb@red-bean.com>
790
66b8c7f6
JB
791 * gdb.texinfo (Connecting): Document 'target remote pipe'.
792
1a10341b
JB
793 * gdb.texinfo (Target Commands): Update text describing how to
794 specify a target. Refer to the detailed section on remote
795 debugging, not the brief mention.
796
86941c27
JB
797 * gdb.texinfo (Connecting): Organize the different 'target remote'
798 connection methods into a table. Add a 'target remote' index
799 entry. (!!!)
800
62f3a2ba
FF
8012006-02-17 Fred Fish <fnf@specifix.com>
802
803 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
804 'ptype' commands to reflect the fact that the only significant
805 difference between them is that ptype prints the complete type
806 description instead of just the name.
807
8b9a88ea
WZ
8082006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
809
810 * gdbint.texinfo (Watchpoints): Delete
811 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
812
7e8dc855
NR
8132006-02-10 Nick Roberts <nickrob@snap.net.nz>
814
815 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
816 times fields where needed. Fix typos. Update general form given
817 for output of -break-insert.
818 (GDB/MI): Abbreviate some unnecessarily long fullnames.
819
c91d38aa
DJ
8202006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
821
822 * gdbint.texinfo (Symbol Handling): Add a section
823 on memory management.
824
38fcd64c
DJ
8252006-02-06 Vladimir Prus <ghost@cs.msu.su>
826
827 * gdb.texinfo (Breakpoint table commands): Document the fullname
828 field in -break-list output.
829
219eec71
EZ
8302006-02-03 Eli Zaretskii <eliz@gnu.org>
831
832 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
833 debugging information produced by the various "set debug..."
834 options.
835
ae5a43e0
DJ
8362006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
837
838 * gdb.texinfo (Files): Remove obsolete bits from the description
839 of "symbol-file".
840
a9f158ec
JB
8412006-01-25 Jim Blandy <jimb@redhat.com>
842
843 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
844
410dd08e
JB
8452006-01-24 Jim Blandy <jimb@redhat.com>
846
847 * gdbint.texinfo (Frames): Document the basics of GDB's register
848 unwinding model, and explain the existence of the "sentinel" frame.
849
4b505b12
AS
8502006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
851
852 * gdb.texinfo (Choosing files): Mention that -directory is used
853 for script files.
854 (Specifying source directories): Likewise.
855 (Command files): Explain how script files are found.
856
839c27b7
EZ
8572006-01-21 Eli Zaretskii <eliz@gnu.org>
858
859 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
860 the threads in a multi-threaded program.
861 (Threads): The threadno argument of "thread apply" can be a range
862 of numbers.
863
7be93b9e
JB
8642006-01-18 Jim Blandy <jimb@redhat.com>
865
866 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
867 of warning flags.
868
fcc73fe3
EZ
8692006-01-13 Eli Zaretskii <eliz@gnu.org>
870
871 * gdb.texinfo (Sequences): Improve menu annotations.
872 (Define): Add index entries for arguments of user-defined
873 commands. Move the description of flow-control commands...
874 (Command Files): ...to here. Document loop_break and
875 loop_continue.
ca91424e
EZ
876 (Define, Command Files): Document `end' and add index entries for
877 it.
fcc73fe3 878
5c95884b
MS
8792006-01-04 Michael Snyder <msnyder@redhat.com>
880
881 * gdb.texinfo: Add documentation for linux-fork.
882 * gdbint.texinfo: Add internal documentation for checkpoints.
883
860701dc
PH
8842006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
885
886 * gdb.texinfo (Omissions from Ada): Document that there is now
887 limited aggregate support.
888
36b80e65
EZ
8892005-12-28 Eli Zaretskii <eliz@gnu.org>
890
891 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
892 registers and the likes.
893
c1468174
EZ
8942005-12-24 Eli Zaretskii <eliz@gnu.org>
895
896 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
897 (Symbols): Fix usage of "e.g.".
359df76b 898 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
899
900 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
901 (Coding): Fix usage of "e.g.".
902
c02a867d
EZ
9032005-12-23 Eli Zaretskii <eliz@gnu.org>
904
905 * stabs.texinfo:
906 * refcard.tex:
907 * gpl.texi:
908 * gdbint.texinfo:
909 * gdb.texinfo:
910 * gdb-cfg.texi:
911 * fdl.texi:
912 * annotate.texinfo:
913 * all-cfg.texi:
914 * Makefile.in: Add (C) after Copyright. Update the FSF
915 address.
916
fad38dfa
EZ
9172005-12-03 Eli Zaretskii <eliz@gnu.org>
918
919 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
920 extend GDB with commands for external monitor.
921
53e5f3cf
AS
9222005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
923
924 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
925
55f6ca0f
JB
9262005-11-25 Joel Brobecker <brobecker@adacore.com>
927
928 * gdbint.texinfo (Start of New Year Procedure): New chapter.
929
c1947b85
JB
9302005-11-21 Jim Blandy <jimb@redhat.com>
931
932 * gdb.texinfo (Tracepoint Packets): Document restrictions on
933 placement of 'R' actions in tracepoint action packets; document
934 dependence of 'X' and 'M' actions on a preceding 'R' action for
935 their registers.
936
9d29849a
JB
9372005-11-19 Jim Blandy <jimb@redhat.com>
938
939 * gdb.texinfo (Tracepoint Packets): New node.
940 (General Query Packets): Add entries for the tracepoint packets,
941 referring to the "Tracepoint Packets" node.
942 (Tracepoints): Add reference to "Tracepoint Packets".
943
9a6253be
KB
9442005-11-18 Kevin Buettner <kevinb@redhat.com>
945
946 * gdb.texinfo (set remotebreak): Add anchor.
947 (X packet): Likewise.
948 (Remote Protocol): Add new section `Interrupts' and new index
949 entry `interrupts (remote protocol)'.
950
5f3bebba
JB
9512005-11-18 Jim Blandy <jimb@redhat.com>
952
953 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
954 entries into the General Query Packets section. Add a
955 cross-reference to that section. Drop description of replies, as
956 these are covered in the descriptions of each packet.
957 (General Query Packets): Add introductory text. Explain naming
958 conventions, and how the end of a name is recognized.
959
9a7a1b36
KB
9602005-11-17 Kevin Buettner <kevinb@redhat.com>
961
0564b6cf 962 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
963 "set remotebreak" command.
964
b8ff78ce
JB
9652005-11-16 Jim Blandy <jimb@redhat.com>
966
967 * gdb.texinfo (Packets, Stop Reply Packets)
968 (General Query Packets): Various formatting cleanups.
969 - Use @samp for packet contents.
970 - Drop summaries from packet @item lines; the same information appears
971 immediately below in the description.
972 - Delete paragraph breaks after packet @item commands, so that the
973 description appears directly to the right of the packet prototype
974 in the printed manual, if it fits.
975 - Place spaces in packet prototypes between @vars and non-@var
976 letters, and explain that they're just for formatting.
977 - Use @dots{} instead of '...'.
978 - Fix uses of @code where @var was needed.
979 - Replace "deprecated" markers with English text spelling out the
980 packet's status and the preferred alternatives.
981 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
982 what this ever meant.
983 - Remove "(draft)" markers on 'i' packets; nobody has commented on
984 this for a long time.
985 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
986 implemented several times, and have been in use for years.
987
8ffe2530
JB
9882005-11-15 Jim Blandy <jimb@redhat.com>
989
c43c5473
JB
990 * gdb.texinfo (Packets): Add index entries for 'm' packet
991 disclaimers.
992
fb031cdf
JB
993 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
994 of stub when processing an 'm' packet.
995
8ffe2530
JB
996 * gdb.texinfo (Packets): Mention that packets beginning with
997 letters are reserved once, at the top, instead of actually listing
998 them all and saying "reserved".
999
c03c782f
AS
10002005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1001
1002 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1003 Change @var{$arg0 to @code{$arg0.
1004
814e32d7
WZ
10052005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1006
1007 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1008
fa93a9d8
JB
10092005-11-12 Jim Blandy <jimb@redhat.com>
1010
1011 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1012 order. Remove extraneous 'z'.
1013
8a5a3c82
AS
10142005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1015
1016 * gdb.texinfo (Choosing files): Add --eval-command.
1017
4b0ad762
AS
10182005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1019
1020 * gdb.texinfo (Choosing modes): Add --return-child-result.
1021
1022
1a088d06
AS
10232005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1024
1025 * gdb.texinfo (Choosing modes): Add --batch-silent.
1026
656d5e12
EZ
10272005-10-28 Eli Zaretskii <eliz@gnu.org>
1028
1029 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1030 "The -var-update Command".
1031
3c9c013a
JB
10322005-10-03 Joel Brobecker <brobecker@adacore.com>
1033
1034 * gdb.texinfo (Print Settings): Add documentation for set/show
1035 print array-indexes.
1036
7ba3cf9c
DJ
10372005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1038
1039 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1040 6.2 and 6.3.
1041
a94ab193
EZ
10422005-08-27 Eli Zaretskii <eliz@gnu.org>
1043
1044 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1045 since 19-Jan-2004.
1046 (Files): Likewise.
ab1adacd
EZ
1047 (Variables, Symbols): Document the "<incomplete type>" message and
1048 its reasons.
a94ab193 1049
ca06016a
FF
10502005-08-01 Fred Fish <fnf@specifix.com>
1051
1052 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1053
cf58170d
NR
10542005-07-15 Nick Roberts <nickrob@snap.net.nz>
1055
1056 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1057 option for -var-list-children and -var-update.
1058 (GDB/MI Stack Manipulation): Simplify description of
1059 print-values option for -stack-list-locals.
1060 (GDB/MI Command Description Format): Clarify.
1061 (Mode Options): Spelling of superseded.
1062
38f1196a
BR
10632005-07-12 Bob Rossi <bob@brasko.net>
1064
1065 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1066 corresponding GDB command comment.
1067
3cb3b8df
BR
10682005-07-06 Bob Rossi <bob@brasko.net>
1069
1070 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1071 and -inferior-tty-show.
1072 (Input/Output): Document "set/show inferior-tty" and tty alias.
1073
10fac096
NW
10742005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1075
1076 * gdb.texinfo (Packets): Change description of 'D' packet to note
1077 that GDB does wait for a response.
1078
d1b6db76
NR
10792005-06-22 Nick Roberts <nickrob@snap.net.nz>
1080
1081 * gdb.texinfo (History) Rename "Command History".
1082 (Command History): Move node "Server Prefix" from section on
1083 Annotations here.
1084
29629dcf
NR
10852005-06-19 Nick Roberts <nickrob@snap.net.nz>
1086
1087 * gdb.texinfo (GDB/MI Stack Manipulation):
1088 Re-instate -stack-info-frame with example. Say that it gets
1089 info on selected frame, not current frame.
1090
397ca115
EZ
10912005-06-18 Eli Zaretskii <eliz@gnu.org>
1092
1093 * gdb.texinfo (Server): Clarify that `file' should be used before
1094 connecting to the server.
1095 (Files): Add an xref to the above description.
51274035
EZ
1096 (Output Formats): More detailed description of the `c' format.
1097 (Memory): List explicitly all the formats supported by `x'.
638ac427 1098 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 1099 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
1100 files. Add more indexing for solib-absolute-prefix and
1101 --with-sysroot.
76d17f34
EZ
1102 (Machine Code): Document possible problems with locations in
1103 shared libraries.
d416eeec
EZ
1104 (Backtrace): Document that free-standing environments do not need
1105 to have a `main' function.
397ca115 1106
74f6deaa
NR
11072005-06-18 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1110 -stack-info-frame.
1111
a9967aef
AC
11122005-06-07 Andrew Cagney <cagney@gnu.org>
1113
1114 * gdb.texinfo (Contributors): Note the original multi-arch
1115 contributors.
1116
e09f16f9
EZ
11172005-06-03 Eli Zaretskii <eliz@gnu.org>
1118
1119 * gdb.texinfo (Registers): Add index entries for the standard
1120 registers.
1121 (Frames): Add cross-reference from frame pointer description to
1122 the Registers node.
1123 (Annotations Overview): Fix the reference to GDB name.
1124
d87ba7ee
EZ
11252005-06-01 Eli Zaretskii <eliz@gnu.org>
1126
1127 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1128 can-use-hw-watchpoints.
1129
034dad6f
BR
11302005-05-28 Bob Rossi <bob@brasko.net>
1131
1132 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1133 the possible reasons why an exec async record would be returned to FE.
1134
ffed4509
AC
11352005-05-26 Andrew Cagney <cagney@gnu.org>
1136
1137 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1138 Andrew Cagney implemented the original GDB/MI.
1139
e22e55c9
OF
11402005-05-23 Orjan Friberg <orjanf@axis.com>
1141
1142 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1143 documentation. Add documentation for cris-mode.
1144
a78e13ce
EZ
11452005-05-20 Eli Zaretskii <eliz@gnu.org>
1146
1147 * gdb.texinfo (Numbers): Explain the example and make the wording
1148 more acurate.
1149
76ff342d
DJ
11502005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1151 Dennis Brueni <dennis@slickedit.com>
1152
1153 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1154 (GDB/MI Data Manipulation, GDB/MI Program Control)
1155 (GDB/MI Stack Manipulation): Update examples to include the fullname
1156 attribute in stack frames.
1157
119b882a
EZ
11582005-05-12 Eli Zaretskii <eliz@gnu.org>
1159
1160 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1161 do with other non-standard names of init files.
1162
6fc08d32
EZ
11632005-05-11 Eli Zaretskii <eliz@gnu.org>
1164
1165 * gdb.texinfo (Command Files): Move the description of the startup
1166 from here...
1167 (Startup): ...to this new subsection of the Invocation chapter.
1168 Rearrange the description of init files more logically and add a
1169 cross-reference to "Command Files". Document the special gdbinit
1170 name for CISCO 68k. Expand the description of what GDB does
1171 during startup.
1172 (History): Add index entry for HISTSIZE.
1173
a561754a
MK
11742005-05-02 Mark Kettenis <kettenis@gnu.org>
1175
1176 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1177
2eecc4ab
EZ
11782005-05-02 Eli Zaretskii <eliz@gnu.org>
1179
1180 * gdb.texinfo (SVR4 Process Information, The isatty call)
1181 (The system call): Don't use foo(N) notation for man pages and
1182 functions.
514c4d71 1183 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 1184
18999be5
EZ
11852005-04-27 Eli Zaretskii <eliz@gnu.org>
1186
1187 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1188 were optimized away.
1189
0abb7bc7
EZ
11902005-04-22 Eli Zaretskii <eliz@gnu.org>
1191
1192 * gdb.texinfo (Remote configuration): Document "set/show
1193 get-thread-local-storage-address". Add cross-reference to the
1194 description of the qGetTLSAddr packet.
1195 (General Query Packets): Mention "set remote
1196 get-thread-local-storage-address" and add a reference to its
1197 description.
1198
6f61acb1
NR
11992005-04-19 Nick Roberts <nickrob@snap.net.nz>
1200
1201 * gdb.texinfo (Backtrace): Describe 'bt full'.
1202
9d59903a
NR
12032005-04-17 Nick Roberts <nickrob@snap.net.nz>
1204
1205 * gdb.texinfo (Mode Options): Fix typo.
1206 (GDB/MI): Describe how to invoke GDB/MI.
1207
721c2651
EZ
12082005-04-16 Eli Zaretskii <eliz@gnu.org>
1209
1210 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 1211 references changed. Add description of "info udot".
721c2651
EZ
1212 (Files): Document "set/show stop-on-solib-events".
1213 (M32R/D): Document "set/show download-path", "set/show
1214 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
1215 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1216 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
1217 (Maintenance Commands): Improve indexing.
1218 (Target Commands): Document "set/show hash", "set/show debug
1219 monitor".
1220 (SVR4 Process Information): Document "info pidlist" and "info
1221 meminfo". Document "set/show procfs-tarce" and "set/show
1222 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1223 (Symbols, The Print Command with Objective-C): Improve indexing.
1224 (Objective-C): Add references to "info classes" and "info
1225 selectors".
c45da7e6
EZ
1226 (Debugging Output): Improve wording. Document "set/show debug
1227 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
1228 (Set Breaks): Add index entry for "hardware breakpoints".
1229 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1230 and "set/show usehardbreakpoints".
1231 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1232 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
1233 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1234 rdiromatzero", "set/show rdiheartbeat".
1235 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1236 "sds".
1237 (Embedded Processors): Document the "sim" command.
1238 (Remote): Document the "remote" command.
1239 (DJGPP Native): Document the "info serial" command.
1240 (Threads): Document "maint info sol-threads".
1241 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1242 (Set Breaks): Improve indexing.
1243 (Command Syntax): Add a reference to dont-repeat.
1244 (Define): Document "dont-repeat".
1245 (TUI Commands): Document "tabset".
1246 (WinCE): New subsection. Document "set/show remotedirectory",
1247 "set/show remoteupload", "set/show remoteaddhost".
721c2651 1248
14d6dd68
EZ
12492005-04-15 Eli Zaretskii <eliz@gnu.org>
1250
1251 * gdb.texinfo (Hurd Native): New subsection, documents
1252 Hurd-specific commands.
a64548ea 1253 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 1254 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
1255 (MIPS): Improve documentation of heuristic-fence-post. Document
1256 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1257 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1258 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 1259 (ARM): Document ARM-specific commands.
a64548ea
EZ
1260 (AVR): New section. Document "info io_registers".
1261 (CRIS): New section. Document "set/show cris-version" and
1262 "set/show cris-dwarf2-cfi".
1263 (HPPA): New section. Document "set/show debug hppa" and "maint
1264 print unwind".
a5adf40f 1265 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 1266 (Super-H): New section. Document the "regs" command.
721c2651 1267 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 1268
9c16f35a
EZ
12692005-04-09 Eli Zaretskii <eliz@gnu.org>
1270
1271 * gdb.texinfo (Print Settings): Document "set/show print
1272 pascal_static-members", "set print repeats", "show print
1273 null-stop". Improve indexing. Fix documentation of "set print
1274 union".
1275 (Pascal): New section.
1276 (Supported languages): Rename from "Support"; all references
1277 updated. Add a menu item for Pascal.
1278 (Numbers): Document "set radix.
1279 (Screen Size): Document "set/show pagination".
1280 (MIPS Embedded): Remove "set processor" documentation.
1281 (Remote configuration): Document "set/show X/P/Z-packet",
1282 "set/show read-aux-vector-packet", "set/show remote
1283 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1284 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1285 remotedebug", "set/show remotebreak", "set/show remotedevice",
1286 "set/show remotelogfile".
1287 (Auxiliary Vector): Add reference to the description of the
1288 read-aux-vector-packet setting.
1289 (Set Watchpoints): Add a cross-reference to "set remote
1290 hardware-breakpoint-limit".
1291 (General Query Packets): Add indexing of requests and
1292 cross-references to related commands in "Remote configuration".
1293 (File-I/O Overview, The system call): Fix wording and typos.
1294 (Thread Stops): Add index entries.
1295 (Continuing and Stepping): Document "show step-mode".
1296 (i386): New node. Document "set/show struct-convention".
1297 (Files): Document "show trust-readonly-sections".
1298 (Calling): Document "set/show unwindonsignal".
1299 (Messages/Warnings): Add index entries.
1300 (Maintenance Commands): Document "set/show watchdog".
1301 (Annotations Overview): Document "show annotate".
1302 (Set Watchpoints): Add index entries.
1303 (Symbols): Fix doc of case-sensitive.
1304 (ABI): Document "show coerce-float-to-double".
1305 (Convenience Vars, Help): Improve indexing.
1306 (Machine Code): Document "show disassembly-flavor".
1307 (Debugging C plus plus): Document "show overload-resolution".
1308 (Value History, Signaling): Add index entries.
1309
13102005-04-08 Eli Zaretskii <eliz@gnu.org>
1311
1312 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1313 (Processes): Fix wording.
1314 (History, List, Logging output, Define, Symbols, Print Settings):
1315 Improve indexing.
1316
a8f24a35
EZ
13172005-04-03 Eli Zaretskii <eliz@gnu.org>
1318
1319 * gdb.texinfo (Targets): Document "set/show architecture". Remove
1320 redundant index entry for "target" command.
1321 (Backtrace): Add index entries.
1322 (Symbols, Fortran): Document the "set case-sensitive" command.
1323 (DJGPP Native): Document "set com1base", "set com1irq", etc.
1324 (Print Settings): Add index entry for "set demangle-style".
1325 (Target Commands): Document "set download-write-size".
1326 (Debugging Output): Document "set exec-done-display".
1327
09d4efe1
EZ
13282005-04-02 Eli Zaretskii <eliz@gnu.org>
1329
1330 * gdb.texinfo (Files): Fix the name and documentation of
1331 add-shared-symbol-files. Document its alias assf. Update the
1332 list of OSs where GDB supports shared libraries. Fix markup.
1333 (Continuing and Stepping): Add reference to @var{location} in the
1334 text.
1335 (Dump/Restore Files): Fix reference to @{filename}.
1336 (Help): Fix wording.
1337 (Attach): Ditto.
1338 (Set Watchpoints): Ditto.
1339 (Backtrace): Remove redundant index entries. Improve index
1340 entries.
1341 (Delete Breaks): Fix wording.
1342 (Memory): Document the compare-sections command.
1343 (Memory Region Attributes): Improve wording.
1344 (Disabling): Improve wording.
1345 (Fortran): New subsection. Document the "info common" command.
1346 (Help): Document aliases "info copying" and "info warranty".
1347 (Caching Remote Data): New section. Document the "set/show
1348 remotecache" and "info dcache" commands.
1349 (Show): Fix wording of the documentation of the "set
1350 extension-language" command.
1351 (Signals): Add index entry for "info handle".
1352 (Memory Region Attributes): Fix punctuation.
1353 (Symbols): Change the arg name to "location" and refer to it in
1354 the text. Fix wording of "info types" doc.
1355 (Threads): Fix usage of @enumerate @item's.
1356 (Listing Tracepoints): Add index entry for "info tp".
1357 (Set Watchpoints): Add xref to "info break" description.
1358 (Macros): Add an index entry for "macro exp1". Document the
1359 "macro list" command.
1360 (Maintenance Commands): Document "flushregs", "maint agent",
1361 "maint check-symtabs", "maint cplus", "maint demangle", "maint
1362 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1363 "maint print architecture", "maint print objfiles", "maint print
1364 statistics", "maint print type", "maint show-debug-regs", "maint
1365 space", "maint time", and "maint translate-address".
1366 (Connecting): Document the "monitor" command.
1367 (Annotations Overview): Describe the "set annotate" command.
1368
82f2d802
EZ
13692005-04-01 Eli Zaretskii <eliz@gnu.org>
1370
1371 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1372 Rearrange index entries and improve wording about support for
1373 hardware watchpoints.
1374
7d51c7de
BR
13752005-03-10 Bob Rossi <bob@brasko.net>
1376
1377 * gdb.texinfo: Update copyright
1378
68c71a2e
TR
13792005-02-09 Theodore A. Roth <troth@openavr.org>
1380
1381 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1382 error.
1383
83761cbd
KB
13842005-02-03 Kevin Buettner <kevinb@redhat.com>
1385
1386 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1387
9f1c6395
MS
13882005-01-17 Michael Snyder <msnyder@redhat.com>
1389
1390 * gdb.texinfo: Fix spelling, infinte -> infinite.
1391
fbd1b305
MK
13922005-01-08 Mark Kettenis <kettenis@gnu.org>
1393
1394 * observer.texi (GDB Observers): Document "solib_loaded".
1395
3ace7edb
AC
13962005-01-07 Andrew Cagney <cagney@gnu.org>
1397
bec39cab
AC
1398 * configure.ac: Rename configure.in, require autoconf 2.59.
1399 * configure: Re-generate.
1400
3ace7edb
AC
1401 * configure.in: Replace configdirs with multiple references to
1402 AC_CONFIG_SUBDIRS.
1403 * configure: Re-generate.
1404
53531fc1
AC
14052005-01-04 Andrew Cagney <cagney@gnu.org>
1406
1407 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
1408 part of the version number.
1409
536ffdb7
MK
14102004-12-24 Mark Kettenis <kettenis@gnu.org>
1411
1412 * gdbint.texinfo (Algorithms): Remove description of
1413 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
1414
e1aac25b
JB
14152004-12-07 Jim Blandy <jimb@redhat.com>
1416
1417 * gdb.texinfo (General Query Packets): Specify that thread ID's in
1418 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
1419 numbers.
1420
f47b1503
AS
14212004-12-07 Andreas Schwab <schwab@suse.de>
1422
1423 * gdb.texinfo (Mode Options): Document -l option.
1424
b6b8ece6
EZ
14252004-12-04 Eli Zaretskii <eliz@gnu.org>
1426
1427 * gdbint.texinfo (Algorithms): More accurate description of
1428 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
1429 is not needed unless data-read and data-access watchpoints are
1430 supported. Add a description of how GDB checks whether the
1431 inferior stopped because a watchpoint was hit.
1432
01371747
EZ
14332004-11-23 Eli Zaretskii <eliz@gnu.org>
1434
1435 * gdb.texinfo (Files): Add cross-reference to description of
1436 -readnow command-line switch.
1437
2315ffec
RC
14382004-11-10 Randolph Chung <tausq@debian.org>
1439
1440 * gdb.texinfo: Document set/show backtrace past-entry commands.
1441 Rearrange index entries for set/show backtrace past-main.
1442
69065f5d
AC
14432004-11-10 Jon Beniston <jon@beniston.com>
1444
1445 Committed by Andrew Cagney <cagney@gnu.org>.
1446 * gdb.texinfo (Remote Serial Protocol): Further describe
1447 binary transfer escaping mechanism .
1448
30e91e0b
RC
14492004-11-08 Randolph Chung <tausq@debian.org>
1450
1451 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
1452 and "show debug infrun". Add index entries.
1453
60bf7e09
EZ
14542004-10-23 Eli Zaretskii <eliz@gnu.org>
1455
1456 * gdb.texinfo (SVR4 Process Information): Document subcommands of
1457 "info proc" that are already implemented. Add index entries.
1458 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
1459 (Files): Add a tip for decreasing memory used for symtabs from
1460 shared libraries.
f018e82f
EZ
1461 (Starting): Fix whitespace; make "elaboration" stand out where it
1462 is first used, and add an index entry for the term.
f8568604
EZ
1463 (Calling): Expand and elaborate text. Add "print". Add the
1464 description of problems with weak aliases.
384ee23f 1465 (Core File Generation): New section.
60bf7e09 1466
d52fe014
AC
14672004-10-12 Andrew Cagney <cagney@gnu.org>
1468
1469 * gdbint.texinfo (Versions and Branches): New chapter.
1470 (Releasing GDB): Delete "Versions and Branches" section.
1471 (Top): Add "Versions and Branches".
1472
703663ab
EZ
14732004-10-08 Eli Zaretskii <eliz@gnu.org>
1474
1475 * gdb.texinfo (Editing, History): Add cross-references to the
1476 included Readline and History user documentation. Remove
1477 references to the symbol have-readline-appendices which is unused
1478 and undefined.
1479 (History): Fix indexing.
1480
ac77d04f
JJ
14812004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1482
1483 * gdbint.texinfo (target_stopped_data_address): Update to
1484 new prototype.
1485 (i386_stopped_data_address): Update prototype and description.
1486 (i386_stopped_by_watchpoint): New function and description.
1487
e07c999f
PH
14882004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
1489
1490 * gdb.texinfo (Filenames): Add Ada suffixes.
1491 (Ada) New section.
1492
2e868123
AC
14932004-09-27 Andrew Cagney <cagney@gnu.org>
1494 Robert Picco <Robert.Picco@hp.com>
1495
1496 * gdb.texinfo (Packets): Document the "p" packet.
1497
02a57714
JM
14982004-09-21 Jason Molenda (jmolenda@apple.com)
1499
1500 * gdb.texinfo (Paths and Names of the Source Files): Document the
1501 meaning of values in the 'desc' field of a SO stab.
1502
ae038cb0
DJ
15032004-09-20 Daniel Jacobowitz <dan@debian.org>
1504
1505 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
1506 max-cache-age" and "maint show dwarf2 max-cache-age".
1507
f7dc1244
EZ
15082004-09-16 Eli Zaretskii <eliz@gnu.org>
1509
1510 * gdb.texinfo (Set Breaks): Add index entry for setting
1511 breakpoints on overloaded C++ functions that are not members of
1512 any classes. Add an example and an index entry for setting
1513 breakpoints on all program functions.
1514 (Character Sets, Macros, Overlay Commands)
1515 (Non-debug DLL symbols, GDB/MI Output Syntax)
1516 (Annotations Overview, Maintenance Commands, File-I/O Overview):
1517 Use "(@value{GDBP})" instead of a literal "(gdb)".
1518
f810308b
AC
15192004-09-12 Andrew Cagney <cagney@gnu.org>
1520
1521 * gdbint.texinfo (Native Debugging): Delete description of
1522 FILES_INFO_HOOK.
1523
15a661f3
PH
15242004-09-11 Paul Hilfinger <hilfinger@gnat.com>
1525
1526 * gdbint.texinfo (User Interface): Change local_hex_string_custom
1527 to hex_string_custom (not historically correct, but more
1528 understandable, given the current code).
1529
f3219c75
AC
15302004-09-03 Andrew Cagney <cagney@gnu.org>
1531
1532 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
1533
f3bb6704
JJ
15342004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1535
1536 * observer.texi (solib_unloaded): New observer.
1537
8d2c00cb
AC
15382004-08-24 Andrew Cagney <cagney@gnu.org>
1539
1540 * gdbint.texinfo (Target Architecture Definition): Add missing
1541 comma.
1542
e7dc800a
MC
15432004-08-20 Michael Chastain <mec.gnu@mindspring.com>
1544
1545 * (Using the Testsuite): build != host is supported,
1546 but some test scripts do not support build != host.
1547
73b03683
MK
15482004-08-14 Mark Kettenis <kettenis@gnu.org>
1549
1550 * gdbint.texinfo (Host Definition): Delete description of
1551 FCLOSE_PROVIDED and GETENV_PROVIDED.
1552
c0ccb908
MK
15532004-08-05 Mark Kettenis <kettenis@chello.nl>
1554
1555 * gdbint.texinfo (Host Definition): Delete description of
1556 NO_SYS_FILE.
1557 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
1558 PTRACE_FP_BUG.
1559
9c8dbfa9
AC
15602004-08-05 Andrew Cagney <cagney@gnu.org>
1561
1562 * gdbint.texinfo (Target Architecture Definition): Delete
1563 reference to deprecated_read_fp.
1564
f42accbe
AC
15652004-08-02 Andrew Cagney <cagney@gnu.org>
1566
1567 * gdbint.texinfo (Target Architecture Definition): Delete
1568 description of DEPRECATED_REGISTER_BYTES.
1569
0b66e38c
EZ
15702004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1571
1572 * gdb.texinfo (Source Path): Document the new behavior of
1573 searching for the source files.
1574
15387254
EZ
15752004-07-17 Eli Zaretskii <eliz@gnu.org>
1576
1577 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
1578 (Search, Expressions, Arrays, Variables, Data, Machine Code)
1579 (Auto Display): Improve indexing.
1580
2c07db7a
AC
15812004-07-16 Andrew Cagney <cagney@gnu.org>
1582
1583 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
1584 "-noasync".
1585
4644b6e3
EZ
15862004-07-09 Eli Zaretskii <eliz@gnu.org>
1587
1588 * gdb.texinfo: Fix @kindex entries so that multiple commands that
1589 have the same prefix have only their prefix in the index.
1590
7561d450
MK
15912004-07-03 Mark Kettenis <kettenis@gnu.org>
1592
1593 * gdb.texinfo (BSD libkvm Interface): New node (section)
1594 (Native): Add it to the menu.
1595
67bebe79
MK
15962004-07-01 Mark Kettenis <kettenis@gnu.org>
1597
1598 * gdbint.texinfo (Target Architecture Definition): Remove
1599 PCC_SOL_BROKEN.
1600
1a6923e0
MK
16012004-06-24 Mark Kettenis <kettenis@gnu.org>
1602
1603 * gdbint.texinfo (Target Architecture Definition): Remove
1604 SUN_FIXED_LBRAC_BUG.
1605
b435e160
AC
16062004-06-26 Andrew Cagney <cagney@gnu.org>
1607
1608 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
1609
b5622e8d
AC
16102004-06-20 Andrew Cagney <cagney@gnu.org>
1611
1612 * gdbint.texinfo (Target Architecture Definition): Deprecate
1613 USE_STRUCT_CONVENTION.
1614
e0c07bf0
MC
16152004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1616
1617 gdb.texinfo (Bug Reporting): Mention session recording,
1618 with the script command or Emacs.
1619
782263ab
AC
16202004-06-18 Andrew Cagney <cagney@gnu.org>
1621
1622 * gdbint.texinfo (Target Architecture Definition): Deprecate
1623 FUNCTION_START_OFFSET.
1624
03727ca6
AC
16252004-06-14 Andrew Cagney <cagney@gnu.org>
1626
1627 Based on changes from Karl Berry.
1628 * gdb.texinfo: Do not use @sc in a direntry.
1629 * stabs.texinfo: Change @dircateogry to "Software development".
1630 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
1631
97092415
AC
16322004-06-13 Andrew Cagney <cagney@gnu.org>
1633
1634 * gdbint.texinfo (Target Architecture Definition): Delete
1635 description of RETURN_VALUE_ON_STACK.
1636
1f6d4158
AC
16372004-06-09 Andrew Cagney <cagney@gnu.org>
1638
1639 * gdbint.texinfo (Native Debugging): Restore "@table @code"
1640 deleted by previous patch.
1641
d966f0cb
AC
16422004-06-08 Andrew Cagney <cagney@gnu.org>
1643
1644 * gdbint.texinfo (Native Debugging): Delete documentation on
1645 ATTACH_DETACH.
1646
86fe4aaa
RC
16472004-06-06 Randolph Chung <tausq@debian.org>
1648
1649 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
1650
d4b6d575
RC
16512004-06-06 Randolph Chung <tausq@debian.org>
1652
1653 * gdb.texinfo (push_dummy_call): Update argument list to match
1654 the new push_dummy_call method signature. Describe the function
1655 argument.
1656
4e8b0763
JB
16572004-05-24 Joel Brobecker <brobecker@gnat.com>
1658
1659 * gdb.texinfo (Starting): Document new start command.
1660
59caf092
AC
16612004-05-21 Andrew Cagney <cagney@redhat.com>
1662
1663 * observer.texi (GDB Observers): Document "inferior_created".
1664
e4a2df64
AC
16652004-05-08 Andrew Cagney <cagney@redhat.com>
1666
e6b55ae2
AC
1667 * gdbint.texinfo (Target Architecture Definition): Delete
1668 description of DO_DEFERRED_STORES.
1669
28954179
AC
1670 * gdbint.texinfo (Target Architecture Definition): Delete
1671 references to DEPRECATED_FIX_CALL_DUMMY.
1672
434b87dd
AC
1673 * gdbint.texinfo (Target Architecture Definition): Delete
1674 description of DEPRECATED_CALL_DUMMY_WORDS,
1675 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
1676
58d28df8
AC
1677 * gdbint.texinfo (Target Architecture Definition): Delete
1678 description of DEPRECATED_PUSH_DUMMY_FRAME.
1679
e4a2df64
AC
1680 * gdbint.texinfo (Target Architecture Definition): Delete
1681 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1682
2b4855ab
AC
16832004-05-07 Andrew Cagney <cagney@redhat.com>
1684
1685 * observer.texi (GDB Observers): Add "Debugging" section. Include
1686 cross reference to "set/show debug observer".
1687 * gdb.texinfo (Debugging Output): Document "set/show debug
1688 observer".
1689
fcf70625
AC
16902004-05-01 Andrew Cagney <cagney@redhat.com>
1691
1692 * gdbint.texinfo (Target Architecture Definition): Delete
1693 description of DEPRECATED_PC_IN_SIGTRAMP.
1694
8ee56bcf
AC
16952004-04-30 Andrew Cagney <cagney@redhat.com>
1696
1697 * gdbint.texinfo (Target Architecture Definition): Delete
1698 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
1699
67ab9a76
OF
17002004-04-30 Orjan Friberg <orjanf@axis.com>
1701
1702 * observer.texi (GDB Observers): Correct spelling.
1703
79346bcb
OF
17042004-04-26 Orjan Friberg <orjanf@axis.com>
1705
1706 * observer.texi (GDB Observers): Add target_changed event.
1707
7a464420
AC
17082004-04-08 Andrew Cagney <cagney@redhat.com>
1709
1710 * observer.texi (GDB Observers): Rework, provide generic observer
1711 definitions and then a list of observable events.
1712
6cdf9d98
AC
17132004-04-04 Andrew Cagney <cagney@redhat.com>
1714
1715 * gdbint.texinfo (Host Definition): Delete reference to
1716 NO_SIGINTERRUPT.
1717
ddc135a4
AC
17182004-04-02 Andrew Cagney <cagney@redhat.com>
1719
1720 * gdbint.texinfo (Target Architecture Definition): Delete
1721 reference to DEPRECATED_CALL_DUMMY_LENGTH.
1722
6a1b180d
SC
17232004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1724
1725 * gdb.texinfo (TUI Commands): Document tui reg commands.
1726
d0d5df6f
AC
17272004-03-26 Andrew Cagney <cagney@redhat.com>
1728
1729 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
1730 "gdbtui".
1731 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
1732 (Contributors): Mention both Text and Terminal User Interface.
1733
aa2a3f87
AC
17342004-03-23 Andrew Cagney <cagney@redhat.com>
1735
1736 * gdbint.texinfo (Target Architecture Definition): Deprecate
1737 references to SIGTRAMP_START and SIGTRAMP_END.
1738
f561f026
AC
17392004-03-23 Andrew Cagney <cagney@redhat.com>
1740
1741 * gdbint.texinfo (Target Architecture Definition): Deprecate
1742 references to PC_IN_SIGTRAMP.
1743
33cb8b0f
AC
17442004-03-19 Andrew Cagney <cagney@redhat.com>
1745
1746 * gdbint.texinfo (Target Architecture Definition): Delete
1747 reference to GDB_TARGET_IS_HPPA.
1748
fc989b7a
AC
17492004-03-18 Andrew Cagney <cagney@redhat.com>
1750
1751 * gdbint.texinfo (Coding): Update section on gdbarch_data,
1752 describe pre_init and post_init.
1753
701b08bb
DJ
17542004-03-09 Daniel Jacobowitz <drow@mvista.com>
1755
1756 * gdb.texinfo (Debugging Output): Document values for "set debug
1757 target".
1758
faae5abe
AC
17592004-02-28 Andrew Cagney <cagney@redhat.com>
1760
1761 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
1762
dd79a6cf
JJ
17632004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1764
1765 * gdb.texinfo (breakpoints): Add information about the
1766 new "set breakpoint pending" and "show breakpoint pending"
1767 commands.
1768
e7f16015
AC
17692004-02-26 Andrew Cagney <cagney@redhat.com>
1770
1771 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
1772 in Per-architecture module data section.
1773
7161a3a6
RM
17742004-02-25 Roland McGrath <roland@redhat.com>
1775
1776 * gdb.texinfo (General Query Packets): Document qPart:... packets.
1777
2154891a
AC
17782004-02-24 Andrew Cagney <cagney@redhat.com>
1779
1780 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
1781 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
1782 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 1783
6c74ac8b
AC
17842004-02-17 Andrew Cagney <cagney@redhat.com>
1785
1786 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
1787
19772a2c
AC
17882004-02-16 Andrew Cagney <cagney@redhat.com>
1789
1790 * gdbint.texinfo (Target Architecture Definition): Deprecate
1791 FRAMELESS_FUNCTION_INVOCATION.
1792
c9830293
AC
17932004-02-16 Andrew Cagney <cagney@redhat.com>
1794
1795 * gdbint.texinfo (Coding): Mention -Wunused-function.
1796
b9d26eb9
AC
17972004-02-14 Andrew Cagney <cagney@redhat.com>
1798
1799 * gdbint.texinfo (Target Architecture Definition): Delete
1800 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
1801
49efadf5
EZ
18022004-02-12 Elena Zannoni <ezannoni@redhat.com>
1803
1804 * gdb.texinfo: Properly quote the name "C++".
1805 * gdbint.texinfo: Ditto.
1806 * stabs.texinfo: Ditto.
1807
1eb288ea
EZ
18082004-02-11 Elena Zannoni <ezannoni@redhat.com>
1809
1810 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
1811 minimal information about libiberty.
1812
e4937fc1
MC
18132004-02-06 Michael Chastain <mec.gnu@mindspring.com>
1814
1815 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
1816
a9331b3f
RM
18172004-02-04 Roland McGrath <roland@redhat.com>
1818
1819 * gdb.texinfo (Auxiliary Vector): New node (section).
1820 (Data): Add it to the menu.
1821
2650777c
JJ
18222004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1823
1824 * gdb.texinfo (Breakpoints): Add information about pending
1825 breakpoint support.
1826
b4501125
AC
18272004-01-26 Andrew Cagney <cagney@redhat.com>
1828
1829 * gdb.texinfo (Overview): Delete references to the cisco protocol
1830 including the "N" response.
1831
74055713
AC
18322004-01-26 Andrew Cagney <cagney@redhat.com>
1833
1834 * gdbint.texinfo (Target Architecture Definition): Rename
1835 EXTRACT_STRUCT_VALUE_ADDRESS to
1836 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 1837
3bbe9696
EZ
18382004-01-24 Eli Zaretskii <eliz@gnu.org>
1839
1840 * gdb.texinfo (KOD): Document "show os". Add index entries for
1841 "set/show os" and "info cisco" commands.
1842
5843504f
EZ
18432004-01-21 Eli Zaretskii <eliz@gnu.org>
1844
1845 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
1846
9175c9a3
MC
18472004-01-19 Michael Chastain <mec.gnu@mindspring.com>
1848
1849 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
1850 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
1851
8e94b928
NR
18522004-01-19 Nick Roberts <nick@nick.uklinux.net>
1853
1854 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
1855 -stack-list-locals.
1856 (GDB/MI Variable Objects): Describe extension to
1857 -var-list-children.
1858
a20cf136
DJ
18592004-01-17 Daniel Jacobowitz <drow@mvista.com>
1860
1861 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
1862
afb18d0f
AC
18632004-01-17 Andrew Cagney <cagney@redhat.com>
1864
1865 * gdbint.texinfo (Target Architecture Definition): Delete
1866 documentation on DEPRECATED_NPC_REGNUM.
1867
b51970ac
DJ
18682004-01-13 Daniel Jacobowitz <drow@mvista.com>
1869
1870 * gdb.texinfo: Update copyright year. Mention that set
1871 follow-fork-mode is supported on GNU/Linux. Remove documentation of
1872 "set follow-fork-mode ask".
1873
0f0cffd2
AC
18742004-01-13 Andrew Cagney <cagney@redhat.com>
1875
1876 * gdbint.texinfo: Update copyright year.
1877 (Coding): Add -Wunused-label to list of -Werror warnings.
1878
c552b3bb 18792004-01-08 Jason Molenda <jmolenda@apple.com>
f7dc1244 1880 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
1881
1882 * gdb.texinfo: Update copyright.
1883 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
1884 around names, as appropriate. Minor syntax cleanup of
1885 _NSPrintForDebugger explanation. Two spaces after periods.
1886 GDBN used instead of lit. "gdb". Index entries added for
1887 print-object and _NSPrintForDebugger. @noindent added in one spot.
1888
afe157ca
EZ
18892003-11-11 Elena Zannoni <ezannoni@redhat.com>
1890
1891 * stabs.texinfo: Add dircategory and direntry commands.
1892 * annotate.texinfo: Ditto.
1893
963e2bb7
AC
18942003-11-10 Andrew Cagney <cagney@redhat.com>
1895
1896 * gdbint.texinfo (Target Architecture Definition): Replace the
1897 return_value method's "inval" and "outval" parameters with
1898 "readbuf" and "writebuf".
1899
1d8b2f28
JB
19002003-10-28 Jim Blandy <jimb@redhat.com>
1901
1902 * gdb.texinfo (The F request packet, The F reply packet): Renamed
1903 from "The `F' request packet" and "The `F' reply packet", to make
1904 texi2dvi happy.
1905 (File-I/O remote protocol extension): Update menu entries, too.
1906
36d86913
MC
19072003-10-26 Michael Chastain <mec@shout.net>
1908
1909 * gdb.texinfo (Thread Stops): Document the issue with
1910 premature return from system calls in multi-threaded programs.
1911
ce2826aa
AC
19122003-10-24 Andrew Cagney <cagney@redhat.com>
1913
1914 * annotate.texinfo: Fix "fortunatly"[sic].
1915
f24c5e49
KI
19162003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
1917
1918 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
1919 with "Hitachi" and "Mitsubishi".
1920
92ad9cd9
AC
19212003-10-20 Andrew Cagney <cagney@redhat.com>
1922
1923 * gdbint.texinfo (Target Architecture Definition): Document
1924 gdbarch_return_value. Add cross references from
1925 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
1926 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
1927
0ab4b752
MK
19282003-10-18 Mark Kettenis <kettenis@gnu.org>
1929
1930 * gdbint.texinfo (Target Architecture Definition): Document
1931 regset_from_core_section.
fb3e19c0
KI
1932
19332003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
1934
1935 * gdb.texinfo (M32R/D): Mention m32rsdi target.
1936
a9331b3f 19372003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
1938
1939 From Anthony Green <green@redhat.com>:
1940 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
1941
1485d690
KB
19422003-10-14 Kevin Buettner <kevinb@redhat.com>
1943
1944 * gdb.texinfo (Breakpoint related warnings): New node.
1945 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 1946
86d30acc
DJ
19472003-10-13 Daniel Jacobowitz <drow@mvista.com>
1948
1949 * gdb.texinfo (Remote Protocol): Document v and vCont.
1950
172c2a43
KI
19512003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1952
1953 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1954 * gdbint.texinfo: Ditto.
1955
71952f4c
AC
19562003-10-09 Andrew Cagney <cagney@redhat.com>
1957
1958 From 2003-09-18 David Anderson <davea@sgi.com>:
1959 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
1960 "command".
1961
268e2188
AC
19622003-10-03 Andrew Cagney <cagney@redhat.com>
1963
1964 * gdbint.texinfo (Target Architecture Definition): Deprecate
1965 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
1966 just target.
1967
12c266ea 19682003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 1969
f30992d4 1970 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
1971 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
1972 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
1973 * gdbint.texinfo (Target Architecture Definition): Rename
1974
19752003-09-30 Andrew Cagney <cagney@redhat.com>
1976
f30992d4 1977 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 1978 (Target Architecture Definition):
f30992d4 1979
2e092625
AC
1980 * gdbint.texinfo (Target Architecture Definition): Rename
1981 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
1982
0717ae8a
AC
19832003-09-29 Andrew Cagney <cagney@redhat.com>
1984
dad809b7
AC
1985 * gdbint.texinfo (Target Architecture Definition): Delete
1986 documentation for NEED_TEXT_START_END.
1987
0717ae8a
AC
1988 * gdbint.texinfo (Target Architecture Definition): Rename
1989 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
1990 TARGET_WRITE_PC.
a9331b3f 1991
af6cf26d
MC
19922003-09-22 Michael Chastain <mec@shout.net>
1993
1994 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
1995
ee206350
AG
19962003-09-21 Anthony Green <green@redhat.com>
1997
1998 * gdbint.texinfo (Target Architecture Definition): Fix typos.
1999
a38c9fe6
MK
20002003-09-21 Mark Kettenis <kettenis@gnu.org>
2001
2002 * gdbint.texinfo (Target Architecture Definition): Document
2003 stabs_argument_has_addr.
2004
77949794
AC
20052003-09-18 Andrew Cagney <cagney@redhat.com>
2006
2007 * gdbint.texinfo (Target Architecture Definition): Delete
2008 documentation on REGISTER_NAMES.
2009
8e823e25
MK
20102003-09-13 Mark Kettenis <kettenis@gnu.org>
2011
2012 * gdbint.texinfo (Target Architecture Definition): Replace
2013 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2014
f27dd7fd
AC
20152003-09-11 Andrew Cagney <cagney@redhat.com>
2016
2017 * gdbint.texinfo (Target Architecture Definition): Replace
2018 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2019
8b148df9
AC
20202003-08-18 Andrew Cagney <cagney@redhat.com>
2021
2022 * gdbint.texinfo (Target Architecture Definition): Document
2023 "frame_red_zone_size".
2024
25d29d70
AC
20252003-08-09 Andrew Cagney <cagney@redhat.com>
2026
2027 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2028 with "set/show backtrace past-main" and "set/show backtrace
2029 limit".
2030
c938e9b0
L
20312003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2032
2033 * Makefile.in (install-info): Support DESTDIR.
2034 (install-html): Likewise.
2035
64fabec2
AC
20362003-08-07 Andrew Cagney <cagney@redhat.com>
2037
2038 Patch from Nick Roberts.
2039 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2040 bindings. Remove description of send-gdb-command.
2041
2fcf52f0
AC
20422003-08-07 Andrew Cagney <cagney@redhat.com>
2043
2044 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2045 GDB 6.0.
2046
086432e2
AC
20472003-08-06 Andrew Cagney <cagney@redhat.com>
2048
2049 * gdb.texinfo (Mode Options): Mention that level three is the
2050 highest available and that level 2 is deprecated.
2051 (Annotations Overview): Mention annotation levels. Cross reference
2052 to "Limitations of the Annotation Interface" in annotate.texi.
2053 (TODO, Value Annotations, Frame Annotations): Delete section.
2054 (Displays, Breakpoint Info): Delete.
2055
e5249f67
AC
20562003-08-04 Andrew Cagney <cagney@redhat.com>
2057
2058 * agentexpr.texi: Delete @bye.
2059 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2060 (stabs.info): Add $(srcdir) to include search path.
2061 (html): Depend on "annotate_toc.html", and not "annotate.html".
2062 * stabs.texinfo: Ditto. Include "fdl.texi".
2063 * gdbint.texinfo: Update copyright statement's list of invariant
2064 sections.
2065
e6f672d2
AC
20662003-07-28 Andrew Cagney <cagney@redhat.com>
2067
2068 * Makefile.in (INFO_DEPS): Add annotate.info.
2069 (dvi, ps, html, pdf): Add annotate.
2070 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2071 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2072 (ANNOTATE_DOC_FILES): New macro.
2073 (ANNOTATE_TEX_TMPS): New macro.
2074 (annotate.info, annotate_toc.html): Specify dependencies.
2075 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2076 * annotate.texinfo: Rename annotate.texi. Get building. Add
2077 "Migrating to GDB/MI" and "Limitations of the Annotation
2078 Interface" chapters. Mention why it is not part of the user
2079 guide. Update copyright notice. Include "fdl.texi".
2080
72ffddc9
SC
20812003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2082
2083 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2084
a9f12a31
DJ
20852003-07-24 Daniel Jacobowitz <drow@mvista.com>
2086
2087 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2088
b1fe9455
DJ
20892003-07-24 Daniel Jacobowitz <drow@mvista.com>
2090
2091 * gdb.texinfo (Server): Mention pidof.
2092
153721e6
AC
20932003-07-22 Andrew Cagney <cagney@redhat.com>
2094
2095 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2096 list.
2097
0fac0b41
DJ
20982003-06-28 Daniel Jacobowitz <drow@mvista.com>
2099
2100 * gdb.texinfo (Logging output): New chapter.
2101
4e562065
JB
21022003-06-24 Joel Brobecker <brobecker@gnat.com>
2103
2104 * gdb.texinfo (Unsupported languages): New section.
2105 (Languages): Add link to new section.
2106
f2c06f52
AC
21072003-06-22 Andrew Cagney <cagney@redhat.com>
2108
2109 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2110
b4177fca
DJ
21112003-06-22 Daniel Jacobowitz <drow@mvista.com>
2112
2113 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2114
f418dd93
DJ
21152003-06-22 Daniel Jacobowitz <drow@mvista.com>
2116
2117 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2118 * agentexpr.texi: Retitle section, and change it to an appendix.
2119 Comment out texinfo initialization. Factor a @var{} into two
2120 pieces to prevent makeinfo warnings.
2121 * gdb.texinfo: Add Agent Expressions appendix.
2122
4ca61388
DJ
21232003-06-19 Daniel Jacobowitz <drow@mvista.com>
2124
2125 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2126
07f31aa6
DJ
21272003-06-18 Daniel Jacobowitz <drow@mvista.com>
2128
2129 * gdb.texinfo (Remote Debugging): New section "Connecting to a
2130 remote target". Document the "detach" and "disconnect" commands.
2131 (Server, Netware, Debug Session): Reference "Connecting to a
2132 remote target".
2133 (GDB/MI Target Manipulation): Document "-target-disconnect".
2134
2dd0da42
AC
21352003-06-13 Andrew Cagney <cagney@redhat.com>
2136
2137 * gdbint.texinfo (Target Architecture Definition): Deprecate
2138 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2139 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2140
e7a3abfc
JB
21412003-06-09 Jim Blandy <jimb@redhat.com>
2142
2143 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2144
25e3a86b
AC
21452003-06-08 Andrew Cagney <cagney@redhat.com>
2146
2147 * gdbint.texinfo (Target Architecture Definition): Delete
2148 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2149
a9e5fdc2
AC
21502003-06-08 Andrew Cagney <cagney@redhat.com>
2151
2152 * gdbint.texinfo (Target Architecture Definition): Document
2153 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2154
b37303ee
AF
21552003-06-07 Adam Fedor <fedor@gnu.org>
2156
2157 * gdb.texinfo: Add Objective-C documentation.
2158
39fe6e80
AC
21592003-06-01 Andrew Cagney <cagney@redhat.com>
2160
2161 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2162 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2163
125309b2
AC
21642003-05-21 Andrew Cagney <cagney@redhat.com>
2165
2166 * gdbint.texinfo (Target Architecture Definition): Delete
2167 references to "extract_address" and "store_address".
2168
b8b527c5
AC
21692003-05-16 Andrew Cagney <cagney@redhat.com>
2170
2171 * gdbint.texinfo (Target Architecture Definition): Replace
2172 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2173 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2174
50e3ee83
TR
21752003-05-14 Theodore A. Roth <troth@openavr.org>
2176
2177 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2178
44e2be90
L
21792003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2180
2181 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2182 (gdb.dvi): Likewise.
2183 (gdb.pdf): Likewise.
2184 (links2roff): Likewise.
2185
df5215a6
JB
21862003-05-08 Jim Blandy <jimb@redhat.com>
2187
2188 * gdb.texinfo (Dump/Restore Files): Update documentation for
2189 'dump', 'append', and 'restore': note that format argument is
2190 optional; simplify presentation of the command variants; and be
2191 more precise about the formats.
2192
5e7b2f39
JB
21932003-05-07 Jim Blandy <jimb@redhat.com>
2194
2195 * gdb.texinfo (Symbols): Update documentation: 'maint list
2196 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2197 symtabs' and 'maint info psymtabs'.
2198
b1e29e33
AC
21992003-05-05 Andrew Cagney <cagney@redhat.com>
2200
2201 * gdbint.texinfo (Target Architecture Definition): Make
2202 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2203 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2204 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2205
00905d52
AC
22062003-05-04 Andrew Cagney <cagney@redhat.com>
2207
2208 * gdb.texinfo (Maintenance Commands): Document "maint print
2209 dummy-frames".
2210
54ff5908
AC
22112003-05-04 Andrew Cagney <cagney@redhat.com>
2212
2213 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2214
32e7087d
JB
22152003-05-03 J. Brobecker <brobecker@gnat.com>
2216
2217 Thierry Schneider <tpschneider1@yahoo.com>
2218 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2219 for new MI command.
2220
7043d8dc
AC
22212003-05-03 Andrew Cagney <cagney@redhat.com>
2222
2223 * gdbint.texinfo (Target Architecture Definition): Document
2224 push_dummy_code. Add cross references.
2225
e33d66ec
EZ
22262003-05-02 Elena Zannoni <ezannoni@redhat.com>
2227
2228 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2229 set/show charsets commands.
2230
0ba6dca9
AC
22312003-04-28 Andrew Cagney <cagney@redhat.com>
2232
2233 * gdbint.texinfo (Target Architecture Definition): Replace
2234 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2235 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2236
d7a27068
AC
22372003-04-28 Andrew Cagney <cagney@redhat.com>
2238
2239 * gdbint.texinfo (Target Architecture Definition): Rename
2240 "tm_print_insn" to "deprecated_tm_print_insn".
2241
44ea7b70
JB
22422003-04-09 Jim Blandy <jimb@redhat.com>
2243
2244 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2245 list psymtabs'.
2246
fb8f8949
AC
22472003-04-08 Andrew Cagney <cagney@redhat.com>
2248
2249 * gdbint.texinfo (Target Architecture Definition): Delete
2250 references to EXTRA_FRAME_INFO.
2251
32fb0f22
AC
22522003-04-08 Andrew Cagney <cagney@redhat.com>
2253
2254 * gdbint.texinfo (Target Architecture Definition): Delete
2255 PRINT_TYPELESS_INTEGER.
2256
6be67e67
JB
22572003-04-02 J. Brobecker <brobecker@gnat.com>
2258
2259 * observer.texi (GDB Observers): Adjust the documentation for the
2260 normal_stop notification to better describe reality. Fix a couple
2261 of minor typos.
2262
4e35d5f0
BR
22632003-04-02 Bob Rossi <bob_rossi@cox.net>
2264
a9331b3f 2265 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
2266 '-file-list-exec-source-file'
2267
e8a8712a
AC
22682003-03-31 Andrew Cagney <cagney@redhat.com>
2269
2270 * gdbint.texinfo (Target Architecture Definition): Delete
2271 references to CALL_DUMMY_P.
2272
6c0e89ed
AC
22732003-03-30 Andrew Cagney <cagney@redhat.com>
2274
2275 * gdbint.texinfo (Target Architecture Definition): Remove
2276 reference to TARGET_WRITE_SP.
a9331b3f 2277
378bfd1b
AC
22782003-03-27 Andrew Cagney <cagney@redhat.com>
2279
2280 * gdbint.texinfo (Target Architecture Definition): Remove
2281 references to write_sp.
6c0e89ed 2282
922fbb7b
AC
22832003-03-27 Andrew Cagney <cagney@redhat.com>
2284
2285 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2286 chapter body. Use @smallexample instead of @example.
2287 (Annotations): Ditto.
2288 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2289 annotate.texi.
2290
b81774d8
AC
22912003-03-26 Andrew Cagney <cagney@redhat.com>
2292
2293 * gdbint.texinfo (Target Architecture Definition): Replace
2294 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2295 dummy_addr parameters.
2296
1bf6d5cc
AC
22972003-03-25 Andrew Cagney <cagney@redhat.com>
2298
2299 * gdbint.texinfo (Target Architecture Definition): Delete
2300 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2301 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2302 Add reference to PUSH_ARGUMENTS.
2303
618ce49f
AC
23042003-03-23 Andrew Cagney <cagney@redhat.com>
2305
2306 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2307 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2308
bcd7e15f
JB
23092003-03-18 J. Brobecker <brobecker@gnat.com>
2310
2311 * gdbint.texinfo (Algorithms): Add new section describing the
2312 Observer paradigm.
2313 (Top): Add menu entry to new observer appendix.
2314 * observer.texi: New file.
2315 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2316 new observer.texi file.
2317
9fe8321b
AC
23182003-03-17 Andrew Cagney <cagney@redhat.com>
2319
2320 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
2321 that GNU Press update the manual version number.
2322
ac2adee5
AC
23232003-03-12 Andrew Cagney <cagney@redhat.com>
2324
2325 * gdbint.texinfo (Target Architecture Definition): Delete
2326 references to get_saved_register. Rename GET_SAVED_REGISTER to
2327 DEPRECATED_GET_SAVED_REGISTER.
2328
749b82f6
AC
23292003-03-13 Andrew Cagney <cagney@redhat.com>
2330
2331 * gdbint.texinfo (Target Architecture Definition): Replace
2332 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
2333
8bedc050
AC
23342003-03-12 Andrew Cagney <cagney@redhat.com>
2335
2336 * gdbint.texinfo (Target Architecture Definition): Rename
2337 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 2338
0ce1b118
CV
23392003-03-10 Corinna Vinschen <vinschen@redhat.com>
2340
2341 * gdb.texinfo: Add File-I/O documentation.
2342
12cc2063
AC
23432003-03-10 Andrew Cagney <cagney@redhat.com>
2344
2345 * gdbint.texinfo (Target Architecture Definition): Cross reference
2346 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
2347
7453dc06
AC
23482003-03-07 Andrew Cagney <cagney@redhat.com>
2349
2350 * gdb.texinfo (Debugging Output): Mention the "set/show debug
2351 frame" command.
2352
6314f104
AC
23532003-03-05 Andrew Cagney <cagney@redhat.com>
2354
2355 * gdbint.texinfo (Target Architecture Definition): Document
2356 unwind_dummy_id. Cross reference unwind_dummy_id and
2357 SAVE_DUMMY_FRAME_TOS.
2358
f1212245
DJ
23592003-03-05 James Ingham <jingham@apple.com>
2360 Daniel Jacobowitz <drow@mvista.com>
2361
2362 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2363 and "show cp-abi".
2364
77e7e267
AC
23652003-03-03 Andrew Cagney <cagney@redhat.com>
2366
2367 * gdbint.texinfo (Target Architecture Definition): Document
2368 register_type.
2369
838a8221
AC
23702003-03-03 Andrew Cagney <cagney@redhat.com>
2371
2372 * stabs.texinfo (Structures): Use @samp and separate @var's
2373 instead of a single @var containing a comma separated list.
2374 (Unions): Ditto.
2375
d7f4a264
DJ
23762003-03-02 Daniel Jacobowitz <drow@mvista.com>
2377
2378 * Makefile.in (distclean): Remove config.log.
2379
f30ee0bc
AC
23802003-03-01 Andrew Cagney <cagney@redhat.com>
2381
2382 * gdbint.texinfo (Target Architecture Definition): Rename
2383 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2384
23852003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
2386
2387 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2388 DEPRECATED_INIT_EXTRA_FRAME_INFO.
2389
be448670
CF
23902003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2391
2392 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2393 (Non-debug DLL symbols): New node, describing the minimal symbols
2394 loaded from DLLs without real debugging symbols.
2395
501eef12
AC
23962003-02-20 Andrew Cagney <ac131313@redhat.com>
2397
2398 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
2399 hardware-breakpoint-limit".
2400 (Set Watchpoints): Add cross reference to "set remote
2401 hardware-watchpoint-limit".
2402 (Remote configuration options): New section.
2403
21c294e6
AC
24042003-02-04 Andrew Cagney <ac131313@redhat.com>
2405
e9be73e4
AC
2406 * gdbint.texinfo (Target Architecture Definition): Delete
2407 descrption of IS_TRAPPED_INTERNALVAR.
2408
21c294e6
AC
2409 From Keith Seitz <keiths@redhat.com>:
2410 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
2411 option "-i"/"--interpreter" to this chapter. Include index
2412 entries.
2413
0179ffac
DC
24142003-02-04 David Carlton <carlton@math.stanford.edu>
2415
2416 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
2417 (Variables): Recommend stabs+ and DWARF 2.
2418 (C plus plus expressions): Correct info about
2419 compiler versions, debug formats.
2420 (Contributors): Change 'DWARF2' to 'DWARF 2'.
2421 PR symtab/874.
2422
7ca9f392
AC
24232003-02-01 Andrew Cagney <ac131313@redhat.com>
2424
2425 * gdbint.texinfo (Target Architecture Definition): Delete
2426 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
2427 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
2428 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
2429 references to nindy and i960.
2430 * gdb.texinfo (i960): Delete all references to i960 and nindy.
2431
31a85ea2
AC
24322003-02-01 Andrew Cagney <ac131313@redhat.com>
2433
2434 * gdbint.texinfo (Target Architecture Definition): Delete
2435 FLOAT_INFO.
2436
6b894e49
AC
24372003-01-30 Andrew Cagney <ac131313@redhat.com>
2438
2439 * stabs.texinfo (Member Type Descriptor): Clarify description of
2440 `@'. Suggested by Ben Hutchings.
2441
c48861fb
AC
24422003-01-29 Andrew Cagney <ac131313@redhat.com>
2443
2444 * gdb.texinfo (M68K): Delete reference to es1800.
2445
617073a9
AC
24462003-01-29 Andrew Cagney <ac131313@redhat.com>
2447
2448 * gdb.texinfo (Maintenance Commands): Document `maint print
2449 reggroups' and `maint print register-groups'.
2450 * gdbint.texinfo (Target Architecture Definition): Document
2451 register_reggroup_p.
2452
5b5d99cf
JB
24532003-01-23 Jim Blandy <jimb@redhat.com>
2454
2455 * gdb.texinfo (Separate Debug Files): New section.
2456
e7ba9c65
DJ
24572003-01-22 Daniel Jacobowitz <drow@mvista.com>
2458
2459 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
2460 and "maint show profile".
2461
94e91d6d
MC
24622003-01-16 Michael Chastain <mec@shout.net>
2463
2464 * gdb.texinfo (Installing GDB): Warn against
2465 ".../gdb-VERSION/gdb/configure".
2466 (Separate Objdir): Likewise.
2467
867f3898
AC
24682003-01-15 Andrew Cagney <ac131313@redhat.com>
2469
2470 * gdbint.texinfo (Target Architecture Definition): Delete
2471 definition of PRINT_REGISTER_HOOK.
2472
f153cc92
EZ
24732003-01-15 Elena Zannoni <ezannoni@redhat.com>
2474
2475 (OpenRISC 1000): Fix formatting of command names.
2476
c60eb6f1
EZ
24772003-01-15 Elena Zannoni <ezannoni@redhat.com>
2478
2479 * gdb.texinfo (Continuing and Stepping): Add new command
2480 'advance'. Clarify behavior of 'until'.
2481
f5ebfba0
DJ
24822003-01-13 Daniel Jacobowitz <drow@mvista.com>
2483
2484 * gdb.texinfo (Files): Document solib-absolute-prefix and
2485 solib-search-path.
2486
4ce8657e
MC
24872003-01-09 Michael Chastain <mec@shout.net>
2488
2489 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
2490 (Create a Release): Add new instructions for new @file{src-release}.
2491 Document existing instructions for @file{Makefile.in} as
2492 being for @value{GDBN} 5.3.1 or earlier.
2493
372613e3
AC
24942003-01-09 Andrew Cagney <ac131313@redhat.com>
2495
2496 * gdbint.texinfo (Target Architecture Definition): Mention
2497 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
2498 allocate memory.
2499
b4e9345d
DJ
25002003-01-04 Daniel Jacobowitz <drow@mvista.com>
2501
2502 * gdb.texinfo (Controlling GDB): Add @kindex for
2503 "show osabi".
2504 (Backtraces): Add @kindex's for backtrace-below-main.
2505
98b45e30
DJ
25062003-01-04 Daniel Jacobowitz <drow@mvista.com>
2507
2508 * gdb.texinfo (Controlling GDB): Document "set osabi".
2509
95f90d25
DJ
25102003-01-04 Daniel Jacobowitz <drow@mvista.com>
2511
2512 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
2513 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
2514
1e698235
DJ
25152003-01-04 Daniel Jacobowitz <drow@mvista.com>
2516
2517 * gdb.texinfo (Controlling GDB): Add ABI section. Document
2518 "set coerce-float-to-double".
2519 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
2520
e632838e
AC
25212003-01-02 Andrew Cagney <ac131313@redhat.com>
2522
2523 * stabs.texinfo: Remove obsolete text.
2524 * gdbint.texinfo: Ditto.
2525 * gdb.texinfo: Ditto.
2526
c133ab7a
MK
25272002-12-22 Mark Kettenis <kettenis@gnu.org>
2528
2529 * gdbint.texinfo (Target Architecture Definition): Update
2530 description of gdbarch_register_osabi.
2531
f821f325
KH
25322002-12-20 Kazu Hirata <kazu@cs.umass.edu>
2533
2534 * agentexpr.texi: Fix typos.
2535 * annotate.texi: Likewise.
2536 * fdl.texi: Likewise.
2537
85a6d8d3 25382002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
2539
2540 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
2541 DEPRECATED_INIT_FRAME_PC.
2542
ae45cd16
AC
25432002-12-01 Andrew Cagney <ac131313@redhat.com>
2544
2545 * gdbint.texinfo (Target Architecture Definition): Delete
2546 PC_IN_CALL_DUMMY.
2547
07555a72
AC
25482002-11-28 Andrew Cagney <ac131313@redhat.com>
2549
2550 * gdbint.texinfo (Host Definition): Delete documentation on
2551 USE_GENERIC_DUMMY_FRAMES.
2552
c166cdc7
EZ
25532002-11-26 Elena Zannoni <ezannoni@redhat.com>
2554
2555 Fix PR gdb/723 and PR gdb/245.
2556 * Makefile.in (install-info): Run the install-info command as part
2557 of the post install steps only.
2558 (uninstall-info): New target.
2559 (uninstall): New target.
2560
35db0260
EZ
25612002-11-22 Elena Zannoni <ezannoni@redhat.com>
2562
2563 * Makefile.in (install): Make install do some real work.
2564
9ba8d803
AC
25652002-11-19 Andrew Cagney <ac131313@redhat.com>
2566
2567 Fix POSIX problem reported by Paul Eggert.
2568 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
2569 Fix PR gdb/527.
2570
903ad3a6
AC
25712002-10-26 Andrew Cagney <cagney@redhat.com>
2572
2573 * gdbint.texinfo (Target Architecture Definition): Delete
2574 definition of DO_REGISTERS_INFO.
2575
f2abfe65
KB
25762002-10-18 Kevin Buettner <kevinb@redhat.com>
2577
2578 * gdbint.texinfo (Address Classes): Fix problems with insertion
2579 of ``{'' and ``}'' in example.
2580
b5b0480a
KB
25812002-10-17 Kevin Buettner <kevinb@redhat.com>
2582
2583 * gdbint.texinfo (Address Classes): New section.
2584 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
2585 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
2586 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
2587 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
2588
c85508ee
KD
25892002-10-11 Klee Dienes <kdienes@apple.com>
2590
2591 * gdb.texinfo (Registers): Mention vector registers as well as
2592 floating registers in the documentation for 'info registers' and
2593 'info all-registers'.
2594
6d12fc3d
DJ
25952002-10-11 Daniel Jacobowitz <drow@mvista.com>
2596
2597 * gdbint.texinfo (CPLUS_MARKER): Remove item.
2598
8d19fbd2
JJ
25992002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2600
2601 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
2602 interface definition.
2603
a37295f9
MM
26042002-10-03 Marko Mlinar <markom@opencores.org>
2605
2606 * gdb.texinfo (Target Commands): Add or1k target specific
2607 commands.
2608 * gdb.texinfo (Contributors): Add myself to the contributors list.
2609
da0f9dcd
AC
26102002-10-01 Andrew Cagney <ac131313@redhat.com>
2611
2612 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
2613 and "mi1" instead of "mi1" and "mi0".
2614
2e834e49
HPN
26152002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2616
2617 * gdb.texinfo (Packets): Fix typos "alligned".
2618 Correct z3/Z3 description. Correct z4/Z4 title.
2619
050be0dc
AC
26202002-09-27 Andrew Cagney <ac131313@redhat.com>
2621
2622 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
2623
1104b9e7
KB
26242002-09-25 Kevin Buettner <kevinb@redhat.com>
2625
2626 * gdb.texinfo: Use GNU/Linux instead of Linux.
2627
512217c7
AC
26282002-09-25 Andrew Cagney <ac131313@redhat.com>
2629
2630 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
2631
10998722
AC
26322002-09-24 Andrew Cagney <ac131313@redhat.com>
2633
512217c7 2634 * gdb.texinfo: Replace @example with @smallexample.
10998722 2635
a0eb71c5
KB
26362002-09-20 Kevin Buettner <kevinb@redhat.com>
2637
f7dc1244 2638 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
2639 * gdb.texinfo (Character Sets): Use @smallexample instead of
2640 @example. Use GNU/Linux instead of Linux.
2641
26422002-09-20 Jim Blandy <jimb@redhat.com>
2643
2644 * gdb.texinfo: Add character set documentation.
2645
2f870471
AC
26462002-09-19 Andrew Cagney <ac131313@redhat.com>
2647
2648 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
2649 (Packets): Add cross reference from `b' packet to `z' packets.
2650
790eb8f5
AC
26512002-09-19 Andrew Cagney <ac131313@redhat.com>
2652
8d30a00d
AC
2653 * gdb.texinfo (Maintenance Commands): Document ``maint
2654 internal-error'' and ``maint internal-warning''.
2655
790eb8f5
AC
2656 * gdbint.texinfo (Target Architecture Definition): Revise
2657 description of STACK_ALIGN. Add description of FRAME_ALIGN.
2658
a23a7bf1
JB
26592002-09-19 Joel Brobecker <brobecker@gnat.com>
2660
2661 * gdbint.texinfo (Target Conditionals): Document the new
2662 NAME_OF_MALLOC macro.
2663
299ffc64
AC
26642002-09-05 Andrew Cagney <ac131313@redhat.com>
2665
2666 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
2667 engineer.
2668
b7bb15bc
SC
26692002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2670
2671 * gdb.texinfo (TUI Overview): Document status line fields.
2672
3d757584
SC
26732002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2674
2675 * gdb.texinfo (TUI Commands): Document info win command.
2676
269c21fe
SC
26772002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2678
2679 * gdb.texinfo (TUI Overview): Document breakpoint markers.
2680
7cf36c78
SC
26812002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2682
2683 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
2684 (TUI Keys): Likewise.
2685
d2c6833e
AC
26862002-08-25 Andrew Cagney <ac131313@redhat.com>
2687
2688 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
2689 for a packet receive.
2690
46d8b1c3
AC
26912002-08-25 Andrew Cagney <ac131313@redhat.com>
2692
2693 * Makefile.in (clean): Move to end of file.
2694 (distclean, maintainer-clean, realclean): Ditto.
2695 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
2696 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
2697 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
2698 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
2699
b0787093
AC
27002002-08-24 Andrew Cagney <ac131313@redhat.com>
2701
2702 * Makefile.in (GDBINT_TEX_TMPS): Define.
2703 (gdbint.dvi, gdbint.pdf): Use
2704 (GDB_TEX_TMPS): Define.
2705 (gdb.dvi, gdb.pdf): Use.
2706 (STABS_TEX_TMPS): Define.
2707 (stabs.dvi, stabs.pdf): Use.
2708 (GDB_DOC_SOURCE_INCLUDES): New macros.
2709 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
2710 (GDBINT_DOC_FILES_INCLUDES): New macros.
2711 (GDBINT_DOC_BUILD_INCLUDES): New macros.
2712 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
2713 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
2714 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
2715 (links2roff): Replace SFILES_INCLUDED with
2716 GDB_DOC_SOURCE_INCLUDES.
2717 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
2718 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
2719 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
2720 dependencies.
2721 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
2722 dependencies.
2723 (gdbmi.texinfo): Delete rule.
2724 (inc-hist.texinfo): Delete rule.
2725 (rluser.texinfo): Delete rule.
2726
ebba8386
AC
27272002-08-23 Andrew Cagney <cagney@redhat.com>
2728
2729 * gdbint.texinfo (Target Architecture Definition): Update
2730 STORE_RETURN_VALUE, mention regcache.
2731
0ab7a791
AC
27322002-08-21 Andrew Cagney <ac131313@redhat.com>
2733
2734 * gdbint.texinfo (Target Architecture Definition): Document
2735 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
2736
ee2d5c50
AC
27372002-08-19 Andrew Cagney <ac131313@redhat.com>
2738
2739 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
2740 Fix minor typos. Add index entries.
2741
53c69bd7
AC
27422002-08-18 Andrew Cagney <ac131313@redhat.com>
2743
2744 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
2745
e76f1f2e
AC
27462002-08-15 Andrew Cagney <ac131313@redhat.com>
2747
2748 * gdbint.texinfo (Target Architecture Definition): Document
2749 PRINT_VECTOR_INFO.
2750 * gdb.texinfo (Vector Unit): Document "info vectors" command.
2751
0680b120
AC
27522002-08-13 Andrew Cagney <ac131313@redhat.com>
2753
2754 * gdb.texinfo (Maintenance Commands): Document "maint print
2755 registers", "maint print raw-registers" and "maint print
2756 cooked-registers".
2757
3c3bea1c
GS
27582002-08-08 Grace Sainsbury <graces@redhat.com>
2759
a9331b3f 2760 From Mark Salter:
3c3bea1c
GS
2761 * gdb.texinfo (Protocol): Document T packet extension to
2762 allow watchpoint address reporting.
2763
42f9b0a5
AC
27642002-08-03 Andrew Cagney <ac131313@redhat.com>
2765
2766 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
2767
db034ac5
AC
27682002-08-01 Andrew Cagney <cagney@redhat.com>
2769
2770 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
2771 to CHILL.
2772
e2b28d04
AC
27732002-08-01 Andrew Cagney <ac131313@redhat.com>
2774
2775 * gdbint.texinfo (Coding): Revise section "Include Files".
2776
7fb623f7
AC
27772002-07-24 Andrew Cagney <cagney@redhat.com>
2778
2779 * gdbint.texinfo: Obsolete references to m88k.
2780 * gdb.texinfo: Ditto.
2781
4a2b4636
JB
27822002-07-10 Joel Brobecker <brobecker@gnat.com>
2783
7fb623f7 2784 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
2785 where the proper version of autoconf can be retrieved.
2786
a71ec265
DH
27872002-07-09 Don Howard <dhoward@redhat.com>
2788
2789 * gdb.texinfo (Command Files): Further describe the behavior of
2790 sourced command files.
2791
b9aa90c9
AC
27922002-06-27 Andrew Cagney <ac131313@redhat.com>
2793
2794 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
2795 (Coding): Clarify ISO C version that GDB assumes.
2796
40dd2248
TT
27972002-06-26 Tom Tromey <tromey@redhat.com>
2798
2799 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
2800 add_setshow_cmd_full.
2801
bfac230e
DH
28022002-06-25 Don Howard <dhoward@redhat.com>
2803
2804 * gdb.texinfo (Memory Region Attributes): Document new behavior
2805 for 'mem' command.
2806
475b0867
JB
28072002-06-11 Jim Blandy <jimb@redhat.com>
2808
919d772c
JB
2809 * gdb.texinfo (Symbols): Update documentation for `info source'
2810 command.
2811
475b0867
JB
2812 * gdb.texinfo (Macros): Call the command `info macro', not
2813 `show macro'.
2814
ba8c9337
AC
28152002-06-09 Andrew Cagney <ac131313@redhat.com>
2816
2817 * gdbint.texinfo (Coding): Add section ``Per-architecture module
2818 data''.
2819
1029b7fa
MK
28202002-06-09 Mark Kettenis <kettenis@gnu.org>
2821
2822 * gdbint.texinfo (Target Architecture Definition): Document
2823 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
2824
16737d73
AC
28252002-06-08 Andrew Cagney <ac131313@redhat.com>
2826
2827 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
2828 lists.
2829
30107679
AC
28302002-06-08 Andrew Cagney <ac131313@redhat.com>
2831
2832 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
2833 Branch''.
2834
3352e23e
AC
28352002-06-01 Andrew Cagney <ac131313@redhat.com>
2836
2837 * gdbint.texinfo (Target Architecture Definition): Add section
2838 ``Converting an existing Target Architecture to Multi-arch''.
2839
cbb09e6a
AC
28402002-05-30 Andrew Cagney <ac131313@redhat.com>
2841
2842 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
2843 to ``Obsoleting code''. Revise.
2844
e2e0bcd1
JB
28452002-05-17 Jim Blandy <jimb@redhat.com>
2846
2847 * gdb.texinfo (C Preprocessor Macros): New chapter.
2848 Include it in the main menu.
2849 (Contributors): Credit Jim Blandy with macro support.
2850 (Compilation): Explain how to get macro information into the
2851 executable.
2852 (Expressions): Note that preprocessor macros are expanded.
2853
9db8d71f
DJ
28542002-05-14 Daniel Jacobowitz <drow@mvista.com>
2855
2856 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
2857 options for `target remote'.
2858
6d531722
AC
28592002-05-13 Andrew Cagney <ac131313@redhat.com>
2860
2861 * gdbint.texinfo (Target Architecture Definition): Delete
2862 documentation on NNPC_REGNUM.
2863
13d01224
AC
28642002-05-11 Andrew Cagney <ac131313@redhat.com>
2865
2866 * gdbint.texinfo (Target Architecture Definition): Document
2867 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
2868 (Target Architecture Definition): Revise section `Using Different
2869 Register and Memory Data Representations'. Add section `Raw and
2870 Virtual Register Representations'.
2871
b2e75d78
AC
28722002-05-11 Andrew Cagney <ac131313@redhat.com>
2873
2874 * gdbint.texinfo (Target Architecture Definition): Mention
2875 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
2876 (Target Architecture Definition): Mention same. Add references to
2877 web pages.
2878
2c8682ee
MS
28792002-05-08 Michael Snyder <msnyder@redhat.com>
2880
2881 * stabs.texinfo (Attributes): Document new "vector" attribute.
2882
0816590b
AC
28832002-05-04 Andrew Cagney <ac131313@redhat.com>
2884
2885 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
2886
2653173e
AC
28872002-05-04 Andrew Cagney <ac131313@redhat.com>
2888
2889 * gdb.texinfo: Delete obsolete references to a29k.
2890
d7bd68ca
AC
28912002-04-24 Andrew Cagney <ac131313@redhat.com>
2892
2893 * gdbint.texinfo (Target Architecture Definition): Replace
2894 IN_SIGTRAMP with PC_IN_SIGTRAMP.
2895
21d83aa5
DM
28962002-04-24 David S. Miller <davem@redhat.com>
2897
2898 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
2899
7673a6cc
DM
29002002-04-21 David S. Miller <davem@redhat.com>
2901
2902 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
2903
d49d1e0a
AC
29042002-04-21 Andrew Cagney <ac131313@redhat.com>
2905
2906 * gdbint.texinfo (Target Architecture Definition): Delete
2907 definition of HAVE_REGISTER_WINDOWS.
2908
f7dc1244 29092002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
2910
2911 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
2912 "Theodore A. Roth" <troth@verinet.com>.
2913
5ca0cb28
DH
29142002-04-15 Don Howard <dhoward@redhat.com>
2915
f7dc1244 2916 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 2917 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 2918 Provide a better explaination of this feature.
5ca0cb28 2919
f208ba17
AC
29202002-04-14 Andrew Cagney <ac131313@redhat.com>
2921
2922 * gdbint.texinfo (Target Architecture Definition): Remove
2923 FRAME_CHAIN_COMBINE.
2924
d5ba91de
MC
29252002-04-12 Michael Chastain <mec@shout.net>
2926
2927 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
2928 REG_STACK_SEGMENT.
2929
26818220
MC
29302002-04-09 Michael Chastain <mec@shout.net>
2931
2932 * gdbint.texinfo (Obsolete Conditionals): Remove references to
2933 PYRAMID_* macros.
2934
129188f6
AC
29352002-04-07 Andrew Cagney <ac131313@redhat.com>
2936
2937 * gdb.texinfo (Bug Reporting): Document that the web is the
2938 prefered way of submitting bug reports.
2939 (Bug Reporting): Delete the s-mail address as the last resort.
2940
8227c0ff
AC
29412002-04-05 Andrew Cagney <ac131313@redhat.com>
2942
2943 * gdbint.texinfo (Target Architecture Definition): Delete
2944 references to TARGET_WRITE_FP and write_fp.
2945
16d9dec6
MS
29462002-03-27 Michael Snyder <msnyder@redhat.com>
2947
2948 * gdb.texinfo: Document new commands dump, append, and restore.
2949
9ae8b82c
AC
29502002-03-27 Andrew Cagney <ac131313@redhat.com>
2951
2952 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
2953 Branch'.
2954
474c8240
AC
29552002-03-18 Andrew Cagney <ac131313@redhat.com>
2956
2957 * gdb.texinfo: Change all examples to @smallexample.
2958 * gdbint.texinfo: Ditto.
a9331b3f 2959
fb0ff88f
AC
29602002-03-18 Andrew Cagney <ac131313@redhat.com>
2961
2962 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
2963 Branches''.
2964
9bb0a4d8
AC
29652002-03-18 Andrew Cagney <ac131313@redhat.com>
2966
2967 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
2968 Policy''.
2969
937f164b
FF
29702002-03-04 Fred Fish <fnf@redhat.com>
2971
2972 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
2973 expresson, suports, dependant, trhe, perhaphs, situtations,
2974 explictily, taged, oportunity, unfortunatly).
2975
a7b40f07
AC
29762002-02-24 Andrew Cagney <ac131313@redhat.com>
2977
2978 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
2979 Remove reference to 3.12.
2980
aab4e0ec
AC
29812002-02-23 Andrew Cagney <ac131313@redhat.com>
2982
2983 * gdbint.texinfo: Include fdl.texi.
2984 (Top): Add GNU Free Documentation License.
2985 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
2986 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
2987 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
2988 (gdbint.info): Add srcdir to include path.
2989 * gdb.texinfo: Include gpl.texi.
2990 (Top): Add Copying.
2991 * gpl.texi: New file.
2992
47b95330
AC
29932002-02-23 Andrew Cagney <ac131313@redhat.com>
2994
2995 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
2996
78c47bea
PM
29972002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2998
2999 * gdb.texinfo: Document Cygwin native specific commands.
3000
56460a61
DJ
30012002-02-15 Daniel Jacobowitz <drow@mvista.com>
3002
3003 * gdb.texinfo: Document gdbserver ``--attach'' command.
3004
def71bfa
MS
30052002-02-07 Michael Snyder <msnyder@redhat.com>
3006
3007 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3008 to @code(_ovly_debug_event).
3009
c928edc0
AC
30102002-02-07 Andrew Cagney <ac131313@redhat.com>
3011
3012 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3013
81d46470
MS
30142002-02-06 Michael Snyder <msnyder@redhat.com>
3015
3016 * gdb.texinfo (overlays): Mention new magic symbol
3017 '_ovly_debug_event', which allows GDB to keep better track
3018 of overlays.
3019
f7dc1244 30202002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
3021
3022 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3023 Suggested by Dmitry Sivachenko.
3024
3025 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3026
15110bc3
MS
30272002-02-01 Michael Snyder <msnyder@redhat.com>
3028
3029 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3030
6763aef9
MS
30312002-01-30 Michael Snyder <msnyder@redhat.com>
3032
ac282366
MS
3033 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3034 (set trust-readonly-sections): Document.
6763aef9 3035
8642bc8f
AC
30362002-01-29 Andrew Cagney <ac131313@redhat.com>
3037
3038 * gdbint.texinfo (Releasing GDB): Revise and update.
3039
afe64c1a
AC
30402002-01-28 Andrew Cagney <ac131313@redhat.com>
3041
3042 * gdbint.texinfo (Target Architecture Definition): Delete
3043 description of TARGET_BYTE_ORDER_DEFAULT.
3044
f7dc1244 30452002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
3046
3047 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3048 <mitya@cavia.pp.ru>.
3049
3d6e1b5a
AC
30502002-01-23 Andrew Cagney <ac131313@redhat.com>
3051
3052 * libgdb.texinfo: Delete file.
3053
6c0e9fb3
AC
30542002-01-22 Andrew Cagney <ac131313@redhat.com>
3055
3056 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3057 * gdbint.texinfo: Ditto.
3058
e0ce93ac
AC
3059Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3060
3061 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3062
be298bcc
AC
30632002-01-22 Andrew Cagney <ac131313@redhat.com>
3064
3065 * Makefile.in: Update copyright.
3066 (TEXI2DVI): Define.
3067 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3068 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3069 gdb-cfg.texi.
3070 (TEXINDEX, PDFTEX): Delete makefile variables.
3071
8e04817f
AC
30722002-01-22 Andrew Cagney <ac131313@redhat.com>
3073
3074 * gdb.texinfo (Protocol): Move section to appendix.
3075
6b2f586d
AC
30762002-01-21 Andrew Cagney <ac131313@redhat.com>
3077
3078 * gdb.texinfo (Remote Debugging): Create a menu.
3079 (Top): Add ``Remote Debugging'' to menu.
3080
6f05cf9f
AC
30812002-01-21 Andrew Cagney <ac131313@redhat.com>
3082
3083 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3084 serial protocol'' from here.
3085 (Remote Debugging): To here. New chapter.
3086
3fd3d7d2
AC
30872002-01-20 Andrew Cagney <ac131313@redhat.com>
3088
3089 * gdbint.texinfo (Target Architecture Definition): Delete
3090 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3091
7fd60527
AC
30922002-01-20 Andrew Cagney <ac131313@redhat.com>
3093
3094 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3095 are no longer needed.
3096 (Porting GDB): Add maintainer note about configure.host.
3097
c2f05ac9
AC
30982002-01-20 Andrew Cagney <ac131313@redhat.com>
3099
3100 * gdbint.texinfo (Target Architecture Definition): Remove
3101 definition of IEEE_FLOAT.
3102
f7dc1244 31032002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
3104
3105 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
3106 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3107 <3diff@gnu.org>
231b2aad 3108
82600034
AC
31092002-01-19 Andrew Cagney <ac131313@redhat.com>
3110
3111 * gdbint.texinfo (Host Definition): Remove references to
3112 MALLOC_INCOMPATIBLE.
3113
7708fa01
AC
31142002-01-17 Andrew Cagney <ac131313@redhat.com>
3115
3116 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3117 and xyz-xdep.o.
3118
eb12ee30
AC
31192002-01-17 Andrew Cagney <ac131313@redhat.com>
3120
3121 * gdb.texinfo (Maintenance Commands): Add appendix.
3122 (Set Breaks): Copy ``maint info breakpoint'' doco to
3123 ``Maintenance Commands'' appendix. Add reference.
3124
c9ccaa92
AC
31252002-01-17 Andrew Cagney <ac131313@redhat.com>
3126
3127 * fdl.texi: Remove next/prev from @node.
3128
f7dc1244 31292002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
3130
3131 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3132 for monstrous @multitable (from Brian Youmans).
3133
3134 * fdl.texi: New file.
3135
3136 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3137
8973da3a
AC
31382002-01-15 Andrew Cagney <ac131313@redhat.com>
3139
3140 * gdbint.texinfo (Releasing GDB): New chapter.
3141
7d86b5d5
AC
31422002-01-14 Andrew Cagney <ac131313@redhat.com>
3143
3144 * gdb.texinfo (Embedded Processors, Calling program functions):
3145 Obsolete references to a29k.
3146
cc1cb004
AC
31472002-01-13 Andrew Cagney <ac131313@redhat.com>
3148
3149 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3150 examples. Document that a code-block should do or discard its
3151 cleanups before exit.
3152
79f12247
MS
31532002-01-11 Michael Snyder <msnyder@redhat.com>
3154
3155 * gdb.texinfo (Choosing files): Change @samp to @file.
3156
19837790
MS
31572002-01-05 Michael Snyder <msnyder@redhat.com>
3158
3159 * gdb.texinfo (--pid): Document new command line option (attach).
3160
f7dc1244 31612002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
3162
3163 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3164 in the stub.
3165
d7449b42
AC
31662002-01-04 Andrew Cagney <ac131313@redhat.com>
3167
3168 * gdbint.texinfo (Target Architecture Definition): Replace
3169 BIG_ENDIAN with BFD_ENDIAN_BIG.
3170
f23631e4
AC
31712002-01-03 Andrew Cagney <ac131313@redhat.com>
3172
3173 * gdbint.texinfo (Target Architecture Definition): Replace
3174 value_ptr with struct value pointer.
3175
72c9928d
EZ
31762002-01-02 Eli Zaretskii <eliz@gnu.org>
3177
3178 * gdb.texinfo (Free Software): Fix wording.
3179
959acfd1
EZ
31802001-12-31 Eli Zaretskii <eliz@gnu.org>
3181
3182 * gdb.texinfo (Free Software): New section ``Free Software Needs
3183 Free Documentation''.
3184
f7dc1244 31852001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
3186
3187 * stabs.texinfo:
3188 * gdb.texinfo:
3189 * gdbint.texinfo:
3190 * libgdb.texinfo:
3191 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3192
6600abed
MS
31932001-12-29 Michael Snyder <msnyder@redhat.com>
3194
3195 * gdb.texinfo (maint info sections): Fix typo.
3196
f6680716
MS
31972001-12-26 Michael Snyder <msnyder@redhat.com>
3198
fe95c787
MS
3199 * gdb.texinfo (maint info sections): Document.
3200
a9331b3f 3201 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
3202 'info proc' sub-options that are currently not implemented.
3203
c3d3ce5b
JB
32042001-12-20 Jim Blandy <jimb@redhat.com>
3205
3206 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3207
778eb05e
AC
32082001-12-15 Andrew Cagney <ac131313@redhat.com>
3209
3210 * gdbint.texinfo (Target Architecture Definition): Replace
3211 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3212
2607059c
AC
32132001-12-01 Andrew Cagney <ac131313@redhat.com>
3214
3215 * gdbint.texinfo (Host Definition): Delete documentation on
3216 HOST_BYTE_ORDER.
3217
df0cd8c5
JB
32182001-11-30 Jim Blandy <jimb@redhat.com>
3219
3220 * gdb.texinfo (Overlays): New chapter, documenting GDB's
3221 overlay support. Add to top-level menu.
3222
88118b3a
TT
32232001-11-26 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.texinfo (Command Syntax): Document C-o binding.
3226
96565e91
CF
32272001-07-26 Christopher Faylor <cgf@redhat.com>
3228
3229 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3230 use since it is described in the referenced section.
3231
f7dc1244 3232 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
3233 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3234 clearer when using DJGPP.
3235
2a3d5645
CF
32362001-11-24 Christopher Faylor <cgf@redhat.com>
3237
3238 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3239 specifically refer to MS-DOS.
3240 (command files): Mention gdb.ini is only used on MS-DOS.
3241
aa26fa3a
TT
32422001-11-21 Tom Tromey <tromey@redhat.com>
3243
3244 * gdb.texinfo (Invoking GDB): Document --args.
3245 (Mode Options): Likewise.
3246
4f8ada06
JB
32472001-11-21 Jim Blandy <jimb@redhat.com>
3248
3249 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3250 Delete documentation; this macro has been removed from the
3251 sources.
3252
3fe0dc10
JB
32532001-11-13 Jim Blandy <jimb@redhat.com>
3254
3255 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3256
9e5abb06
CV
32572001-11-06 Corinna Vinschen <vinschen@redhat.com>
3258
3259 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3260
1c5dfdad
MS
32612001-11-05 Michael Snyder <msnyder@redhat.com>
3262
a9331b3f 3263 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
3264 quote regexp chars in function names such as "operator*()".
3265
990f9fe3
FF
32662001-11-01 Fred Fish <fnf@redhat.com>
3267
3268 * gdbint.texinfo (SOLIB_ADD): Document additional new
3269 "readsyms" arg.
3270
b433d00b
DH
32712001-10-30 Don Howard <dhoward@redhat.com>
3272
070b1dd3
DH
3273 * gdb.texinfo: (Command Files) Added documentation for the
3274 behavior of gdb with input redirected from a file.
b433d00b 3275
b7209cb4
FF
32762001-10-28 Fred Fish <fnf@redhat.com>
3277
3278 * gdb.texinfo (auto-solib-add): Change docs to match
3279 implementation change.
3280 (auto-solib-limit): Add docs for new variable.
3281
1aa20aa8
AC
32822001-10-15 Andrew Cagney <ac131313@redhat.com>
3283
3284 * gdbint.texinfo (Target Architecture Definition): Function
3285 value_as_pointer renamed to value_as_address.
3286
fc0c74b1
AC
32872001-10-15 Andrew Cagney <ac131313@redhat.com>
3288
3289 * gdbint.texinfo (Target Architecture Definition): Default
3290 POINTER_TO_ADDRESS functions assume unsigned addresses.
3291 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3292 posting by Jim Blandy.
3293
f4846649
JB
32942001-10-12 Jim Blandy <jimb@redhat.com>
3295
3296 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3297 version of texi2html (1.64) doesn't support this flag any more.
3298
f277788b
MK
32992001-09-08 Mark Kettenis <kettenis@gnu.org>
3300
a9dc4918
MK
3301 * gdbint.texinfo (Host Definition): Remove description of
3302 MEM_FNS_DECLARED.
3303
d28379df
MK
3304 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3305
f277788b
MK
3306 * gdbint.texinfo (Host Definition): Remove description of
3307 HAVE_SIGSETMASK.
3308
7ccaa899
EZ
33092001-09-04 Elena Zannoni <ezannoni@redhat.com>
3310
3311 * gdbint.texinfo (Target Architecture Definition): Add
3312 explanation of TARGET_PRINT_INSN macro.
3313
17d9d558
JB
33142001-08-30 Jim Blandy <jimb@redhat.com>
3315
3316 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3317 Explain what it means to load relocatable files.
3318
72cde065
JB
33192001-08-28 Jim Blandy <jimb@redhat.com>
3320
3321 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3322 info `top' menu.
3323
9e678452
CF
3324Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
3325
3326 * gdbint.texinfo: Add a cautionary note about macro use.
3327
a2bea4c3 33282001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 3329
a2bea4c3
CV
3330 * gdb.texinfo: Explain omitting the hostname in the
3331 `target remote' command.
3332
1129bf27
DJ
33332001-07-30 Daniel Jacobowitz <drow@mvista.com>
3334
3335 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3336 and END-INFO-DIR-ENTRY.
3337
732b3002
SC
33382001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3339
3340 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3341
89437448
AC
33422001-07-25 Andrew Cagney <ac131313@redhat.com>
3343
3344 * gdbint.texinfo (libgdb): Rewrite.
3345
f7dc1244 33462001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
3347
3348 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3349
c4555f82
SC
33502001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3351
3352 * gdb.texinfo (TUI): New chapter, document the TUI.
3353 (Mode Options): Document the -tui option.
3354
2f45a6e0
MK
33552001-07-23 Mark Kettenis <kettenis@gnu.org>
3356
3357 * gdbint.texinfo (Host Definition): Remove description of
3358 NEED_POSIX_SETPGID.
3359
f7dc1244 33602001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
3361
3362 * gdb.tex (DJGPP Native): New node, with descriptions of
3363 DJGPP-specific commands.
3364
be9c6c35
JM
33652001-07-19 John R. Moore <jmoore@redhat.com>
3366
3367 * gdbint.texinfo: Three misspellings.
3368
dfa249fb
AC
33692001-07-06 Andrew Cagney <ac131313@redhat.com>
3370
3371 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3372 `test` expressions on bash. Problem reported by Colin Walters.
3373
c72e7388
AC
33742001-07-04 Andrew Cagney <ac131313@redhat.com>
3375
3376 * gdbint.texinfo (User Interface): Update ui-out documentation to
3377 refelect recent UI/MI updates.
3378
94bbb2c0
AC
33792001-07-04 Andrew Cagney <ac131313@redhat.com>
3380
3381 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3382 interpreters.
3383
af6c57ea
AC
33842001-06-15 Andrew Cagney <ac131313@redhat.com>
3385
3386 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3387 structure and not macros.
3388 (Host Definition): Document that much of this chapter is obsolete.
3389 (Target Architecture Definition): Update list of files that make
3390 up a target architecture.
3391 (Coding): Update.
3392
83aa8bc6
AC
33932001-06-28 Andrew Cagney <ac131313@redhat.com>
3394
3395 * gdbint.texinfo (Target Architecture Definition): Update
3396 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
3397 The latter has been changed to a true predicate.
3398
f7dc1244 33992001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
3400
3401 * annotate.texi: Add @noindent where needed. From Dmitry
3402 Sivachenko <dima@Chg.RU>.
3403 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
3404
656db9b0
AC
34052001-06-16 Andrew Cagney <ac131313@redhat.com>
3406
3407 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
3408
df2396a1
AC
34092001-06-14 Andrew Cagney <ac131313@redhat.com>
3410
3411 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
3412 returns ``OK''. Document that the ``R'' packet does not reply.
3413
0f1f2b0a
MS
34142001-06-13 Michael Snyder <msnyder@redhat.com>
3415
3416 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
3417
f7dc1244 34182001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
3419
3420 * gdb.texinfo (Signals): Clarify the default setting of signal
3421 handling.
3422
a5d7c491
AC
34232001-05-14 Andrew Cagney <ac131313@redhat.com>
3424
3425 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
3426 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
3427
05a54c4f
AC
34282001-05-12 Andrew Cagney <ac131313@redhat.com>
3429
3430 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
3431
f7dc1244 34322001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
3433
3434 * gdbint.texinfo (Clean Design and Portable Implementation):
3435 Renamed from "Clean Design".
3436 (Clean Design and Portable Implementation): Document portable
3437 methods of handling file names, and the associated macros.
3438
f7dc1244 34392001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
3440
3441 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
3442 command and provide a cross-reference to its description.
3443 (Symbols): Note that "info scope" is useful for trace experiments.
3444
f7dc1244 34452001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 3446
b37052ae
EZ
3447 * gdb.texinfo (Symbols): Document "info scope".
3448 (Tracepoints): New chapter.
3449 (Contributors): Update for v5.1.
3450 <All nodes>: Change "C++" to "C@t{++}".
3451
0ee54786
EZ
3452 * gdbint.texinfo (User Interface): A new section about ui_out
3453 functions, based on text written by Fernando Nasser.
3454
c534679c
EZ
3455 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
3456
f7dc1244 34572001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 3458
e9c75b65
EZ
3459 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
3460
3461 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
3462
3463 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
3464 Replace "GDB" with "@value{GDBN}". Fix markup.
3465
3466 * annotate.texi: Change Permissions to GFDL. Update Copyright.
3467
3d67e040
EZ
3468 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
3469 a cross-reference to its description.
3470 (Symbols): Document "info symbol".
3471
f7dc1244 34722001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
3473
3474 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
3475 subsection "x86 Watchpoints".
3476 (Target Architecture Definition): Document the macros
3477 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
3478 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
3479
b0ed3589
AC
34802001-03-20 Andrew Cagney <ac131313@redhat.com>
3481
3482 * gdbint.texinfo (Target Architecture Definition): Update
3483 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
3484 list.
3485
b6ba6518
KB
34862001-03-06 Kevin Buettner <kevinb@redhat.com>
3487
3488 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
3489 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
3490
f7dc1244 34912001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
3492
3493 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
3494
f7dc1244 34952001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 3496
17cc6a06
EZ
3497 * gdb.texinfo (Environment): Document that `path' does not change
3498 the value of PATH in GDB's own environment (it did in the past,
3499 but that was changed on March 15, 1994). Reported by Doug Evans
3500 <dje@transmeta.com>.
3501
56caf160
EZ
3502 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
3503 its line. Fix markup of commands and macros. Add an Index node
3504 and index entries.
3505
29e57380
C
35062001-01-23 J.T. Conklin <jtc@redback.com>
3507
3508 * gdb.texinfo (Memory region attributes): New manual section.
3509
1c6147de
ND
35102001-01-04 Nicholas Duffek <nsd@redhat.com>
3511
3512 * gdbint.texinfo (POP_FRAME): Document use by return_command.
3513
f7dc1244 35142000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
3515
3516 * refcard.tex: Version and copyright fixed. From Phil Edwards
3517 <pedwards@disaster.jaj.com>.
3518
0dcedd82
AC
3519Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
3520
3521 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
3522 DWARF2_REG_TO_REGNUM): Document.
3523
3b851bce
AC
3524Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
3525
3526 * gdbint.texinfo (Coding): Update current value of
3527 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3528
f7dc1244 35292000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
3530
3531 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
3532 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
3533
b90a5f51
CF
35342000-11-10 Christopher Faylor <cgf@cygnus.com>
3535
3536 * gdb.texinfo: Document new 'set step-mode' command.
3537
f7dc1244 35382000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
3539
3540 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
3541 changes from Dmitry Sivachenko <dima@Chg.RU>.
3542
f7dc1244 35432000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
3544
3545 * gdb.texinfo (Hooks): Document the new post-hook functionality.
3546 From Steven Johnson <sbjohnson@ozemail.com.au>.
3547
2e685b93
MK
35482000-08-10 Mark Kettenis <kettenis@gnu.org>
3549
3550 * gdbint.texinfo (Overall Structure): Spelling fix.
3551
f7dc1244 35522000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
3553
3554 * gdbint.texinfo (Target Architecture Definition): Document that
3555 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
3556 for which REGISTER_CONVERTIBLE returns a zero value.
3557
63ac3005
EZ
35582000-07-08 Christopher Faylor <cgf@cygnus.com>
3559
3560 * Makefile.in (install-info): Find files to install in either the
3561 build or source directories (adapted from Makefile.am).
3562
bd79f757
ND
35632000-07-07 Nicholas Duffek <nsd@redhat.com>
3564
3565 * stabs.texinfo: Fix spelling errors.
3566 (String Field): FILE-NUMBER starts from 0, not 1.
3567
f7dc1244 35682000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
3569
3570 * refcard.tex: Remove \centerline from the blurb. Patch from
3571 Brian Youmans.
3572
f7dc1244 35732000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
3574
3575 * Makefile.in (install-info): Support installation from outside of
3576 the source directory. Reported by Mark Harig
3577 <markh@frazier.landmark.com>.
3578
f3b28801
C
35792000-06-20 J.T. Conklin <jtc@redback.com>
3580
3581 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
3582
449f3b6c
AC
3583Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
3584
3585 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
3586 Generate using pdftex.
3587 (PDFTEX): Define.
3588 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
3589 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
3590 @contents at the start.
3591
f7dc1244 35922000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
3593
3594 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
3595 Youmans.
3596
9e9c5ae7
AC
3597Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3598
3599 From Brian Youmans:
3600 * gdb.texinfo: Fix ``et al.''.
3601
c741b251
AC
3602Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
3603
3604 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
3605 loop.
3606
4ab64e14
JG
36072000-05-19 Jimmy Guo <guo@cup.hp.com>
3608
3609 * configure: Regenerate.
3610
f7dc1244 36112000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
3612
3613 * Makefile.in (install-info): Run install-info on installed Info
3614 files.
3615
8c70017b
AC
3616Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3617
a7cb598a
AC
3618 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
3619 Andrew Cagney.
8c70017b 3620
f7dc1244 36212000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
3622
3623 * gdb.texinfo: Proofreading changes from Brian Youmans.
3624
bf0184be
ND
36252000-05-01 Nick Duffek <nsd@cygnus.com>
3626
3627 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
3628 startup sequence, minor edits.
3629
f7dc1244 36302000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
3631
3632 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
3633 TeX.
3634
3635 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
3636 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
3637 like `n' and `s' which look weird. Convert some of the @kindex to
3638 @vindex, when they refer to variables, not commands.
3639
33e16fad
AC
3640Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3641
3642 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
3643
f7dc1244 36442000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
3645
3646 * Makefile.in (GDBMI_DIR): New variable.
3647 (SET_TEXINPUTS): Add $(GDBMI_DIR).
3648 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
3649 (gdbmi.texinfo): New target, for texi2roff.
3650 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
3651 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
3652
3653 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
3654 gdbmi.texinfo.
3655 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
3656 comment.
3657
d167840f
EZ
36582000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3659
3660 * gdb.texinfo (Files): Update description of add-symbol-file
3661 command.
3662
f7dc1244 36632000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
3664
3665 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
3666 prevents the build (and is generally a Bad Idea).
3667
f7dc1244 36682000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
3669
3670 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
3671 a comma inside @var.
3672 (Command Files): Index markup changes from Dmitry Sivachenko
3673 <dima@Chg.RU>.
3674
f7dc1244 36752000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
3676
3677 * Makefile.in (LN_S): Define.
3678 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
3679 invoke "ln -s" unless it is known to work.
3680
3681 * configure.in (AC_PROG_LN_S): Add.
3682
8dc7983f
JB
36832000-04-14 Jim Blandy <jimb@redhat.com>
3684
3685 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
3686 section.
3687 (Target Conditionals): Document ADDRESS_TO_POINTER,
3688 POINTER_TO_ADDRESS.
3689
1a8237e8
DB
36902000-04-11 Daniel Berlin <dan@cgsoftware.com>
3691
3692 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
3693 gdb-cfg.texi to get the value.
3694
ca526f1a
JB
36952000-04-10 Jim Blandy <jimb@redhat.com>
3696
3697 * gdbint.texinfo (Target Architecture Definition): Fix
3698 cross-references.
3699
faaafcb4
JB
37002000-04-08 Jim Blandy <jimb@redhat.com>
3701
3702 * gdbint.texinfo (Using Different Register and Memory Data
3703 Representations): New section.
3704 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
3705 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
3706 REGISTER_CONVERT_TO_RAW): Document.
3707
1b27397f
AC
3708Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
3709
3710 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
3711 for acknowledgments.
3712
480ff1fb
AC
3713Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
3714
3715 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
3716 qThreadExtraInfo.
3717
a9331b3f 37182000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 3719
a9331b3f
RM
3720 * gdb.texinfo: Clarify which remote debug protocol commands are
3721 required and which are optional.
f1251bdd 3722
dbeb8dbd
AC
3723Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
3724
3725 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
3726 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
3727 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
3728 * annotate.texi: Update.
3729
6d2ebf8b
SS
37302000-03-28 Stan Shebs <shebs@apple.com>
3731
3732 * gdb.texinfo: Update dates, bump to Eighth Edition (note
3733 expectation of additional changes before release), update
3734 ISBN, add copy of top-level menu for @ifhtml, remove explicit
3735 node links, rephrase and/or shorten lines to fix formatting
3736 problem in both regular and @smallbook formats.
3737 * annotate.texi: Shorten lines in example, use smallexample
3738 consistently everywhere.
3739 * Makefile.in: Add comment about texinfo 4.0 html generation.
3740 (SFILES_INCLUDED): Add annotate.texi.
3741
5d161b24
DB
37422000-03-27 Daniel Berlin <dan@cgsoftware.com>
3743
3744 * gdb.texinfo (Debugging Output): Added new section, documenting
3745 the "set/show debug" commands.
3746
b9deaee7
AC
3747Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
3748
3749 * annotate.texi (Annotations): When GDBN omit @chapter and @node
3750 entry.
3751
3752 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
3753 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
3754 @chapter and @node entries.
a9331b3f 3755
b9deaee7 3756 * gdb.texinfo: Link all top-level nodes.
a9331b3f 3757
9ef47d30
AC
3758Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
3759
3760 * Makefile.in (install-info): Create $(infodir) before installing
3761 files.
3762
cfeada60
FN
37632000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3764
3765 From David Whedon <dwhedon@gordian.com>
3766 * gdbint.texinfo : Added paragraphs about command deprecation.
3767
6837a0a2
DB
37682000-03-22 Daniel Berlin <dan@cgsoftware.com>
3769
3770 * gdb.texinfo: Add documentation for the apropos command.
3771
bba2971c
MS
37722000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3773
3774 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
3775
2b628194
MS
37762000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3777
a9331b3f 3778 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
3779 two places.
3780
96a2c332
SS
37812000-03-17 Stan Shebs <shebs@apple.com>
3782
3783 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
3784 <dima@Chg.RU>, also clarification of allowed content for
3785 string constants.
3786
f7dc1244 37872000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
3788
3789 * gdb.texinfo (main menu): Add Annotations.
3790 (File Options): Add @cindex entries for each command-line option.
3791 Document --epoch, --annotate, --async, --interpreter, --write,
3792 --statistics, and --version.
3793
3794 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
3795 of GDB.
3796
9d233477
JB
37972000-02-23 Jim Blandy <jimb@redhat.com>
3798
3799 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
3800
14e0eb3b
JB
38012000-02-22 Jim Blandy <jimb@redhat.com>
3802
3803 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
3804
3555de01
JM
38052000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
3806
3807 * Makefile.in (diststuff): New target.
3808
5e35df8e
KB
38092000-02-15 Kevin Buettner <kevinb@redhat.com>
3810
3811 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 3812 architecture. [From Jim Wilson.]
5e35df8e 3813
c5394b80
JM
38142000-01-16 Tom Tromey <tromey@cygnus.com>
3815
3816 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
3817 (Delete Breaks): Mention range arguments.
3818 (Disabling): Likewise.
3819
c3f6f71d
JM
38202000-01-05 Dmitry Sivachenko <dima@Chg.RU>
3821
3822 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
3823
c4093a6a
JM
3824Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
3825
3826 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
3827 valid functions.
3828
11cf8741
JM
38291999-11-05 Stan Shebs <shebs@andros.cygnus.com>
3830
3831 * gdb.texinfo: Clarify regular expressions used in rbreak.
3832
917317f4
JM
38331999-10-15 Kevin Buettner <kevinb@cygnus.com>
3834
3835 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
3836 MEMORY_REMOVE_BREAKPOINT): Document.
3837
3838Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
3839
3840 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
3841 offset re-using the DATA offset instead.
3842
2df3850c
JM
38431999-10-11 Jim Kingdon <kingdon@redhat.com>
3844
3845 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
3846
38471999-10-05 Stan Shebs <shebs@andros.cygnus.com>
3848
3849 From Dmitry Sivachenko <demon@gpad.ac.ru>:
3850 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
3851 typos.
3852
3853 * gdb.texinfo: Various minor wording and formatting improvements,
3854 mentions of additional command-line options.
3855
2acceee2
JM
38561999-09-30 Fred Fish <fnf@cygnus.com>
3857
3858 * gdb.texinfo: Document additional forms of specifying section
3859 names and addresses for the add-symbol-file command.
3860
c2c6d25f
JM
38611999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
3862
3863 * gdbint.texinfo: Fix typo, add the word "have".
3864
38651999-09-14 Jim Blandy <jimb@cris.red-bean.com>
3866
3867 * gdbint.texinfo (Target Architecture Definition): Document the
3868 SKIP_PERMANENT_BREAKPOINT macro.
3869
d4f3574e
SS
38701999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3871
3872 * gdb.texinfo: Fiks speling errers.
3873
3874 * gdb.texinfo: Fix uses of @multitable.
3875
f7dc1244 3876 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
3877 * gdb.texinfo: Include details specific to DOS host, clarify
3878 some confusing language, fix @ref/@xref/@pxref usages, add
3879 comments about using with optimization, add more indexing,
3880 fix info about disassembly-flavor.
3881
3882Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
3883
3884 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
3885 SKIP_SOLIB_RESOLVER): Define.
3886
3887Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
3888
3889 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
3890 ``g'' packets.
3891
104c1213
JM
38921999-08-30 Stan Shebs <shebs@andros.cygnus.com>
3893
3894 * gdb.texinfo: Create a new "Configurations" chapter with
3895 platform-specific info, inline remote.texi and move sections of it
3896 into the new chapter, move bits about info proc, heuristic search,
3897 and register stack into the new chapter.
3898 * remote.texi: Remove, now part of gdb.texinfo.
3899 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
3900
39011999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
3902
3903 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
3904 GDB_TARGET_IS_MACH386): These kludges have gone away.
3905
3906Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
3907
3908 * gdbint.texinfo (Target Architecture Definition): Mention
3909 TDEPLIBS.
3910
53a5351d
JM
39111999-08-20 Stan Shebs <shebs@andros.cygnus.com>
3912
3913 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
3914 surrounding text to fit HP-UX bits into general info.
3915 (HPPA-cfg.texi): Remove, no longer useful.
3916
3917 * gdb.texinfo: Remove explicit links from @node lines, remove
3918 HP-added "Detailed Node Listing" from main menu which confuses
3919 things.
3920
3921 From Dmitry Sivachenko <dima@Chg.RU>:
3922 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
3923 in description of `set environment'.
3924
39251999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3926
3927 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
3928
7be570e7
JM
39291999-08-12 Ben Elliston <bje@cygnus.com>
3930
3931 * gdbint.texinfo (Breakpoint Handling): Add missing words.
3932
f7dc1244 39331999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
3934
3935 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
3936 watch, awatch, and rwatch. Explain why the latter two cannot be
3937 set as software watchpoints. Document that watchpoints for local
3938 variables are deleted when the debuggee terminates.
3939
3940Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
3941
3942 * remote.texi (Protocol): Further clarification of the "qRcmd"
3943 packet. Allow E.. response packet. "qRcmd" packet is no longer
3944 reserved.
3945
39461999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3947
a9331b3f
RM
3948 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
3949 * gdb.texinfo: Ditto.
7be570e7 3950
96baa820
JM
39511999-08-06 Tom Tromey <tromey@cygnus.com>
3952
3953 * gdb.texinfo (KOD): New node.
3954
3955Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
3956
3957 * remote.texi (Rcmd): Fix minor formatting typos.
3958
3959Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
3960
3961 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
3962 packets.
3963
adf40b2e
JM
39641999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
3965
3966 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
3967 fixes.
3968
43ff13b4
JM
3969Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
3970
3971 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
3972
085dd6e6
JM
3973Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3974
3975 * remote.texi (Communication Protocol): ``v'' is in use. Fix
3976 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
3977 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
3978 packets that are not supported on all hosts. Expand examples.
3979 Spell check.
3980
39811999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3982
3983 * Makefile.in: Recognize html, install-html. Add targets
3984 to build HTML versions of documentation via texi2html.
3985
3986Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
3987
3988 * gdbint.texinfo (Testsuite): New chapter, information about the
3989 testsuite.
3990
3991Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
3992
3993 * remote.texi (Communication Protocol): Rewrite.
3994
3995Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
3996
3997 * stabs.texinfo: Fix uses of xref.
3998
9e0b60a8
JM
3999Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4000
4001 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4002 info about patch submission.
4003
cce74817
JM
4004Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4005
4006 From Per Bothner <bothner@cygnus.com>:
4007 * gdb.texinfo: Document Chill support.
4008
4009Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4010
4011 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4012 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4013 Document that the value should be greater-than or equal-to zero.
4014 (NO_STD_REGS): Document. Deprecate.
4015
ac9a91a7
JM
4016Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4017
4018 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4019 Document that these are not used.
4020
4021Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4022
4023 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4024
392a587b
JM
4025Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4026
4027 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4028 numargs was dropped.
4029
4030Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4031
4032 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4033
b83266a0
SS
4034Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4035
4036 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4037 Update.
4038
7a292a7a
SS
4039Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4040
4041 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4042 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4043
4044Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4045
4046 * gdbint.texinfo: Fix typos: $ -> @.
4047
4048Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4049
4050 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4051 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4052 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4053 BREAKPOINT_FROM_PC.
a9331b3f 4054
7a292a7a
SS
4055Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4056
4057 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4058 CALL_DUMMY_STACK_ADJUST): Document.
4059
4060Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4061
4062 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4063 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4064
40651999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4066
4067 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4068 longer exists.
4069
4070Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4071
4072 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4073 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4074 they make the manual source incomprehensible.
4075 * h8-cfg.texi: Remove, hasn't been used in years.
4076
c906108c
SS
4077Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4078
4079 * gdb.texinfo: Update the credits.
4080
4081Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4082
4083 * gdb.texinfo: Fix mistakes noticed in printout of last
4084 draft, add Alpha to discussion of heuristic fence post.
4085
4086Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4087
4088 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4089 Edition, merge some HP changes into mainline, describe some
4090 previously undocumented features, describe more of the target
4091 commands available, eliminate obsolete section on renamed
4092 commands.
4093 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4094
4095Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4096
4097 * gdb.texinfo: Make many HPPA conditionals unconditional,
4098 including catchpoint description, since now on for all configs.
4099 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4100 specializations.
4101
4102Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4103
4104 * Makefile.in (GDBvn.texi): Fix match expression to work with
4105 current format of VERSION in gdb/Makefile.in.
4106 * gdb.texinfo: Fix node ref to match new readline.
4107
4108Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4109
a9331b3f
RM
4110 * gdb.texinfo: Changes made as part of a project to merge in
4111 changes made by HP. Documentation makes extensive use of
c906108c
SS
4112 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4113 on remote debugging. There are differences in documentation
4114 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4115 the HP manual discusses catchpoints, hardware watchpoints, and
4116 some HPUX specific limitations for shared library support.
a9331b3f 4117
c906108c
SS
4118 There are also a number of @node changes.
4119
41201999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4121
4122 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4123 (C Usage): Same.
4124
4125Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4126
4127 The following changes were made by Edith Epstein
4128 <eepstein@cygnus.com> as part of a project to merge in changes
4129 made by HP.
a9331b3f 4130
c906108c
SS
4131 * HPPA-cfg.texi: new file.
4132
4133 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4134
4135 * refcard.tex: change documentation about catch.
4136 removed info catch.
4137
4138Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4139
4140 * gdbint.texinfo: Expand on GDB's coding standards,
4141 specify the use of arg names with prototypes.
4142
41431998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4144
4145 * gdb.texinfo: Fix tipo.
4146
4147Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4148
4149 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4150 TARGET_BYTE_ORDER_SELECTABLE_P.
4151
4152Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4153
4154 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4155
41561998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4157
4158 * agentexpr.texi: New file.
4159
4160Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4161
4162 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4163
41641998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4165
4166 * remote.texi: Changed wording that implied that the GDB remote
4167 protocol caches register values instead of GDB itself.
4168
4169Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4170
4171 * gdbint.texinfo: Add some info about symbol readers.
4172 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4173 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4174 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4175 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4176
4177Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4178
a9331b3f 4179 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
4180
4181Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4182
4183 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4184
4185Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4186
4187 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4188 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4189
4190Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4191
4192 * gdbint.texinfo: Fix minor typos.
4193
4194Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4195
4196 * gdbint.texinfo: Complete overhaul. Group descriptions more
4197 logically, add more info on generic algorithms, remove much
4198 obsolete and/or wrong material.
4199
4200Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4201
4202 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4203
4204Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4205
4206 * refcard.tex: Copyright, address updates.
4207
4208Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4209
4210 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4211 for the edition instead of confusing GDB-version-like numbers.
4212
4213Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4214
4215 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4216
4217Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4218
4219 * LRS: Reformat a bit to keep text under 80 columns.
4220
4221Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4222
4223 * gdb.texinfo: Add some credits, mention bug monitor.
4224 * remote.texi: Mention mips monitor targets.
4225 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 4226
c906108c
SS
4227Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4228
4229 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4230 files, finish sorting of host vs target vs native macros, describe
4231 some more of them.
4232
4233Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4234
4235 * gdbint.texinfo (Host Conditionals): Document change from
4236 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4237
4238Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4239
4240 * gdbint.texinfo (Host Conditionals): Document
4241 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4242
4243Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4244
4245 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4246 Document LSEEK_NOT_LINEAR.
4247
4248Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4249
4250 * stabs.texinfo (Stab Section Basics): Make it clear that only
4251 some versions of the GNU linker remove the leading N_UNDF symbol.
4252
4253Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4254
4255 * stabs.texinfo (String Field): Document type number pairs here,
4256 instead of in the Sun specific section.
4257 (Include Files): The GNU linker supports the N_BINCL
4258 optimization. Clarify the N_BINCL value, and what it is used
4259 for.
4260 (Procedures): Document N_FUN with an empty string to mark the end
4261 of a function.
4262 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4263 (Sun Differences): Remove this node, as the information is now
4264 elsewhere in the main document.
4265 (Stab Section Basics): Mention that the GNU linker may optimize
4266 stabs and remove the leading N_UNDF symbol.
4267
4268Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4269
4270 * gdb.texinfo, refcard.tex: Restore author credit
4271
4272Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4273
4274 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4275 documentation to account for START and END macros taking
4276 one arg.
4277
4278Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4279
4280 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4281 * gdb.texinfo (Frames): Fix typo.
4282
4283Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4284
4285 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4286 a target_signal as arg type, not a pid.
4287
4288Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4289
4290 * gdb.texinfo: Document `set assembly-language'.
4291
4292Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4293
4294 * remote.texi: Update list of stubs in the GDB distribution.
4295
4296Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4297
4298 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4299 Also document that some systems can use mmalloc but must define
4300 this if their C runtime allocates memory that is later freed.
4301 (MMCHECK_FORCE): Document new macro.
a9331b3f 4302
c906108c
SS
4303Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4304
4305 * remote.texi: Add documentation for target Sparclet.
4306
4307Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4308
a9331b3f 4309 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
4310 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4311 * configure.in: Rewritten for autoconf.
4312 * configure: New.
4313
4314Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4315
4316 * Makefile.in (DVIPS): New define, set to dvips.
4317 (dvi): Add stabs.dvi.
4318 (ps): New target.
4319 (all-doc): Depend on info, dvi, and ps targets.
4320 (STAGESTUFF): Add *.ps and *.dvi files.
4321 (clean-info, clean-dvi): Remove.
4322 (mostlyclean): Does not depend upon clean-info or clean-dvi,
4323 rules completely rewritten.
4324 (maintainer-clean): Remove clean-info and clean-dvi
4325 dependencies and put their actions in the rules.
4326 (gdb.ps): New target
a9331b3f 4327 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
4328 intermediate TeX files, whether they have 2 or 3 character
4329 extensions.
4330 (gdbint.ps): Add target and rules.
4331 (gdb-internals): Delete unused target.
4332 (Makefile): Depends upon config.status also.
4333
4334Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
4335
4336 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4337 set.
4338
4339Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
4340
4341 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4342 * gdb.texinfo (Expressions): Fix erroneous array constant example.
4343
4344Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
4345
4346 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4347
4348Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4349
4350 * gdb.texinfo (Print settings): Document
4351 `set/show print static-members' commands.
4352
4353Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
4354
4355 * gdbint.texinfo (Native): Document name change, coredep.c to
4356 core-aout.c.
4357
4358Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4359
4360 * stabs.texinfo (Include Files): Document the values the SunOS4
4361 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4362
4363Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
4364
4365 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4366 Fix typo.
4367
4368Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
4369
4370 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4371 "gdb.tar.Z".
4372
4373Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
4374
4375 * Makefile.in (maintainer-clean): New target, synonym for
4376 realclean.
4377
4378Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
4379
4380 * Update all FSF addresses except those in COPYING* files.
4381
4382Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4383
4384 From Richard Earnshaw (rearnsha@armltd.co.uk):
4385 * gdb.texinfo (convenience variables): Document $_exitcode.
4386 (quit): Document optional expression to use as exit code.
4387
4388Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
4389
4390 * gdb.texinfo, remote.texi: Brought up to date with various
4391 GDB changes.
4392
4393Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
4394
4395 * gdb.texinfo: Update dates and versions, fix comments about
4396 hardware watchpoints in future releases and about the
4397 sharedlibrary command.
4398
4399Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4400
4401 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
4402 C_FUN stab. Other cleanups.
4403
4404Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4405
4406 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
4407 for the sparc stub.
4408
4409Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4410
4411 * annotate.texi: Clarify which addresses have differing formats
4412 depending on the language and which do not.
4413
4414Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4415
4416 * remote.texi (NetWare): Changed example to use BOARD= instead of
4417 NODE= argument to reflect correspoding change to gdbserve.nlm.
4418
4419Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4420
4421 * stabs.texinfo (Negative Type Numbers): Mention the fact that
4422 GDB, as well as AIX dbx, supports the size type attribute.
4423
4424Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4425
4426 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
4427
4428Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
4429
4430 * gdb.texinfo (Define): Document $arg0... arguments to commands,
4431 and new 'if' and 'while' commands.
4432
4433Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
4434
4435 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
4436
4437Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4438
4439 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
4440 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
4441 NetWare targets. Mostly stolen from the Server node.
4442
4443Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4444
4445 * gdb.texinfo (Setting): Talk about the language of a source file
4446 versus the working language. The old documentation did not match
4447 what GDB did.
4448
4449Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4450
4451 * stabs.texinfo (Source Files): Document N_SO used to mark the end
4452 of a source file.
4453
4454Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4455
4456 * gdb.texinfo (Processes): New node.
4457
4458Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
4459
4460 * remote.texi: Update documentation of set/show mipsfpu.
4461
3fc11d3e
JM
4462Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
4463
4464 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
4465 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
4466
4467Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
4468
4469 * gdbint.texinfo: Removed mentions of some incorrectly placed and
4470 obsolete conditionals, described some others.
4471
4472Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4473
4474 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
4475 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
4476
4477Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
4478
4479 * gdbint.texinfo: Put regex conditionals in their own table.
4480
4481Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
4482
4483 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
4484 described or fixed the descriptions of many others.
4485
4486Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
4487
4488 * gdb.texinfo: Add some more credits.
4489 * gdbint.texinfo: Capitalize GDB consistently, describe some
4490 macros and remove some.
4491
4492Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
4493
4494 * gdbint.texinfo: Removed mentions of many incorrectly placed and
4495 obsolete conditionals, described some others.
4496
4497Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4498
4499 * gdb.texinfo (help targets): Changed to `help target', which
4500 is the correct gdb command.
4501
4502Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4503
4504 * annotate.texi (TODO): New node, for keeping track of annotations
4505 suggested but not yet implemented.
4506
4507Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4508
4509 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
4510 another symbol, it is not the address itself.
4511
4512Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
4513
4514 * stabs.texinfo (Stab Section Basics): Add comment about alignment
4515 of stabs-in-coff sections.
4516
4517Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4518
4519 * annotate.texi: Change edition to 0.5 and date to May 1994.
4520 Add index.
4521 (Frames): New node, for frame annotation.
4522 (Displays): New node, for display annotation.
4523
4524 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
4525 when waiting for your program to stop.
4526
4527Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4528
4529 * annotate.texi (Breakpoint Info): Document annotation of header
4530 fields and record annotation.
4531
4532Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4533
4534 * annotate.texi: New file, to document annotations.
4535
4536Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4537
4538 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
4539 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
4540
4541Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4542
4543 * stabs.texinfo (Stab Section Basics): Say what is in .stab
4544 section, and say n_strx field is compilation unit relative.
4545 * stabs.texinfo: Don't use @code for a.out when it is the name of
4546 an object file format.
4547
4548Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4549
4550 * gdb.texinfo: Refer to file names, not path names, per rms
4551 convention.
4552 (Arguments): Fix typo.
4553
4554Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4555
4556 * stabs.texinfo (Global Variables): Talk about stabs in files
4557 where variables are referenced, but not defined.
4558
4559Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4560
4561 * stabs.texinfo: Move stuff on @ and # type descriptors from node
4562 Cplusplus to new nodes Member Type Descriptor and Method Type
4563 Descriptor. Re-write stuff for #.
4564
4565Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4566
4567 * gdb.texinfo (Print Settings): Don't document "set print
4568 fast-symbolic-addr off". The bug which it worked around was fixed
4569 on 25 Feb 94 in coffread.c, so I'm nuking the command.
4570
4571 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
4572 N_ENTRY node.
4573
4574 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
4575
4576Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4577
4578 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
4579 references to ieee-float.c.
4580
4581Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4582
4583 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
4584 match what the code actually does.
4585
4586Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4587
4588 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
4589
4590Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4591
4592 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
4593 i, and b.
4594
4595Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
4596
4597 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
4598 well as for ELF and SOM. Unify the descriptions of ELF and SOM
4599 as "stabs in sections" rather than just saying "ELF and SOM".
4600 Also make that stuff apply to COFF.
4601
4602Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4603
4604 * gdb.texinfo (Formatting Documentation): Change GhostScript to
4605 Ghostscript.
4606
4607Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4608
4609 * gdb.texinfo (Continuing and Stepping): When talking about "step"
4610 versus functions without line numbers, also mention stepping into
4611 them as well as "step" when you are in them. Tell the user how to
4612 deal with the situation. Add comment about "debugging information".
4613
4614Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4615
4616 * stabs.texinfo (Enumerations): Document restriction on where
4617 enumeration types can appear and still win with GDB.
4618
4619Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4620
4621 * stabs.texinfo (Negative Type Numbers): Document format for type
4622 -16.
4623
4624Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4625
4626 * gdb.texinfo (Selection, Frame Info): Update information about
4627 arbitrary frame specficiations.
4628
4629Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
4630
4631 * gdb.texinfo, remote.texi: general editing pass prior to Net release
4632
4633Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4634
4635 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
4636
4637Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4638
4639 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
4640
4641Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4642
4643 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
4644 Differences node to Statics node.
4645 (Statics): Discuss XCOFF use of V symbol descriptor.
4646
4647 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
4648 not clean.
4649
4650Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
4651
4652 * gdb.texinfo (Print Settings): Document `set print
4653 fast-symbolic-addr' and improve the doc for some other
4654 `set print's.
4655
4656Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4657
4658 * stabs.texinfo (String Field): Talk about defining several type
4659 numbers at once.
4660 Fix lint regarding changing node ELF Transformations to
4661 ELF and SOM Transformations.
4662
4663Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
4664
4665 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
4666
4667Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4668
4669 * stabs.texinfo (Cross-References): `::' is for nested types only
4670 within <>.
4671 (Structures): Document static members.
4672
4673Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4674
4675 * stabs.texinfo: Document S type attribute.
4676
4677Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4678
4679 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
4680
4681Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
4682
4683 * gdbint.texinfo: Fix a few typos.
4684
4685Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4686
4687 * gdb.texinfo, remote.texi: formatting improvements
4688
4689 * gdb.texinfo (New Features): mention threads.
4690 (Summary, C): fix xrefs in newly contributed text.
4691 (Threads): index entries, clarifications, example
4692 (passim): minor typos fixed, phrasing improvements
4693
4694 * remote.texi (Bootstrapping): rephrase text on ^C and add index
4695 entries; (Server): explain use of gdbserver w/real-time systems,
4696 add example of conflicting TCP port; (MIPS Remote) break up
4697 running text into table, highlighting commands, and add example.
a9331b3f 4698
c906108c
SS
4699Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4700
4701 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
4702
4703Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4704
4705 * stabs.texinfo (Nested Symbols): New node.
4706 (String Field, Symbol Descriptors, Cross-References): Refer to it.
4707
4708Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4709
4710 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
4711 to picking which Bbss.bss symbol to use, and (because there seems to
4712 be no good way of doing it) re-write some of the text to make it
4713 sound like Bbss.bss isn't such a great idea after all (as currently
4714 designed).
4715
4716 * gdb.texinfo (C): In addition to saying people have to use g++ for
4717 good results, say they have to use stabs. Specifically say cfront
4718 doesn't work well.
4719 (Summary): Merge in information on Modula-2, Pascal, and Chill from
4720 the gdb README. Add xrefs to places where the support for the various
4721 languages is described in detail.
4722
4723Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4724
4725 * stabs.texinfo: Clean up stuff about visibility and virtual
4726 characters.
4727
4728 * stabs.texinfo (N_M2C): Cite Sun doc.
4729
4730Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4731
4732 * gdb.texinfo: updates re threads.
4733 * remote.texinfo: avoid index entries starting with digits.
4734
4735Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4736
4737 * stabs.texinfo (Enumerations): Talk about large, negative and
4738 octal values. Clean up cross reference to type attributes.
4739 (String Field): Say that GDB 4.11 supports size attribute.
4740
4741Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4742
4743 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
4744 is a mandatory step. Make the stuff about that more concise.
4745
4746Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4747
4748 * stabs.texinfo (Class Names): New node.
4749
4750 * gdb.texinfo (Command Files): Explain order of init file reading.
4751
4752 * remote.texi (Bootstrapping): Talk about getting the serial driver
4753 to deal with ^C sent by gdb to stop the remote system.
4754
4755Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
4756
4757 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
4758
4759 * libgdb.texinfo (Defining Commands): made the DOC arg
4760 to gdb_define_app_command a char * instead of char **
4761 per a suggestion from kingdon.
4762
4763 * libgdb.texinfo: total rewrite from a different starting
4764 premise.
4765
4766Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4767
4768 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
4769 floats passed as doubles (to improve clarity).
4770
4771Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4772
4773 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
4774
4775 * a4rc.sed: update to work with Andreas Vogel papersize params
4776
4777 * refcard.tex: use Andreas Vogel simplifications of papersize
4778 params; remove useless version info; update copyright date.
4779
4780Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4781
4782 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
4783
4784Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4785
4786 * gdb.texinfo (Files): Say what address the load command loads it at.
4787
4788 * stabs.texinfo (Common Blocks): Minor cleanups.
4789
4790 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
4791 that Sun has backed away from the linker kludge and thus the relevant
4792 issue is changes to the SunPRO tools, not the Solaris linker.
4793
4794 * stabs.texinfo (Traditional Integer Types): Clean up description
4795 of octal bounds a little bit. Document extra leading zeroes.
4796
4797Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4798
4799 * gdb.texinfo (Signaling): Update for symbolic symbol names
4800 and add a section explaining the difference between the GDB
4801 signal command and the shell kill utility.
4802
4803Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
4804
4805 * libgdb.texinfo: added `@' to braces that were unescaped.
4806
4807Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
4808
4809 * libgdb.texinfo: new file. Spec for the gdb library.
4810
4811Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4812
4813 * stabs.texinfo (Include Files): Fix typo (start -> end).
4814
4815Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4816
4817 * gdb.texinfo, remote.texi: assorted small improvements, mostly
4818 from Melissa at FSF's editing pass.
4819
4820Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4821
4822 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
4823 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
4824 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
4825
4826Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4827
4828 * remote.texi (Bootstrapping): Discuss 386 call gates.
4829
4830Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
4831
4832 * stabs.texinfo (Based Variables): New node.
4833
4834Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
4835
4836 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
4837 names, sizes, and formats to suggest how not to lose.
4838
4839Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
4840
4841 * stabs.texinfo (Methods): Fix typo.
4842
4843Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4844
4845 * gdb.texinfo: Fix a few typos.
4846
4847Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4848
4849 * gdb.texinfo: Clarify how well it works with Fortran.
4850
4851 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
4852 More on relocating stabs in ELF files.
4853
4854Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4855
4856 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
4857
4858Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4859
4860 * stabs.texinfo (Local Variable Parameters): Talk about nameless
4861 parameters on VAX.
4862
4863Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4864
4865 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
4866
4867Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4868
4869 * stabs.texinfo: Make info author notice match the TeX author notice.
4870
4871Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4872
4873 * stabs.texinfo: Initial-caps all words in node names and
4874 non-trivial words in section names.
4875
4876Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4877
4878 * stabs.texinfo: Many minor cleanups.
4879
4880 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
4881
4882Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
4883
4884 * stabs.texinfo: Remove full description of big example.
4885 It's not really helpful; just use pieces of it where appropriate.
4886 Add more Texinfo formatting directives (@samp, etc.).
4887 Use @deffn to define stab types.
4888 Eliminate some wordiness. Break up some nodes.
4889 Add an (alphabetized) index of symbol types.
4890 Use consistent capitalization style in node and section names.
4891
4892Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
4893
4894 * gdb.texinfo: Change typo "Two two" to "The two".
4895
4896Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4897
4898 * stabs.texinfo (XCOFF-differences): Remove references to
4899 non-existent types N_DECL and N_RPSYM.
4900
4901 * stabs.texinfo (String Field): Say that type attributes bug is
4902 fixed in GDB 4.10, since it is.
4903
4904 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
4905
4906Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
4907
4908 * stabs.texinfo: Formatting cleanups.
4909
4910Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4911
4912 * stabs.texinfo: When explaining the n_type of a stab, standardize
4913 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
4914 no tabs, use @r).
4915 (Global Variables): Clean up.
4916
4917Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4918
4919 * stabs.texinfo (Stack Variables): Re-write.
4920
4921Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4922
4923 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
4924 addresses of a source file. Also revise formatting.
4925 Change "object module" or "object file" to "source file".
4926 Various: Miscellaneous cleanups.
4927
4928Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4929
4930 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
4931
4932Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
4933
4934 * gdbint.texinfo: Removed many nonsensical machine-collected
4935 host and target conditionals, described some of the remainder.
4936
4937Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4938
4939 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
4940
4941 * gdbint.texinfo (Top): Add name to @top line, and re-write the
4942 paragraph which follows.
4943
4944 * gdbint.texinfo (Host): Use @code not @samp for Makefile
4945 variables. Looks better and avoids overful hbox.
4946
4947Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4948
4949 * stabs.texinfo (Procedures): Improve stuff on nested functions.
4950
4951Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4952
4953 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
4954 retransmit-timeout
4955
4956Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4957
4958 * gdbint.texinfo: Update statement about `some ancient Unix
4959 systems, like Ultrix 4.0' to Ultrix 4.2.
4960
4961Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
4962
4963 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
4964
4965 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
4966
4967 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
4968 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
4969
4970 * remote.texi: new name for former gdbinv-s.texi
4971
4972 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
4973
4974Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
4975
4976 * gdbinv-s.texi: Documented timeout and retransmit-timeout
4977 variables for MIPS remote debugging protocol.
4978
4979Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4980
4981 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
4982
4983Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
4984
4985 * Makefile.in (refcard.dvi): Use srcdir where necessary.
4986
4987Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
4988
4989 * gdb.texinfo: repair conditional bugs in text markup
4990
4991Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4992
4993 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
4994 to select Modula-2 material.
4995
4996Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4997
4998 * stabs.texinfo: Cleanups regarding statics.
4999
5000 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5001 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5002
5003Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5004
5005 * stabs.texinfo: N_MAIN is sometimes used for C.
5006
5007Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5008
5009 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5010
5011Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5012
5013 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 5014 removed from the code by Kingdon.
c906108c
SS
5015
5016Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5017
5018 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5019 input when evaluating breakpoint conditions; the bug has been fixed.
5020
5021 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5022 sets the ignore count to N-1, not to N.
5023
5024Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5025
5026 * refcard.tex (\hoffset): correct longstanding error to match
5027 intended offset; avoids cutting off edge on some printers
5028
5029Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5030
5031 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5032
5033Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5034
5035 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5036
5037Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5038
5039 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5040 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5041 collect sed edits if any, apply to refcard before formatting;
5042 (refcard.ps) stop implying PS fonts if PS output requested;
5043 (lrefcard.ps) delete extra target for variant PS fonts
5044
5045 * refcard.tex: parametrize papersize dependent info, collect
5046 in easily replaced spot
5047
5048 * a4rc.sed: new file, edits to refcard for A4 paper
5049
5050Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5051
5052 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5053
5054Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5055
5056 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5057
5058Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5059
5060 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5061 politely rather than rudely.
5062
5063Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5064
5065 * stabs.texinfo: Document common blocks.
5066
5067Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5068
5069 * stabs.texinfo: Add some basic info about stabs-in-elf.
5070
5071Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5072
5073 * stabs.texinfo (Top): Minor cleanup.
5074
5075Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5076
5077 * Makefile.in (install-info): remove parentdir support
5078
5079Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5080
5081 * gdb.texinfo (Copying): delete this node and references to it;
5082 RMS says this manual need not carry GPL. (passim): Improvements
5083 from last round at FSF, largely due to Ian Taylor review, and
5084 minor formatting improvements.
5085
5086 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5087 largely due to Ian Taylor review. (Debug Session): minor edits to
5088 new text.
5089
5090Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5091
5092 * Makefile.in (realclean): Remove info and dvi files too.
5093
5094Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5095
5096 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5097 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5098 * gdb.texinfo: Change accordingly.
5099
5100 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5101 N_{L,R}BRAC,N_SLINE are relative to.
5102
5103Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5104
5105 * Makefile.in (GDBvn.texi): Update atomically.
5106
5107Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5108
5109 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5110
5111Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5112
5113 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5114 addresses together. Also motivate the set print symbol-filename
5115 command and suggest other solutions.
5116
5117Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5118
5119 * gdb.texinfo (set print elements): Note that the number of
5120 elements is set to unlimited by "set print elements 0".
5121
5122Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5123
5124 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5125 NF_LDOUBLE means.
5126 (Stab Types): Include Solaris stab types.
5127 (Procedures): Document Solaris extensions.
5128
5129Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5130
5131 * gdb.texinfo: Add `set print symbol-filename' doc.
5132
5133Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5134
5135 * stabs.texinfo (Arrays): Talk about type definition vs. type
5136 information.
5137
5138 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5139 the trailing semicolon.
5140
5141Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5142
5143 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5144 and merge in other parts of the document addressing these subjects.
5145 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5146
5147 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5148 at the end of a range type.
5149
5150 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5151 AIX extensions.
5152
5153Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5154
5155 * stabs.texinfo (Stabs Format): Misc fixes.
5156
5157Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5158
5159 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5160 (Traditional builtin types): Document convex convention for long long.
5161 (Negative builtin types): Discuss type names, and misc fixes.
5162
5163Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5164
5165 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5166 point types used with @samp{R} type descriptor.
5167 (Symbol Descriptors): Describe how to handle conflict between
5168 different meanings of @samp{P} symbol descriptor.
5169
5170Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5171
5172 * stabs.texinfo: Remove node Quick Reference and put its children
5173 directly under the main menu.
5174
5175 * stabs.texinfo: Many more changes to bring it into line with
5176 AIX documentation and reality. I think it now has all the
5177 information from the AIX documentation, except that I burned
5178 out when I got to variant records (Pascal and Modula-2) and
5179 all the COBOL types. Oh well, we can add them later when we're
5180 worrying more about those languages.
5181
5182 * stabs.texinfo (Automatic variables): Talk about what it means
5183 to omit the symbol descriptor.
5184
5185Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5186
5187 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5188 gcc2 behavior with promoted args.
5189
5190Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5191
5192 * gdb.texinfo: include readline appendices in info version of manual
5193
5194Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5195
5196 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5197 target remote.
5198
5199 * gdb.texinfo (Machine Code): more index entries for disassemble
5200
5201Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5202
5203 * Clarify the intended use of the gdb-testers and gdb-patches
5204 mailing lists, and shrink gzip comment.
5205
5206Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5207
5208 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5209 DOSHOST configuration of manual.
5210
5211 * gdb.texinfo (MIPS Stack): new node.
5212
5213 * all-config.texi (MIPS) new switch.
5214
5215 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5216 tense; (MIPS Remote) new node.
5217
5218 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5219 bug; (Environment) less passive, other small cleanups in text about
5220 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5221 (Remote) new MIPS Remote menu entry.
5222
5223Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5224
5225 * stabs.texinfo: Many changes to include information from the
5226 AIX documentation.
5227
5228 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5229
5230Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5231
5232 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5233 Move a bunch of information from ../README.
5234 (Getting Started): New node.
5235
5236Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5237
5238 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5239
5240 * gdb.texinfo: advance manual revision dates to present
5241
5242 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5243 stop using silly Roman numerals in @set variable names
5244
5245Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5246
5247 * stabs.texinfo (Parameters): Keep trying to get this right.
5248
5249Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5250
5251 * stabs.texinfo (Parameters): More on "local parameters".
5252
5253Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5254
5255 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5256
5257Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5258
5259 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5260 (Parameters): Rewrite.
5261 (xcoff-differences, Sun-differences): Minor changes.
5262
5263Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5264
5265 * stabs.texinfo: Minor cleanup.
5266
5267Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5268
5269 * gdbint.texinfo: Minor xcoff stuff.
5270
5271Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5272
5273 * gdbint.texinfo: Update for new config directory structure.
5274 Add info about internal type data structures.
5275
5276Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5277
5278 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5279 $(srcdir).
5280 (gdb-config.texi): Depend on file in $(srcdir).
5281
5282Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5283
5284 * stabs.texinfo: Fixes about N_SO.
5285
5286Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5287
5288 * gdb.texinfo: include list of nonstandard init file names
5289
5290 * *-config.texi: new switch GENERIC for text that applies *only*
5291 to (usual) multiple-target version of manual
5292
5293 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5294 h8 config
5295
5296 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5297 in menus (rather than conditionally selected multiple alternative
5298 menus).
5299
5300 * Makefile.in: define and use DOC_CONFIG var to select
5301 configuration for GDB user manual.
5302
5303 * gdb-config.texi: delete from repository, generate from Makefile.
5304
5305 * all-config.texi: normal `generic' configuration file, formerly
5306 stored as gdb-config.texi
5307
5308Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5309
5310 * Makefile.in: add dvi target to build all .dvi files
5311
5312Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5313
5314 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5315
5316Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
5317
5318 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5319 host conditionals.
5320 * stabs.texinfo: More array fixes inspired by Jim's.
5321
5322Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
5323
5324 * stabs.texinfo: Fixes re arrays and continuations.
5325
5326 * gdbint.texinfo: Add XCOFF node.
5327
5328Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
5329
5330 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
5331
5332Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5333
5334 * stabs.texinfo: Fix for array types to mention lower bounds.
5335
5336Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
5337
5338 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
5339
5340Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
5341
5342 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
5343
5344Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
5345
5346 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
5347 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5348
5349Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
5350
5351 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
5352
5353Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5354
5355 * gdb.texinfo, gdbinv-s.texi: misc updates
5356
5357Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
5358
5359 * gdbint.texinfo: Brief documentation for longjmp support,
5360 from an email msg by Stu.
5361
5362Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
5363
5364 * stabs.texinfo: Fix description of floating point "range"
5365 types (which really define basic types). Reported by Jim Meehan,
5366 <meehan@src.dec.com>.
5367
5368 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5369
5370Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
5371
5372 * gdbint.texinfo: Slightly expand section on supporting a new
5373 object file format.
5374
5375Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
5376
5377 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
5378 intermediate file.
5379
5380Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5381
5382 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5383
5384Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5385
5386 * gdbinv-s.texi: z8000 simulator target name is just "sim"
5387
5388 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
5389 as well as Z8002.
5390
5391Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
5392
5393 * gdbint.texinfo: Add sections on clean design and on how to send
5394 in changes.
5395
5396Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
5397
5398 * gdbint.texinfo: Add how to declare the result of make_cleanup.
5399
5400Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
5401
5402 * gdb.texinfo: Fix typo, reported by Karl Berry.
5403
5404Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
5405
5406 * gdb.texinfo: Add opcodes dir to GDB distribution description.
5407
5408Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5409
5410 * gdbint.texinfo: fixed a stray email address (needs @@),
5411 added @table @code to node "Native Conditionals"
5412
5413Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
5414
5415 * gdbint.texinfo: Describe coding style of GDB.
5416
5417Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
5418
5419 * stabs.texinfo: Minor wording changes.
5420
5421Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
5422
5423 * gdbint.texinfo: Improve release doc slightly.
5424
5425Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
5426
5427 * gdbint.texinfo: Improve doc of GDB config macros.
5428
5429Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
5430
5431 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
5432 These will be reinserted when examined.
5433
5434Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
5435
5436 * gdbint.texinfo: Make a start at documenting all the #if macros
5437 in GDB. At least list them all, and start separating them into
5438 host-specific and target-specific.
5439
5440Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5441
5442 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 5443 examples (not consistent w others).
c906108c
SS
5444 gdb.texinfo: issue disclaimer paragraph on cmdline options only
5445 for generic vn of doc
5446
5447Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
5448
5449 * Makefile.in: always create installation directories.
5450
5451Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5452
5453 * gdb.texinfo: in h8 config, do not describe searching commands.
5454
5455Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5456
5457 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
5458 conditionals; introduce a few generic switches that may be
5459 useful for other cross-dev or dos-hosted configs.
5460
5461 * gdb.texinfo: fix typo in "info reg" description
5462
5463Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
5464
5465 * stabs.texinfo: Minor updates from running TeX over it.
5466 * Makefile.in (stabs.dvi, stabs.ps): Add.
5467
5468Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
5469
5470 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
5471 First pass at converting it to texinfo.
5472
5473Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
5474
5475 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
5476 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
5477
5478Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
5479
5480 * gdbint.texinfo: Add section on partial symbol tables.
5481
5482Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
5483
5484 * gdb.texinfo: document `set remotedebug' and `set
5485 rstack_high_address'.
5486
5487Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5488
5489 * gdb.texinfo: slight expansion of new text on reading info files
5490 * gdbinv-s.m4.in: correct and expand info on cross-debugging
5491 H8/300 from DOS.
5492
5493Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
5494
5495 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
5496
5497Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
5498
5499 * gdb.texinfo: Say how to read the `info' files.
5500
5501Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
5502
5503 * Makefile.in: gm4 -> m4.
5504
5505Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
5506
5507 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
5508 Documentation' ahead of `Installing GDB' to match README.
5509 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 5510 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
5511
5512Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
5513
5514 * Makefile.in: remove $(srcdir) from gdb.info rule.
5515
5516Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5517
5518 * Makefile.in: commented out gdb-all.texinfo rule. This is
5519 temporary.
5520
5521Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
5522
5523 * Makefile.in, configure.in: removed traces of namesubdir,
5524 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
5525 copyrights to '92, changed some from Cygnus to FSF.
5526
5527Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
5528
5529 * gdb.texinfo: Improve how we ask for bug reports.
5530
5531Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5532
5533 * Makefile.in: infodir belongs in datadir.
5534
5535Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5536
5537 * Makefile.in: remove spaces following hyphens, bsd make can't
5538 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 5539 standards.text support.
c906108c
SS
5540
5541Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5542
5543 * Makefile.in: idestdir and ddestdir go away. Added copyrights
5544 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
5545 and mandir now keyed off datadir by default.
5546
5547\f
5548Local Variables:
9e9c5ae7 5549mode: change-log
c906108c
SS
5550left-margin: 8
5551fill-column: 74
5552version-control: never
5553End:
This page took 0.862273 seconds and 4 git commands to generate.