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