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