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