* ppc-linux-nat.c (ppc_linux_get_hwcap): Really get AT_HWCAP.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2
3 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4 (Remote Protocol): Add Packet Acknowledgment to menu.
5 (Overview): Mention +/- can be disabled, and point to new section
6 where this is discussed in detail.
7 (General Query Packets): Document QStartNoAckMode packet, and
8 corresponding qSupported reply.
9 (Packet Acknowledgment): New section.
10
112008-08-11 Sandra Loosemore <sandra@codesourcery.com>
12 Pedro Alves <pedro@codesourcery.com>
13
14 * gdb.texinfo (Threads): Move paragraph about automatic thread
15 selection to All-Stop Mode subsection.
16 (Thread Stops): Reorganize existing material into subsections.
17 Add introductory blurb and menu.
18 (Non-Stop Mode): New subsection.
19 (Background Execution): New subsection.
20 (Maintenance Commands): Add cross-references from async mode
21 commands to the new Background Execution section.
22
232008-08-06 Tom Tromey <tromey@redhat.com>
24
25 * gdb.texinfo (Extending GDB): New chapter.
26 (Sequences): Demoted chapter, now a section under the new
27 Extending GDB chapter.
28 (Python): New section.
29
302008-07-31 Stan Shebs <stan@codesourcery.com>
31
32 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
33
342008-07-29 Stan Shebs <stan@codesourcery.com>
35
36 * gdbint.texinfo: General round of cleanup and minor
37 clarifications.
38 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
39 (Longjmp Support): Update description to reflect how it is done
40 for targets without using native header.
41 (Symbol Handling): Add a little more general explanation.
42 (COFF, ELF): Mention stabs encapsulation.
43 (DWARF 3): New section.
44 (Adding a New Host): Scrub out some obsolete bits.
45 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
46 (Host Conditionals): Remove descriptions of NO_STD_REGS,
47 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
48 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
49 SEEK_SET, STOP_SIGNAL, USG.
50 (Raw and Virtual Register Representations): Ditto for
51 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
52 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
53 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
54 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
55 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
56 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
57 DEPRECATED_REGISTER_VIRTUAL_SIZE,
58 DEPRECATED_REGISTER_VIRTUAL_TYPE,
59 DEPRECATED_USE_STRUCT_CONVENTION.
60 Describe gdbarch_deprecated_fp_regnum.
61 Update description of gdbarch_print_insn.
62 (Adding a New Target): Scrub out obsolete bits.
63 (Obsolete Conditionals): Remove entire section.
64
652008-07-25 Tom Tromey <tromey@redhat.com>
66
67 * observer.texi (GDB Observers): Document new observers:
68 breakpoint_created, breakpoint_deleted, breakpoint_modified,
69 tracepoint_created, tracepoint_deleted, tracepoint_modified,
70 architecture_changed.
71
722008-07-21 Stan Shebs <stan@codesourcery.com>
73
74 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
75 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
76
772008-07-21 Tom Tromey <tromey@redhat.com>
78
79 * observer.texi (GDB Observers): Remove obsolete comment.
80 <executable_changed>: Remove argument.
81
822008-07-18 Tom Tromey <tromey@redhat.com>
83
84 * gdb.texinfo (Macros): Update. Use @code rather than @command.
85
862008-07-10 Doug Evans <dje@google.com>
87
88 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
89
902008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
91
92 * gdb.texinfo (Starting): Document "set disable-randomization".
93
942008-07-07 Andreas Schwab <schwab@suse.de>
95
96 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
97
982008-07-06 Vladimir Prus <vladimir@codesourcery.com>
99
100 * gdb.texinfo (GDB/MI Target Manipulation): Add
101 example of -target-attach.
102
1032008-06-10 Vladimir Prus <vladimir@codesourcery.com>
104
105 * observer.texi (target_resumed): New observer.
106 * gdb.texinfo (GDB/MI Output Records): Document *running.
107
1082008-06-06 Tom Tromey <tromey@redhat.com>
109
110 * gdb.texinfo (Completion): Add field name example.
111
1122008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
113
114 * gdb.texinfo (GDB/MI Program Context): Added example
115 to -exec-arguments
116
1172008-06-05 Nick Roberts <nickrob@snap.net.nz>
118
119 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
120 annotation.
121
1222008-06-05 Vladimir Prus <vladimir@codesourcery.com>
123 Nathan Sidwell <nathan@codesourcery.com>
124 Joseph Myers <joseph@codesourcery.com>
125
126 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
127 and ACX_BUGURL.
128 * configure: Regenerate.
129 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
130 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
131 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
132 mailing-list-specific text about bug reporting unless
133 BUGURL_DEFAULT.
134
1352008-06-05 Pedro Alves <pedro@codesourcery.com>
136
137 * gdb.texinfo (-target-select): Remove reference to target async.
138 (Maintenance Commands): Document "maint set/show remote-async".
139
1402008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
141
142 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
143 in -target-file-get section.
144
1452008-05-22 Pedro Alves <pedro@codesourcery.com>
146
147 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
148 killing the inferior when it is already debugging a process.
149
1502008-05-21 Joel Brobecker <brobecker@adacore.com>
151
152 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
153 abbreviation for "finish".
154
1552008-05-21 Nick Roberts <nickrob@snap.net.nz>
156
157 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
158
1592008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
160
161 * gdbint.texinfo (Target Conditionals): Delete entry for
162 gdbarch_dwarf_reg_to_regnum.
163
1642008-05-09 Doug Evans <dje@google.com>
165
166 * gdb.texinfo: Document "find" command, qSearch:memory packet.
167
1682008-05-05 Doug Evans <dje@google.com>
169
170 * gdb.texinfo (disassemble): Document /m modifier.
171
1722008-05-05 Vladimir Prus <vladimir@codesourcery.com>
173
174 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
175 will not report the time of commands that run the target.
176
1772008-05-03 Vladimir Prus <vladimir@codesourcery.com>
178
179 * gdb.texinfo (GDB/MI Output Records): Add
180 missing semicolon.
181
1822008-05-03 Vladimir Prus <vladimir@codesourcery.com>
183
184 * gdb.texinfo (GDB/MI Output Records):
185 Document =thread-create and =thread-exited.
186
1872008-05-03 Vladimir Prus <vladimir@codesourcery.com>
188
189 * gdb.texinfo (GDB/MI Development and Front Ends):
190 Remove mention of dmi-discuss.
191
1922008-05-03 Pedro Alves <pedro@codesourcery.com>
193
194 * observer.texi (thread_exit): New.
195
1962008-05-02 Pedro Alves <pedro@codesourcery.com>
197
198 * gdb.texinfo (Debugging Output): Document "set/show debug
199 displaced".
200 (Maintenance Commands): Document "maint set/show
201 can-use-displaced-stepping".
202
2032008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
204
205 * gdb.texinfo (ARM): Document set/show arm fallback-mode
206 and set/show arm force-mode.
207
2082008-05-02 Andreas Schwab <schwab@suse.de>
209
210 * gdbint.texinfo (Algorithms): Describe
211 target_watchpoint_addr_within_range.
212
2132008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
214
215 * gdbint.texinfo (Stack Frames): New chapter.
216 (Algorithms): Move Frames text to the new chapter.
217 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
218 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
219
2202008-04-24 Vladimir Prus <vladimir@codesourcery.com>
221
222 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
223 output does not necessary include any tokens.
224
2252008-04-22 Corinna Vinschen <vinschen@redhat.com>
226
227 * gdb.texinfo (Set SH Calling convention): New @item.
228 (Show SH Calling convention): Ditto.
229
2302008-04-22 Markus Deuling <deuling@de.ibm.com>
231
232 * gdb.texinfo (Fortran Operators): Describe '%' operator.
233
2342008-04-20 Eli Zaretskii <eliz@gnu.org>
235
236 * gdb.texinfo (Set Breaks): Mention that multiple location
237 breakpoints need line number info. Add index entries.
238
2392008-04-19 Craig Silverstein <csilvers@google.com>
240
241 * gdb.texinfo (Requirements): Add an optional requirement on
242 zlib.
243 * gdbint.texinfo (Debugging File Formats): Add new subsection for
244 Compressed DWARF 2.
245
2462008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
247
248 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
249 sample output for 'stopped,reason="breakpoint-hit"' message.
250 (GDB/MI Program Execution): Likewise.
251
2522008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
253
254 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
255 -var-set-format. Add -f option to -var-evaluate-expression.
256
2572008-04-03 Joel Brobecker <brobecker@adacore.com>
258
259 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
260 new node "Ambiguous Expressions". Replace references to this
261 node by references to "Ambiguous Expressions" throughout.
262 (Ambiguous Expressions): New node.
263
2642008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
265
266 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
267
2682008-03-21 Pedro Alves <pedro@codesourcery.com>
269
270 * gdb.texinfo (Debugging Output): Document
271 "set/show debug lin-lwp-async".
272 (Maintenance Commands): Document "maint set/show linux-async".
273
2742008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
275
276 * gdb.texinfo (Expressions): Update description of malloced arrays.
277
2782008-03-15 Vladimir Prus <vladimir@codesourcery.com>
279
280 * gdb.texinfo (Thread Commands): Document
281 -thread-info. Remove -thread-list-all-threads.
282
2832008-03-14 Pedro Alves <pedro@codesourcery.com>
284 Sandra Loosemore <sandra@codesourcery.com>
285
286 * gdb.texinfo (Library List Format): Update to mention the
287 possibility to pass section addresses instead of segment
288 addresses.
289
2902008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
291
292 * gdb.texinfo (Starting): Document "set exec-wrapper".
293 (Server): Document gdbserver --wrapper.
294
2952008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
296
297 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
298 unreadable memory. Delete obsolete SPARClite reference.
299
3002008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
301
302 * gdb.texinfo (Starting): Mention always-running targets.
303 (Target Commands): Add an anchor for load.
304 (Connecting): Explain continue instead of run.
305
3062008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
307
308 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
309
3102008-02-26 Nick Roberts <nickrob@snap.net.nz>
311
312 * gdb.texinfo (Set Breaks): Revert description of Enb column of
313 breakpoint table.
314
3152008-02-19 Pedro Alves <pedro@codesourcery.com>
316
317 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
318 killing the inferior when it is already debugging a process.
319
3202008-02-13 Markus Deuling <deuling@de.ibm.com>
321
322 * gdbint.texinfo (Build Script): New section. Mention new build script
323 gdb_buildall.sh.
324
3252008-02-01 Jim Blandy <jimb@red-bean.com>
326
327 * gdb.texinfo (Help): Summarize 'info args' correctly.
328
3292008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
330
331 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
332 available in PowerPC architecture.
333 (Embedded Processors): Change node name of PowerPC item in menu.
334 (PowerPC): Rename to...
335 (PowerPC Embedded): this.
336 (Architectures): Add new PowerPC item in menu.
337 (PowerPC): New node.
338
3392008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
340
341 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
342 commands.
343
3442008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
345
346 * gdb.texinfo (Setting Catchpoints): Mention features
347 supported on GNU/Linux.
348
3492008-01-30 Nick Roberts <nickrob@snap.net.nz>
350
351 * gdb.texinfo (GDB/MI File Commands): Describe new output
352 field for MI command -file-list-exec-source-file.
353
3542008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
355
356 * gdb.texinfo (Using the `gdbserver' Program): Add security
357 warning. Rearrange into subsections and subsubsections. Document
358 --multi and --debug. Correct --with-sysroot typo. Update --attach
359 usage. Make load reference clearer. Document monitor exit.
360 (Remote Configuration): Document set remote exec-file, attach-packet,
361 and run-packet.
362 (Packets): Document vAttach and vRun.
363
3642008-01-29 Nick Roberts <nickrob@snap.net.nz>
365
366 * gdb.texinfo (Processes): Mention process command.
367 detach-on-follow -> detach-on-fork.
368
3692008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
370
371 * gdbint.texinfo (Native Conditionals): Remove
372 SHELL_COMMAND_CONCAT and SHELL_FILE.
373
3742008-01-26 Eli Zaretskii <eliz@gnu.org>
375
376 * gdb.texinfo (Specify Location): Improve wording.
377
3782008-01-23 Chris Demetriou <cgd@google.com>
379
380 * gdb.texinfo (Threads): Document new "set print thread-events"
381 and "show print thread-events" commands.
382
3832008-01-19 Eli Zaretskii <eliz@gnu.org>
384
385 * gdb.texinfo (Specify Location): New section.
386 (Delete Breaks, Edit, Set Breaks): Remove description of
387 locations. Instead, add a reference to "Specify Location".
388 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
389 (Symbols): Refer to "Specify Location" for the valid forms of
390 linespecs and locations.
391
3922008-01-18 Markus Deuling <deuling@de.ibm.com>
393
394 * gdbint.texinfo (Target Conditionals): Replace the description of
395 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
396
3972008-01-12 Paul Hilfinger <hilfinger@adacore.com>
398
399 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
400 about &&var, which is rejected by the expression parser.
401
4022008-01-09 Luis Machado <luisgpm@br.ibm.com>
403
404 * gdb.texinfo (Output): Update documentation on using printf with DFP
405 types.
406
4072008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
408
409 * gdb.texinfo (C and C++): Add Decimal Floating Point format
410 subsubsection.
411 (Decimal Floating Point format): New subsubsection.
412
4132008-01-05 Pedro Alves <pedro@codesourcery.com>
414
415 * gdb.texinfo (File Options): Remove mention of the attempt to
416 open a core file with the -p option. Don't list -c as a valid
417 option to attach to a process.
418
4192008-01-05 Pedro Alves <pedro@codesourcery.com>
420
421 * gdbint.texinfo (Host Conditionals): Remove mention of
422 ALIGN_STACK_ON_ENTRY.
423
4242008-01-05 Joel Brobecker <brobecker@adacore.com>
425
426 * gdbint.texinfo (Start of New Year Procedure): Add item
427 describing how to update the source and documentation copyright
428 notices.
429
4302007-12-18 Jim Blandy <jimb@codesourcery.com>
431
432 * gdb.texinfo (Set Watchpoints): Integrate per-thread
433 watchpoint explanation into the main description of the watchpoint
434 command; update synopses of 'watch', 'rwatch', and 'awatch'
435 commands.
436
4372007-12-18 Vladimir Prus <vladimir@codesourcery.com>
438
439 * gdb.texinfo (Miscellaneous gdb/mi Commands):
440 Document 'pending-breakpoints' feature of
441 -list-features.
442
4432007-12-17 Luis Machado <luisgpm@br.ibm.com>
444
445 * gdb.texinfo: Add new parameter's description.
446
4472007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
448
449 * gdb.texinfo (Overview): Clarify run-length encoding
450 example. Remove the restriction on "+" and "-" characters.
451
4522007-12-15 Eli Zaretskii <eliz@gnu.org>
453
454 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
455
4562007-12-14 Vladimir Prus <vladimir@codesourcery.com>
457
458 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
459 the -f option for -break-insert, remove -r option,
460 and clarify specification of location.
461
4622007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
463
464 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
465 formatting.
466 (Remote Debugging): Add File Transfer section.
467 (Remote Configuration): Document Host I/O packets.
468 (GDB/MI): Add GDB/MI File Transfer Commands section.
469 (Host I/O Packets): New section in "Remote Protocol".
470 (Packets): Add vFile.
471
4722007-11-17 Eli Zaretskii <eliz@gnu.org>
473
474 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
475 breakpoints with multiple locations.
476 (Breakpoint Menus): Improve wording.
477 (Output): Fix last change.
478
4792007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
480
481 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
482
4832007-11-15 Doug Evans <dje@google.com>
484
485 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
486
4872007-11-15 Vladimir Prus <vladimir@codesourcery.com>
488
489 * gdbint.texinfo (Native Conditionals): Remove
490 mention of CLEAR_SOLIB.
491
4922007-11-11 Joel Brobecker <brobecker@adacore.com>
493
494 * gdb.texinfo (Print Settings): Add documentation for "set/show
495 print frame-arguments".
496
4972007-11-05 Luis Machado <luisgpm@br.ibm.com>
498
499 * gdb.texinfo (Output): Update printf command's description.
500
5012007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
502
503 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
504 powerpc soft-float".
505
5062007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
507
508 * gdb.texinfo (Files): Correct formatting. Mention Expat
509 requirement.
510 (Requirements for Building GDB): Expand the list of Expat
511 uses.
512 (Library List Format, Memory Map Format): Mention Expat.
513 (Target Descriptions): Update Expat wording.
514
5152007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
516
517 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
518 Document that gdbarch_convert_register_p should return zero for no-op
519 conversions.
520
5212007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
522
523 * gdbint.texi (Compiler Characteristics): Move documentation
524 of set_gdbarch_sofun_address_maybe_missing back to ...
525 (Target Conditionals): ... here to fix build break.
526
5272007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
528
529 * gdbint.texi (Target Conditionals): Remove documentation of
530 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
531 (Compiler Characteristics): ... documentation of
532 set_gdbarch_sofun_address_maybe_missing.
533
5342007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
535
536 * gdbint.texinfo (Target Conditionals): Use
537 frame_unwind_register_unsigned in examples instead of
538 frame_unwind_unsigned_register.
539
5402007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
541
542 * gdb.texinfo (Predefined Target Types): Add int128
543 and uint128.
544 (Standard Target Features): Add PowerPC features.
545
5462007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
547
548 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
549
5502007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
551
552 * gdbint.texi (Target Conditionals): Remove documentation
553 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
554 gdbarch_extract_return_value, and gdbarch_store_return_value.
555
5562007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
557
558 * gdbint.texi (Target Conditionals): Remove documentation of
559 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
560
5612007-10-11 Kazu Hirata <kazu@codesourcery.com>
562
563 * gdb.texinfo: Mention that inaccessible-by-default is on by
564 default.
565
5662007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
567
568 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
569
5702007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
571
572 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
573 multi-threaded watchpoints.
574 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
575 checked. Describe sticky notification. Expand description
576 of steppable and continuable watchpoints.
577 (Watchpoints and Threads): New subsection.
578
5792007-09-28 Vladimir Prus <vladimir@codesourcery.com>
580
581 * gdb.texinfo (Setting Breakpoints): Revise
582 documentation for pending breakpoints. Document
583 breakpoints with multiple locations.
584
5852007-09-19 Vladimir Prus <vladimir@codesourcery.com>
586
587 * gdb.texinfo (Miscellaneous gdb/mi Commands):
588 Document -list-features.
589
5902007-09-15 Eli Zaretskii <eliz@gnu.org>
591
592 * gdb.texinfo (Output): Spell out which features of C's printf are
593 not supported by GDB's printf.
594 (Separate Debug Files): More accurate wording regarding build ID
595 and a reference to the ld manual rather than the Fedora wiki.
596
5972007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
598 Jim Blandy <jimb@codesourcery.com>
599
600 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
601 (Examining Memory): Update mentions of the 's' format.
602 (Automatic Display): Likewise.
603
6042007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
605
606 * gdb.texinfo: Update the FSF's Back-Cover Text.
607
6082007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
609 Eli Zaretskii <eliz@gnu.org>
610
611 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
612 Fixed the ``build ID'' name. New binaries build instructions for the
613 build ID inclusion. Explain how the commands are specific to the build
614 ID vs. debug link.
615
6162007-09-01 Eli Zaretskii <eliz@gnu.org>
617
618 * gdb.texinfo (Separate Debug Files): Fix last change. Add
619 indexing for ``build ID'' support.
620
6212007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
622
623 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
624 Enlisted BUILD ID to the debug file searching example.
625 Included a BUILD ID `.note.gnu.build-id' section description.
626 Updated/added the debug files splitting instructions for OBJCOPY.
627
6282007-08-31 Vladimir Prus <vladimir@codesourcery.com>
629
630 * gdb.texinfo (Variable Objects): Adjust docs
631 for -var-info-expression and document
632 -var-info-path-expression.
633
6342007-08-20 Jim Blandy <jimb@codesourcery.com>
635
636 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
637 (title page): Include the dedication in the printed manual, as a
638 separate page after the copyright notice.
639
640 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
641 don't break a @var across a line.
642
6432007-07-25 Maciej W. Rozycki <macro@mips.com>
644
645 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
646 for include files.
647
6482007-07-12 Nick Roberts <nickrob@snap.net.nz>
649
650 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
651 in annotate.texinfo.
652 (Command History): Link to new node.
653
6542007-07-05 Markus Deuling <deuling@de.ibm.com>
655
656 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
657
6582007-07-05 Eli Zaretskii <eliz@gnu.org>
659
660 * gdbint.texinfo (Target Conditionals): Fix last change.
661
6622007-07-03 Markus Deuling <deuling@de.ibm.com>
663
664 * gdb.texinfo: Replace following macros by their appropriate gdbarch
665 routines:
666 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
667 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
668 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
669 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
670 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
671 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
672 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
673 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
674 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
675 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
676 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
677 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
678 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
679 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
680 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
681 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
682 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
683 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
684 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
685 (SOFTWARE_SINGLE_STEP_P)
686
687 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
688 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
689
690 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
691 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
692 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
693 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
694 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
695 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
696 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
697 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
698 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
699 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
700
701 (Converting an existing Target Architecture to Multi-arch): Remove
702 section.
703
704 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
705 (gdbarch_addr_bits_remove): Add code example.
706
707 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
708
7092007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
710
711 * gdb.texinfo (Remote Configuration): Document library-info-packet.
712 Add other missing entries. Adjust the table size to fit.
713 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
714 stop reasons including the new "library" event.
715 (General Query Packets): Adjust table widths for qSupported. Mention
716 qXfer:libraries:read reply to qSupported and document the new packet.
717 (Library List Format): New section.
718
7192007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
720
721 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
722
7232007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
724
725 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
726
7272007-06-25 Nick Roberts <nickrob@snap.net.nz>
728
729 * gdbint.texinfo (Register and Memory Data): Break sections
730 into nodes and add a menu.
731
7322007-06-21 Maciej W. Rozycki <macro@mips.com>
733
734 * gdb.texinfo (Examining Memory): Document the new behaviour.
735
7362007-06-21 Vladimir Prus <vladimir@codesourcery.com>
737
738 * gdb.texinfo (Standard Target Features): Document
739 m68k features.
740
7412007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
742
743 * gdb.texinfo (General Query Packets): Document qOffsets changes.
744
7452007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
746
747 * gdb.texinfo (Target Description Format): Add version attribute
748 for <target>.
749
7502007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
751
752 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
753
7542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
755
756 * gdb.texinfo (MIPS Features): New subsection.
757
7582007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
759 Markus Deuling <deuling@de.ibm.com>
760
761 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
762 and qXfer:spu:write packets and mention them under qSupported.
763
7642007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
765 Markus Deuling <deuling@de.ibm.com>
766
767 * gdb.texinfo (Architectures): Add new SPU section to document
768 Cell Broadband Engine SPU architecture specific commands.
769
7702007-06-09 Vladimir Prus <vladimir@codesourcery.com>
771
772 * gdb.texinfo (GDB/MI Variable Objects): Editorial
773 comments.
774
7752007-06-07 Nick Roberts <nickrob@snap.net.nz>
776
777 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
778
7792007-05-29 Jim Blandy <jimb@codesourcery.com>
780
781 * gdb.texinfo (Overview): Doc fix.
782
7832007-05-22 Maciej W. Rozycki <macro@mips.com>
784
785 * gdb.texinfo (Remote Configuration): Document "set/show
786 remoteflow".
787
7882007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
789
790 * gdb.texinfo (MIPS): Remove documentation for set mips
791 saved-gpreg-size, show mips saved-gpreg-size, and set mips
792 stack-arg-size.
793
7942007-05-14 Bob Wilson <bob.wilson@acm.org>
795
796 * all-cfg.texi (GDBTUI): New.
797 * gdb.texinfo (Mode Options): Use GDBTUI variable.
798 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
799 (TUI Configuration): Edit to improve clarity and fix problems of
800 both style and content.
801
8022007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
803
804 * observer.texi (GDB Observers): New observer "new_objfile".
805
8062007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
807
808 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
809
8102007-04-14 Vladimir Prus <vladimir@codesourcery.com>
811
812 * gdb.texinfo (GDB/MI Variable Objects): Document
813 frozen variables objects.
814
8152007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
816
817 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
818 (Character Sets, Caching Data of Remote Targets): Likewise.
819 (Targets): Delete Remote node. Move its text...
820 (Debugging Remote Programs): ...to here. Delete description
821 of the "remote" command.
822 (Remote configuration): Delete description of "set remotedevice"
823 and "show remotedevice".
824 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
825
8262007-04-11 Bob Wilson <bob.wilson@acm.org>
827
828 * gdb.texinfo (Contributors, Continuing and Stepping)
829 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
830 (General Query Packets, File-I/O Remote Protocol Extension)
831 (Protocol Basics, The F Reply Packet, Write)
832 (Protocol-specific Representation of Datatypes, Memory Transfer):
833 Fix hyphenation, punctuation and grammar problems.
834 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
835 'section' instead of 'subsection' in the text.
836 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
837 (i386): Remove period from section name.
838 (Installing GDB, Requirements, Running Configure, Separate Objdir)
839 (Config Names, Configure Options): Use @file{configure}.
840
8412007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
842
843 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
844 and tab expansion.
845
8462007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
847
848 * gdbint.texinfo (SOM): Correct location of the SOM reader.
849
8502007-04-02 Bob Wilson <bob.wilson@acm.org>
851
852 * gdb.texinfo: Consistently capitalize all significant words in
853 node names, chapter titles, section titles, and headings. Update
854 cross references to match.
855 (Starting and Stopping Trace Experiment): Make node name plural.
856 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
857
8582007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
859
860 * gdb.texinfo (WinCE): Delete obsolete subsection.
861
8622007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
863
864 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
865 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
866 references.
867
8682007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
869
870 * gdb.texinfo (Startup): Delete references to some alternate
871 names for .gdbinit.
872 (Thread): Remove LynxOS reference.
873 (Tandem ST2000): Delete target-specific documentation.
874 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
875 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
876 and GDB_OSABI_LYNXOS.
877
8782007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
879
880 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
881
8822007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
883
884 * gdbint.texinfo (Target Conditionals): Remove mention of
885 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
886 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
887
8882007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
889
890 * Makefile.in: Add "pdfdir" installation
891 directory, PDFTEX macro, support for "install-pdf" target,
892 and rules for making a pdf version of refcard.texi.
893 * refcard.tex: Specify paper size for PDF output.
894
8952007-03-26 Bob Wilson <bob.wilson@acm.org>
896
897 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
898
8992007-03-26 Bob Wilson <bob.wilson@acm.org>
900
901 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
902 (Source Path, Character Sets, Macros, Define)
903 (GDB/MI Result Records, GDB/MI Simple Examples)
904 (GDB/MI Program Execution, GDB/MI File Commands)
905 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
906 (Bug Reporting): Use @value{GCC}.
907
9082007-03-26 Bob Wilson <bob.wilson@acm.org>
909
910 * gdb.texinfo (Help): Fix formatting of examples.
911 (Variables): Use @ifnotinfo instead of @iftex.
912 (Non-debug DLL symbols): Use @ref instead of @pxref.
913 (Sparclet File): Use @samp instead of quotes.
914
9152007-03-26 Bob Wilson <bob.wilson@acm.org>
916
917 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
918
9192007-03-26 Bob Wilson <bob.wilson@acm.org>
920
921 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
922 the order of the nodes.
923 (C Operators, C Constants, Debugging C): Remove extra menus.
924 (Method Names in Commands): Do not specify next/prev/up nodes.
925
9262007-03-26 Bob Wilson <bob.wilson@acm.org>
927
928 * gdb.texinfo (File Options): Add missing parenthesis.
929 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
930
9312007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
932
933 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
934
9352007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
936
937 * gdb.texinfo (Standard Target Features): Mention
938 case insensitivity.
939 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
940
9412007-02-18 Nick Roberts <nickrob@snap.net.nz>
942
943 * gdb.texinfo (Top): Put Appendix A after numbered sections.
944 (Files): Add section name to argument list for pxref.
945 (Non-debug DLL symbols): Don't use `see' for pxref.
946 (Embedded Processors): Fix typo.
947 (GDB/MI Breakpoint Commands): Execution commands generate
948 *stopped not ^done.
949
9502007-02-13 Nick Roberts <nickrob@snap.net.nz>
951
952 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
953 values for in_scope. Mention that only root variables can be
954 updated.
955 (GDB/MI Development and Front Ends): Explain new values may be
956 added to existing fields.
957
9582007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
959
960 * gdb.texinfo (-target-disconnect): Use @smallexample.
961 (Requirements): Add anchor for Expat. Update description.
962 (Target Descriptions): Mention Expat.
963 (Target Description Format): Document new elements. Use
964 @smallexample.
965 (Predefined Target Types, Standard Target Features): New sections.
966 * gdbint.texinfo (Target Descriptions): New section.
967
9682007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
969
970 * gdb.texinfo (Target Description Format): Add section on XInclude.
971
9722006-02-03 Nick Roberts <nickrob@snap.net.nz>
973
974 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
975 command -enable-timings.
976
9772007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
978
979 * gdbint.texinfo (Operation System ABI Variant Handling): Update
980 descriptions for new/deleted elements in gdb_osabi. Add missing
981 description for function generic_elf_osabi_sniff_abi_tag_sections.
982
9832007-01-29 Joel Brobecker <brobecker@adacore.com>
984
985 * gdb.texinfo (Maintenance Commands): Add documentation for
986 the new "maint print target-stack" command.
987
9882007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
989 Eli Zaretskii <eliz@gnu.org>
990
991 * gdb.texinfo: Describe CHAR array vs. string identification rules.
992
9932007-01-26 Eli Zaretskii <eliz@gnu.org>
994
995 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
996 Use @value{NGCC} instead of @value{GCC}.
997
9982007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
999
1000 * agentexpr.texi: Fix typos.
1001 * annotate.texinfo: Likewise.
1002 * gdb.texinfo: Likewise.
1003 * gdbint.texinfo: Likewise.
1004 * observer.texi: Likewise.
1005 * stabs.texinfo: Likewise.
1006
10072007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1008
1009 * gdbint.texinfo (Support Libraries): Remove mmalloc
1010 entry. Describe readline library.
1011
10122007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1013
1014 * gdb.texinfo (Target Descriptions): New section.
1015 (General Query Packets): Add QPassSignals anchor. Mention
1016 qXfer:features:read under qSupported. Expand mentions of
1017 qXfer:memory-map:read and QPassSignals. Document
1018 qXfer:features:read.
1019
10202007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1021
1022 * gdb.texinfo (Commands to specify files): Describe
1023 "set sysroot" and "show sysroot".
1024 (Using the `gdbserver' program): Lowercase argument
1025 to @var. Expand description of setting up GDB on the
1026 host.
1027
10282007-01-05 Joel Brobecker <brobecker@adacore.com>
1029
1030 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1031 catch exception, catch exception unhandled, and catch assert
1032 commands.
1033
10342007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1035
1036 * gdb.texinfo (Debugging Output): Document "set debug xml"
1037 and "show debug xml".
1038
10392007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1040
1041 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1042
10432007-01-01 Joel Brobecker <brobecker@adacore.com>
1044
1045 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1046
10472006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1048
1049 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1050 note in @ignore, to be removed later if nobody complains.
1051
10522006-12-04 Nick Roberts <nickrob@snap.net.nz>
1053
1054 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1055 of -var-delete.
1056
10572006-11-22 Vladimir Prus <vladimir@codesourcery.com>
1058
1059 * gdb.texinfo (Setting breakpoints): Document
1060 automatic software/hardware breakpoint usage and
1061 the "set breakpoint auto-hw" command.
1062
10632006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1064
1065 * gdb.texinfo (Memory Access Checking): New.
1066
10672006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1068
1069 * gdb.texinfo (Remote configuration): Mention
1070 "pass-signals-packet".
1071 (General Query Packets): Document QPassSignals. Fix
1072 a typo.
1073
10742006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1075
1076 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1077
10782006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1079
1080 * gdb.texinfo (Remote configuration): Rewrite documentation for
1081 packet configuration commands.
1082 (OS Information): Adjust reference to qXfer:auxv:read.
1083 (General Query Packets): Remove references to read-aux-vector-packet
1084 and set remote get-thread-local-storage-address.
1085
10862006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1087
1088 * gdbint.texinfo (Target Architecture Definition): Add new
1089 Initializing a New Architecture section.
1090
10912006-10-31 David Taylor <dtaylor@emc.com>
1092
1093 * stabs.texinfo (Macro define and undefine): New node describing
1094 stabs for #define and #undef.
1095
10962006-10-27 Andreas Schwab <schwab@suse.de>
1097
1098 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1099
11002006-10-21 Eli Zaretskii <eliz@gnu.org>
1101
1102 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1103 clarify on the possible meanings of ``expression'' watched by
1104 watchpoints. Add indexing.
1105 (Prompting, Errors, Invalidation, Annotations for Running)
1106 (Source Annotations): Fix index entries by adding "annotation" to
1107 them, to discriminate from index entries that point to the more
1108 general topic descriptions.
1109
11102006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1111
1112 * gdbint.texinfo (Target Vector Definition): Move most
1113 content into Existing Targets. Add a menu.
1114 (Existing Targets): New section, moved from Target Vector
1115 Definition. Use @subsection.
1116 (Managing Execution State): New section.
1117
11182006-10-16 Bob Wilson <bob.wilson@acm.org>
1119
1120 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1121
11222006-10-15 Eli Zaretskii <eliz@gnu.org>
1123
1124 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1125 (Command Syntax, Signals, Backtrace, Connecting)
1126 (Remote configuration, Renesas Boards, Console I/O): Fix last
1127 change: use Ctrl- instead of C-, except wrt Emacs.
1128 (File-I/O Examples): Put Ctrl-c in @kbd.
1129 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1130 (Console I/O): Use @samp with Ctrl-.
1131 (Signals, Set Breaks, Set Watchpoints): Document optional
1132 arguments to `info signals' `handle', `info breakpoints', and
1133 `info watchpoints'.
1134
11352006-10-14 Eli Zaretskii <eliz@gnu.org>
1136
1137 * gdb.texinfo (Backtrace): Fix last change.
1138
11392006-10-14 Nick Roberts <nickrob@snap.net.nz>
1140
1141 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1142
11432006-10-10 Bob Wilson <bob.wilson@acm.org>
1144
1145 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1146 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1147 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
1148
11492006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1150 Daniel Jacobowitz <dan@codesourcery.com>
1151
1152 * gdb.texinfo (Packets): Document vFlashErase,
1153 vFlashWrite and vFlashDone packets.
1154 (General Query Packets): Document qXfer:memory-map:read.
1155 Add a new feature for qXfer:memory-map:read.
1156 (Memory map format): New section.
1157 (Target Commands): Mention that gdb can write flash.
1158
11592006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1160 Daniel Jacobowitz <dan@codesourcery.com>
1161
1162 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1163 memory regions and "mem auto".
1164
11652006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1166
1167 * gdbint.texinfo (Array Containers): New section.
1168
11692006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1170
1171 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1172 -stack-list-arguments HIGH_FRAME argument can be larger then the
1173 actual number of frames.
1174
11752006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1176
1177 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1178 -stack-list-locals HIGH_FRAME argument can be larger then the
1179 actual number of frames.
1180
11812006-09-02 Bob Wilson <bob.wilson@acm.org>
1182
1183 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1184 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1185
11862006-09-02 Eli Zaretskii <eliz@gnu.org>
1187
1188 * gdbint.texinfo (Overall Structure): New section "Source Tree
1189 Structure".
1190
11912006-08-17 Jim Blandy <jimb@codesourcery.com>
1192
1193 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1194 responses.
1195
11962006-08-08 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.texinfo (Source Path): Add documentation for new
1199 substitute-path commands.
1200
12012006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1202
1203 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1204 (Running Configure): ...here.
1205 (Requirements): New node. Mention expat.
1206
12072006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1208
1209 * gdb.texinfo (Target Commands): Remove
1210 'set download-write-size' and 'show download-write-size'.
1211
12122006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1213
1214 * stabs.texinfo (Member Type Descriptor): Correct example for
1215 pointer to member types.
1216
12172006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1218
1219 * gdb.texinfo (Optional warnings and messages): Add
1220 'set/show trace-commands'.
1221 (Command files): Add '-v' to source command.
1222
12232006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1224
1225 * gdb.texinfo (OS Information): Update qPart reference to
1226 qXfer.
1227 (Remote configuration): Likewise.
1228 (Overview): Move @cindex to the start of a paragraph. Talk
1229 about binary data encoding.
1230 (Packets): Refer to the overview for the details of the X
1231 packet encoding.
1232 (General Query Packets): Remove qPart description. Add qXfer
1233 description. Add an anchor to qSupported. Correct feature
1234 table title. Add a new feature for qXfer:auxv:read.
1235 (Interrupts): Add a missing parenthesis.
1236
12372006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1238
1239 * gdb.texinfo (KOD): Remove node.
1240 (GDB/MI Kod Commands): Remove commented out node.
1241
12422006-07-01 Eli Zaretskii <eliz@gnu.org>
1243
1244 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1245 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1246 (GDB/MI Thread Commands, GDB/MI Program Execution)
1247 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1248 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1249 (GDB/MI File Commands, GDB/MI Target Manipulation)
1250 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1251 since the MI prompt is hard-wired into the code.
1252
12532006-07-01 Nick Roberts <nickrob@snap.net.nz>
1254
1255 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1256 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1257 (GDB/MI Data Manipulation): Remove description of unimplemented
1258 display related commands as variable objects perform this function
1259 and are superior: -display-delete, -display-disable,
1260 -display-enable, -display-insert and -display-list. Move
1261 -environment-cd, -environment-directory, -environment-path
1262 and -environment-pwd to "Program Context".
1263 (GDB/MI Program Control): Rename to "Program Execution". Move
1264 -exec-arguments -exec-abort to...
1265 (GDB/MI Program Context): ...here. New node split from "Data
1266 Manipulation".
1267
12682006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
1269
1270 * gdb.texinfo (Remote configuration): Document set / show
1271 remote supported-packets.
1272 (General Query Packets): Document qSupported packet.
1273
12742006-06-10 Sandra Loosemore <sandra@codesourcery.com>
1275
1276 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1277 and font markup.
1278 (Protocol basics): Likewise.
1279 (The F request packet): Likewise.
1280 (The F reply packet): Likewise.
1281 (Memory transfer): Move this node to be a subsubsection of
1282 "Protocol specific representation of datatypes".
1283 (The Ctrl-C message): More copy editing.
1284 (Console I/O): Likewise.
1285 (The isatty call): Delete this node, and merge its content into
1286 the "isatty" node. Fixed references elsewhere.
1287 (The system call): Delete this node, and merge its content into
1288 the "system" node. Fixed references elsewhere.
1289 (open): Reformat to use @table, and add appropriate font markup.
1290 (close): Likewise.
1291 (read): Likewise.
1292 (write): Likewise.
1293 (lseek): Likewise.
1294 (rename): Likewise.
1295 (unlink): Likewise.
1296 (stat/fstat): Likewise.
1297 (gettimeofday): Likewise.
1298 (isatty): Likewise.
1299 (system): Likewise, plus minor changes to fix confusing wording.
1300 (Integral datatypes): Fix font markup.
1301 (Pointer values): Likewise.
1302 (struct stat): Fix markup to use @table, plus minor copy editing.
1303 (struct timeval): Fix font markup, plus minor copy editing.
1304 (Constants): Minor copy editing.
1305 (Errno values): Add font markup.
1306 (File-I/O Examples): Likewise.
1307
13082006-06-10 Nick Roberts <nickrob@snap.net.nz>
1309
1310 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1311 (GDB/MI Simple Examples): Move node up one level. Use real
1312 examples.
1313 (GDB/MI Compatibility with CLI): Update.
1314 (GDB/MI Result Records): Add "connected" and "exit" result
1315 classes.
1316 (GDB/MI Stream Records): Clarify target output.
1317 (GDB/MI Command Description Format): Modify example description.
1318 (GDB/MI Breakpoint Table Commands): Rename to...
1319 (GDB/MI Breakpoint Commands): ...this
1320 (GDB/MI Breakpoint Commands): Add optional thread field.
1321 (GDB/MI Program Control): Add an introduction. Move "Program
1322 termination" examples into exec-run description.
1323 (GDB/MI File Commands): Mention similar CLI commands.
1324 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
1325 is similar to "-gdb-version".
1326
13272006-06-09 Eli Zaretskii <eliz@gnu.org>
1328
1329 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1330
13312006-06-02 Nick Roberts <nickrob@snap.net.nz>
1332
1333 * gdb.texinfo (GDB/MI Development and Front Ends): Use
1334 sourceware.org for mailing lists.
1335 (GDB/MI File Commands): New node split from Program Control.
1336
13372006-06-01 Nick Roberts <nickrob@snap.net.nz>
1338
1339 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
1340
13412006-05-22 Eli Zaretskii <eliz@gnu.org>
1342
1343 * gdb.texinfo (Cygwin Native): Fix last change.
1344
13452006-05-22 Christopher Faylor <cgf@timesys.com>
1346
1347 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1348
13492006-05-15 Nick Roberts <nickrob@snap.net.nz>
1350
1351 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1352 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1353
13542006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1355
1356 * gdb.texinfo (General Query Packets): Recommend not starting
1357 new packets with qC and clarify.
1358
13592006-05-13 Gaius Mulley <gaius@glam.ac.uk>
1360
1361 * gdb.texinfo (M2 Types): New section.
1362
13632006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
1364
1365 * agentexpr.texi: Add a copyright and license notice.
1366 * observer.texi: Likewise, with GPL clause for function prototypes.
1367 Remove trailing whitespace.
1368
13692006-05-05 Jim Blandy <jimb@codesourcery.com>
1370
1371 * gdb.texinfo (General Query Packets): Document conventions for
1372 terminating packet names, and their violations.
1373
13742006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1375
1376 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1377 * gdb.texinfo: Likewise.
1378
13792006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1380
1381 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1382 and "show remotedebug".
1383 (Debugging Output): Add additional index entries.
1384
13852006-04-27 Michael Snyder <msnyder@redhat.com>
1386
1387 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1388
13892006-04-22 Andrew Cagney <cagney@redhat.com>
1390
1391 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1392 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1393
13942006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1395
1396 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1397 and remove breakpoint prototypes.
1398 (Watchpoints): Move description of target_insert_hw_breakpoint and
1399 target_remove_hw_breakpoint ...
1400 (Breakpoints): ... to here. Document target_insert_breakpoint and
1401 target_remove_breakpoint.
1402
14032006-04-17 Jim Blandy <jimb@codesourcery.com>
1404
1405 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1406 and C packets are optional.
1407
14082006-04-14 Frederic Riss <frederic.riss@st.com>
1409
1410 * gdb.texinfo (Specifying source directories): Update the description
1411 of the source file search to reflect the fact that the source path
1412 always contains at least $cdir and $cwd.
1413
14142006-03-31 Michael Snyder <msnyder@redhat.com>
1415
1416 * gdb.texinfo: Update copyright dates.
1417
14182006-03-31 Eli Zaretskii <eliz@gnu.org>
1419
1420 * gdb.texinfo (Overview): Add an index entry to "empty response".
1421
14222006-03-28 Jim Blandy <jimb@codesourcery.com>
1423
1424 * gdbint.texinfo (Prologue Analysis): New section.
1425
14262006-03-07 Jim Blandy <jimb@red-bean.com>
1427
1428 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1429
1430 * gdb.texinfo (Target Commands): Update text describing how to
1431 specify a target. Refer to the detailed section on remote
1432 debugging, not the brief mention.
1433
1434 * gdb.texinfo (Connecting): Organize the different 'target remote'
1435 connection methods into a table. Add a 'target remote' index
1436 entry. (!!!)
1437
14382006-02-17 Fred Fish <fnf@specifix.com>
1439
1440 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1441 'ptype' commands to reflect the fact that the only significant
1442 difference between them is that ptype prints the complete type
1443 description instead of just the name.
1444
14452006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1446
1447 * gdbint.texinfo (Watchpoints): Delete
1448 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1449
14502006-02-10 Nick Roberts <nickrob@snap.net.nz>
1451
1452 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1453 times fields where needed. Fix typos. Update general form given
1454 for output of -break-insert.
1455 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1456
14572006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1458
1459 * gdbint.texinfo (Symbol Handling): Add a section
1460 on memory management.
1461
14622006-02-06 Vladimir Prus <ghost@cs.msu.su>
1463
1464 * gdb.texinfo (Breakpoint table commands): Document the fullname
1465 field in -break-list output.
1466
14672006-02-03 Eli Zaretskii <eliz@gnu.org>
1468
1469 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1470 debugging information produced by the various "set debug..."
1471 options.
1472
14732006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1474
1475 * gdb.texinfo (Files): Remove obsolete bits from the description
1476 of "symbol-file".
1477
14782006-01-25 Jim Blandy <jimb@redhat.com>
1479
1480 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1481
14822006-01-24 Jim Blandy <jimb@redhat.com>
1483
1484 * gdbint.texinfo (Frames): Document the basics of GDB's register
1485 unwinding model, and explain the existence of the "sentinel" frame.
1486
14872006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1488
1489 * gdb.texinfo (Choosing files): Mention that -directory is used
1490 for script files.
1491 (Specifying source directories): Likewise.
1492 (Command files): Explain how script files are found.
1493
14942006-01-21 Eli Zaretskii <eliz@gnu.org>
1495
1496 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1497 the threads in a multi-threaded program.
1498 (Threads): The threadno argument of "thread apply" can be a range
1499 of numbers.
1500
15012006-01-18 Jim Blandy <jimb@redhat.com>
1502
1503 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1504 of warning flags.
1505
15062006-01-13 Eli Zaretskii <eliz@gnu.org>
1507
1508 * gdb.texinfo (Sequences): Improve menu annotations.
1509 (Define): Add index entries for arguments of user-defined
1510 commands. Move the description of flow-control commands...
1511 (Command Files): ...to here. Document loop_break and
1512 loop_continue.
1513 (Define, Command Files): Document `end' and add index entries for
1514 it.
1515
15162006-01-04 Michael Snyder <msnyder@redhat.com>
1517
1518 * gdb.texinfo: Add documentation for linux-fork.
1519 * gdbint.texinfo: Add internal documentation for checkpoints.
1520
15212006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1522
1523 * gdb.texinfo (Omissions from Ada): Document that there is now
1524 limited aggregate support.
1525
15262005-12-28 Eli Zaretskii <eliz@gnu.org>
1527
1528 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1529 registers and the likes.
1530
15312005-12-24 Eli Zaretskii <eliz@gnu.org>
1532
1533 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1534 (Symbols): Fix usage of "e.g.".
1535 (Memory Region Attributes): Fix usage of "etc."
1536
1537 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1538 (Coding): Fix usage of "e.g.".
1539
15402005-12-23 Eli Zaretskii <eliz@gnu.org>
1541
1542 * stabs.texinfo:
1543 * refcard.tex:
1544 * gpl.texi:
1545 * gdbint.texinfo:
1546 * gdb.texinfo:
1547 * gdb-cfg.texi:
1548 * fdl.texi:
1549 * annotate.texinfo:
1550 * all-cfg.texi:
1551 * Makefile.in: Add (C) after Copyright. Update the FSF
1552 address.
1553
15542005-12-03 Eli Zaretskii <eliz@gnu.org>
1555
1556 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1557 extend GDB with commands for external monitor.
1558
15592005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1560
1561 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1562
15632005-11-25 Joel Brobecker <brobecker@adacore.com>
1564
1565 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1566
15672005-11-21 Jim Blandy <jimb@redhat.com>
1568
1569 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1570 placement of 'R' actions in tracepoint action packets; document
1571 dependence of 'X' and 'M' actions on a preceding 'R' action for
1572 their registers.
1573
15742005-11-19 Jim Blandy <jimb@redhat.com>
1575
1576 * gdb.texinfo (Tracepoint Packets): New node.
1577 (General Query Packets): Add entries for the tracepoint packets,
1578 referring to the "Tracepoint Packets" node.
1579 (Tracepoints): Add reference to "Tracepoint Packets".
1580
15812005-11-18 Kevin Buettner <kevinb@redhat.com>
1582
1583 * gdb.texinfo (set remotebreak): Add anchor.
1584 (X packet): Likewise.
1585 (Remote Protocol): Add new section `Interrupts' and new index
1586 entry `interrupts (remote protocol)'.
1587
15882005-11-18 Jim Blandy <jimb@redhat.com>
1589
1590 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1591 entries into the General Query Packets section. Add a
1592 cross-reference to that section. Drop description of replies, as
1593 these are covered in the descriptions of each packet.
1594 (General Query Packets): Add introductory text. Explain naming
1595 conventions, and how the end of a name is recognized.
1596
15972005-11-17 Kevin Buettner <kevinb@redhat.com>
1598
1599 * gdb.texinfo (Remote configuration): Fix typo in description of
1600 "set remotebreak" command.
1601
16022005-11-16 Jim Blandy <jimb@redhat.com>
1603
1604 * gdb.texinfo (Packets, Stop Reply Packets)
1605 (General Query Packets): Various formatting cleanups.
1606 - Use @samp for packet contents.
1607 - Drop summaries from packet @item lines; the same information appears
1608 immediately below in the description.
1609 - Delete paragraph breaks after packet @item commands, so that the
1610 description appears directly to the right of the packet prototype
1611 in the printed manual, if it fits.
1612 - Place spaces in packet prototypes between @vars and non-@var
1613 letters, and explain that they're just for formatting.
1614 - Use @dots{} instead of '...'.
1615 - Fix uses of @code where @var was needed.
1616 - Replace "deprecated" markers with English text spelling out the
1617 packet's status and the preferred alternatives.
1618 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1619 what this ever meant.
1620 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1621 this for a long time.
1622 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1623 implemented several times, and have been in use for years.
1624
16252005-11-15 Jim Blandy <jimb@redhat.com>
1626
1627 * gdb.texinfo (Packets): Add index entries for 'm' packet
1628 disclaimers.
1629
1630 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1631 of stub when processing an 'm' packet.
1632
1633 * gdb.texinfo (Packets): Mention that packets beginning with
1634 letters are reserved once, at the top, instead of actually listing
1635 them all and saying "reserved".
1636
16372005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1638
1639 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1640 Change @var{$arg0 to @code{$arg0.
1641
16422005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1643
1644 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1645
16462005-11-12 Jim Blandy <jimb@redhat.com>
1647
1648 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1649 order. Remove extraneous 'z'.
1650
16512005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1652
1653 * gdb.texinfo (Choosing files): Add --eval-command.
1654
16552005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1656
1657 * gdb.texinfo (Choosing modes): Add --return-child-result.
1658
1659
16602005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1661
1662 * gdb.texinfo (Choosing modes): Add --batch-silent.
1663
16642005-10-28 Eli Zaretskii <eliz@gnu.org>
1665
1666 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1667 "The -var-update Command".
1668
16692005-10-03 Joel Brobecker <brobecker@adacore.com>
1670
1671 * gdb.texinfo (Print Settings): Add documentation for set/show
1672 print array-indexes.
1673
16742005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1675
1676 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1677 6.2 and 6.3.
1678
16792005-08-27 Eli Zaretskii <eliz@gnu.org>
1680
1681 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1682 since 19-Jan-2004.
1683 (Files): Likewise.
1684 (Variables, Symbols): Document the "<incomplete type>" message and
1685 its reasons.
1686
16872005-08-01 Fred Fish <fnf@specifix.com>
1688
1689 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1690
16912005-07-15 Nick Roberts <nickrob@snap.net.nz>
1692
1693 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1694 option for -var-list-children and -var-update.
1695 (GDB/MI Stack Manipulation): Simplify description of
1696 print-values option for -stack-list-locals.
1697 (GDB/MI Command Description Format): Clarify.
1698 (Mode Options): Spelling of superseded.
1699
17002005-07-12 Bob Rossi <bob@brasko.net>
1701
1702 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1703 corresponding GDB command comment.
1704
17052005-07-06 Bob Rossi <bob@brasko.net>
1706
1707 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1708 and -inferior-tty-show.
1709 (Input/Output): Document "set/show inferior-tty" and tty alias.
1710
17112005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1712
1713 * gdb.texinfo (Packets): Change description of 'D' packet to note
1714 that GDB does wait for a response.
1715
17162005-06-22 Nick Roberts <nickrob@snap.net.nz>
1717
1718 * gdb.texinfo (History) Rename "Command History".
1719 (Command History): Move node "Server Prefix" from section on
1720 Annotations here.
1721
17222005-06-19 Nick Roberts <nickrob@snap.net.nz>
1723
1724 * gdb.texinfo (GDB/MI Stack Manipulation):
1725 Re-instate -stack-info-frame with example. Say that it gets
1726 info on selected frame, not current frame.
1727
17282005-06-18 Eli Zaretskii <eliz@gnu.org>
1729
1730 * gdb.texinfo (Server): Clarify that `file' should be used before
1731 connecting to the server.
1732 (Files): Add an xref to the above description.
1733 (Output Formats): More detailed description of the `c' format.
1734 (Memory): List explicitly all the formats supported by `x'.
1735 (Threads): Add an @cindex entry for "thread apply".
1736 (Files): Document the possibility of loading unlinked object
1737 files. Add more indexing for solib-absolute-prefix and
1738 --with-sysroot.
1739 (Machine Code): Document possible problems with locations in
1740 shared libraries.
1741 (Backtrace): Document that free-standing environments do not need
1742 to have a `main' function.
1743
17442005-06-18 Nick Roberts <nickrob@snap.net.nz>
1745
1746 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1747 -stack-info-frame.
1748
17492005-06-07 Andrew Cagney <cagney@gnu.org>
1750
1751 * gdb.texinfo (Contributors): Note the original multi-arch
1752 contributors.
1753
17542005-06-03 Eli Zaretskii <eliz@gnu.org>
1755
1756 * gdb.texinfo (Registers): Add index entries for the standard
1757 registers.
1758 (Frames): Add cross-reference from frame pointer description to
1759 the Registers node.
1760 (Annotations Overview): Fix the reference to GDB name.
1761
17622005-06-01 Eli Zaretskii <eliz@gnu.org>
1763
1764 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1765 can-use-hw-watchpoints.
1766
17672005-05-28 Bob Rossi <bob@brasko.net>
1768
1769 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1770 the possible reasons why an exec async record would be returned to FE.
1771
17722005-05-26 Andrew Cagney <cagney@gnu.org>
1773
1774 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1775 Andrew Cagney implemented the original GDB/MI.
1776
17772005-05-23 Orjan Friberg <orjanf@axis.com>
1778
1779 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1780 documentation. Add documentation for cris-mode.
1781
17822005-05-20 Eli Zaretskii <eliz@gnu.org>
1783
1784 * gdb.texinfo (Numbers): Explain the example and make the wording
1785 more acurate.
1786
17872005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1788 Dennis Brueni <dennis@slickedit.com>
1789
1790 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1791 (GDB/MI Data Manipulation, GDB/MI Program Control)
1792 (GDB/MI Stack Manipulation): Update examples to include the fullname
1793 attribute in stack frames.
1794
17952005-05-12 Eli Zaretskii <eliz@gnu.org>
1796
1797 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1798 do with other non-standard names of init files.
1799
18002005-05-11 Eli Zaretskii <eliz@gnu.org>
1801
1802 * gdb.texinfo (Command Files): Move the description of the startup
1803 from here...
1804 (Startup): ...to this new subsection of the Invocation chapter.
1805 Rearrange the description of init files more logically and add a
1806 cross-reference to "Command Files". Document the special gdbinit
1807 name for CISCO 68k. Expand the description of what GDB does
1808 during startup.
1809 (History): Add index entry for HISTSIZE.
1810
18112005-05-02 Mark Kettenis <kettenis@gnu.org>
1812
1813 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1814
18152005-05-02 Eli Zaretskii <eliz@gnu.org>
1816
1817 * gdb.texinfo (SVR4 Process Information, The isatty call)
1818 (The system call): Don't use foo(N) notation for man pages and
1819 functions.
1820 (Compilation, DJGPP Native): Improve wording.
1821
18222005-04-27 Eli Zaretskii <eliz@gnu.org>
1823
1824 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1825 were optimized away.
1826
18272005-04-22 Eli Zaretskii <eliz@gnu.org>
1828
1829 * gdb.texinfo (Remote configuration): Document "set/show
1830 get-thread-local-storage-address". Add cross-reference to the
1831 description of the qGetTLSAddr packet.
1832 (General Query Packets): Mention "set remote
1833 get-thread-local-storage-address" and add a reference to its
1834 description.
1835
18362005-04-19 Nick Roberts <nickrob@snap.net.nz>
1837
1838 * gdb.texinfo (Backtrace): Describe 'bt full'.
1839
18402005-04-17 Nick Roberts <nickrob@snap.net.nz>
1841
1842 * gdb.texinfo (Mode Options): Fix typo.
1843 (GDB/MI): Describe how to invoke GDB/MI.
1844
18452005-04-16 Eli Zaretskii <eliz@gnu.org>
1846
1847 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
1848 references changed. Add description of "info udot".
1849 (Files): Document "set/show stop-on-solib-events".
1850 (M32R/D): Document "set/show download-path", "set/show
1851 board-address", "set/show server-address", "upload", "tload".
1852 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1853 "use_mon_code", "use_ib_break", "use_dbt_break".
1854 (Maintenance Commands): Improve indexing.
1855 (Target Commands): Document "set/show hash", "set/show debug
1856 monitor".
1857 (SVR4 Process Information): Document "info pidlist" and "info
1858 meminfo". Document "set/show procfs-tarce" and "set/show
1859 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1860 (Symbols, The Print Command with Objective-C): Improve indexing.
1861 (Objective-C): Add references to "info classes" and "info
1862 selectors".
1863 (Debugging Output): Improve wording. Document "set/show debug
1864 solib-frv". Fix "set/show debugvarobj".
1865 (Set Breaks): Add index entry for "hardware breakpoints".
1866 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1867 and "set/show usehardbreakpoints".
1868 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1869 monitor-prompt", "set/show monitor-warnings", "pmon".
1870 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1871 rdiromatzero", "set/show rdiheartbeat".
1872 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1873 "sds".
1874 (Embedded Processors): Document the "sim" command.
1875 (Remote): Document the "remote" command.
1876 (DJGPP Native): Document the "info serial" command.
1877 (Threads): Document "maint info sol-threads".
1878 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1879 (Set Breaks): Improve indexing.
1880 (Command Syntax): Add a reference to dont-repeat.
1881 (Define): Document "dont-repeat".
1882 (TUI Commands): Document "tabset".
1883 (WinCE): New subsection. Document "set/show remotedirectory",
1884 "set/show remoteupload", "set/show remoteaddhost".
1885
18862005-04-15 Eli Zaretskii <eliz@gnu.org>
1887
1888 * gdb.texinfo (Hurd Native): New subsection, documents
1889 Hurd-specific commands.
1890 (Maintenance Commands): Add cross-reference to "Debugging Output".
1891 (Debugging Output): Document "set/show debug lin-lwp".
1892 (MIPS): Improve documentation of heuristic-fence-post. Document
1893 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1894 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1895 remote-mips64-transfers-32bit-regs", "set/show debug mips".
1896 (ARM): Document ARM-specific commands.
1897 (AVR): New section. Document "info io_registers".
1898 (CRIS): New section. Document "set/show cris-version" and
1899 "set/show cris-dwarf2-cfi".
1900 (HPPA): New section. Document "set/show debug hppa" and "maint
1901 print unwind".
1902 (Neutrino): New subsection. Document "set/show debug nto-debug".
1903 (Super-H): New section. Document the "regs" command.
1904 (Debugging Output): Document "set/show debug aix-thread".
1905
19062005-04-09 Eli Zaretskii <eliz@gnu.org>
1907
1908 * gdb.texinfo (Print Settings): Document "set/show print
1909 pascal_static-members", "set print repeats", "show print
1910 null-stop". Improve indexing. Fix documentation of "set print
1911 union".
1912 (Pascal): New section.
1913 (Supported languages): Rename from "Support"; all references
1914 updated. Add a menu item for Pascal.
1915 (Numbers): Document "set radix.
1916 (Screen Size): Document "set/show pagination".
1917 (MIPS Embedded): Remove "set processor" documentation.
1918 (Remote configuration): Document "set/show X/P/Z-packet",
1919 "set/show read-aux-vector-packet", "set/show remote
1920 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1921 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1922 remotedebug", "set/show remotebreak", "set/show remotedevice",
1923 "set/show remotelogfile".
1924 (Auxiliary Vector): Add reference to the description of the
1925 read-aux-vector-packet setting.
1926 (Set Watchpoints): Add a cross-reference to "set remote
1927 hardware-breakpoint-limit".
1928 (General Query Packets): Add indexing of requests and
1929 cross-references to related commands in "Remote configuration".
1930 (File-I/O Overview, The system call): Fix wording and typos.
1931 (Thread Stops): Add index entries.
1932 (Continuing and Stepping): Document "show step-mode".
1933 (i386): New node. Document "set/show struct-convention".
1934 (Files): Document "show trust-readonly-sections".
1935 (Calling): Document "set/show unwindonsignal".
1936 (Messages/Warnings): Add index entries.
1937 (Maintenance Commands): Document "set/show watchdog".
1938 (Annotations Overview): Document "show annotate".
1939 (Set Watchpoints): Add index entries.
1940 (Symbols): Fix doc of case-sensitive.
1941 (ABI): Document "show coerce-float-to-double".
1942 (Convenience Vars, Help): Improve indexing.
1943 (Machine Code): Document "show disassembly-flavor".
1944 (Debugging C plus plus): Document "show overload-resolution".
1945 (Value History, Signaling): Add index entries.
1946
19472005-04-08 Eli Zaretskii <eliz@gnu.org>
1948
1949 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1950 (Processes): Fix wording.
1951 (History, List, Logging output, Define, Symbols, Print Settings):
1952 Improve indexing.
1953
19542005-04-03 Eli Zaretskii <eliz@gnu.org>
1955
1956 * gdb.texinfo (Targets): Document "set/show architecture". Remove
1957 redundant index entry for "target" command.
1958 (Backtrace): Add index entries.
1959 (Symbols, Fortran): Document the "set case-sensitive" command.
1960 (DJGPP Native): Document "set com1base", "set com1irq", etc.
1961 (Print Settings): Add index entry for "set demangle-style".
1962 (Target Commands): Document "set download-write-size".
1963 (Debugging Output): Document "set exec-done-display".
1964
19652005-04-02 Eli Zaretskii <eliz@gnu.org>
1966
1967 * gdb.texinfo (Files): Fix the name and documentation of
1968 add-shared-symbol-files. Document its alias assf. Update the
1969 list of OSs where GDB supports shared libraries. Fix markup.
1970 (Continuing and Stepping): Add reference to @var{location} in the
1971 text.
1972 (Dump/Restore Files): Fix reference to @{filename}.
1973 (Help): Fix wording.
1974 (Attach): Ditto.
1975 (Set Watchpoints): Ditto.
1976 (Backtrace): Remove redundant index entries. Improve index
1977 entries.
1978 (Delete Breaks): Fix wording.
1979 (Memory): Document the compare-sections command.
1980 (Memory Region Attributes): Improve wording.
1981 (Disabling): Improve wording.
1982 (Fortran): New subsection. Document the "info common" command.
1983 (Help): Document aliases "info copying" and "info warranty".
1984 (Caching Remote Data): New section. Document the "set/show
1985 remotecache" and "info dcache" commands.
1986 (Show): Fix wording of the documentation of the "set
1987 extension-language" command.
1988 (Signals): Add index entry for "info handle".
1989 (Memory Region Attributes): Fix punctuation.
1990 (Symbols): Change the arg name to "location" and refer to it in
1991 the text. Fix wording of "info types" doc.
1992 (Threads): Fix usage of @enumerate @item's.
1993 (Listing Tracepoints): Add index entry for "info tp".
1994 (Set Watchpoints): Add xref to "info break" description.
1995 (Macros): Add an index entry for "macro exp1". Document the
1996 "macro list" command.
1997 (Maintenance Commands): Document "flushregs", "maint agent",
1998 "maint check-symtabs", "maint cplus", "maint demangle", "maint
1999 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2000 "maint print architecture", "maint print objfiles", "maint print
2001 statistics", "maint print type", "maint show-debug-regs", "maint
2002 space", "maint time", and "maint translate-address".
2003 (Connecting): Document the "monitor" command.
2004 (Annotations Overview): Describe the "set annotate" command.
2005
20062005-04-01 Eli Zaretskii <eliz@gnu.org>
2007
2008 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2009 Rearrange index entries and improve wording about support for
2010 hardware watchpoints.
2011
20122005-03-10 Bob Rossi <bob@brasko.net>
2013
2014 * gdb.texinfo: Update copyright
2015
20162005-02-09 Theodore A. Roth <troth@openavr.org>
2017
2018 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2019 error.
2020
20212005-02-03 Kevin Buettner <kevinb@redhat.com>
2022
2023 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2024
20252005-01-17 Michael Snyder <msnyder@redhat.com>
2026
2027 * gdb.texinfo: Fix spelling, infinte -> infinite.
2028
20292005-01-08 Mark Kettenis <kettenis@gnu.org>
2030
2031 * observer.texi (GDB Observers): Document "solib_loaded".
2032
20332005-01-07 Andrew Cagney <cagney@gnu.org>
2034
2035 * configure.ac: Rename configure.in, require autoconf 2.59.
2036 * configure: Re-generate.
2037
2038 * configure.in: Replace configdirs with multiple references to
2039 AC_CONFIG_SUBDIRS.
2040 * configure: Re-generate.
2041
20422005-01-04 Andrew Cagney <cagney@gnu.org>
2043
2044 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2045 part of the version number.
2046
20472004-12-24 Mark Kettenis <kettenis@gnu.org>
2048
2049 * gdbint.texinfo (Algorithms): Remove description of
2050 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2051
20522004-12-07 Jim Blandy <jimb@redhat.com>
2053
2054 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2055 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2056 numbers.
2057
20582004-12-07 Andreas Schwab <schwab@suse.de>
2059
2060 * gdb.texinfo (Mode Options): Document -l option.
2061
20622004-12-04 Eli Zaretskii <eliz@gnu.org>
2063
2064 * gdbint.texinfo (Algorithms): More accurate description of
2065 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2066 is not needed unless data-read and data-access watchpoints are
2067 supported. Add a description of how GDB checks whether the
2068 inferior stopped because a watchpoint was hit.
2069
20702004-11-23 Eli Zaretskii <eliz@gnu.org>
2071
2072 * gdb.texinfo (Files): Add cross-reference to description of
2073 -readnow command-line switch.
2074
20752004-11-10 Randolph Chung <tausq@debian.org>
2076
2077 * gdb.texinfo: Document set/show backtrace past-entry commands.
2078 Rearrange index entries for set/show backtrace past-main.
2079
20802004-11-10 Jon Beniston <jon@beniston.com>
2081
2082 Committed by Andrew Cagney <cagney@gnu.org>.
2083 * gdb.texinfo (Remote Serial Protocol): Further describe
2084 binary transfer escaping mechanism .
2085
20862004-11-08 Randolph Chung <tausq@debian.org>
2087
2088 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2089 and "show debug infrun". Add index entries.
2090
20912004-10-23 Eli Zaretskii <eliz@gnu.org>
2092
2093 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2094 "info proc" that are already implemented. Add index entries.
2095 (Working Directory): Add a cross-reference to "info proc" command.
2096 (Files): Add a tip for decreasing memory used for symtabs from
2097 shared libraries.
2098 (Starting): Fix whitespace; make "elaboration" stand out where it
2099 is first used, and add an index entry for the term.
2100 (Calling): Expand and elaborate text. Add "print". Add the
2101 description of problems with weak aliases.
2102 (Core File Generation): New section.
2103
21042004-10-12 Andrew Cagney <cagney@gnu.org>
2105
2106 * gdbint.texinfo (Versions and Branches): New chapter.
2107 (Releasing GDB): Delete "Versions and Branches" section.
2108 (Top): Add "Versions and Branches".
2109
21102004-10-08 Eli Zaretskii <eliz@gnu.org>
2111
2112 * gdb.texinfo (Editing, History): Add cross-references to the
2113 included Readline and History user documentation. Remove
2114 references to the symbol have-readline-appendices which is unused
2115 and undefined.
2116 (History): Fix indexing.
2117
21182004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2119
2120 * gdbint.texinfo (target_stopped_data_address): Update to
2121 new prototype.
2122 (i386_stopped_data_address): Update prototype and description.
2123 (i386_stopped_by_watchpoint): New function and description.
2124
21252004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2126
2127 * gdb.texinfo (Filenames): Add Ada suffixes.
2128 (Ada) New section.
2129
21302004-09-27 Andrew Cagney <cagney@gnu.org>
2131 Robert Picco <Robert.Picco@hp.com>
2132
2133 * gdb.texinfo (Packets): Document the "p" packet.
2134
21352004-09-21 Jason Molenda (jmolenda@apple.com)
2136
2137 * gdb.texinfo (Paths and Names of the Source Files): Document the
2138 meaning of values in the 'desc' field of a SO stab.
2139
21402004-09-20 Daniel Jacobowitz <dan@debian.org>
2141
2142 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2143 max-cache-age" and "maint show dwarf2 max-cache-age".
2144
21452004-09-16 Eli Zaretskii <eliz@gnu.org>
2146
2147 * gdb.texinfo (Set Breaks): Add index entry for setting
2148 breakpoints on overloaded C++ functions that are not members of
2149 any classes. Add an example and an index entry for setting
2150 breakpoints on all program functions.
2151 (Character Sets, Macros, Overlay Commands)
2152 (Non-debug DLL symbols, GDB/MI Output Syntax)
2153 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2154 Use "(@value{GDBP})" instead of a literal "(gdb)".
2155
21562004-09-12 Andrew Cagney <cagney@gnu.org>
2157
2158 * gdbint.texinfo (Native Debugging): Delete description of
2159 FILES_INFO_HOOK.
2160
21612004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2162
2163 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2164 to hex_string_custom (not historically correct, but more
2165 understandable, given the current code).
2166
21672004-09-03 Andrew Cagney <cagney@gnu.org>
2168
2169 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2170
21712004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2172
2173 * observer.texi (solib_unloaded): New observer.
2174
21752004-08-24 Andrew Cagney <cagney@gnu.org>
2176
2177 * gdbint.texinfo (Target Architecture Definition): Add missing
2178 comma.
2179
21802004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2181
2182 * (Using the Testsuite): build != host is supported,
2183 but some test scripts do not support build != host.
2184
21852004-08-14 Mark Kettenis <kettenis@gnu.org>
2186
2187 * gdbint.texinfo (Host Definition): Delete description of
2188 FCLOSE_PROVIDED and GETENV_PROVIDED.
2189
21902004-08-05 Mark Kettenis <kettenis@chello.nl>
2191
2192 * gdbint.texinfo (Host Definition): Delete description of
2193 NO_SYS_FILE.
2194 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2195 PTRACE_FP_BUG.
2196
21972004-08-05 Andrew Cagney <cagney@gnu.org>
2198
2199 * gdbint.texinfo (Target Architecture Definition): Delete
2200 reference to deprecated_read_fp.
2201
22022004-08-02 Andrew Cagney <cagney@gnu.org>
2203
2204 * gdbint.texinfo (Target Architecture Definition): Delete
2205 description of DEPRECATED_REGISTER_BYTES.
2206
22072004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2208
2209 * gdb.texinfo (Source Path): Document the new behavior of
2210 searching for the source files.
2211
22122004-07-17 Eli Zaretskii <eliz@gnu.org>
2213
2214 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2215 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2216 (Auto Display): Improve indexing.
2217
22182004-07-16 Andrew Cagney <cagney@gnu.org>
2219
2220 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2221 "-noasync".
2222
22232004-07-09 Eli Zaretskii <eliz@gnu.org>
2224
2225 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2226 have the same prefix have only their prefix in the index.
2227
22282004-07-03 Mark Kettenis <kettenis@gnu.org>
2229
2230 * gdb.texinfo (BSD libkvm Interface): New node (section)
2231 (Native): Add it to the menu.
2232
22332004-07-01 Mark Kettenis <kettenis@gnu.org>
2234
2235 * gdbint.texinfo (Target Architecture Definition): Remove
2236 PCC_SOL_BROKEN.
2237
22382004-06-24 Mark Kettenis <kettenis@gnu.org>
2239
2240 * gdbint.texinfo (Target Architecture Definition): Remove
2241 SUN_FIXED_LBRAC_BUG.
2242
22432004-06-26 Andrew Cagney <cagney@gnu.org>
2244
2245 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2246
22472004-06-20 Andrew Cagney <cagney@gnu.org>
2248
2249 * gdbint.texinfo (Target Architecture Definition): Deprecate
2250 USE_STRUCT_CONVENTION.
2251
22522004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2253
2254 gdb.texinfo (Bug Reporting): Mention session recording,
2255 with the script command or Emacs.
2256
22572004-06-18 Andrew Cagney <cagney@gnu.org>
2258
2259 * gdbint.texinfo (Target Architecture Definition): Deprecate
2260 FUNCTION_START_OFFSET.
2261
22622004-06-14 Andrew Cagney <cagney@gnu.org>
2263
2264 Based on changes from Karl Berry.
2265 * gdb.texinfo: Do not use @sc in a direntry.
2266 * stabs.texinfo: Change @dircateogry to "Software development".
2267 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2268
22692004-06-13 Andrew Cagney <cagney@gnu.org>
2270
2271 * gdbint.texinfo (Target Architecture Definition): Delete
2272 description of RETURN_VALUE_ON_STACK.
2273
22742004-06-09 Andrew Cagney <cagney@gnu.org>
2275
2276 * gdbint.texinfo (Native Debugging): Restore "@table @code"
2277 deleted by previous patch.
2278
22792004-06-08 Andrew Cagney <cagney@gnu.org>
2280
2281 * gdbint.texinfo (Native Debugging): Delete documentation on
2282 ATTACH_DETACH.
2283
22842004-06-06 Randolph Chung <tausq@debian.org>
2285
2286 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2287
22882004-06-06 Randolph Chung <tausq@debian.org>
2289
2290 * gdb.texinfo (push_dummy_call): Update argument list to match
2291 the new push_dummy_call method signature. Describe the function
2292 argument.
2293
22942004-05-24 Joel Brobecker <brobecker@gnat.com>
2295
2296 * gdb.texinfo (Starting): Document new start command.
2297
22982004-05-21 Andrew Cagney <cagney@redhat.com>
2299
2300 * observer.texi (GDB Observers): Document "inferior_created".
2301
23022004-05-08 Andrew Cagney <cagney@redhat.com>
2303
2304 * gdbint.texinfo (Target Architecture Definition): Delete
2305 description of DO_DEFERRED_STORES.
2306
2307 * gdbint.texinfo (Target Architecture Definition): Delete
2308 references to DEPRECATED_FIX_CALL_DUMMY.
2309
2310 * gdbint.texinfo (Target Architecture Definition): Delete
2311 description of DEPRECATED_CALL_DUMMY_WORDS,
2312 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2313
2314 * gdbint.texinfo (Target Architecture Definition): Delete
2315 description of DEPRECATED_PUSH_DUMMY_FRAME.
2316
2317 * gdbint.texinfo (Target Architecture Definition): Delete
2318 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2319
23202004-05-07 Andrew Cagney <cagney@redhat.com>
2321
2322 * observer.texi (GDB Observers): Add "Debugging" section. Include
2323 cross reference to "set/show debug observer".
2324 * gdb.texinfo (Debugging Output): Document "set/show debug
2325 observer".
2326
23272004-05-01 Andrew Cagney <cagney@redhat.com>
2328
2329 * gdbint.texinfo (Target Architecture Definition): Delete
2330 description of DEPRECATED_PC_IN_SIGTRAMP.
2331
23322004-04-30 Andrew Cagney <cagney@redhat.com>
2333
2334 * gdbint.texinfo (Target Architecture Definition): Delete
2335 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2336
23372004-04-30 Orjan Friberg <orjanf@axis.com>
2338
2339 * observer.texi (GDB Observers): Correct spelling.
2340
23412004-04-26 Orjan Friberg <orjanf@axis.com>
2342
2343 * observer.texi (GDB Observers): Add target_changed event.
2344
23452004-04-08 Andrew Cagney <cagney@redhat.com>
2346
2347 * observer.texi (GDB Observers): Rework, provide generic observer
2348 definitions and then a list of observable events.
2349
23502004-04-04 Andrew Cagney <cagney@redhat.com>
2351
2352 * gdbint.texinfo (Host Definition): Delete reference to
2353 NO_SIGINTERRUPT.
2354
23552004-04-02 Andrew Cagney <cagney@redhat.com>
2356
2357 * gdbint.texinfo (Target Architecture Definition): Delete
2358 reference to DEPRECATED_CALL_DUMMY_LENGTH.
2359
23602004-03-28 Stephane Carrez <stcarrez@nerim.fr>
2361
2362 * gdb.texinfo (TUI Commands): Document tui reg commands.
2363
23642004-03-26 Andrew Cagney <cagney@redhat.com>
2365
2366 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
2367 "gdbtui".
2368 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
2369 (Contributors): Mention both Text and Terminal User Interface.
2370
23712004-03-23 Andrew Cagney <cagney@redhat.com>
2372
2373 * gdbint.texinfo (Target Architecture Definition): Deprecate
2374 references to SIGTRAMP_START and SIGTRAMP_END.
2375
23762004-03-23 Andrew Cagney <cagney@redhat.com>
2377
2378 * gdbint.texinfo (Target Architecture Definition): Deprecate
2379 references to PC_IN_SIGTRAMP.
2380
23812004-03-19 Andrew Cagney <cagney@redhat.com>
2382
2383 * gdbint.texinfo (Target Architecture Definition): Delete
2384 reference to GDB_TARGET_IS_HPPA.
2385
23862004-03-18 Andrew Cagney <cagney@redhat.com>
2387
2388 * gdbint.texinfo (Coding): Update section on gdbarch_data,
2389 describe pre_init and post_init.
2390
23912004-03-09 Daniel Jacobowitz <drow@mvista.com>
2392
2393 * gdb.texinfo (Debugging Output): Document values for "set debug
2394 target".
2395
23962004-02-28 Andrew Cagney <cagney@redhat.com>
2397
2398 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2399
24002004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2401
2402 * gdb.texinfo (breakpoints): Add information about the
2403 new "set breakpoint pending" and "show breakpoint pending"
2404 commands.
2405
24062004-02-26 Andrew Cagney <cagney@redhat.com>
2407
2408 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2409 in Per-architecture module data section.
2410
24112004-02-25 Roland McGrath <roland@redhat.com>
2412
2413 * gdb.texinfo (General Query Packets): Document qPart:... packets.
2414
24152004-02-24 Andrew Cagney <cagney@redhat.com>
2416
2417 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2418 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2419 * fdl.texi: Import Version 1.2, November 2002.
2420
24212004-02-17 Andrew Cagney <cagney@redhat.com>
2422
2423 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2424
24252004-02-16 Andrew Cagney <cagney@redhat.com>
2426
2427 * gdbint.texinfo (Target Architecture Definition): Deprecate
2428 FRAMELESS_FUNCTION_INVOCATION.
2429
24302004-02-16 Andrew Cagney <cagney@redhat.com>
2431
2432 * gdbint.texinfo (Coding): Mention -Wunused-function.
2433
24342004-02-14 Andrew Cagney <cagney@redhat.com>
2435
2436 * gdbint.texinfo (Target Architecture Definition): Delete
2437 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2438
24392004-02-12 Elena Zannoni <ezannoni@redhat.com>
2440
2441 * gdb.texinfo: Properly quote the name "C++".
2442 * gdbint.texinfo: Ditto.
2443 * stabs.texinfo: Ditto.
2444
24452004-02-11 Elena Zannoni <ezannoni@redhat.com>
2446
2447 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2448 minimal information about libiberty.
2449
24502004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2451
2452 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2453
24542004-02-04 Roland McGrath <roland@redhat.com>
2455
2456 * gdb.texinfo (Auxiliary Vector): New node (section).
2457 (Data): Add it to the menu.
2458
24592004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2460
2461 * gdb.texinfo (Breakpoints): Add information about pending
2462 breakpoint support.
2463
24642004-01-26 Andrew Cagney <cagney@redhat.com>
2465
2466 * gdb.texinfo (Overview): Delete references to the cisco protocol
2467 including the "N" response.
2468
24692004-01-26 Andrew Cagney <cagney@redhat.com>
2470
2471 * gdbint.texinfo (Target Architecture Definition): Rename
2472 EXTRACT_STRUCT_VALUE_ADDRESS to
2473 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2474
24752004-01-24 Eli Zaretskii <eliz@gnu.org>
2476
2477 * gdb.texinfo (KOD): Document "show os". Add index entries for
2478 "set/show os" and "info cisco" commands.
2479
24802004-01-21 Eli Zaretskii <eliz@gnu.org>
2481
2482 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2483
24842004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2485
2486 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2487 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2488
24892004-01-19 Nick Roberts <nick@nick.uklinux.net>
2490
2491 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2492 -stack-list-locals.
2493 (GDB/MI Variable Objects): Describe extension to
2494 -var-list-children.
2495
24962004-01-17 Daniel Jacobowitz <drow@mvista.com>
2497
2498 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2499
25002004-01-17 Andrew Cagney <cagney@redhat.com>
2501
2502 * gdbint.texinfo (Target Architecture Definition): Delete
2503 documentation on DEPRECATED_NPC_REGNUM.
2504
25052004-01-13 Daniel Jacobowitz <drow@mvista.com>
2506
2507 * gdb.texinfo: Update copyright year. Mention that set
2508 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2509 "set follow-fork-mode ask".
2510
25112004-01-13 Andrew Cagney <cagney@redhat.com>
2512
2513 * gdbint.texinfo: Update copyright year.
2514 (Coding): Add -Wunused-label to list of -Werror warnings.
2515
25162004-01-08 Jason Molenda <jmolenda@apple.com>
2517 Eli Zaretskii <eliz@gnu.org>
2518
2519 * gdb.texinfo: Update copyright.
2520 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2521 around names, as appropriate. Minor syntax cleanup of
2522 _NSPrintForDebugger explanation. Two spaces after periods.
2523 GDBN used instead of lit. "gdb". Index entries added for
2524 print-object and _NSPrintForDebugger. @noindent added in one spot.
2525
25262003-11-11 Elena Zannoni <ezannoni@redhat.com>
2527
2528 * stabs.texinfo: Add dircategory and direntry commands.
2529 * annotate.texinfo: Ditto.
2530
25312003-11-10 Andrew Cagney <cagney@redhat.com>
2532
2533 * gdbint.texinfo (Target Architecture Definition): Replace the
2534 return_value method's "inval" and "outval" parameters with
2535 "readbuf" and "writebuf".
2536
25372003-10-28 Jim Blandy <jimb@redhat.com>
2538
2539 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2540 from "The `F' request packet" and "The `F' reply packet", to make
2541 texi2dvi happy.
2542 (File-I/O remote protocol extension): Update menu entries, too.
2543
25442003-10-26 Michael Chastain <mec@shout.net>
2545
2546 * gdb.texinfo (Thread Stops): Document the issue with
2547 premature return from system calls in multi-threaded programs.
2548
25492003-10-24 Andrew Cagney <cagney@redhat.com>
2550
2551 * annotate.texinfo: Fix "fortunatly"[sic].
2552
25532003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2554
2555 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2556 with "Hitachi" and "Mitsubishi".
2557
25582003-10-20 Andrew Cagney <cagney@redhat.com>
2559
2560 * gdbint.texinfo (Target Architecture Definition): Document
2561 gdbarch_return_value. Add cross references from
2562 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2563 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2564
25652003-10-18 Mark Kettenis <kettenis@gnu.org>
2566
2567 * gdbint.texinfo (Target Architecture Definition): Document
2568 regset_from_core_section.
2569
25702003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2571
2572 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2573
25742003-10-15 Kevin Buettner <kevinb@redhat.com>
2575
2576 From Anthony Green <green@redhat.com>:
2577 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
2578
25792003-10-14 Kevin Buettner <kevinb@redhat.com>
2580
2581 * gdb.texinfo (Breakpoint related warnings): New node.
2582 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
2583
25842003-10-13 Daniel Jacobowitz <drow@mvista.com>
2585
2586 * gdb.texinfo (Remote Protocol): Document v and vCont.
2587
25882003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2589
2590 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2591 * gdbint.texinfo: Ditto.
2592
25932003-10-09 Andrew Cagney <cagney@redhat.com>
2594
2595 From 2003-09-18 David Anderson <davea@sgi.com>:
2596 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2597 "command".
2598
25992003-10-03 Andrew Cagney <cagney@redhat.com>
2600
2601 * gdbint.texinfo (Target Architecture Definition): Deprecate
2602 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2603 just target.
2604
26052003-10-02 Andrew Cagney <cagney@redhat.com>
2606
2607 * gdbint.texinfo (Target Architecture Definition): Rename
2608 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2609 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2610 * gdbint.texinfo (Target Architecture Definition): Rename
2611
26122003-09-30 Andrew Cagney <cagney@redhat.com>
2613
2614 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
2615 (Target Architecture Definition):
2616
2617 * gdbint.texinfo (Target Architecture Definition): Rename
2618 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2619
26202003-09-29 Andrew Cagney <cagney@redhat.com>
2621
2622 * gdbint.texinfo (Target Architecture Definition): Delete
2623 documentation for NEED_TEXT_START_END.
2624
2625 * gdbint.texinfo (Target Architecture Definition): Rename
2626 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2627 TARGET_WRITE_PC.
2628
26292003-09-22 Michael Chastain <mec@shout.net>
2630
2631 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2632
26332003-09-21 Anthony Green <green@redhat.com>
2634
2635 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2636
26372003-09-21 Mark Kettenis <kettenis@gnu.org>
2638
2639 * gdbint.texinfo (Target Architecture Definition): Document
2640 stabs_argument_has_addr.
2641
26422003-09-18 Andrew Cagney <cagney@redhat.com>
2643
2644 * gdbint.texinfo (Target Architecture Definition): Delete
2645 documentation on REGISTER_NAMES.
2646
26472003-09-13 Mark Kettenis <kettenis@gnu.org>
2648
2649 * gdbint.texinfo (Target Architecture Definition): Replace
2650 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2651
26522003-09-11 Andrew Cagney <cagney@redhat.com>
2653
2654 * gdbint.texinfo (Target Architecture Definition): Replace
2655 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2656
26572003-08-18 Andrew Cagney <cagney@redhat.com>
2658
2659 * gdbint.texinfo (Target Architecture Definition): Document
2660 "frame_red_zone_size".
2661
26622003-08-09 Andrew Cagney <cagney@redhat.com>
2663
2664 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2665 with "set/show backtrace past-main" and "set/show backtrace
2666 limit".
2667
26682003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2669
2670 * Makefile.in (install-info): Support DESTDIR.
2671 (install-html): Likewise.
2672
26732003-08-07 Andrew Cagney <cagney@redhat.com>
2674
2675 Patch from Nick Roberts.
2676 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2677 bindings. Remove description of send-gdb-command.
2678
26792003-08-07 Andrew Cagney <cagney@redhat.com>
2680
2681 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2682 GDB 6.0.
2683
26842003-08-06 Andrew Cagney <cagney@redhat.com>
2685
2686 * gdb.texinfo (Mode Options): Mention that level three is the
2687 highest available and that level 2 is deprecated.
2688 (Annotations Overview): Mention annotation levels. Cross reference
2689 to "Limitations of the Annotation Interface" in annotate.texi.
2690 (TODO, Value Annotations, Frame Annotations): Delete section.
2691 (Displays, Breakpoint Info): Delete.
2692
26932003-08-04 Andrew Cagney <cagney@redhat.com>
2694
2695 * agentexpr.texi: Delete @bye.
2696 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2697 (stabs.info): Add $(srcdir) to include search path.
2698 (html): Depend on "annotate_toc.html", and not "annotate.html".
2699 * stabs.texinfo: Ditto. Include "fdl.texi".
2700 * gdbint.texinfo: Update copyright statement's list of invariant
2701 sections.
2702
27032003-07-28 Andrew Cagney <cagney@redhat.com>
2704
2705 * Makefile.in (INFO_DEPS): Add annotate.info.
2706 (dvi, ps, html, pdf): Add annotate.
2707 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2708 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2709 (ANNOTATE_DOC_FILES): New macro.
2710 (ANNOTATE_TEX_TMPS): New macro.
2711 (annotate.info, annotate_toc.html): Specify dependencies.
2712 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2713 * annotate.texinfo: Rename annotate.texi. Get building. Add
2714 "Migrating to GDB/MI" and "Limitations of the Annotation
2715 Interface" chapters. Mention why it is not part of the user
2716 guide. Update copyright notice. Include "fdl.texi".
2717
27182003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2719
2720 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2721
27222003-07-24 Daniel Jacobowitz <drow@mvista.com>
2723
2724 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2725
27262003-07-24 Daniel Jacobowitz <drow@mvista.com>
2727
2728 * gdb.texinfo (Server): Mention pidof.
2729
27302003-07-22 Andrew Cagney <cagney@redhat.com>
2731
2732 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2733 list.
2734
27352003-06-28 Daniel Jacobowitz <drow@mvista.com>
2736
2737 * gdb.texinfo (Logging output): New chapter.
2738
27392003-06-24 Joel Brobecker <brobecker@gnat.com>
2740
2741 * gdb.texinfo (Unsupported languages): New section.
2742 (Languages): Add link to new section.
2743
27442003-06-22 Andrew Cagney <cagney@redhat.com>
2745
2746 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2747
27482003-06-22 Daniel Jacobowitz <drow@mvista.com>
2749
2750 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2751
27522003-06-22 Daniel Jacobowitz <drow@mvista.com>
2753
2754 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2755 * agentexpr.texi: Retitle section, and change it to an appendix.
2756 Comment out texinfo initialization. Factor a @var{} into two
2757 pieces to prevent makeinfo warnings.
2758 * gdb.texinfo: Add Agent Expressions appendix.
2759
27602003-06-19 Daniel Jacobowitz <drow@mvista.com>
2761
2762 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2763
27642003-06-18 Daniel Jacobowitz <drow@mvista.com>
2765
2766 * gdb.texinfo (Remote Debugging): New section "Connecting to a
2767 remote target". Document the "detach" and "disconnect" commands.
2768 (Server, Netware, Debug Session): Reference "Connecting to a
2769 remote target".
2770 (GDB/MI Target Manipulation): Document "-target-disconnect".
2771
27722003-06-13 Andrew Cagney <cagney@redhat.com>
2773
2774 * gdbint.texinfo (Target Architecture Definition): Deprecate
2775 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2776 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2777
27782003-06-09 Jim Blandy <jimb@redhat.com>
2779
2780 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2781
27822003-06-08 Andrew Cagney <cagney@redhat.com>
2783
2784 * gdbint.texinfo (Target Architecture Definition): Delete
2785 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2786
27872003-06-08 Andrew Cagney <cagney@redhat.com>
2788
2789 * gdbint.texinfo (Target Architecture Definition): Document
2790 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2791
27922003-06-07 Adam Fedor <fedor@gnu.org>
2793
2794 * gdb.texinfo: Add Objective-C documentation.
2795
27962003-06-01 Andrew Cagney <cagney@redhat.com>
2797
2798 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2799 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2800
28012003-05-21 Andrew Cagney <cagney@redhat.com>
2802
2803 * gdbint.texinfo (Target Architecture Definition): Delete
2804 references to "extract_address" and "store_address".
2805
28062003-05-16 Andrew Cagney <cagney@redhat.com>
2807
2808 * gdbint.texinfo (Target Architecture Definition): Replace
2809 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2810 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2811
28122003-05-14 Theodore A. Roth <troth@openavr.org>
2813
2814 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2815
28162003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2817
2818 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2819 (gdb.dvi): Likewise.
2820 (gdb.pdf): Likewise.
2821 (links2roff): Likewise.
2822
28232003-05-08 Jim Blandy <jimb@redhat.com>
2824
2825 * gdb.texinfo (Dump/Restore Files): Update documentation for
2826 'dump', 'append', and 'restore': note that format argument is
2827 optional; simplify presentation of the command variants; and be
2828 more precise about the formats.
2829
28302003-05-07 Jim Blandy <jimb@redhat.com>
2831
2832 * gdb.texinfo (Symbols): Update documentation: 'maint list
2833 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2834 symtabs' and 'maint info psymtabs'.
2835
28362003-05-05 Andrew Cagney <cagney@redhat.com>
2837
2838 * gdbint.texinfo (Target Architecture Definition): Make
2839 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2840 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2841 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2842
28432003-05-04 Andrew Cagney <cagney@redhat.com>
2844
2845 * gdb.texinfo (Maintenance Commands): Document "maint print
2846 dummy-frames".
2847
28482003-05-04 Andrew Cagney <cagney@redhat.com>
2849
2850 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2851
28522003-05-03 J. Brobecker <brobecker@gnat.com>
2853
2854 Thierry Schneider <tpschneider1@yahoo.com>
2855 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2856 for new MI command.
2857
28582003-05-03 Andrew Cagney <cagney@redhat.com>
2859
2860 * gdbint.texinfo (Target Architecture Definition): Document
2861 push_dummy_code. Add cross references.
2862
28632003-05-02 Elena Zannoni <ezannoni@redhat.com>
2864
2865 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2866 set/show charsets commands.
2867
28682003-04-28 Andrew Cagney <cagney@redhat.com>
2869
2870 * gdbint.texinfo (Target Architecture Definition): Replace
2871 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2872 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2873
28742003-04-28 Andrew Cagney <cagney@redhat.com>
2875
2876 * gdbint.texinfo (Target Architecture Definition): Rename
2877 "tm_print_insn" to "deprecated_tm_print_insn".
2878
28792003-04-09 Jim Blandy <jimb@redhat.com>
2880
2881 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2882 list psymtabs'.
2883
28842003-04-08 Andrew Cagney <cagney@redhat.com>
2885
2886 * gdbint.texinfo (Target Architecture Definition): Delete
2887 references to EXTRA_FRAME_INFO.
2888
28892003-04-08 Andrew Cagney <cagney@redhat.com>
2890
2891 * gdbint.texinfo (Target Architecture Definition): Delete
2892 PRINT_TYPELESS_INTEGER.
2893
28942003-04-02 J. Brobecker <brobecker@gnat.com>
2895
2896 * observer.texi (GDB Observers): Adjust the documentation for the
2897 normal_stop notification to better describe reality. Fix a couple
2898 of minor typos.
2899
29002003-04-02 Bob Rossi <bob_rossi@cox.net>
2901
2902 * gdb.texinfo (GDB/MI Program Control): Add
2903 '-file-list-exec-source-file'
2904
29052003-03-31 Andrew Cagney <cagney@redhat.com>
2906
2907 * gdbint.texinfo (Target Architecture Definition): Delete
2908 references to CALL_DUMMY_P.
2909
29102003-03-30 Andrew Cagney <cagney@redhat.com>
2911
2912 * gdbint.texinfo (Target Architecture Definition): Remove
2913 reference to TARGET_WRITE_SP.
2914
29152003-03-27 Andrew Cagney <cagney@redhat.com>
2916
2917 * gdbint.texinfo (Target Architecture Definition): Remove
2918 references to write_sp.
2919
29202003-03-27 Andrew Cagney <cagney@redhat.com>
2921
2922 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2923 chapter body. Use @smallexample instead of @example.
2924 (Annotations): Ditto.
2925 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2926 annotate.texi.
2927
29282003-03-26 Andrew Cagney <cagney@redhat.com>
2929
2930 * gdbint.texinfo (Target Architecture Definition): Replace
2931 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2932 dummy_addr parameters.
2933
29342003-03-25 Andrew Cagney <cagney@redhat.com>
2935
2936 * gdbint.texinfo (Target Architecture Definition): Delete
2937 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2938 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2939 Add reference to PUSH_ARGUMENTS.
2940
29412003-03-23 Andrew Cagney <cagney@redhat.com>
2942
2943 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2944 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2945
29462003-03-18 J. Brobecker <brobecker@gnat.com>
2947
2948 * gdbint.texinfo (Algorithms): Add new section describing the
2949 Observer paradigm.
2950 (Top): Add menu entry to new observer appendix.
2951 * observer.texi: New file.
2952 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2953 new observer.texi file.
2954
29552003-03-17 Andrew Cagney <cagney@redhat.com>
2956
2957 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
2958 that GNU Press update the manual version number.
2959
29602003-03-12 Andrew Cagney <cagney@redhat.com>
2961
2962 * gdbint.texinfo (Target Architecture Definition): Delete
2963 references to get_saved_register. Rename GET_SAVED_REGISTER to
2964 DEPRECATED_GET_SAVED_REGISTER.
2965
29662003-03-13 Andrew Cagney <cagney@redhat.com>
2967
2968 * gdbint.texinfo (Target Architecture Definition): Replace
2969 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
2970
29712003-03-12 Andrew Cagney <cagney@redhat.com>
2972
2973 * gdbint.texinfo (Target Architecture Definition): Rename
2974 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
2975
29762003-03-10 Corinna Vinschen <vinschen@redhat.com>
2977
2978 * gdb.texinfo: Add File-I/O documentation.
2979
29802003-03-10 Andrew Cagney <cagney@redhat.com>
2981
2982 * gdbint.texinfo (Target Architecture Definition): Cross reference
2983 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
2984
29852003-03-07 Andrew Cagney <cagney@redhat.com>
2986
2987 * gdb.texinfo (Debugging Output): Mention the "set/show debug
2988 frame" command.
2989
29902003-03-05 Andrew Cagney <cagney@redhat.com>
2991
2992 * gdbint.texinfo (Target Architecture Definition): Document
2993 unwind_dummy_id. Cross reference unwind_dummy_id and
2994 SAVE_DUMMY_FRAME_TOS.
2995
29962003-03-05 James Ingham <jingham@apple.com>
2997 Daniel Jacobowitz <drow@mvista.com>
2998
2999 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3000 and "show cp-abi".
3001
30022003-03-03 Andrew Cagney <cagney@redhat.com>
3003
3004 * gdbint.texinfo (Target Architecture Definition): Document
3005 register_type.
3006
30072003-03-03 Andrew Cagney <cagney@redhat.com>
3008
3009 * stabs.texinfo (Structures): Use @samp and separate @var's
3010 instead of a single @var containing a comma separated list.
3011 (Unions): Ditto.
3012
30132003-03-02 Daniel Jacobowitz <drow@mvista.com>
3014
3015 * Makefile.in (distclean): Remove config.log.
3016
30172003-03-01 Andrew Cagney <cagney@redhat.com>
3018
3019 * gdbint.texinfo (Target Architecture Definition): Rename
3020 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3021
30222003-03-01 Andrew Cagney <cagney@redhat.com>
3023
3024 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3025 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3026
30272003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3028
3029 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3030 (Non-debug DLL symbols): New node, describing the minimal symbols
3031 loaded from DLLs without real debugging symbols.
3032
30332003-02-20 Andrew Cagney <ac131313@redhat.com>
3034
3035 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3036 hardware-breakpoint-limit".
3037 (Set Watchpoints): Add cross reference to "set remote
3038 hardware-watchpoint-limit".
3039 (Remote configuration options): New section.
3040
30412003-02-04 Andrew Cagney <ac131313@redhat.com>
3042
3043 * gdbint.texinfo (Target Architecture Definition): Delete
3044 descrption of IS_TRAPPED_INTERNALVAR.
3045
3046 From Keith Seitz <keiths@redhat.com>:
3047 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3048 option "-i"/"--interpreter" to this chapter. Include index
3049 entries.
3050
30512003-02-04 David Carlton <carlton@math.stanford.edu>
3052
3053 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3054 (Variables): Recommend stabs+ and DWARF 2.
3055 (C plus plus expressions): Correct info about
3056 compiler versions, debug formats.
3057 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3058 PR symtab/874.
3059
30602003-02-01 Andrew Cagney <ac131313@redhat.com>
3061
3062 * gdbint.texinfo (Target Architecture Definition): Delete
3063 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3064 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3065 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3066 references to nindy and i960.
3067 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3068
30692003-02-01 Andrew Cagney <ac131313@redhat.com>
3070
3071 * gdbint.texinfo (Target Architecture Definition): Delete
3072 FLOAT_INFO.
3073
30742003-01-30 Andrew Cagney <ac131313@redhat.com>
3075
3076 * stabs.texinfo (Member Type Descriptor): Clarify description of
3077 `@'. Suggested by Ben Hutchings.
3078
30792003-01-29 Andrew Cagney <ac131313@redhat.com>
3080
3081 * gdb.texinfo (M68K): Delete reference to es1800.
3082
30832003-01-29 Andrew Cagney <ac131313@redhat.com>
3084
3085 * gdb.texinfo (Maintenance Commands): Document `maint print
3086 reggroups' and `maint print register-groups'.
3087 * gdbint.texinfo (Target Architecture Definition): Document
3088 register_reggroup_p.
3089
30902003-01-23 Jim Blandy <jimb@redhat.com>
3091
3092 * gdb.texinfo (Separate Debug Files): New section.
3093
30942003-01-22 Daniel Jacobowitz <drow@mvista.com>
3095
3096 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3097 and "maint show profile".
3098
30992003-01-16 Michael Chastain <mec@shout.net>
3100
3101 * gdb.texinfo (Installing GDB): Warn against
3102 ".../gdb-VERSION/gdb/configure".
3103 (Separate Objdir): Likewise.
3104
31052003-01-15 Andrew Cagney <ac131313@redhat.com>
3106
3107 * gdbint.texinfo (Target Architecture Definition): Delete
3108 definition of PRINT_REGISTER_HOOK.
3109
31102003-01-15 Elena Zannoni <ezannoni@redhat.com>
3111
3112 (OpenRISC 1000): Fix formatting of command names.
3113
31142003-01-15 Elena Zannoni <ezannoni@redhat.com>
3115
3116 * gdb.texinfo (Continuing and Stepping): Add new command
3117 'advance'. Clarify behavior of 'until'.
3118
31192003-01-13 Daniel Jacobowitz <drow@mvista.com>
3120
3121 * gdb.texinfo (Files): Document solib-absolute-prefix and
3122 solib-search-path.
3123
31242003-01-09 Michael Chastain <mec@shout.net>
3125
3126 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3127 (Create a Release): Add new instructions for new @file{src-release}.
3128 Document existing instructions for @file{Makefile.in} as
3129 being for @value{GDBN} 5.3.1 or earlier.
3130
31312003-01-09 Andrew Cagney <ac131313@redhat.com>
3132
3133 * gdbint.texinfo (Target Architecture Definition): Mention
3134 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3135 allocate memory.
3136
31372003-01-04 Daniel Jacobowitz <drow@mvista.com>
3138
3139 * gdb.texinfo (Controlling GDB): Add @kindex for
3140 "show osabi".
3141 (Backtraces): Add @kindex's for backtrace-below-main.
3142
31432003-01-04 Daniel Jacobowitz <drow@mvista.com>
3144
3145 * gdb.texinfo (Controlling GDB): Document "set osabi".
3146
31472003-01-04 Daniel Jacobowitz <drow@mvista.com>
3148
3149 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3150 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3151
31522003-01-04 Daniel Jacobowitz <drow@mvista.com>
3153
3154 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3155 "set coerce-float-to-double".
3156 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3157
31582003-01-02 Andrew Cagney <ac131313@redhat.com>
3159
3160 * stabs.texinfo: Remove obsolete text.
3161 * gdbint.texinfo: Ditto.
3162 * gdb.texinfo: Ditto.
3163
31642002-12-22 Mark Kettenis <kettenis@gnu.org>
3165
3166 * gdbint.texinfo (Target Architecture Definition): Update
3167 description of gdbarch_register_osabi.
3168
31692002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3170
3171 * agentexpr.texi: Fix typos.
3172 * annotate.texi: Likewise.
3173 * fdl.texi: Likewise.
3174
31752002-12-10 Andrew Cagney <cagney@redhat.com>
3176
3177 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3178 DEPRECATED_INIT_FRAME_PC.
3179
31802002-12-01 Andrew Cagney <ac131313@redhat.com>
3181
3182 * gdbint.texinfo (Target Architecture Definition): Delete
3183 PC_IN_CALL_DUMMY.
3184
31852002-11-28 Andrew Cagney <ac131313@redhat.com>
3186
3187 * gdbint.texinfo (Host Definition): Delete documentation on
3188 USE_GENERIC_DUMMY_FRAMES.
3189
31902002-11-26 Elena Zannoni <ezannoni@redhat.com>
3191
3192 Fix PR gdb/723 and PR gdb/245.
3193 * Makefile.in (install-info): Run the install-info command as part
3194 of the post install steps only.
3195 (uninstall-info): New target.
3196 (uninstall): New target.
3197
31982002-11-22 Elena Zannoni <ezannoni@redhat.com>
3199
3200 * Makefile.in (install): Make install do some real work.
3201
32022002-11-19 Andrew Cagney <ac131313@redhat.com>
3203
3204 Fix POSIX problem reported by Paul Eggert.
3205 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3206 Fix PR gdb/527.
3207
32082002-10-26 Andrew Cagney <cagney@redhat.com>
3209
3210 * gdbint.texinfo (Target Architecture Definition): Delete
3211 definition of DO_REGISTERS_INFO.
3212
32132002-10-18 Kevin Buettner <kevinb@redhat.com>
3214
3215 * gdbint.texinfo (Address Classes): Fix problems with insertion
3216 of ``{'' and ``}'' in example.
3217
32182002-10-17 Kevin Buettner <kevinb@redhat.com>
3219
3220 * gdbint.texinfo (Address Classes): New section.
3221 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3222 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3223 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3224 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3225
32262002-10-11 Klee Dienes <kdienes@apple.com>
3227
3228 * gdb.texinfo (Registers): Mention vector registers as well as
3229 floating registers in the documentation for 'info registers' and
3230 'info all-registers'.
3231
32322002-10-11 Daniel Jacobowitz <drow@mvista.com>
3233
3234 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3235
32362002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3237
3238 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3239 interface definition.
3240
32412002-10-03 Marko Mlinar <markom@opencores.org>
3242
3243 * gdb.texinfo (Target Commands): Add or1k target specific
3244 commands.
3245 * gdb.texinfo (Contributors): Add myself to the contributors list.
3246
32472002-10-01 Andrew Cagney <ac131313@redhat.com>
3248
3249 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3250 and "mi1" instead of "mi1" and "mi0".
3251
32522002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3253
3254 * gdb.texinfo (Packets): Fix typos "alligned".
3255 Correct z3/Z3 description. Correct z4/Z4 title.
3256
32572002-09-27 Andrew Cagney <ac131313@redhat.com>
3258
3259 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3260
32612002-09-25 Kevin Buettner <kevinb@redhat.com>
3262
3263 * gdb.texinfo: Use GNU/Linux instead of Linux.
3264
32652002-09-25 Andrew Cagney <ac131313@redhat.com>
3266
3267 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3268
32692002-09-24 Andrew Cagney <ac131313@redhat.com>
3270
3271 * gdb.texinfo: Replace @example with @smallexample.
3272
32732002-09-20 Kevin Buettner <kevinb@redhat.com>
3274
3275 From Eli Zaretskii <eliz@gnu.org>:
3276 * gdb.texinfo (Character Sets): Use @smallexample instead of
3277 @example. Use GNU/Linux instead of Linux.
3278
32792002-09-20 Jim Blandy <jimb@redhat.com>
3280
3281 * gdb.texinfo: Add character set documentation.
3282
32832002-09-19 Andrew Cagney <ac131313@redhat.com>
3284
3285 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3286 (Packets): Add cross reference from `b' packet to `z' packets.
3287
32882002-09-19 Andrew Cagney <ac131313@redhat.com>
3289
3290 * gdb.texinfo (Maintenance Commands): Document ``maint
3291 internal-error'' and ``maint internal-warning''.
3292
3293 * gdbint.texinfo (Target Architecture Definition): Revise
3294 description of STACK_ALIGN. Add description of FRAME_ALIGN.
3295
32962002-09-19 Joel Brobecker <brobecker@gnat.com>
3297
3298 * gdbint.texinfo (Target Conditionals): Document the new
3299 NAME_OF_MALLOC macro.
3300
33012002-09-05 Andrew Cagney <ac131313@redhat.com>
3302
3303 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3304 engineer.
3305
33062002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3307
3308 * gdb.texinfo (TUI Overview): Document status line fields.
3309
33102002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3311
3312 * gdb.texinfo (TUI Commands): Document info win command.
3313
33142002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3315
3316 * gdb.texinfo (TUI Overview): Document breakpoint markers.
3317
33182002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3319
3320 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3321 (TUI Keys): Likewise.
3322
33232002-08-25 Andrew Cagney <ac131313@redhat.com>
3324
3325 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3326 for a packet receive.
3327
33282002-08-25 Andrew Cagney <ac131313@redhat.com>
3329
3330 * Makefile.in (clean): Move to end of file.
3331 (distclean, maintainer-clean, realclean): Ditto.
3332 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
3333 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3334 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3335 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3336
33372002-08-24 Andrew Cagney <ac131313@redhat.com>
3338
3339 * Makefile.in (GDBINT_TEX_TMPS): Define.
3340 (gdbint.dvi, gdbint.pdf): Use
3341 (GDB_TEX_TMPS): Define.
3342 (gdb.dvi, gdb.pdf): Use.
3343 (STABS_TEX_TMPS): Define.
3344 (stabs.dvi, stabs.pdf): Use.
3345 (GDB_DOC_SOURCE_INCLUDES): New macros.
3346 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3347 (GDBINT_DOC_FILES_INCLUDES): New macros.
3348 (GDBINT_DOC_BUILD_INCLUDES): New macros.
3349 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3350 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3351 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3352 (links2roff): Replace SFILES_INCLUDED with
3353 GDB_DOC_SOURCE_INCLUDES.
3354 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3355 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3356 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3357 dependencies.
3358 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3359 dependencies.
3360 (gdbmi.texinfo): Delete rule.
3361 (inc-hist.texinfo): Delete rule.
3362 (rluser.texinfo): Delete rule.
3363
33642002-08-23 Andrew Cagney <cagney@redhat.com>
3365
3366 * gdbint.texinfo (Target Architecture Definition): Update
3367 STORE_RETURN_VALUE, mention regcache.
3368
33692002-08-21 Andrew Cagney <ac131313@redhat.com>
3370
3371 * gdbint.texinfo (Target Architecture Definition): Document
3372 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
3373
33742002-08-19 Andrew Cagney <ac131313@redhat.com>
3375
3376 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
3377 Fix minor typos. Add index entries.
3378
33792002-08-18 Andrew Cagney <ac131313@redhat.com>
3380
3381 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3382
33832002-08-15 Andrew Cagney <ac131313@redhat.com>
3384
3385 * gdbint.texinfo (Target Architecture Definition): Document
3386 PRINT_VECTOR_INFO.
3387 * gdb.texinfo (Vector Unit): Document "info vectors" command.
3388
33892002-08-13 Andrew Cagney <ac131313@redhat.com>
3390
3391 * gdb.texinfo (Maintenance Commands): Document "maint print
3392 registers", "maint print raw-registers" and "maint print
3393 cooked-registers".
3394
33952002-08-08 Grace Sainsbury <graces@redhat.com>
3396
3397 From Mark Salter:
3398 * gdb.texinfo (Protocol): Document T packet extension to
3399 allow watchpoint address reporting.
3400
34012002-08-03 Andrew Cagney <ac131313@redhat.com>
3402
3403 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3404
34052002-08-01 Andrew Cagney <cagney@redhat.com>
3406
3407 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3408 to CHILL.
3409
34102002-08-01 Andrew Cagney <ac131313@redhat.com>
3411
3412 * gdbint.texinfo (Coding): Revise section "Include Files".
3413
34142002-07-24 Andrew Cagney <cagney@redhat.com>
3415
3416 * gdbint.texinfo: Obsolete references to m88k.
3417 * gdb.texinfo: Ditto.
3418
34192002-07-10 Joel Brobecker <brobecker@gnat.com>
3420
3421 * gdbint.texinfo (Create a release candiate): Add the location
3422 where the proper version of autoconf can be retrieved.
3423
34242002-07-09 Don Howard <dhoward@redhat.com>
3425
3426 * gdb.texinfo (Command Files): Further describe the behavior of
3427 sourced command files.
3428
34292002-06-27 Andrew Cagney <ac131313@redhat.com>
3430
3431 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3432 (Coding): Clarify ISO C version that GDB assumes.
3433
34342002-06-26 Tom Tromey <tromey@redhat.com>
3435
3436 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3437 add_setshow_cmd_full.
3438
34392002-06-25 Don Howard <dhoward@redhat.com>
3440
3441 * gdb.texinfo (Memory Region Attributes): Document new behavior
3442 for 'mem' command.
3443
34442002-06-11 Jim Blandy <jimb@redhat.com>
3445
3446 * gdb.texinfo (Symbols): Update documentation for `info source'
3447 command.
3448
3449 * gdb.texinfo (Macros): Call the command `info macro', not
3450 `show macro'.
3451
34522002-06-09 Andrew Cagney <ac131313@redhat.com>
3453
3454 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3455 data''.
3456
34572002-06-09 Mark Kettenis <kettenis@gnu.org>
3458
3459 * gdbint.texinfo (Target Architecture Definition): Document
3460 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3461
34622002-06-08 Andrew Cagney <ac131313@redhat.com>
3463
3464 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3465 lists.
3466
34672002-06-08 Andrew Cagney <ac131313@redhat.com>
3468
3469 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3470 Branch''.
3471
34722002-06-01 Andrew Cagney <ac131313@redhat.com>
3473
3474 * gdbint.texinfo (Target Architecture Definition): Add section
3475 ``Converting an existing Target Architecture to Multi-arch''.
3476
34772002-05-30 Andrew Cagney <ac131313@redhat.com>
3478
3479 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3480 to ``Obsoleting code''. Revise.
3481
34822002-05-17 Jim Blandy <jimb@redhat.com>
3483
3484 * gdb.texinfo (C Preprocessor Macros): New chapter.
3485 Include it in the main menu.
3486 (Contributors): Credit Jim Blandy with macro support.
3487 (Compilation): Explain how to get macro information into the
3488 executable.
3489 (Expressions): Note that preprocessor macros are expanded.
3490
34912002-05-14 Daniel Jacobowitz <drow@mvista.com>
3492
3493 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3494 options for `target remote'.
3495
34962002-05-13 Andrew Cagney <ac131313@redhat.com>
3497
3498 * gdbint.texinfo (Target Architecture Definition): Delete
3499 documentation on NNPC_REGNUM.
3500
35012002-05-11 Andrew Cagney <ac131313@redhat.com>
3502
3503 * gdbint.texinfo (Target Architecture Definition): Document
3504 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3505 (Target Architecture Definition): Revise section `Using Different
3506 Register and Memory Data Representations'. Add section `Raw and
3507 Virtual Register Representations'.
3508
35092002-05-11 Andrew Cagney <ac131313@redhat.com>
3510
3511 * gdbint.texinfo (Target Architecture Definition): Mention
3512 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3513 (Target Architecture Definition): Mention same. Add references to
3514 web pages.
3515
35162002-05-08 Michael Snyder <msnyder@redhat.com>
3517
3518 * stabs.texinfo (Attributes): Document new "vector" attribute.
3519
35202002-05-04 Andrew Cagney <ac131313@redhat.com>
3521
3522 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3523
35242002-05-04 Andrew Cagney <ac131313@redhat.com>
3525
3526 * gdb.texinfo: Delete obsolete references to a29k.
3527
35282002-04-24 Andrew Cagney <ac131313@redhat.com>
3529
3530 * gdbint.texinfo (Target Architecture Definition): Replace
3531 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3532
35332002-04-24 David S. Miller <davem@redhat.com>
3534
3535 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3536
35372002-04-21 David S. Miller <davem@redhat.com>
3538
3539 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3540
35412002-04-21 Andrew Cagney <ac131313@redhat.com>
3542
3543 * gdbint.texinfo (Target Architecture Definition): Delete
3544 definition of HAVE_REGISTER_WINDOWS.
3545
35462002-04-19 Eli Zaretskii <eliz@gnu.org>
3547
3548 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3549 "Theodore A. Roth" <troth@verinet.com>.
3550
35512002-04-15 Don Howard <dhoward@redhat.com>
3552
3553 From Eli Zaretskii <eliz@gnu.org>
3554 * gdb.texinfo (show max-user-call-depth): Correct formatting.
3555 Provide a better explaination of this feature.
3556
35572002-04-14 Andrew Cagney <ac131313@redhat.com>
3558
3559 * gdbint.texinfo (Target Architecture Definition): Remove
3560 FRAME_CHAIN_COMBINE.
3561
35622002-04-12 Michael Chastain <mec@shout.net>
3563
3564 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3565 REG_STACK_SEGMENT.
3566
35672002-04-09 Michael Chastain <mec@shout.net>
3568
3569 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3570 PYRAMID_* macros.
3571
35722002-04-07 Andrew Cagney <ac131313@redhat.com>
3573
3574 * gdb.texinfo (Bug Reporting): Document that the web is the
3575 prefered way of submitting bug reports.
3576 (Bug Reporting): Delete the s-mail address as the last resort.
3577
35782002-04-05 Andrew Cagney <ac131313@redhat.com>
3579
3580 * gdbint.texinfo (Target Architecture Definition): Delete
3581 references to TARGET_WRITE_FP and write_fp.
3582
35832002-03-27 Michael Snyder <msnyder@redhat.com>
3584
3585 * gdb.texinfo: Document new commands dump, append, and restore.
3586
35872002-03-27 Andrew Cagney <ac131313@redhat.com>
3588
3589 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3590 Branch'.
3591
35922002-03-18 Andrew Cagney <ac131313@redhat.com>
3593
3594 * gdb.texinfo: Change all examples to @smallexample.
3595 * gdbint.texinfo: Ditto.
3596
35972002-03-18 Andrew Cagney <ac131313@redhat.com>
3598
3599 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3600 Branches''.
3601
36022002-03-18 Andrew Cagney <ac131313@redhat.com>
3603
3604 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3605 Policy''.
3606
36072002-03-04 Fred Fish <fnf@redhat.com>
3608
3609 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3610 expresson, suports, dependant, trhe, perhaphs, situtations,
3611 explictily, taged, oportunity, unfortunatly).
3612
36132002-02-24 Andrew Cagney <ac131313@redhat.com>
3614
3615 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3616 Remove reference to 3.12.
3617
36182002-02-23 Andrew Cagney <ac131313@redhat.com>
3619
3620 * gdbint.texinfo: Include fdl.texi.
3621 (Top): Add GNU Free Documentation License.
3622 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3623 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3624 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3625 (gdbint.info): Add srcdir to include path.
3626 * gdb.texinfo: Include gpl.texi.
3627 (Top): Add Copying.
3628 * gpl.texi: New file.
3629
36302002-02-23 Andrew Cagney <ac131313@redhat.com>
3631
3632 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3633
36342002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3635
3636 * gdb.texinfo: Document Cygwin native specific commands.
3637
36382002-02-15 Daniel Jacobowitz <drow@mvista.com>
3639
3640 * gdb.texinfo: Document gdbserver ``--attach'' command.
3641
36422002-02-07 Michael Snyder <msnyder@redhat.com>
3643
3644 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3645 to @code(_ovly_debug_event).
3646
36472002-02-07 Andrew Cagney <ac131313@redhat.com>
3648
3649 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3650
36512002-02-06 Michael Snyder <msnyder@redhat.com>
3652
3653 * gdb.texinfo (overlays): Mention new magic symbol
3654 '_ovly_debug_event', which allows GDB to keep better track
3655 of overlays.
3656
36572002-02-03 Eli Zaretskii <eliz@gnu.org>
3658
3659 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3660 Suggested by Dmitry Sivachenko.
3661
3662 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3663
36642002-02-01 Michael Snyder <msnyder@redhat.com>
3665
3666 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3667
36682002-01-30 Michael Snyder <msnyder@redhat.com>
3669
3670 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3671 (set trust-readonly-sections): Document.
3672
36732002-01-29 Andrew Cagney <ac131313@redhat.com>
3674
3675 * gdbint.texinfo (Releasing GDB): Revise and update.
3676
36772002-01-28 Andrew Cagney <ac131313@redhat.com>
3678
3679 * gdbint.texinfo (Target Architecture Definition): Delete
3680 description of TARGET_BYTE_ORDER_DEFAULT.
3681
36822002-01-27 Eli Zaretskii <eliz@gnu.org>
3683
3684 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3685 <mitya@cavia.pp.ru>.
3686
36872002-01-23 Andrew Cagney <ac131313@redhat.com>
3688
3689 * libgdb.texinfo: Delete file.
3690
36912002-01-22 Andrew Cagney <ac131313@redhat.com>
3692
3693 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3694 * gdbint.texinfo: Ditto.
3695
3696Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3697
3698 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3699
37002002-01-22 Andrew Cagney <ac131313@redhat.com>
3701
3702 * Makefile.in: Update copyright.
3703 (TEXI2DVI): Define.
3704 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3705 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3706 gdb-cfg.texi.
3707 (TEXINDEX, PDFTEX): Delete makefile variables.
3708
37092002-01-22 Andrew Cagney <ac131313@redhat.com>
3710
3711 * gdb.texinfo (Protocol): Move section to appendix.
3712
37132002-01-21 Andrew Cagney <ac131313@redhat.com>
3714
3715 * gdb.texinfo (Remote Debugging): Create a menu.
3716 (Top): Add ``Remote Debugging'' to menu.
3717
37182002-01-21 Andrew Cagney <ac131313@redhat.com>
3719
3720 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3721 serial protocol'' from here.
3722 (Remote Debugging): To here. New chapter.
3723
37242002-01-20 Andrew Cagney <ac131313@redhat.com>
3725
3726 * gdbint.texinfo (Target Architecture Definition): Delete
3727 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3728
37292002-01-20 Andrew Cagney <ac131313@redhat.com>
3730
3731 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3732 are no longer needed.
3733 (Porting GDB): Add maintainer note about configure.host.
3734
37352002-01-20 Andrew Cagney <ac131313@redhat.com>
3736
3737 * gdbint.texinfo (Target Architecture Definition): Remove
3738 definition of IEEE_FLOAT.
3739
37402002-01-20 Eli Zaretskii <eliz@gnu.org>
3741
3742 * gdb.texinfo: Beautify copyright years; fix a typo.
3743 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3744 <3diff@gnu.org>
3745
37462002-01-19 Andrew Cagney <ac131313@redhat.com>
3747
3748 * gdbint.texinfo (Host Definition): Remove references to
3749 MALLOC_INCOMPATIBLE.
3750
37512002-01-17 Andrew Cagney <ac131313@redhat.com>
3752
3753 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3754 and xyz-xdep.o.
3755
37562002-01-17 Andrew Cagney <ac131313@redhat.com>
3757
3758 * gdb.texinfo (Maintenance Commands): Add appendix.
3759 (Set Breaks): Copy ``maint info breakpoint'' doco to
3760 ``Maintenance Commands'' appendix. Add reference.
3761
37622002-01-17 Andrew Cagney <ac131313@redhat.com>
3763
3764 * fdl.texi: Remove next/prev from @node.
3765
37662002-01-17 Eli Zaretskii <eliz@gnu.org>
3767
3768 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3769 for monstrous @multitable (from Brian Youmans).
3770
3771 * fdl.texi: New file.
3772
3773 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3774
37752002-01-15 Andrew Cagney <ac131313@redhat.com>
3776
3777 * gdbint.texinfo (Releasing GDB): New chapter.
3778
37792002-01-14 Andrew Cagney <ac131313@redhat.com>
3780
3781 * gdb.texinfo (Embedded Processors, Calling program functions):
3782 Obsolete references to a29k.
3783
37842002-01-13 Andrew Cagney <ac131313@redhat.com>
3785
3786 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3787 examples. Document that a code-block should do or discard its
3788 cleanups before exit.
3789
37902002-01-11 Michael Snyder <msnyder@redhat.com>
3791
3792 * gdb.texinfo (Choosing files): Change @samp to @file.
3793
37942002-01-05 Michael Snyder <msnyder@redhat.com>
3795
3796 * gdb.texinfo (--pid): Document new command line option (attach).
3797
37982002-01-07 Eli Zaretskii <eliz@gnu.org>
3799
3800 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3801 in the stub.
3802
38032002-01-04 Andrew Cagney <ac131313@redhat.com>
3804
3805 * gdbint.texinfo (Target Architecture Definition): Replace
3806 BIG_ENDIAN with BFD_ENDIAN_BIG.
3807
38082002-01-03 Andrew Cagney <ac131313@redhat.com>
3809
3810 * gdbint.texinfo (Target Architecture Definition): Replace
3811 value_ptr with struct value pointer.
3812
38132002-01-02 Eli Zaretskii <eliz@gnu.org>
3814
3815 * gdb.texinfo (Free Software): Fix wording.
3816
38172001-12-31 Eli Zaretskii <eliz@gnu.org>
3818
3819 * gdb.texinfo (Free Software): New section ``Free Software Needs
3820 Free Documentation''.
3821
38222001-12-30 Eli Zaretskii <eliz@gnu.org>
3823
3824 * stabs.texinfo:
3825 * gdb.texinfo:
3826 * gdbint.texinfo:
3827 * libgdb.texinfo:
3828 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3829
38302001-12-29 Michael Snyder <msnyder@redhat.com>
3831
3832 * gdb.texinfo (maint info sections): Fix typo.
3833
38342001-12-26 Michael Snyder <msnyder@redhat.com>
3835
3836 * gdb.texinfo (maint info sections): Document.
3837
3838 * gdb.texinfo (info proc): Comment out documentation for
3839 'info proc' sub-options that are currently not implemented.
3840
38412001-12-20 Jim Blandy <jimb@redhat.com>
3842
3843 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3844
38452001-12-15 Andrew Cagney <ac131313@redhat.com>
3846
3847 * gdbint.texinfo (Target Architecture Definition): Replace
3848 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3849
38502001-12-01 Andrew Cagney <ac131313@redhat.com>
3851
3852 * gdbint.texinfo (Host Definition): Delete documentation on
3853 HOST_BYTE_ORDER.
3854
38552001-11-30 Jim Blandy <jimb@redhat.com>
3856
3857 * gdb.texinfo (Overlays): New chapter, documenting GDB's
3858 overlay support. Add to top-level menu.
3859
38602001-11-26 Tom Tromey <tromey@redhat.com>
3861
3862 * gdb.texinfo (Command Syntax): Document C-o binding.
3863
38642001-07-26 Christopher Faylor <cgf@redhat.com>
3865
3866 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3867 use since it is described in the referenced section.
3868
3869 From Eli Zaretskii <eliz@gnu.org>
3870 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3871 clearer when using DJGPP.
3872
38732001-11-24 Christopher Faylor <cgf@redhat.com>
3874
3875 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3876 specifically refer to MS-DOS.
3877 (command files): Mention gdb.ini is only used on MS-DOS.
3878
38792001-11-21 Tom Tromey <tromey@redhat.com>
3880
3881 * gdb.texinfo (Invoking GDB): Document --args.
3882 (Mode Options): Likewise.
3883
38842001-11-21 Jim Blandy <jimb@redhat.com>
3885
3886 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3887 Delete documentation; this macro has been removed from the
3888 sources.
3889
38902001-11-13 Jim Blandy <jimb@redhat.com>
3891
3892 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3893
38942001-11-06 Corinna Vinschen <vinschen@redhat.com>
3895
3896 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3897
38982001-11-05 Michael Snyder <msnyder@redhat.com>
3899
3900 * gdb.texinfo (info functions): Document use of backslash to
3901 quote regexp chars in function names such as "operator*()".
3902
39032001-11-01 Fred Fish <fnf@redhat.com>
3904
3905 * gdbint.texinfo (SOLIB_ADD): Document additional new
3906 "readsyms" arg.
3907
39082001-10-30 Don Howard <dhoward@redhat.com>
3909
3910 * gdb.texinfo: (Command Files) Added documentation for the
3911 behavior of gdb with input redirected from a file.
3912
39132001-10-28 Fred Fish <fnf@redhat.com>
3914
3915 * gdb.texinfo (auto-solib-add): Change docs to match
3916 implementation change.
3917 (auto-solib-limit): Add docs for new variable.
3918
39192001-10-15 Andrew Cagney <ac131313@redhat.com>
3920
3921 * gdbint.texinfo (Target Architecture Definition): Function
3922 value_as_pointer renamed to value_as_address.
3923
39242001-10-15 Andrew Cagney <ac131313@redhat.com>
3925
3926 * gdbint.texinfo (Target Architecture Definition): Default
3927 POINTER_TO_ADDRESS functions assume unsigned addresses.
3928 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3929 posting by Jim Blandy.
3930
39312001-10-12 Jim Blandy <jimb@redhat.com>
3932
3933 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3934 version of texi2html (1.64) doesn't support this flag any more.
3935
39362001-09-08 Mark Kettenis <kettenis@gnu.org>
3937
3938 * gdbint.texinfo (Host Definition): Remove description of
3939 MEM_FNS_DECLARED.
3940
3941 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3942
3943 * gdbint.texinfo (Host Definition): Remove description of
3944 HAVE_SIGSETMASK.
3945
39462001-09-04 Elena Zannoni <ezannoni@redhat.com>
3947
3948 * gdbint.texinfo (Target Architecture Definition): Add
3949 explanation of TARGET_PRINT_INSN macro.
3950
39512001-08-30 Jim Blandy <jimb@redhat.com>
3952
3953 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3954 Explain what it means to load relocatable files.
3955
39562001-08-28 Jim Blandy <jimb@redhat.com>
3957
3958 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3959 info `top' menu.
3960
3961Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
3962
3963 * gdbint.texinfo: Add a cautionary note about macro use.
3964
39652001-08-02 Corinna Vinschen <vinschen@redhat.com>
3966
3967 * gdb.texinfo: Explain omitting the hostname in the
3968 `target remote' command.
3969
39702001-07-30 Daniel Jacobowitz <drow@mvista.com>
3971
3972 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3973 and END-INFO-DIR-ENTRY.
3974
39752001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3976
3977 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3978
39792001-07-25 Andrew Cagney <ac131313@redhat.com>
3980
3981 * gdbint.texinfo (libgdb): Rewrite.
3982
39832001-07-26 Eli Zaretskii <eliz@gnu.org>
3984
3985 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3986
39872001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3988
3989 * gdb.texinfo (TUI): New chapter, document the TUI.
3990 (Mode Options): Document the -tui option.
3991
39922001-07-23 Mark Kettenis <kettenis@gnu.org>
3993
3994 * gdbint.texinfo (Host Definition): Remove description of
3995 NEED_POSIX_SETPGID.
3996
39972001-07-23 Eli Zaretskii <eliz@gnu.org>
3998
3999 * gdb.tex (DJGPP Native): New node, with descriptions of
4000 DJGPP-specific commands.
4001
40022001-07-19 John R. Moore <jmoore@redhat.com>
4003
4004 * gdbint.texinfo: Three misspellings.
4005
40062001-07-06 Andrew Cagney <ac131313@redhat.com>
4007
4008 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4009 `test` expressions on bash. Problem reported by Colin Walters.
4010
40112001-07-04 Andrew Cagney <ac131313@redhat.com>
4012
4013 * gdbint.texinfo (User Interface): Update ui-out documentation to
4014 refelect recent UI/MI updates.
4015
40162001-07-04 Andrew Cagney <ac131313@redhat.com>
4017
4018 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4019 interpreters.
4020
40212001-06-15 Andrew Cagney <ac131313@redhat.com>
4022
4023 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4024 structure and not macros.
4025 (Host Definition): Document that much of this chapter is obsolete.
4026 (Target Architecture Definition): Update list of files that make
4027 up a target architecture.
4028 (Coding): Update.
4029
40302001-06-28 Andrew Cagney <ac131313@redhat.com>
4031
4032 * gdbint.texinfo (Target Architecture Definition): Update
4033 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4034 The latter has been changed to a true predicate.
4035
40362001-06-17 Eli Zaretskii <eliz@gnu.org>
4037
4038 * annotate.texi: Add @noindent where needed. From Dmitry
4039 Sivachenko <dima@Chg.RU>.
4040 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4041
40422001-06-16 Andrew Cagney <ac131313@redhat.com>
4043
4044 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4045
40462001-06-14 Andrew Cagney <ac131313@redhat.com>
4047
4048 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4049 returns ``OK''. Document that the ``R'' packet does not reply.
4050
40512001-06-13 Michael Snyder <msnyder@redhat.com>
4052
4053 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4054
40552001-06-13 Eli Zaretskii <eliz@gnu.org>
4056
4057 * gdb.texinfo (Signals): Clarify the default setting of signal
4058 handling.
4059
40602001-05-14 Andrew Cagney <ac131313@redhat.com>
4061
4062 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4063 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4064
40652001-05-12 Andrew Cagney <ac131313@redhat.com>
4066
4067 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4068
40692001-05-10 Eli Zaretskii <eliz@gnu.org>
4070
4071 * gdbint.texinfo (Clean Design and Portable Implementation):
4072 Renamed from "Clean Design".
4073 (Clean Design and Portable Implementation): Document portable
4074 methods of handling file names, and the associated macros.
4075
40762001-04-02 Eli Zaretskii <eliz@gnu.org>
4077
4078 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4079 command and provide a cross-reference to its description.
4080 (Symbols): Note that "info scope" is useful for trace experiments.
4081
40822001-04-01 Eli Zaretskii <eliz@gnu.org>
4083
4084 * gdb.texinfo (Symbols): Document "info scope".
4085 (Tracepoints): New chapter.
4086 (Contributors): Update for v5.1.
4087 <All nodes>: Change "C++" to "C@t{++}".
4088
4089 * gdbint.texinfo (User Interface): A new section about ui_out
4090 functions, based on text written by Fernando Nasser.
4091
4092 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4093
40942001-03-26 Eli Zaretskii <eliz@gnu.org>
4095
4096 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4097
4098 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4099
4100 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4101 Replace "GDB" with "@value{GDBN}". Fix markup.
4102
4103 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4104
4105 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4106 a cross-reference to its description.
4107 (Symbols): Document "info symbol".
4108
41092001-03-21 Eli Zaretskii <eliz@gnu.org>
4110
4111 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4112 subsection "x86 Watchpoints".
4113 (Target Architecture Definition): Document the macros
4114 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4115 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4116
41172001-03-20 Andrew Cagney <ac131313@redhat.com>
4118
4119 * gdbint.texinfo (Target Architecture Definition): Update
4120 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4121 list.
4122
41232001-03-06 Kevin Buettner <kevinb@redhat.com>
4124
4125 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4126 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4127
41282001-02-21 Eli Zaretskii <eliz@gnu.org>
4129
4130 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4131
41322001-02-11 Eli Zaretskii <eliz@gnu.org>
4133
4134 * gdb.texinfo (Environment): Document that `path' does not change
4135 the value of PATH in GDB's own environment (it did in the past,
4136 but that was changed on March 15, 1994). Reported by Doug Evans
4137 <dje@transmeta.com>.
4138
4139 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4140 its line. Fix markup of commands and macros. Add an Index node
4141 and index entries.
4142
41432001-01-23 J.T. Conklin <jtc@redback.com>
4144
4145 * gdb.texinfo (Memory region attributes): New manual section.
4146
41472001-01-04 Nicholas Duffek <nsd@redhat.com>
4148
4149 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4150
41512000-12-25 Eli Zaretskii <eliz@gnu.org>
4152
4153 * refcard.tex: Version and copyright fixed. From Phil Edwards
4154 <pedwards@disaster.jaj.com>.
4155
4156Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4157
4158 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4159 DWARF2_REG_TO_REGNUM): Document.
4160
4161Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4162
4163 * gdbint.texinfo (Coding): Update current value of
4164 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4165
41662000-11-19 Eli Zaretskii <eliz@gnu.org>
4167
4168 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4169 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4170
41712000-11-10 Christopher Faylor <cgf@cygnus.com>
4172
4173 * gdb.texinfo: Document new 'set step-mode' command.
4174
41752000-10-16 Eli Zaretskii <eliz@gnu.org>
4176
4177 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4178 changes from Dmitry Sivachenko <dima@Chg.RU>.
4179
41802000-09-26 Eli Zaretskii <eliz@gnu.org>
4181
4182 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4183 From Steven Johnson <sbjohnson@ozemail.com.au>.
4184
41852000-08-10 Mark Kettenis <kettenis@gnu.org>
4186
4187 * gdbint.texinfo (Overall Structure): Spelling fix.
4188
41892000-08-10 Eli Zaretskii <eliz@gnu.org>
4190
4191 * gdbint.texinfo (Target Architecture Definition): Document that
4192 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4193 for which REGISTER_CONVERTIBLE returns a zero value.
4194
41952000-07-08 Christopher Faylor <cgf@cygnus.com>
4196
4197 * Makefile.in (install-info): Find files to install in either the
4198 build or source directories (adapted from Makefile.am).
4199
42002000-07-07 Nicholas Duffek <nsd@redhat.com>
4201
4202 * stabs.texinfo: Fix spelling errors.
4203 (String Field): FILE-NUMBER starts from 0, not 1.
4204
42052000-07-05 Eli Zaretskii <eliz@gnu.org>
4206
4207 * refcard.tex: Remove \centerline from the blurb. Patch from
4208 Brian Youmans.
4209
42102000-06-25 Eli Zaretskii <eliz@gnu.org>
4211
4212 * Makefile.in (install-info): Support installation from outside of
4213 the source directory. Reported by Mark Harig
4214 <markh@frazier.landmark.com>.
4215
42162000-06-20 J.T. Conklin <jtc@redback.com>
4217
4218 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4219
4220Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4221
4222 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4223 Generate using pdftex.
4224 (PDFTEX): Define.
4225 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4226 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4227 @contents at the start.
4228
42292000-05-24 Eli Zaretskii <eliz@gnu.org>
4230
4231 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
4232 Youmans.
4233
4234Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4235
4236 From Brian Youmans:
4237 * gdb.texinfo: Fix ``et al.''.
4238
4239Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4240
4241 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4242 loop.
4243
42442000-05-19 Jimmy Guo <guo@cup.hp.com>
4245
4246 * configure: Regenerate.
4247
42482000-05-17 Eli Zaretskii <eliz@gnu.org>
4249
4250 * Makefile.in (install-info): Run install-info on installed Info
4251 files.
4252
4253Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4254
4255 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4256 Andrew Cagney.
4257
42582000-05-09 Eli Zaretskii <eliz@gnu.org>
4259
4260 * gdb.texinfo: Proofreading changes from Brian Youmans.
4261
42622000-05-01 Nick Duffek <nsd@cygnus.com>
4263
4264 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4265 startup sequence, minor edits.
4266
42672000-05-01 Eli Zaretskii <eliz@gnu.org>
4268
4269 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4270 TeX.
4271
4272 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
4273 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4274 like `n' and `s' which look weird. Convert some of the @kindex to
4275 @vindex, when they refer to variables, not commands.
4276
4277Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4278
4279 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4280
42812000-04-23 Eli Zaretskii <eliz@gnu.org>
4282
4283 * Makefile.in (GDBMI_DIR): New variable.
4284 (SET_TEXINPUTS): Add $(GDBMI_DIR).
4285 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4286 (gdbmi.texinfo): New target, for texi2roff.
4287 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4288 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4289
4290 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4291 gdbmi.texinfo.
4292 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4293 comment.
4294
42952000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4296
4297 * gdb.texinfo (Files): Update description of add-symbol-file
4298 command.
4299
43002000-04-17 Eli Zaretskii <eliz@gnu.org>
4301
4302 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4303 prevents the build (and is generally a Bad Idea).
4304
43052000-04-17 Eli Zaretskii <eliz@gnu.org>
4306
4307 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4308 a comma inside @var.
4309 (Command Files): Index markup changes from Dmitry Sivachenko
4310 <dima@Chg.RU>.
4311
43122000-04-16 Eli Zaretskii <eliz@gnu.org>
4313
4314 * Makefile.in (LN_S): Define.
4315 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4316 invoke "ln -s" unless it is known to work.
4317
4318 * configure.in (AC_PROG_LN_S): Add.
4319
43202000-04-14 Jim Blandy <jimb@redhat.com>
4321
4322 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4323 section.
4324 (Target Conditionals): Document ADDRESS_TO_POINTER,
4325 POINTER_TO_ADDRESS.
4326
43272000-04-11 Daniel Berlin <dan@cgsoftware.com>
4328
4329 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4330 gdb-cfg.texi to get the value.
4331
43322000-04-10 Jim Blandy <jimb@redhat.com>
4333
4334 * gdbint.texinfo (Target Architecture Definition): Fix
4335 cross-references.
4336
43372000-04-08 Jim Blandy <jimb@redhat.com>
4338
4339 * gdbint.texinfo (Using Different Register and Memory Data
4340 Representations): New section.
4341 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4342 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4343 REGISTER_CONVERT_TO_RAW): Document.
4344
4345Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
4346
4347 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
4348 for acknowledgments.
4349
4350Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
4351
4352 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4353 qThreadExtraInfo.
4354
43552000-03-28 J.T. Conklin <jtc@redback.com>
4356
4357 * gdb.texinfo: Clarify which remote debug protocol commands are
4358 required and which are optional.
4359
4360Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
4361
4362 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4363 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
4364 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4365 * annotate.texi: Update.
4366
43672000-03-28 Stan Shebs <shebs@apple.com>
4368
4369 * gdb.texinfo: Update dates, bump to Eighth Edition (note
4370 expectation of additional changes before release), update
4371 ISBN, add copy of top-level menu for @ifhtml, remove explicit
4372 node links, rephrase and/or shorten lines to fix formatting
4373 problem in both regular and @smallbook formats.
4374 * annotate.texi: Shorten lines in example, use smallexample
4375 consistently everywhere.
4376 * Makefile.in: Add comment about texinfo 4.0 html generation.
4377 (SFILES_INCLUDED): Add annotate.texi.
4378
43792000-03-27 Daniel Berlin <dan@cgsoftware.com>
4380
4381 * gdb.texinfo (Debugging Output): Added new section, documenting
4382 the "set/show debug" commands.
4383
4384Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
4385
4386 * annotate.texi (Annotations): When GDBN omit @chapter and @node
4387 entry.
4388
4389 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4390 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4391 @chapter and @node entries.
4392
4393 * gdb.texinfo: Link all top-level nodes.
4394
4395Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4396
4397 * Makefile.in (install-info): Create $(infodir) before installing
4398 files.
4399
44002000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4401
4402 From David Whedon <dwhedon@gordian.com>
4403 * gdbint.texinfo : Added paragraphs about command deprecation.
4404
44052000-03-22 Daniel Berlin <dan@cgsoftware.com>
4406
4407 * gdb.texinfo: Add documentation for the apropos command.
4408
44092000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4410
4411 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4412
44132000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4414
4415 * gdb.texinfo: Add white space to prevent overprinting in
4416 two places.
4417
44182000-03-17 Stan Shebs <shebs@apple.com>
4419
4420 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4421 <dima@Chg.RU>, also clarification of allowed content for
4422 string constants.
4423
44242000-03-16 Eli Zaretskii <eliz@gnu.org>
4425
4426 * gdb.texinfo (main menu): Add Annotations.
4427 (File Options): Add @cindex entries for each command-line option.
4428 Document --epoch, --annotate, --async, --interpreter, --write,
4429 --statistics, and --version.
4430
4431 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4432 of GDB.
4433
44342000-02-23 Jim Blandy <jimb@redhat.com>
4435
4436 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4437
44382000-02-22 Jim Blandy <jimb@redhat.com>
4439
4440 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4441
44422000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4443
4444 * Makefile.in (diststuff): New target.
4445
44462000-02-15 Kevin Buettner <kevinb@redhat.com>
4447
4448 * agentexpr.texi: Fix wording regarding Intel's IA-64
4449 architecture. [From Jim Wilson.]
4450
44512000-01-16 Tom Tromey <tromey@cygnus.com>
4452
4453 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4454 (Delete Breaks): Mention range arguments.
4455 (Disabling): Likewise.
4456
44572000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4458
4459 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4460
4461Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4462
4463 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4464 valid functions.
4465
44661999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4467
4468 * gdb.texinfo: Clarify regular expressions used in rbreak.
4469
44701999-10-15 Kevin Buettner <kevinb@cygnus.com>
4471
4472 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4473 MEMORY_REMOVE_BREAKPOINT): Document.
4474
4475Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4476
4477 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4478 offset re-using the DATA offset instead.
4479
44801999-10-11 Jim Kingdon <kingdon@redhat.com>
4481
4482 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4483
44841999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4485
4486 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4487 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4488 typos.
4489
4490 * gdb.texinfo: Various minor wording and formatting improvements,
4491 mentions of additional command-line options.
4492
44931999-09-30 Fred Fish <fnf@cygnus.com>
4494
4495 * gdb.texinfo: Document additional forms of specifying section
4496 names and addresses for the add-symbol-file command.
4497
44981999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4499
4500 * gdbint.texinfo: Fix typo, add the word "have".
4501
45021999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4503
4504 * gdbint.texinfo (Target Architecture Definition): Document the
4505 SKIP_PERMANENT_BREAKPOINT macro.
4506
45071999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4508
4509 * gdb.texinfo: Fiks speling errers.
4510
4511 * gdb.texinfo: Fix uses of @multitable.
4512
4513 From Eli Zaretskii <eliz@gnu.org>:
4514 * gdb.texinfo: Include details specific to DOS host, clarify
4515 some confusing language, fix @ref/@xref/@pxref usages, add
4516 comments about using with optimization, add more indexing,
4517 fix info about disassembly-flavor.
4518
4519Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4520
4521 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4522 SKIP_SOLIB_RESOLVER): Define.
4523
4524Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4525
4526 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4527 ``g'' packets.
4528
45291999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4530
4531 * gdb.texinfo: Create a new "Configurations" chapter with
4532 platform-specific info, inline remote.texi and move sections of it
4533 into the new chapter, move bits about info proc, heuristic search,
4534 and register stack into the new chapter.
4535 * remote.texi: Remove, now part of gdb.texinfo.
4536 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4537
45381999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4539
4540 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4541 GDB_TARGET_IS_MACH386): These kludges have gone away.
4542
4543Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4544
4545 * gdbint.texinfo (Target Architecture Definition): Mention
4546 TDEPLIBS.
4547
45481999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4549
4550 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4551 surrounding text to fit HP-UX bits into general info.
4552 (HPPA-cfg.texi): Remove, no longer useful.
4553
4554 * gdb.texinfo: Remove explicit links from @node lines, remove
4555 HP-added "Detailed Node Listing" from main menu which confuses
4556 things.
4557
4558 From Dmitry Sivachenko <dima@Chg.RU>:
4559 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4560 in description of `set environment'.
4561
45621999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4563
4564 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4565
45661999-08-12 Ben Elliston <bje@cygnus.com>
4567
4568 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4569
45701999-08-10 Eli Zaretskii <eliz@gnu.org>
4571
4572 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4573 watch, awatch, and rwatch. Explain why the latter two cannot be
4574 set as software watchpoints. Document that watchpoints for local
4575 variables are deleted when the debuggee terminates.
4576
4577Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4578
4579 * remote.texi (Protocol): Further clarification of the "qRcmd"
4580 packet. Allow E.. response packet. "qRcmd" packet is no longer
4581 reserved.
4582
45831999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4584
4585 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4586 * gdb.texinfo: Ditto.
4587
45881999-08-06 Tom Tromey <tromey@cygnus.com>
4589
4590 * gdb.texinfo (KOD): New node.
4591
4592Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4593
4594 * remote.texi (Rcmd): Fix minor formatting typos.
4595
4596Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4597
4598 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4599 packets.
4600
46011999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4602
4603 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4604 fixes.
4605
4606Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4607
4608 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4609
4610Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4611
4612 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4613 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4614 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4615 packets that are not supported on all hosts. Expand examples.
4616 Spell check.
4617
46181999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4619
4620 * Makefile.in: Recognize html, install-html. Add targets
4621 to build HTML versions of documentation via texi2html.
4622
4623Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4624
4625 * gdbint.texinfo (Testsuite): New chapter, information about the
4626 testsuite.
4627
4628Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4629
4630 * remote.texi (Communication Protocol): Rewrite.
4631
4632Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4633
4634 * stabs.texinfo: Fix uses of xref.
4635
4636Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4637
4638 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4639 info about patch submission.
4640
4641Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4642
4643 From Per Bothner <bothner@cygnus.com>:
4644 * gdb.texinfo: Document Chill support.
4645
4646Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4647
4648 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4649 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4650 Document that the value should be greater-than or equal-to zero.
4651 (NO_STD_REGS): Document. Deprecate.
4652
4653Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4654
4655 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4656 Document that these are not used.
4657
4658Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4659
4660 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4661
4662Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4663
4664 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4665 numargs was dropped.
4666
4667Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4668
4669 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4670
4671Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4672
4673 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4674 Update.
4675
4676Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4677
4678 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4679 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4680
4681Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4682
4683 * gdbint.texinfo: Fix typos: $ -> @.
4684
4685Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4686
4687 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4688 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4689 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4690 BREAKPOINT_FROM_PC.
4691
4692Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4693
4694 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4695 CALL_DUMMY_STACK_ADJUST): Document.
4696
4697Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4698
4699 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4700 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4701
47021999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4703
4704 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4705 longer exists.
4706
4707Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4708
4709 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4710 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4711 they make the manual source incomprehensible.
4712 * h8-cfg.texi: Remove, hasn't been used in years.
4713
4714Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4715
4716 * gdb.texinfo: Update the credits.
4717
4718Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4719
4720 * gdb.texinfo: Fix mistakes noticed in printout of last
4721 draft, add Alpha to discussion of heuristic fence post.
4722
4723Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4724
4725 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4726 Edition, merge some HP changes into mainline, describe some
4727 previously undocumented features, describe more of the target
4728 commands available, eliminate obsolete section on renamed
4729 commands.
4730 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4731
4732Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4733
4734 * gdb.texinfo: Make many HPPA conditionals unconditional,
4735 including catchpoint description, since now on for all configs.
4736 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4737 specializations.
4738
4739Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4740
4741 * Makefile.in (GDBvn.texi): Fix match expression to work with
4742 current format of VERSION in gdb/Makefile.in.
4743 * gdb.texinfo: Fix node ref to match new readline.
4744
4745Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4746
4747 * gdb.texinfo: Changes made as part of a project to merge in
4748 changes made by HP. Documentation makes extensive use of
4749 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4750 on remote debugging. There are differences in documentation
4751 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4752 the HP manual discusses catchpoints, hardware watchpoints, and
4753 some HPUX specific limitations for shared library support.
4754
4755 There are also a number of @node changes.
4756
47571999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4758
4759 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4760 (C Usage): Same.
4761
4762Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4763
4764 The following changes were made by Edith Epstein
4765 <eepstein@cygnus.com> as part of a project to merge in changes
4766 made by HP.
4767
4768 * HPPA-cfg.texi: new file.
4769
4770 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4771
4772 * refcard.tex: change documentation about catch.
4773 removed info catch.
4774
4775Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4776
4777 * gdbint.texinfo: Expand on GDB's coding standards,
4778 specify the use of arg names with prototypes.
4779
47801998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4781
4782 * gdb.texinfo: Fix tipo.
4783
4784Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4785
4786 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4787 TARGET_BYTE_ORDER_SELECTABLE_P.
4788
4789Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4790
4791 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4792
47931998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4794
4795 * agentexpr.texi: New file.
4796
4797Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4798
4799 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4800
48011998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4802
4803 * remote.texi: Changed wording that implied that the GDB remote
4804 protocol caches register values instead of GDB itself.
4805
4806Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4807
4808 * gdbint.texinfo: Add some info about symbol readers.
4809 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4810 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4811 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4812 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4813
4814Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4815
4816 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
4817
4818Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4819
4820 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4821
4822Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4823
4824 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4825 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4826
4827Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4828
4829 * gdbint.texinfo: Fix minor typos.
4830
4831Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4832
4833 * gdbint.texinfo: Complete overhaul. Group descriptions more
4834 logically, add more info on generic algorithms, remove much
4835 obsolete and/or wrong material.
4836
4837Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4838
4839 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4840
4841Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4842
4843 * refcard.tex: Copyright, address updates.
4844
4845Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4846
4847 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4848 for the edition instead of confusing GDB-version-like numbers.
4849
4850Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4851
4852 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4853
4854Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4855
4856 * LRS: Reformat a bit to keep text under 80 columns.
4857
4858Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4859
4860 * gdb.texinfo: Add some credits, mention bug monitor.
4861 * remote.texi: Mention mips monitor targets.
4862 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
4863
4864Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4865
4866 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4867 files, finish sorting of host vs target vs native macros, describe
4868 some more of them.
4869
4870Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4871
4872 * gdbint.texinfo (Host Conditionals): Document change from
4873 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4874
4875Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4876
4877 * gdbint.texinfo (Host Conditionals): Document
4878 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4879
4880Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4881
4882 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4883 Document LSEEK_NOT_LINEAR.
4884
4885Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4886
4887 * stabs.texinfo (Stab Section Basics): Make it clear that only
4888 some versions of the GNU linker remove the leading N_UNDF symbol.
4889
4890Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4891
4892 * stabs.texinfo (String Field): Document type number pairs here,
4893 instead of in the Sun specific section.
4894 (Include Files): The GNU linker supports the N_BINCL
4895 optimization. Clarify the N_BINCL value, and what it is used
4896 for.
4897 (Procedures): Document N_FUN with an empty string to mark the end
4898 of a function.
4899 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4900 (Sun Differences): Remove this node, as the information is now
4901 elsewhere in the main document.
4902 (Stab Section Basics): Mention that the GNU linker may optimize
4903 stabs and remove the leading N_UNDF symbol.
4904
4905Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4906
4907 * gdb.texinfo, refcard.tex: Restore author credit
4908
4909Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4910
4911 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4912 documentation to account for START and END macros taking
4913 one arg.
4914
4915Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4916
4917 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4918 * gdb.texinfo (Frames): Fix typo.
4919
4920Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4921
4922 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4923 a target_signal as arg type, not a pid.
4924
4925Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4926
4927 * gdb.texinfo: Document `set assembly-language'.
4928
4929Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4930
4931 * remote.texi: Update list of stubs in the GDB distribution.
4932
4933Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4934
4935 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4936 Also document that some systems can use mmalloc but must define
4937 this if their C runtime allocates memory that is later freed.
4938 (MMCHECK_FORCE): Document new macro.
4939
4940Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4941
4942 * remote.texi: Add documentation for target Sparclet.
4943
4944Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4945
4946 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
4947 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4948 * configure.in: Rewritten for autoconf.
4949 * configure: New.
4950
4951Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4952
4953 * Makefile.in (DVIPS): New define, set to dvips.
4954 (dvi): Add stabs.dvi.
4955 (ps): New target.
4956 (all-doc): Depend on info, dvi, and ps targets.
4957 (STAGESTUFF): Add *.ps and *.dvi files.
4958 (clean-info, clean-dvi): Remove.
4959 (mostlyclean): Does not depend upon clean-info or clean-dvi,
4960 rules completely rewritten.
4961 (maintainer-clean): Remove clean-info and clean-dvi
4962 dependencies and put their actions in the rules.
4963 (gdb.ps): New target
4964 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
4965 intermediate TeX files, whether they have 2 or 3 character
4966 extensions.
4967 (gdbint.ps): Add target and rules.
4968 (gdb-internals): Delete unused target.
4969 (Makefile): Depends upon config.status also.
4970
4971Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
4972
4973 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4974 set.
4975
4976Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
4977
4978 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4979 * gdb.texinfo (Expressions): Fix erroneous array constant example.
4980
4981Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
4982
4983 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4984
4985Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4986
4987 * gdb.texinfo (Print settings): Document
4988 `set/show print static-members' commands.
4989
4990Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
4991
4992 * gdbint.texinfo (Native): Document name change, coredep.c to
4993 core-aout.c.
4994
4995Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4996
4997 * stabs.texinfo (Include Files): Document the values the SunOS4
4998 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4999
5000Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5001
5002 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5003 Fix typo.
5004
5005Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5006
5007 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5008 "gdb.tar.Z".
5009
5010Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5011
5012 * Makefile.in (maintainer-clean): New target, synonym for
5013 realclean.
5014
5015Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5016
5017 * Update all FSF addresses except those in COPYING* files.
5018
5019Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5020
5021 From Richard Earnshaw (rearnsha@armltd.co.uk):
5022 * gdb.texinfo (convenience variables): Document $_exitcode.
5023 (quit): Document optional expression to use as exit code.
5024
5025Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5026
5027 * gdb.texinfo, remote.texi: Brought up to date with various
5028 GDB changes.
5029
5030Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5031
5032 * gdb.texinfo: Update dates and versions, fix comments about
5033 hardware watchpoints in future releases and about the
5034 sharedlibrary command.
5035
5036Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5037
5038 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5039 C_FUN stab. Other cleanups.
5040
5041Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5042
5043 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5044 for the sparc stub.
5045
5046Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5047
5048 * annotate.texi: Clarify which addresses have differing formats
5049 depending on the language and which do not.
5050
5051Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5052
5053 * remote.texi (NetWare): Changed example to use BOARD= instead of
5054 NODE= argument to reflect correspoding change to gdbserve.nlm.
5055
5056Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5057
5058 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5059 GDB, as well as AIX dbx, supports the size type attribute.
5060
5061Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5062
5063 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5064
5065Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5066
5067 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5068 and new 'if' and 'while' commands.
5069
5070Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5071
5072 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5073
5074Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5075
5076 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5077 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5078 NetWare targets. Mostly stolen from the Server node.
5079
5080Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5081
5082 * gdb.texinfo (Setting): Talk about the language of a source file
5083 versus the working language. The old documentation did not match
5084 what GDB did.
5085
5086Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5087
5088 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5089 of a source file.
5090
5091Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5092
5093 * gdb.texinfo (Processes): New node.
5094
5095Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5096
5097 * remote.texi: Update documentation of set/show mipsfpu.
5098
5099Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5100
5101 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5102 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
5103
5104Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5105
5106 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5107 obsolete conditionals, described some others.
5108
5109Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5110
5111 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5112 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5113
5114Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5115
5116 * gdbint.texinfo: Put regex conditionals in their own table.
5117
5118Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5119
5120 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5121 described or fixed the descriptions of many others.
5122
5123Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5124
5125 * gdb.texinfo: Add some more credits.
5126 * gdbint.texinfo: Capitalize GDB consistently, describe some
5127 macros and remove some.
5128
5129Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5130
5131 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5132 obsolete conditionals, described some others.
5133
5134Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5135
5136 * gdb.texinfo (help targets): Changed to `help target', which
5137 is the correct gdb command.
5138
5139Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5140
5141 * annotate.texi (TODO): New node, for keeping track of annotations
5142 suggested but not yet implemented.
5143
5144Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5145
5146 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5147 another symbol, it is not the address itself.
5148
5149Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5150
5151 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5152 of stabs-in-coff sections.
5153
5154Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5155
5156 * annotate.texi: Change edition to 0.5 and date to May 1994.
5157 Add index.
5158 (Frames): New node, for frame annotation.
5159 (Displays): New node, for display annotation.
5160
5161 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5162 when waiting for your program to stop.
5163
5164Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5165
5166 * annotate.texi (Breakpoint Info): Document annotation of header
5167 fields and record annotation.
5168
5169Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5170
5171 * annotate.texi: New file, to document annotations.
5172
5173Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5174
5175 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5176 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5177
5178Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5179
5180 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5181 section, and say n_strx field is compilation unit relative.
5182 * stabs.texinfo: Don't use @code for a.out when it is the name of
5183 an object file format.
5184
5185Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5186
5187 * gdb.texinfo: Refer to file names, not path names, per rms
5188 convention.
5189 (Arguments): Fix typo.
5190
5191Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5192
5193 * stabs.texinfo (Global Variables): Talk about stabs in files
5194 where variables are referenced, but not defined.
5195
5196Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5197
5198 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5199 Cplusplus to new nodes Member Type Descriptor and Method Type
5200 Descriptor. Re-write stuff for #.
5201
5202Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5203
5204 * gdb.texinfo (Print Settings): Don't document "set print
5205 fast-symbolic-addr off". The bug which it worked around was fixed
5206 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5207
5208 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5209 N_ENTRY node.
5210
5211 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5212
5213Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5214
5215 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5216 references to ieee-float.c.
5217
5218Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5219
5220 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5221 match what the code actually does.
5222
5223Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5224
5225 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5226
5227Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5228
5229 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5230 i, and b.
5231
5232Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5233
5234 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5235 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5236 as "stabs in sections" rather than just saying "ELF and SOM".
5237 Also make that stuff apply to COFF.
5238
5239Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5240
5241 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5242 Ghostscript.
5243
5244Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5245
5246 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5247 versus functions without line numbers, also mention stepping into
5248 them as well as "step" when you are in them. Tell the user how to
5249 deal with the situation. Add comment about "debugging information".
5250
5251Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5252
5253 * stabs.texinfo (Enumerations): Document restriction on where
5254 enumeration types can appear and still win with GDB.
5255
5256Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5257
5258 * stabs.texinfo (Negative Type Numbers): Document format for type
5259 -16.
5260
5261Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5262
5263 * gdb.texinfo (Selection, Frame Info): Update information about
5264 arbitrary frame specficiations.
5265
5266Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
5267
5268 * gdb.texinfo, remote.texi: general editing pass prior to Net release
5269
5270Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5271
5272 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5273
5274Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5275
5276 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5277
5278Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5279
5280 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5281 Differences node to Statics node.
5282 (Statics): Discuss XCOFF use of V symbol descriptor.
5283
5284 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5285 not clean.
5286
5287Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
5288
5289 * gdb.texinfo (Print Settings): Document `set print
5290 fast-symbolic-addr' and improve the doc for some other
5291 `set print's.
5292
5293Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5294
5295 * stabs.texinfo (String Field): Talk about defining several type
5296 numbers at once.
5297 Fix lint regarding changing node ELF Transformations to
5298 ELF and SOM Transformations.
5299
5300Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
5301
5302 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
5303
5304Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5305
5306 * stabs.texinfo (Cross-References): `::' is for nested types only
5307 within <>.
5308 (Structures): Document static members.
5309
5310Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5311
5312 * stabs.texinfo: Document S type attribute.
5313
5314Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5315
5316 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5317
5318Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
5319
5320 * gdbint.texinfo: Fix a few typos.
5321
5322Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5323
5324 * gdb.texinfo, remote.texi: formatting improvements
5325
5326 * gdb.texinfo (New Features): mention threads.
5327 (Summary, C): fix xrefs in newly contributed text.
5328 (Threads): index entries, clarifications, example
5329 (passim): minor typos fixed, phrasing improvements
5330
5331 * remote.texi (Bootstrapping): rephrase text on ^C and add index
5332 entries; (Server): explain use of gdbserver w/real-time systems,
5333 add example of conflicting TCP port; (MIPS Remote) break up
5334 running text into table, highlighting commands, and add example.
5335
5336Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5337
5338 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5339
5340Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5341
5342 * stabs.texinfo (Nested Symbols): New node.
5343 (String Field, Symbol Descriptors, Cross-References): Refer to it.
5344
5345Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5346
5347 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5348 to picking which Bbss.bss symbol to use, and (because there seems to
5349 be no good way of doing it) re-write some of the text to make it
5350 sound like Bbss.bss isn't such a great idea after all (as currently
5351 designed).
5352
5353 * gdb.texinfo (C): In addition to saying people have to use g++ for
5354 good results, say they have to use stabs. Specifically say cfront
5355 doesn't work well.
5356 (Summary): Merge in information on Modula-2, Pascal, and Chill from
5357 the gdb README. Add xrefs to places where the support for the various
5358 languages is described in detail.
5359
5360Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5361
5362 * stabs.texinfo: Clean up stuff about visibility and virtual
5363 characters.
5364
5365 * stabs.texinfo (N_M2C): Cite Sun doc.
5366
5367Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5368
5369 * gdb.texinfo: updates re threads.
5370 * remote.texinfo: avoid index entries starting with digits.
5371
5372Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5373
5374 * stabs.texinfo (Enumerations): Talk about large, negative and
5375 octal values. Clean up cross reference to type attributes.
5376 (String Field): Say that GDB 4.11 supports size attribute.
5377
5378Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5379
5380 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5381 is a mandatory step. Make the stuff about that more concise.
5382
5383Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5384
5385 * stabs.texinfo (Class Names): New node.
5386
5387 * gdb.texinfo (Command Files): Explain order of init file reading.
5388
5389 * remote.texi (Bootstrapping): Talk about getting the serial driver
5390 to deal with ^C sent by gdb to stop the remote system.
5391
5392Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
5393
5394 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5395
5396 * libgdb.texinfo (Defining Commands): made the DOC arg
5397 to gdb_define_app_command a char * instead of char **
5398 per a suggestion from kingdon.
5399
5400 * libgdb.texinfo: total rewrite from a different starting
5401 premise.
5402
5403Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5404
5405 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5406 floats passed as doubles (to improve clarity).
5407
5408Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5409
5410 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5411
5412 * a4rc.sed: update to work with Andreas Vogel papersize params
5413
5414 * refcard.tex: use Andreas Vogel simplifications of papersize
5415 params; remove useless version info; update copyright date.
5416
5417Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5418
5419 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5420
5421Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5422
5423 * gdb.texinfo (Files): Say what address the load command loads it at.
5424
5425 * stabs.texinfo (Common Blocks): Minor cleanups.
5426
5427 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5428 that Sun has backed away from the linker kludge and thus the relevant
5429 issue is changes to the SunPRO tools, not the Solaris linker.
5430
5431 * stabs.texinfo (Traditional Integer Types): Clean up description
5432 of octal bounds a little bit. Document extra leading zeroes.
5433
5434Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5435
5436 * gdb.texinfo (Signaling): Update for symbolic symbol names
5437 and add a section explaining the difference between the GDB
5438 signal command and the shell kill utility.
5439
5440Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5441
5442 * libgdb.texinfo: added `@' to braces that were unescaped.
5443
5444Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5445
5446 * libgdb.texinfo: new file. Spec for the gdb library.
5447
5448Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5449
5450 * stabs.texinfo (Include Files): Fix typo (start -> end).
5451
5452Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5453
5454 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5455 from Melissa at FSF's editing pass.
5456
5457Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5458
5459 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5460 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5461 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5462
5463Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5464
5465 * remote.texi (Bootstrapping): Discuss 386 call gates.
5466
5467Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5468
5469 * stabs.texinfo (Based Variables): New node.
5470
5471Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5472
5473 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5474 names, sizes, and formats to suggest how not to lose.
5475
5476Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5477
5478 * stabs.texinfo (Methods): Fix typo.
5479
5480Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5481
5482 * gdb.texinfo: Fix a few typos.
5483
5484Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5485
5486 * gdb.texinfo: Clarify how well it works with Fortran.
5487
5488 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5489 More on relocating stabs in ELF files.
5490
5491Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5492
5493 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5494
5495Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5496
5497 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5498 parameters on VAX.
5499
5500Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5501
5502 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5503
5504Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5505
5506 * stabs.texinfo: Make info author notice match the TeX author notice.
5507
5508Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5509
5510 * stabs.texinfo: Initial-caps all words in node names and
5511 non-trivial words in section names.
5512
5513Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5514
5515 * stabs.texinfo: Many minor cleanups.
5516
5517 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5518
5519Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5520
5521 * stabs.texinfo: Remove full description of big example.
5522 It's not really helpful; just use pieces of it where appropriate.
5523 Add more Texinfo formatting directives (@samp, etc.).
5524 Use @deffn to define stab types.
5525 Eliminate some wordiness. Break up some nodes.
5526 Add an (alphabetized) index of symbol types.
5527 Use consistent capitalization style in node and section names.
5528
5529Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5530
5531 * gdb.texinfo: Change typo "Two two" to "The two".
5532
5533Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5534
5535 * stabs.texinfo (XCOFF-differences): Remove references to
5536 non-existent types N_DECL and N_RPSYM.
5537
5538 * stabs.texinfo (String Field): Say that type attributes bug is
5539 fixed in GDB 4.10, since it is.
5540
5541 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5542
5543Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5544
5545 * stabs.texinfo: Formatting cleanups.
5546
5547Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5548
5549 * stabs.texinfo: When explaining the n_type of a stab, standardize
5550 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5551 no tabs, use @r).
5552 (Global Variables): Clean up.
5553
5554Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5555
5556 * stabs.texinfo (Stack Variables): Re-write.
5557
5558Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5559
5560 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5561 addresses of a source file. Also revise formatting.
5562 Change "object module" or "object file" to "source file".
5563 Various: Miscellaneous cleanups.
5564
5565Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5566
5567 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5568
5569Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5570
5571 * gdbint.texinfo: Removed many nonsensical machine-collected
5572 host and target conditionals, described some of the remainder.
5573
5574Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5575
5576 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5577
5578 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5579 paragraph which follows.
5580
5581 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5582 variables. Looks better and avoids overful hbox.
5583
5584Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5585
5586 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5587
5588Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5589
5590 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5591 retransmit-timeout
5592
5593Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5594
5595 * gdbint.texinfo: Update statement about `some ancient Unix
5596 systems, like Ultrix 4.0' to Ultrix 4.2.
5597
5598Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5599
5600 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5601
5602 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5603
5604 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5605 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5606
5607 * remote.texi: new name for former gdbinv-s.texi
5608
5609 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5610
5611Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5612
5613 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5614 variables for MIPS remote debugging protocol.
5615
5616Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5617
5618 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5619
5620Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5621
5622 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5623
5624Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5625
5626 * gdb.texinfo: repair conditional bugs in text markup
5627
5628Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5629
5630 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5631 to select Modula-2 material.
5632
5633Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5634
5635 * stabs.texinfo: Cleanups regarding statics.
5636
5637 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5638 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5639
5640Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5641
5642 * stabs.texinfo: N_MAIN is sometimes used for C.
5643
5644Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5645
5646 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5647
5648Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5649
5650 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
5651 removed from the code by Kingdon.
5652
5653Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5654
5655 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5656 input when evaluating breakpoint conditions; the bug has been fixed.
5657
5658 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5659 sets the ignore count to N-1, not to N.
5660
5661Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5662
5663 * refcard.tex (\hoffset): correct longstanding error to match
5664 intended offset; avoids cutting off edge on some printers
5665
5666Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5667
5668 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5669
5670Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5671
5672 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5673
5674Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5675
5676 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5677 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5678 collect sed edits if any, apply to refcard before formatting;
5679 (refcard.ps) stop implying PS fonts if PS output requested;
5680 (lrefcard.ps) delete extra target for variant PS fonts
5681
5682 * refcard.tex: parametrize papersize dependent info, collect
5683 in easily replaced spot
5684
5685 * a4rc.sed: new file, edits to refcard for A4 paper
5686
5687Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5688
5689 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5690
5691Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5692
5693 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5694
5695Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5696
5697 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5698 politely rather than rudely.
5699
5700Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5701
5702 * stabs.texinfo: Document common blocks.
5703
5704Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5705
5706 * stabs.texinfo: Add some basic info about stabs-in-elf.
5707
5708Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5709
5710 * stabs.texinfo (Top): Minor cleanup.
5711
5712Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5713
5714 * Makefile.in (install-info): remove parentdir support
5715
5716Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5717
5718 * gdb.texinfo (Copying): delete this node and references to it;
5719 RMS says this manual need not carry GPL. (passim): Improvements
5720 from last round at FSF, largely due to Ian Taylor review, and
5721 minor formatting improvements.
5722
5723 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5724 largely due to Ian Taylor review. (Debug Session): minor edits to
5725 new text.
5726
5727Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5728
5729 * Makefile.in (realclean): Remove info and dvi files too.
5730
5731Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5732
5733 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5734 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5735 * gdb.texinfo: Change accordingly.
5736
5737 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5738 N_{L,R}BRAC,N_SLINE are relative to.
5739
5740Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5741
5742 * Makefile.in (GDBvn.texi): Update atomically.
5743
5744Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5745
5746 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5747
5748Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5749
5750 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5751 addresses together. Also motivate the set print symbol-filename
5752 command and suggest other solutions.
5753
5754Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5755
5756 * gdb.texinfo (set print elements): Note that the number of
5757 elements is set to unlimited by "set print elements 0".
5758
5759Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5760
5761 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5762 NF_LDOUBLE means.
5763 (Stab Types): Include Solaris stab types.
5764 (Procedures): Document Solaris extensions.
5765
5766Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5767
5768 * gdb.texinfo: Add `set print symbol-filename' doc.
5769
5770Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5771
5772 * stabs.texinfo (Arrays): Talk about type definition vs. type
5773 information.
5774
5775 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5776 the trailing semicolon.
5777
5778Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5779
5780 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5781 and merge in other parts of the document addressing these subjects.
5782 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5783
5784 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5785 at the end of a range type.
5786
5787 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5788 AIX extensions.
5789
5790Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5791
5792 * stabs.texinfo (Stabs Format): Misc fixes.
5793
5794Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5795
5796 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5797 (Traditional builtin types): Document convex convention for long long.
5798 (Negative builtin types): Discuss type names, and misc fixes.
5799
5800Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5801
5802 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5803 point types used with @samp{R} type descriptor.
5804 (Symbol Descriptors): Describe how to handle conflict between
5805 different meanings of @samp{P} symbol descriptor.
5806
5807Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5808
5809 * stabs.texinfo: Remove node Quick Reference and put its children
5810 directly under the main menu.
5811
5812 * stabs.texinfo: Many more changes to bring it into line with
5813 AIX documentation and reality. I think it now has all the
5814 information from the AIX documentation, except that I burned
5815 out when I got to variant records (Pascal and Modula-2) and
5816 all the COBOL types. Oh well, we can add them later when we're
5817 worrying more about those languages.
5818
5819 * stabs.texinfo (Automatic variables): Talk about what it means
5820 to omit the symbol descriptor.
5821
5822Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5823
5824 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5825 gcc2 behavior with promoted args.
5826
5827Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5828
5829 * gdb.texinfo: include readline appendices in info version of manual
5830
5831Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5832
5833 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5834 target remote.
5835
5836 * gdb.texinfo (Machine Code): more index entries for disassemble
5837
5838Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5839
5840 * Clarify the intended use of the gdb-testers and gdb-patches
5841 mailing lists, and shrink gzip comment.
5842
5843Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5844
5845 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5846 DOSHOST configuration of manual.
5847
5848 * gdb.texinfo (MIPS Stack): new node.
5849
5850 * all-config.texi (MIPS) new switch.
5851
5852 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5853 tense; (MIPS Remote) new node.
5854
5855 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5856 bug; (Environment) less passive, other small cleanups in text about
5857 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5858 (Remote) new MIPS Remote menu entry.
5859
5860Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5861
5862 * stabs.texinfo: Many changes to include information from the
5863 AIX documentation.
5864
5865 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5866
5867Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5868
5869 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5870 Move a bunch of information from ../README.
5871 (Getting Started): New node.
5872
5873Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5874
5875 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5876
5877 * gdb.texinfo: advance manual revision dates to present
5878
5879 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5880 stop using silly Roman numerals in @set variable names
5881
5882Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5883
5884 * stabs.texinfo (Parameters): Keep trying to get this right.
5885
5886Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5887
5888 * stabs.texinfo (Parameters): More on "local parameters".
5889
5890Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5891
5892 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5893
5894Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5895
5896 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5897 (Parameters): Rewrite.
5898 (xcoff-differences, Sun-differences): Minor changes.
5899
5900Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5901
5902 * stabs.texinfo: Minor cleanup.
5903
5904Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5905
5906 * gdbint.texinfo: Minor xcoff stuff.
5907
5908Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5909
5910 * gdbint.texinfo: Update for new config directory structure.
5911 Add info about internal type data structures.
5912
5913Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5914
5915 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5916 $(srcdir).
5917 (gdb-config.texi): Depend on file in $(srcdir).
5918
5919Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5920
5921 * stabs.texinfo: Fixes about N_SO.
5922
5923Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5924
5925 * gdb.texinfo: include list of nonstandard init file names
5926
5927 * *-config.texi: new switch GENERIC for text that applies *only*
5928 to (usual) multiple-target version of manual
5929
5930 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5931 h8 config
5932
5933 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5934 in menus (rather than conditionally selected multiple alternative
5935 menus).
5936
5937 * Makefile.in: define and use DOC_CONFIG var to select
5938 configuration for GDB user manual.
5939
5940 * gdb-config.texi: delete from repository, generate from Makefile.
5941
5942 * all-config.texi: normal `generic' configuration file, formerly
5943 stored as gdb-config.texi
5944
5945Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5946
5947 * Makefile.in: add dvi target to build all .dvi files
5948
5949Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5950
5951 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5952
5953Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
5954
5955 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5956 host conditionals.
5957 * stabs.texinfo: More array fixes inspired by Jim's.
5958
5959Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
5960
5961 * stabs.texinfo: Fixes re arrays and continuations.
5962
5963 * gdbint.texinfo: Add XCOFF node.
5964
5965Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
5966
5967 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
5968
5969Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5970
5971 * stabs.texinfo: Fix for array types to mention lower bounds.
5972
5973Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
5974
5975 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
5976
5977Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
5978
5979 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
5980
5981Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
5982
5983 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
5984 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5985
5986Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
5987
5988 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
5989
5990Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5991
5992 * gdb.texinfo, gdbinv-s.texi: misc updates
5993
5994Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
5995
5996 * gdbint.texinfo: Brief documentation for longjmp support,
5997 from an email msg by Stu.
5998
5999Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6000
6001 * stabs.texinfo: Fix description of floating point "range"
6002 types (which really define basic types). Reported by Jim Meehan,
6003 <meehan@src.dec.com>.
6004
6005 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6006
6007Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6008
6009 * gdbint.texinfo: Slightly expand section on supporting a new
6010 object file format.
6011
6012Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6013
6014 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6015 intermediate file.
6016
6017Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6018
6019 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6020
6021Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6022
6023 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6024
6025 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6026 as well as Z8002.
6027
6028Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6029
6030 * gdbint.texinfo: Add sections on clean design and on how to send
6031 in changes.
6032
6033Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6034
6035 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6036
6037Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6038
6039 * gdb.texinfo: Fix typo, reported by Karl Berry.
6040
6041Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6042
6043 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6044
6045Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6046
6047 * gdbint.texinfo: fixed a stray email address (needs @@),
6048 added @table @code to node "Native Conditionals"
6049
6050Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6051
6052 * gdbint.texinfo: Describe coding style of GDB.
6053
6054Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6055
6056 * stabs.texinfo: Minor wording changes.
6057
6058Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6059
6060 * gdbint.texinfo: Improve release doc slightly.
6061
6062Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6063
6064 * gdbint.texinfo: Improve doc of GDB config macros.
6065
6066Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6067
6068 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6069 These will be reinserted when examined.
6070
6071Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6072
6073 * gdbint.texinfo: Make a start at documenting all the #if macros
6074 in GDB. At least list them all, and start separating them into
6075 host-specific and target-specific.
6076
6077Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6078
6079 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
6080 examples (not consistent w others).
6081 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6082 for generic vn of doc
6083
6084Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6085
6086 * Makefile.in: always create installation directories.
6087
6088Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6089
6090 * gdb.texinfo: in h8 config, do not describe searching commands.
6091
6092Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6093
6094 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6095 conditionals; introduce a few generic switches that may be
6096 useful for other cross-dev or dos-hosted configs.
6097
6098 * gdb.texinfo: fix typo in "info reg" description
6099
6100Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6101
6102 * stabs.texinfo: Minor updates from running TeX over it.
6103 * Makefile.in (stabs.dvi, stabs.ps): Add.
6104
6105Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6106
6107 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6108 First pass at converting it to texinfo.
6109
6110Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6111
6112 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6113 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6114
6115Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6116
6117 * gdbint.texinfo: Add section on partial symbol tables.
6118
6119Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6120
6121 * gdb.texinfo: document `set remotedebug' and `set
6122 rstack_high_address'.
6123
6124Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6125
6126 * gdb.texinfo: slight expansion of new text on reading info files
6127 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6128 H8/300 from DOS.
6129
6130Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6131
6132 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6133
6134Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6135
6136 * gdb.texinfo: Say how to read the `info' files.
6137
6138Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6139
6140 * Makefile.in: gm4 -> m4.
6141
6142Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6143
6144 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6145 Documentation' ahead of `Installing GDB' to match README.
6146 Update shared library doc, -readnow and -mapped, and directory
6147 structure (add glob and mmalloc). Update configure doc.
6148
6149Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6150
6151 * Makefile.in: remove $(srcdir) from gdb.info rule.
6152
6153Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6154
6155 * Makefile.in: commented out gdb-all.texinfo rule. This is
6156 temporary.
6157
6158Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6159
6160 * Makefile.in, configure.in: removed traces of namesubdir,
6161 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6162 copyrights to '92, changed some from Cygnus to FSF.
6163
6164Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6165
6166 * gdb.texinfo: Improve how we ask for bug reports.
6167
6168Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6169
6170 * Makefile.in: infodir belongs in datadir.
6171
6172Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6173
6174 * Makefile.in: remove spaces following hyphens, bsd make can't
6175 cope. install using INSTALL_DATA. added clean-info. added
6176 standards.text support.
6177
6178Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6179
6180 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6181 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6182 and mandir now keyed off datadir by default.
6183
6184\f
6185Local Variables:
6186mode: change-log
6187left-margin: 8
6188fill-column: 74
6189version-control: never
6190End:
This page took 0.046912 seconds and 4 git commands to generate.