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