ca1d4fef9d9d5a268a14417f283a21b7ae0f32d6
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2014-06-02 Doug Evans <xdje42@gmail.com>
2
3 * guile.texi (Guile API): Add entry for Parameters In Guile.
4 (GDB Scheme Data Types): Mention <gdb:parameter> object.
5 (Parameters In Guile): New node.
6
7 2014-06-02 Doug Evans <xdje42@gmail.com>
8
9 * guile.texi (Guile API): Add entry for Commands In Guile.
10 (Basic Guile) <parse-and-eval>: Add reference.
11 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
12 (GDB Scheme Data Types): Mention <gdb:command> object.
13 (Commands In Guile): New node.
14
15 2014-06-02 Doug Evans <xdje42@gmail.com>
16
17 * guile.texi (Guile API): Add entry for Progspaces In Guile.
18 (GDB Scheme Data Types): Mention <gdb:progspace> object.
19 (Progspaces In Guile): New node.
20
21 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22
23 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
24 * python.texi (Frames In Python): Mention
25 gdb.FRAME_UNWIND_MEMORY_ERROR.
26
27 2014-05-29 Pedro Alves <palves@redhat.com>
28 Tom Tromey <tromey@redhat.com>
29
30 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
31 from example.
32 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
33 Mention that target-async is now deprecated.
34 (Maintenance Commands): Document maint set/show target-async.
35
36 2014-05-29 Pedro Alves <palves@redhat.com>
37
38 * observer.texi (sync_execution_done, command_error): New
39 subjects.
40
41 2014-05-29 Pedro Alves <palves@redhat.com>
42
43 PR gdb/13860
44 * observer.texi (signal_received, end_stepping_range)
45 (signal_exited, exited, no_history): New observer subjects.
46
47 2014-05-26 Andy Wingo <wingo@igalia.com>
48
49 * guile.texi (GDB Scheme Data Types): Remove documentation for
50 removed interfaces. Update spelling of gdb-object-kind.
51
52 2014-05-26 Andy Wingo <wingo@igalia.com>
53
54 * guile.texi (Basic Guile): Fix some typos.
55
56 2014-05-26 Andy Wingo <wingo@igalia.com>
57
58 * guile.texi (Writing a Guile Pretty-Printer)
59 (Guile Types Module): Fix excess parentheses in use-modules forms.
60
61 2014-05-24 Eli Zaretskii <eliz@gnu.org>
62
63 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
64 (Breakpoints In Guile, Guile Printing Module)
65 (Guile Exception Handling, Values From Inferior In Guile)
66 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
67 Don't use @var at the beginning of a sentence.
68
69 * gdb.texinfo (Frame Filter Management, Trace Files)
70 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
71 (PowerPC Embedded, Define, Annotations for Running)
72 (IPA Protocol Commands, Packets, General Query Packets)
73 (Tracepoint Packets, Notification Packets, Environment)
74 (Inferiors and Programs, Set Breaks, Set Catchpoints)
75 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
76 (Frames, Backtrace, Selection, Expressions, Registers)
77 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
78 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
79 (Source Annotations, Using JIT Debug Info Readers, Packets)
80 (Stop Reply Packets, Host I/O Packets)
81 (Target Description Format): Don't use @var at the beginning of a
82 sentence.
83
84 * python.texi (Basic Python, Types In Python)
85 (Commands In Python, Frames In Python, Line Tables In Python)
86 (Breakpoints In Python, gdb.printing, gdb.types)
87 (Type Printing API): Don't use @var at the beginning of a
88 sentence.
89
90 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
91
92 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
93 replay-memory-access".
94
95 2014-05-21 Pedro Alves <palves@redhat.com>
96
97 * gdb.texinfo (Starting): Document "set/show
98 auto-connect-native-target".
99 (Target Commands): Document "target native".
100
101 2014-05-20 Pedro Alves <palves@redhat.com>
102
103 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
104 not be remote specific. Add cross reference to the qCRC packet.
105 (Separate Debug Files): Update cross reference to the qCRC packet.
106 (General Query Packets) <qCRC packet>: Add anchor.
107
108 2014-05-17 Doug Evans <xdje42@gmail.com>
109
110 Copy over changes from guile.texi.
111 * python.texi (Basic Python) <gdb.execute>: Add text.
112 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
113 (Values From Inferior) <Python string>: Add text.
114 (Values From Inferior) <Value.string>: Clarify string length handling.
115 (Pretty Printing API): Add cindex.
116 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
117 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
118 @vindex.
119 (Commands In Python) <COMPLETE_*>: Similarly.
120 (Symbols In Python) <SYMBOL_*>: Similarly.
121 (Breakpoints In Python) <WP_*>: Similarly.
122 (Breakpoints In Python) <BP_*>: Similarly.
123
124 2014-05-17 David Taylor <dtaylor@emc.com>
125
126 * gdb.texinfo (General Query Packets): Add a note about thread IDs
127 mentioned in the qfThreadInfo reply.
128
129 2014-05-16 Doug Evans <dje@google.com>
130
131 * gdb.texinfo (Mode Options): Add -D.
132
133 2014-05-09 Samuel Bronson <naesten@gmail.com>
134
135 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
136 "make -C".
137
138 2014-04-29 Tom Tromey <tromey@redhat.com>
139
140 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
141 "show debug varobj".
142
143 2014-05-01 David Taylor <dtaylor@emc.com>
144
145 * gdb.texinfo (compare-sections): Document the new -r (read-only)
146 option.
147
148 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
149 Walfred Tedeschi <walfred.tedeschi@intel.com>
150
151 * gdb.texinfo (i386 Features): Add description of AVX512
152 registers.
153
154 2014-03-31 Doug Evans <dje@google.com>
155
156 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
157
158 2014-03-30 Doug Evans <dje@google.com>
159
160 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
161 (Background Execution): Ditto.
162
163 2014-03-21 Pedro Alves <palves@redhat.com>
164 Stan Shebs <stan@codesourcery.com>
165 Hui Zhu <hui@codesourcery.com>
166
167 * gdb.texinfo (Packets): Add anchor to "? packet".
168 Remove fixme and update introduction of "k packet".
169 Add anchor to "vKill packet".
170
171 2014-03-12 Stan Shebs <stan@codesourcery.com>
172
173 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
174
175 2014-02-26 Ludovic Courtès <ludo@gnu.org>
176
177 * guile.texi (Basic Guile): Document 'history-append!'.
178
179 2014-02-20 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.texinfo (Files): Document "add-shared-symbol-files"
182 and "assf" as being deprecated.
183 (Cygwin Native): Likewise for "dll-symbols".
184 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
185 as a way to force the loading of symbols from a DLL.
186
187 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
188
189 * python.texi (Values From Inferior): Add description about the
190 new feature.
191
192 2014-02-17 Doug Evans <xdje42@gmail.com>
193
194 * Makefile.in (GDB_DOC_FILES): Add python.texi.
195 * gdb.texinfo (Python): Moved to ...
196 * python.texi: ... here. New file.
197
198 2014-02-17 Ludovic Courtès <ludo@gnu.org>
199
200 * guile.texi (Writing a Guile Pretty-Printer) <example>:
201 Remove 'string-begins-with' procedure. Add 'pretty-printer'
202 parameter to 'str-lookup-function' procedure. Look for
203 the "std::string<" prefix.
204 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
205 Adjust description.
206
207 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
208
209 * guile.texi (Values From Inferior In Guile): Remove stray
210 parantheses for deffn.
211 (Disassembly In Guile): Ditto.
212
213 2014-02-10 Stan Shebs <stan@codesourcery.com>
214
215 Add Doxygen support.
216 * Makefile.in (doxy): New action, generates Doxygen files.
217 (DOXYGEN): New.
218 (doxyedit): New.
219 * Doxyfile-base.in: New file.
220 * Doxyfile-gdb-api.in: New file.
221 * Doxyfile-gdb-xref.in: New file.
222 * Doxyfile-gdbserver.in: New file.
223 * doxy-index.in: New file.
224 * filter-for-doxygen: New file.
225 * filter-params.pl: New file.
226
227 2014-02-10 Doug Evans <xdje42@gmail.com>
228
229 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
230 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
231 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
232 (Guile docs): Include guile.texi.
233 (objfile-gdbdotext file): Add objfile-gdb.scm.
234 (dotdebug_gdb_scripts section): Mention Guile scripts.
235 (Multiple Extension Languages): New node.
236 * guile.texi: New file.
237
238 2014-01-28 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
241 ignore-descriptive-types". commands.
242
243 2014-01-22 Doug Evans <dje@google.com>
244
245 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
246 (gdbserver man): Ditto.
247
248 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
249
250 * gdb.texinfo: Document limited reverse/replay support
251 for target record-btrace.
252
253 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
254
255 * gdb.texinfo (Process Record and Replay): Update documentation.
256
257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
258
259 * gdb.texinfo (Process Record and Replay): Document new /c
260 modifier accepted by "record function-call-history".
261 Add /i modifier to "record function-call-history" example.
262
263 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
264 Joel Brobecker <brobecker@adacore.com>
265
266 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
267 markers. Remove one that was misplaced.
268
269 2014-01-10 Pedro Alves <palves@redhat.com>
270
271 * gdb.texinfo (Your Program's Environment) <set environment>:
272 Mention the shell, and point at 'set exec-wrapper'.
273
274 2014-01-07 Joel Brobecker <brobecker@adacore.com>
275
276 * gdb.texinfo (Types In Python): Document new attribute Types.name.
277
278 2013-12-30 Joel Brobecker <brobecker@adacore.com>
279
280 * gdb.texinfo (Types In Python): Clarify the documentation
281 of attribute gdb.Field.bitpos.
282
283 2013-12-28 Joel Brobecker <brobecker@adacore.com>
284
285 * gdb.texinfo (Types In Python): Fix the documentation of
286 attribute "bitpos" in class gdb.Field for enum types. Add
287 documentation for attribute "enumval" in that same class.
288
289 2013-12-28 Joel Brobecker <brobecker@adacore.com>
290
291 * gdb.texinfo (GDB/MI Support Commands): Change @table into
292 @ftable.
293
294 2013-12-23 Doug Evans <xdje42@gmail.com>
295
296 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
297 auto-loaded objfile scripts and .debug_gdb_scripts section to their
298 corresponding section in Extending GDB.
299 (Extending GDB): Move menu up. New menu item "Auto-loading
300 extensions".
301 (Sequences): New menu item "Auto-loading sequences".
302 (Auto-loading sequences): New node.
303 (Python): Rename section from Scripting GDB to Extending GDB.
304 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
305 Move docs on ways to auto-load extensions to ...
306 (Auto-loading extensions): ... here. New node.
307
308 2013-12-23 Joel Brobecker <brobecker@adacore.com>
309
310 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
311 in menu.
312 (GDB/MI Variable Objects): Adjust reference to "-list-features"
313 command, now in a new node.
314 (GDB/MI Support Commands): New node, with its contents being
315 extracted from the "GDB/MI Miscellaneous Commands" node.
316 A small paragraph introducing the section is also added at
317 the start.
318 (GDB/MI Miscellaneous Commands): Delete the description of the
319 -info-gdb-mi-command, -list-features and -list-target-features
320 commands, now hosted in the "GDB/MI Support Commands" node.
321
322 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
323
324 PR python/16113
325 * gdb.texinfo (Values From Inferior): Add a note about using
326 gdb.Field objects as subscripts on gdb.Value objects.
327 (Types In Python): Add description about the new attribute
328 "parent_type" of gdb.Field objects.
329
330 2013-12-12 Joel Brobecker <brobecker@adacore.com>
331
332 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
333 entry for section docuumenting the -list-features GDB/MI command.
334
335 2013-12-10 Joel Brobecker <brobecker@adacore.com>
336
337 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
338 "exec-run-start-option" entry in the output of the "-list-features"
339 command.
340
341 2013-12-04 Eli Zaretskii <eliz@gnu.org>
342
343 * gdb.texinfo (i386): Fix yesterday's commit.
344
345 2013-12-03 Tom Tromey <tromey@redhat.com>
346
347 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
348 documented here.
349
350 2013-12-03 Tom Tromey <tromey@redhat.com>
351
352 * gdb.texinfo (@direntry): Add menu item for gdbserver.
353
354 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
355
356 * gdb.texinfo (i386 Features): Add MPX feature registers.
357 (x86 Specific featuresx86 Architecture-specific Issues): Adds
358 a subsubsection for MPX and describes the display of the
359 boundary registers.
360
361 2013-12-03 Joel Brobecker <brobecker@adacore.com>
362
363 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
364 documentation of the "ada-exceptions" entry.
365
366 2013-12-03 Joel Brobecker <brobecker@adacore.com>
367
368 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
369 "^error" result record concerning the error message. Document
370 the error code that may also be part of that result record.
371 (GDB/MI Miscellaneous Commands): Document the
372 "undefined-command-error-code" element in the output of
373 the "-list-features" GDB/MI command.
374
375 2013-12-03 Joel Brobecker <brobecker@adacore.com>
376
377 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
378 the new -info-gdb-mi-command GDB/MI command. Document
379 the meaning of "-info-gdb-mi-command" in the output of
380 -list-features.
381
382 2013-11-29 Pedro Alves <palves@redhat.com>
383
384 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
385 Update comment.
386
387 2013-11-24 Yao Qi <yao@codesourcery.com>
388
389 * gdb.texinfo (Caching Remote Data): Document new
390 "set/show stack-cache" option.
391
392 2013-11-24 Yao Qi <yao@codesourcery.com>
393
394 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
395 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
396 "off" respectively.
397
398 2013-11-23 Yao Qi <yao@codesourcery.com>
399
400 * gdb.texinfo (GDB/MI Variable Objects): Add the description
401 of "displayhint" to the table about child results.
402
403 2013-11-21 Yao Qi <yao@codesourcery.com>
404
405 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
406 'dynamic' for the output of command -var-list-children.
407
408 2013-11-21 Yao Qi <yao@codesourcery.com>
409
410 * gdb.texinfo (Caching Target Data): Remove "see" before
411 @pxref.
412
413 2013-11-20 Yao Qi <yao@codesourcery.com>
414
415 * gdb.texinfo (Caching Target Data): Update doc for
416 per-address-space dcache.
417
418 2013-11-20 Yao Qi <yao@codesourcery.com>
419
420 * gdb.texinfo (Data): Rename menu item.
421 (Caching Remote Data): Rename to ...
422 (Caching Target Data): ... it. Update.
423
424 2013-11-18 Joel Brobecker <brobecker@adacore.com>
425
426 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
427 "language-option" entry in the output of the "-list-features"
428 command.
429
430 2013-11-15 Tom Tromey <tromey@redhat.com>
431
432 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
433 Add example.
434
435 2013-11-14 Tom Tromey <tromey@redhat.com>
436
437 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
438
439 2013-11-14 Joel Brobecker <brobecker@adacore.com>
440
441 * gdb.texinfo (Show): Add xref anchor for "show language" command.
442 (Context management): Place current subsection text into its own
443 subsubsection. Add new subsubsection describing the "--language"
444 command option.
445
446 2013-11-13 Joel Brobecker <brobecker@adacore.com>
447
448 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
449 the documentation of "info-ada-exceptions" in the output
450 of the "-list-features" command. Add the documentation
451 of the "ada-exception" entry instead.
452
453 2013-11-12 Joel Brobecker <brobecker@adacore.com>
454
455
456 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
457 word of a couple of sentences to start with a capital letter.
458
459 2013-11-12 Joel Brobecker <brobecker@adacore.com>
460
461 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
462 (Ada Exceptions): New node.
463 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
464 Commands" node.
465 (GDB/MI Ada Exceptions Commands): New node.
466 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
467 field in the output of the "-list-features" command.
468 * NEWS: Add entry for the new "info exceptions" CLI command,
469 and for the new "-info-ada-exceptions" GDB/MI command.
470
471 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
472
473 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
474 (Line Tables In Python): New node.
475
476 2013-11-08 Doug Evans <dje@google.com>
477
478 * gdb.texinfo (Debugging Output): Update text for
479 "set debug dwarf2-read".
480
481 2013-11-08 Doug Evans <dje@google.com>
482
483 * gdb.texinfo (Debugging Output): Update text for
484 "set debug symtab-create".
485
486 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
487
488 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
489 constant.
490
491 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
492
493 * gdb.texinfo (Breakpoints In Python): Document temporary
494 option in breakpoint constructor, and add documentation to the
495 temporary attribute.
496
497 2013-11-07 Yao Qi <yao@codesourcery.com>
498
499 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
500 output of "-var-info-expression".
501
502 2013-11-06 Pedro Alves <palves@redhat.com>
503
504 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
505 non-interactive mode.
506 (Environment) <shell startup files warning>: Mention
507 non-interactive mode. Mention .zshenv for Z shell, and talk about
508 BASH_ENV instead of .bashrc for BASH.
509
510 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
511
512 * gdb.texinfo (Commands to Specify Files): Add description
513 of the remove-symbol-file command.
514 * observer.texi: New free_objfile event
515
516 2013-10-24 Pedro Alves <palves@redhat.com>
517
518 * gdb.texinfo (Starting): Document set/show startup-with-shell.
519
520 2013-10-11 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
523 New subsection inside which the "-catch-load" and "-catch-unload"
524 commands documentation is now placed.
525 (Ada Exception GDB/MI Catchpoint Commands): New subsection
526 documenting the "-catch-assert" and "-catch-exception" new
527 GDB/MI commands.
528
529 2013-10-10 Joel Brobecker <brobecker@adacore.com>
530
531 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
532
533 2013-10-10 Joel Brobecker <brobecker@adacore.com>
534
535 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
536 serial baud".
537 (Remote Configuration): Replace "set remotebaud" by "set serial
538 baud". Replace "show remotebaud" by "show serial baud".
539
540 2013-10-07 Pedro Alves <palves@redhat.com>
541
542 PR breakpoints/11568
543 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
544 when the thread is removed from the thread list.
545
546 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
547
548 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
549 Update entry for $_exitcode.
550
551 2013-10-04 Joel Brobecker <brobecker@adacore.com>
552
553 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
554 new "--start" option.
555
556 2013-10-02 Pedro Alves <palves@redhat.com>
557
558 * gdb.texinfo (Registers): Expand description of saved registers
559 in frames. Explain <not saved>.
560
561 2013-09-25 Doug Evans <dje@google.com>
562
563 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
564
565 2013-09-16 Stan Shebs <stan@codesourcery.com>
566
567 Remove the internals manual gdbint.texinfo.
568 * Makefile.in (INFO_DEPS): Remove gdbint.info.
569 (PDFFILES): Remove gdbint.pdf.
570 (HTMLFILES): Remove gdbint/index.html.
571 (HTMLFILES_INSTALL): Remove gdbint.
572 (GDBINT_DOC_FILES): Remove.
573 (dvi): Remove gdbint.dvi.
574 (ps): Remove gdbint.ps.
575 * gdbint.texinfo: Remove file.
576 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
577
578 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
579
580 * gdb.texinfo (Convenience Functions): Mention new convenience
581 function $_isvoid.
582
583 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
584
585 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
586 (Standard Target Features): Add new node to menu.
587 (S/390 and System z Features): New node.
588
589 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
590
591 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
592 -list-target-features in the example.
593
594 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
595
596 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
597 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
598
599 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 Sync documentation with gdb.base/gnu-debugdata.exp.
602 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
603
604 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
605
606 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
607
608 2013-08-27 Pedro Alves <pedro@codesourcery.com>
609 Yao Qi <yao@codesourcery.com>
610
611 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
612 Document new --skip-unavailable option.
613 <-stack-list-variables>: Document new --skip-unavailable option.
614
615 2013-08-26 Doug Evans <dje@google.com>
616
617 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
618 an optional regexp.
619
620 2013-08-13 Tom Tromey <tromey@redhat.com>
621
622 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
623 Document GDB_PARALLEL and GDB_INOTIFY.
624
625 2013-08-09 Stan Shebs <stan@codesourcery.com>
626
627 * LRS: Remove file, describes a long-abandoned live-range
628 splitting extension to stabs.
629
630 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
631
632 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
633
634 2013-07-17 Doug Evans <dje@google.com>
635
636 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
637
638 2013-07-02 Tom Tromey <tromey@redhat.com>
639
640 * gdb.texinfo (Target Commands): Don't mention "target nrom".
641
642 2013-06-28 Tom Tromey <tromey@redhat.com>
643
644 * Makefile.in (version.subst): Use version.in, not
645 common/version.in.
646 * gdbint.texinfo (Versions and Branches, Releasing GDB):
647 Likewise.
648
649 2013-06-27 Pedro Alves <palves@redhat.com>
650
651 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
652 dynamic symbol resolution code>: New section, based on infrun.c
653 comment.
654
655 2013-06-26 Tom Tromey <tromey@redhat.com>
656
657 * gdbint.texinfo (Versions and Branches): Use common/version.in.
658 Update.
659 (Releasing GDB): Likewise.
660
661 2013-06-26 Pedro Alves <pedro@codesourcery.com>
662 Yao Qi <yao@codesourcery.com>
663
664 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
665 -trace-frame-collected.
666
667 2013-06-26 Pedro Alves <pedro@codesourcery.com>
668
669 * gdb.texinfo (Traceframe Info Format): Document tvar element
670 and its attributes.
671
672 2013-06-25 Yao Qi <yao@codesourcery.com>
673
674 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
675
676 2013-06-24 Tom Tromey <tromey@redhat.com>
677
678 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
679 (GDBvn.texi): Use version.subst.
680 (version.subst): New target.
681 (mostlyclean): Remove version.subst.
682
683 2013-06-20 Pedro Alves <pedro@codesourcery.com>
684
685 * gdb.texinfo (GDB/MI Data Manipulation)
686 <-data-list-register-values>: Document the --skip-unavailable
687 option.
688
689 2013-06-07 Yao Qi <yao@codesourcery.com>
690
691 * gdb.texinfo (Symbols): Add kindex and cindex for
692 'maint print msymbols'.
693
694 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
695
696 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
697 response field name (thread-group to inferior).
698
699 2013-06-04 Gary Benson <gbenson@redhat.com>
700
701 * gdb.texinfo (General Query Packets/qSupported): Added
702 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
703 to the table of currently defined stub features.
704 Added a more detailed entry for "augmented-libraries-svr4-read".
705 (General Query Packets/qXfer:libraries-svr4:read): Documented
706 the augmented form of this packet.
707
708 2013-05-23 Joel Brobecker <brobecker@adacore.com>
709
710 * gdb.texinfo (System-wide Configuration Scripts): Renames
711 "Installed System-wide Configuration Scripts". Add associated
712 @menu block.
713
714 2013-05-23 Yao Qi <yao@codesourcery.com>
715 Pedro Alves <palves@redhat.com>
716
717 * gdb.texinfo (Packets): Document 'vCont;r'.
718 (Continuing and Stepping): Document target-assisted range
719 stepping, and the 'set range-stepping' and 'show range-stepping'
720 commands.
721
722 2013-05-23 Joel Brobecker <brobecker@adacore.com>
723
724 * gdb.texinfo (Installed System-wide Configuration Scripts):
725 Add subsection describing the scripts now available under
726 the data-dir's system-gdbbinit subdirectory.
727 * NEWS: Add entry announcing the availability of system-wide
728 configuration scripts for ElinOS and Wind River Linux.
729
730 2013-05-21 Hui Zhu <hui@codesourcery.com>
731
732 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
733 "-dprintf-insert" command.
734
735 2013-05-17 Doug Evans <dje@google.com>
736
737 * gdb.texinfo (Maintenance Commands): Update doc for
738 "maint check-psymtabs". Add doc for "maint check-symtabs",
739 "maint expand-symtabs".
740
741 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
742
743 * gdb.texinfo (Process Record and Replay): Document the
744 "record goto" command and its sub-commands.
745
746 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
747
748 * gdb.texinfo (Backtrace): Add "no-filter" argument.
749 (Python API): Add Frame Filters API, Frame Wrapper API,
750 Writing a Frame Filter/Wrapper, Managing Management of Frame
751 Filters chapter entries.
752 (Frame Filters API): New Node.
753 (Frame Wrapper API): New Node.
754 (Writing a Frame Filter): New Node.
755 (Managing Frame Filters): New Node.
756 (Progspaces In Python): Add note about frame_filters attribute.
757 (Objfiles in Python): Ditto.
758 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
759 @anchors and --no-frame-filters option to -stack-list-variables,
760 -stack-list-frames, -stack-list-locals and -stack-list-arguments
761 commands.
762
763 2013-05-08 Joel Brobecker <brobecker@adacore.com>
764
765 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
766 Support" subsection documenting the XML format used to transfer
767 shared library info on AIX.
768
769 2013-05-08 Joel Brobecker <brobecker@adacore.com>
770
771 * gdb.texinfo (Debugging Output): Add documentation of
772 "set debug aix-solib" and "show debug aix-solib" commands.
773
774 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
775
776 * gdb.texinfo (Nios II): New section.
777 (Nios II Features): New section.
778
779 2013-05-06 Joel Brobecker <brobecker@adacore.com>
780
781 * gdbint.texinfo (Algorithms): Remove entries documenting
782 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
783 SOLIB_CREATE_INFERIOR_HOOK.
784
785 2013-04-29 Tom Tromey <tromey@redhat.com>
786
787 PR python/14204:
788 * gdb.texinfo (Python API): Fix menu entry.
789 (Blocks In Python): Fix subsubsection text. Rewrite intro.
790 Define global and static block. Add example. Clarify
791 block relationship for inline functions.
792
793 2013-04-29 Tom Tromey <tromey@redhat.com>
794
795 * gdb.texinfo (Python API): Mention Python help and keyword
796 arguments. Move pagination text to Basic Python.
797 (Basic Python): Put pagination text here. Document
798 close-on-exec, SIGCHLD, and SIGINT.
799
800 2013-04-19 Pedro Alves <palves@redhat.com>
801
802 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
803 "signedness" instead of "signness".
804
805 2013-04-19 Pedro Alves <palves@redhat.com>
806
807 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
808 -Wno-pointer-sign text with text on -Wpointer-sign.
809
810 2013-04-16 Tom Tromey <tromey@redhat.com>
811
812 * gdb.texinfo (Set Catchpoints): Mention earliest version of
813 GCC that has the SDT probe points.
814
815 2013-04-15 Tom Tromey <tromey@redhat.com>
816
817 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
818 exception catchpoints.
819
820 2013-04-15 Tom Tromey <tromey@redhat.com>
821
822 * gdb.texinfo (Set Catchpoints): Document $_exception.
823 (Convenience Vars): Mention $_exception.
824
825 2013-04-15 Tom Tromey <tromey@redhat.com>
826
827 * gdb.texinfo (Set Catchpoints): Reorganize exception
828 catchpoints. Document "catch rethrow".
829 (Debugging C Plus Plus): Mention "catch rethrow".
830
831 2013-04-15 Tom Tromey <tromey@redhat.com>
832
833 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
834
835 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
836 Eli Zaretskii <eliz@gnu.org>
837
838 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
839 line below the sample output.
840
841 2013-04-12 Eli Zaretskii <eliz@gnu.org>
842
843 * gdb.texinfo (Mode Options): Document '-configuration'.
844 (Help): Document "show configuration".
845 (Bug Reporting): Add requirements to include the configuration
846 details in bug reports.
847
848 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * Makefile.in (MAN1S): Add gcore.1.
851 Remove "Host, target, and site specific Makefile fragments" comment.
852 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
853 (install-man1, uninstall-man1): Conditionalize gcore.1.
854 (gcore.1): New.
855 * gdb.texinfo (Man Pages): Add gcore man.
856 (gcore man): New node.
857
858 2013-04-10 Pedro Alves <palves@redhat.com>
859
860 * gdb.texinfo (Process Record and Replay): Document that "set
861 record full insn-number-max", "set record
862 instruction-history-size" and "set record
863 function-call-history-size" accept "unlimited".
864 (Backtrace): Document that "set backtrace limit" accepts
865 "unlimited".
866 (List): Document that "set listsize" accepts "unlimited".
867 (Print Settings)" Document that "set print max-symbolic-offset",
868 "set print elements" and "set print repeats" accept "unlimited".
869 (Starting and Stopping Trace Experiments): Document that "set
870 trace-buffer-size" accepts "unlimited".
871 (Remote Configuration): Document that "set tcp connect-timeout"
872 accepts "unlimited".
873 (Command History): Document that "set history size" accepts
874 "unlimited".
875 (Screen Size): Document that "set height" and "set width" accepts
876 "unlimited". Adjust "set pagination"'s description to suggest
877 "set height unlimited" instead of "set height 0".
878
879 2013-04-10 Yao Qi <yao@codesourcery.com>
880
881 * gdb.texinfo (Trace Files): Add "target ctf".
882
883 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
884
885 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
886
887 * Makefile.in (install-man1, install-man5, uninstall-man1)
888 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
889
890 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
891
892 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
893 Eli Zaretskii <eliz@gnu.org>
894
895 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
896 parameters order. Remove "On some targets" for --attach. Document the
897 --multi parameter and extended-remote command. Document all the
898 options.
899
900 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
903 the list of supported languages.
904
905 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
906
907 Convert man pages to texinfo, new gdbinit.5 texinfo page.
908 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
909 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
910 (diststuff): Add man.
911 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
912 (uninstall-man5): New.
913 (STAGESTUFF): Add *.1 and *.5.
914 (GDBvn.texi): Add SYSTEM_GDBINIT.
915 (gdb.1, gdbserver.1, gdbinit.5): New.
916 (maintainer-clean realclean): Add $(MANS).
917 (install): Add install-man.
918 (uninstall): Add uninstall-man.
919 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
920 (@copying): Wrap it by @c man begin COPYRIGHT.
921 (Top): Add Man Pages.
922 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
923
924 2013-04-02 Pedro Alves <palves@redhat.com>
925
926 * gdb.texinfo (Debugging Output): Document "set/show debug
927 aarch64", "set/show debug coff-pe-read" and "set/show debug
928 mach-o".
929
930 2013-04-02 Pedro Alves <palves@redhat.com>
931
932 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
933 table>: Add entry for "trace-buffer-size".
934
935 2013-03-28 Pedro Alves <palves@redhat.com>
936
937 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
938 table>: Add entry for "trace-status".
939
940 2013-03-28 Eli Zaretskii <eliz@gnu.org>
941
942 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
943 @bullet", which is invalid (makeinfo 5.1 barfs).
944
945 2013-03-28 Pedro Alves <palves@redhat.com>
946
947 PR gdb/15294
948
949 * gdb.texinfo (List) <set listsize>: Adjust to document that
950 listsize 0 means no limit, and remove mention of -1.
951
952 2013-03-22 Yao Qi <yao@codesourcery.com>
953
954 * gdb.texinfo (Embedded Processors): Remove menu item
955 "OpenRISC 1000".
956 (OpenRISC 1000): Remove.
957
958 2013-03-21 Doug Evans <dje@google.com>
959
960 * gdb.texinfo (Maintenance Commands): Add docs for
961 "mt set per-command {space,time,symtab} {on,off}".
962
963 2013-03-14 Hui Zhu <hui@codesourcery.com>
964 Yao Qi <yao@codesourcery.com>
965
966 * gdb.texinfo (Trace Files): Add "tsave -ctf".
967
968 2013-03-13 Keith Seitz <keiths@redhat.com>
969
970 * gdb.texinfo (Maintenance Commands): Add missing ')' for
971 "maint agent" reference to Dynamic printf.
972
973 2013-03-11 Eli Zaretskii <eliz@gnu.org>
974
975 * gdb.texinfo (General Query Packets): Don't use colon in index
976 entries visible to Info format.
977
978 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
979
980 * gdb.texinfo (Process Record and Replay): Document record
981 changes.
982
983 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
984
985 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
986 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
987 qXfer:btrace:read.
988
989 2013-03-09 Eli Zaretskii <eliz@gnu.org>
990
991 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
992 use colons in @anchor and @cindex entries.
993
994 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
995
996 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
997
998 2013-03-08 Stan Shebs <stan@codesourcery.com>
999 Hafiz Abid Qadeer <abidh@codesourcery.com>
1000
1001 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1002 trace-buffer-size set and show commands.
1003 (Tracepoint Packets): Document QTBuffer:size.
1004 (General Query Packets): Document QTBuffer:size.
1005
1006 2013-02-21 Tom Tromey <tromey@redhat.com>
1007
1008 * gdb.texinfo: Remove bad @syncodeindex.
1009 (Values From Inferior, Types In Python, Inferiors In Python)
1010 (Events In Python, Threads In Python, Frames In Python, Blocks In
1011 Python, Symbols In Python, Symbol Tables In Python): Remove
1012 @tables.
1013 (Packets, General Query Packets, Tracepoint Packets)
1014 (Host I/O Packets): Use @w{} for empty @item.
1015
1016 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1017
1018 * gdb.texinfo (Architectures In Python): Add description about
1019 the new method gdb.Architecture.disassemble.
1020
1021 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1022 Hafiz Abid Qadeer <abidh@codesourcery.com>
1023
1024 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1025 Document the "trace-file" field.
1026
1027 2013-02-07 Doug Evans <dje@google.com>
1028
1029 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1030 command.
1031
1032 2013-02-06 Yao Qi <yao@codesourcery.com>
1033
1034 * gdb.texinfo (GDB/MI Async Records): Document new MI
1035 notification "=tsv-modified". Update the document of MI
1036 notification "=tsv-created".
1037 * observer.texi (GDB Observers): New observer tsv_modified.
1038 Update observer tsv_created and tsv_delete.
1039
1040 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1041
1042 * gdb.texinfo (AArch64 Features): New section; document
1043 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1044 (Architectures): Add new AArch64 section to document AArch64
1045 architecture specific commands.
1046 (ABI): Add description of the new OS ABI "Newlib" and its influence
1047 on the longjmp handling.
1048
1049 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1050 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1053 variable in 'set/show backtrace' section.
1054
1055 2013-01-31 Tom Tromey <tromey@redhat.com>
1056
1057 * gdb.texinfo (Target Commands): Fix typo.
1058
1059 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1060
1061 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1062 describing the gdb.Architecture class.
1063 (Frames In Python): Add description about the new method
1064 gdb.Frame.architecture().
1065
1066 2013-01-23 Doug Evans <dje@google.com>
1067
1068 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1069
1070 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1071
1072 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1073 'thread-groups' field when printing a breakpoint in MI.
1074
1075 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1076 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1077 to reflect that jit-reader-load now supports absolute file-names.
1078
1079 2013-01-16 Tom Tromey <tromey@redhat.com>
1080
1081 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1082 (Signals): Likewise.
1083
1084 2013-01-16 Tom Tromey <tromey@redhat.com>
1085
1086 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1087 "catch-type" field.
1088 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1089
1090 2013-01-07 Tom Tromey <tromey@redhat.com>
1091
1092 * gdb.texinfo (Mode Options): Don't mention -epoch.
1093 (Data, Emacs): Remove obsolete comments.
1094
1095 2013-01-02 Tom Tromey <tromey@redhat.com>
1096
1097 * gdb.texinfo (GDB/MI Output Records): Update menu.
1098 (GDB/MI Breakpoint Information): New node.
1099 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1100 <-break-insert>: Likewise.
1101
1102 2012-12-31 Yao Qi <yao@codesourcery.com>
1103
1104 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1105 (Packets): Move "vStopped" packet to ...
1106 (Notification Packets): ... here. Describe the components
1107 of notification. Add a table of supported notifications.
1108 Add an example on the process of he async notification.
1109
1110 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1113 present.
1114 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1115 fullname output always present.
1116
1117 2012-12-23 Pierre Muller <muller@sourceware.org>
1118
1119 * gdbint.texinfo (Function prototypes): Require use of "extern"
1120 modifier for function prototypes in headers.
1121
1122 2012-12-19 Joel Brobecker <brobecker@adacore.com>
1123
1124 * refcard.tex: Update copyright notice to GPL v3 or later.
1125 Update contact info.
1126
1127 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1128
1129 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1130
1131 2012-12-15 Yao Qi <yao@codesourcery.com>
1132
1133 * gdb.texinfo (Debugging Output): Document 'set debug
1134 notification' and 'show debug notification'.
1135
1136 2012-12-15 Yao Qi <yao@codesourcery.com>
1137
1138 * gdb.texinfo (Listing Tracepoints): New item and example about
1139 'installed on target' output.
1140 Add more in the example about 'installed on target'.
1141 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1142
1143 2012-12-14 Tom Tromey <tromey@redhat.com>
1144
1145 * gdb.texinfo (SVR4 Process Information): Mention core files.
1146
1147 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1148
1149 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1150
1151 2012-12-11 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.texinfo: Remove all mentions of Unixware throughout.
1154
1155 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1158
1159 2012-11-29 Tom Tromey <tromey@redhat.com>
1160
1161 * gdb.texinfo (SVR4 Process Information): Document missing
1162 "info proc" subcommands.
1163
1164 2012-11-29 Yao Qi <yao@codesourcery.com>
1165
1166 PR gdb/1477.
1167 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1168 to 'auto' instead of 'gnu'.
1169
1170 2012-11-26 Tom Tromey <tromey@redhat.com>
1171
1172 * gdb.texinfo (MiniDebugInfo): New node.
1173 (GDB Files): Update.
1174
1175 2012-11-16 Doug Evans <dje@google.com>
1176
1177 * gdb.texinfo (System-wide configuration): If the system-wide init
1178 file lives in the data-directory, and --data-directory is provided,
1179 look for it there.
1180
1181 2012-11-15 Tom Tromey <tromey@redhat.com>
1182
1183 * gdb.texinfo (Signaling): Fix typo.
1184
1185 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1186
1187 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1188 parameter "count" of -data-write-memory-bytes, and add an example.
1189
1190 2012-11-12 Tom Tromey <tromey@redhat.com>
1191
1192 * gdb.texinfo (Symbols): Document "info type-printers",
1193 "enable type-printer" and "disable type-printer".
1194 (Python API): Add new node to menu.
1195 (Type Printing API): New node.
1196 (Progspaces In Python): Document type_printers field.
1197 (Objfiles In Python): Likewise.
1198 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1199 register_type_printer, TypePrinter>: Document.
1200
1201 2012-11-12 Tom Tromey <tromey@redhat.com>
1202
1203 * gdb.texinfo (Symbols): Document "set print type methods",
1204 "set print type typedefs", and flags to ptype and whatis.
1205
1206 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1207
1208 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1209 the example -data-disassemble output. Extend the description of
1210 the -data-disassemble results to document all fields. Document
1211 the cli disassemble command as being related to -data-disassemble.
1212
1213 2012-11-09 Yao Qi <yao@codesourcery.com>
1214
1215 PR gdb/14777.
1216 * gdb.texinfo (OS Information): Remove doc on command
1217 'info udot'.
1218
1219 2012-11-08 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1222 gdb.ini warning for Windows port.
1223
1224 2012-11-08 Yao Qi <yao@codesourcery.com>
1225
1226 * gdb.texinfo (Search): Add kindex for 'fo'.
1227
1228 2012-11-05 Tom Tromey <tromey@redhat.com>
1229
1230 PR python/14802:
1231 * gdb.texinfo (Functions In Python): Add example.
1232
1233 2012-11-03 Yao Qi <yao@codesourcery.com>
1234
1235 * observer.texi (GDB Observers): Remove observer
1236 'tracepoint_modified', 'tracepoint_created' and
1237 'tracepoint_deleted'.
1238
1239 2012-10-26 Tom Tromey <tromey@redhat.com>
1240
1241 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1242
1243 2012-10-25 Tom Tromey <tromey@redhat.com>
1244
1245 * gdb.texinfo (General Query Packets): Use @itemx.
1246
1247 2012-10-17 Yao Qi <yao@codesourcery.com>
1248
1249 * observer.texi (GDB Observers): Update observer
1250 'memory_changed'.
1251 * gdb.texinfo (GDB/MI Async Records): Document for
1252 "memory-changed" notification.
1253
1254 2012-10-15 Doug Evans <dje@google.com>
1255
1256 * gdb.texinfo (Mode Options): Document -nh.
1257 Elaborate on docs for -nx.
1258
1259 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1260
1261 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1262
1263 2012-09-21 Yao Qi <yao@codesourcery.com>
1264 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.texinfo (GDB/MI Async Records): Document notification
1267 'record-started' and 'record-stopped'.
1268 * observer.texi (GDB Observers): New observer 'record-changed'.
1269
1270 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1271
1272 * gdb.texinfo: Document the removal of SH's 'regs' command.
1273
1274 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1275
1276 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1277
1278 2012-09-18 Yao Qi <yao@codesourcery.com>
1279
1280 * gdb.texinfo (GDB/MI Async Records): Document new MI
1281 notifications '=tsv-created' and '=tsv-deleted'.
1282 * observer.texi (GDB Observers): New observer tsv_created and
1283 tsv_deleted.
1284
1285 2012-09-18 Yao Qi <yao@codesourcery.com>
1286
1287 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1288 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1289 '=traceframe-changed'.
1290
1291 2012-09-17 Yao Qi <yao@codesourcery.com>
1292
1293 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1294 'set listsize'.
1295
1296 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1297 Eli Zaretskii <eliz@gnu.org>
1298
1299 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1300 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1301 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1302
1303 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1304
1305 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1306
1307 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1308
1309 Document how to return from "python-interactive" to GDB.
1310 * gdb.texinfo (Python Commands): Update documentation.
1311
1312 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1313
1314 Add a new "python-interactive" command that starts a standard
1315 Python interactive prompt with "pi" as alias, and add "py" as
1316 an alias to "python".
1317 * gdb.texinfo (Python Commands): Document the new commands.
1318
1319 2012-08-22 Tom Tromey <tromey@redhat.com>
1320
1321 * gdbint.texinfo (Host Definition): Remove documentation for
1322 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1323
1324 2012-08-17 Keith Seitz <keiths@redhat.com>
1325
1326 PR c++/13356
1327 * gdb.texinfo (Type and Range Checking): Remove warning.
1328 Remove spurious commas.
1329 Update text and examples for re-implementation of set/show
1330 check type.
1331 (C and C++ Type and Range Checks): Likewise.
1332
1333 2012-08-16 Yao Qi <yao@codesourcery.com>
1334
1335 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1336 is deprecated.
1337
1338 2012-08-13 Doug Evans <dje@google.com>
1339
1340 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1341 to include functions.
1342
1343 2012-08-10 Doug Evans <dje@google.com>
1344
1345 * gdb.texinfo (Convenience Funs): New node.
1346 (Types In Python): Document Type.vector.
1347
1348 2012-08-09 Yao Qi <yao@codesourcery.com>
1349
1350 * observer.texi: New observer command_param_changed.
1351 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1352
1353 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1354
1355 * gdbint.texinfo (Debugging GDB): In section
1356 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1357 Mention also gdb-gdb.py.
1358
1359 2012-08-07 Yao Qi <yao@codesourcery.com>
1360
1361 Revert the folloing patch:
1362 2012-08-06 Yao Qi <yao@codesourcery.com>
1363 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1364 remote hardware-watchpoint-limit' and 'set
1365 remote hardware-breakpoint-limit'.
1366
1367 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1368
1369 * gdb.texinfo (Working Directory): Added information about new
1370 default argument for 'cd' command.
1371
1372 2012-08-06 Yao Qi <yao@codesourcery.com>
1373
1374 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1375 remote hardware-watchpoint-limit' and 'set
1376 remote hardware-breakpoint-limit'.
1377
1378 2012-08-06 Yao Qi <yao@codesourcery.com>
1379
1380 Fix PR14371.
1381
1382 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1383 '=breakpoint-deleted'.
1384
1385 2012-08-02 Yao Qi <yao@codesourcery.com>
1386
1387 * gdb.texinfo (Native): Remove node Neutrino.
1388
1389 2012-07-27 Yao Qi <yao@codesourcery.com>
1390
1391 * gdb.texinfo (IPA Protocol Commands): Document new command
1392 'close'.
1393
1394 2012-07-25 Tom Tromey <tromey@redhat.com>
1395
1396 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1397
1398 2012-07-20 Doug Evans <dje@google.com>
1399
1400 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1401 (Index Files): Document how to control the use of deprecated index
1402 sections.
1403 (Index Section Format): Replace --use-deprecated-index-sections with
1404 "set use-deprecated-index-sections on".
1405
1406 2012-07-12 Eli Zaretskii <eliz@gnu.org>
1407
1408 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1409 indices into a single node "Index". Instead, join function and
1410 variable indices into a single index, separate from the concept
1411 index. Requested in
1412 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1413 (Top): Update the top-level menu: instead of one "Index" there are
1414 now separate entries "Concept Index" and "Function and Variable
1415 Index".
1416 (Concept Index, Function and Variable Index): New nodes.
1417 (Index): Node deleted.
1418
1419 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1420
1421 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1422 and "maint agent-eval".
1423
1424 2012-07-03 Eli Zaretskii <eliz@gnu.org>
1425
1426 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1427 avoid file-name clashes between Index.html and index.html on
1428 case-insensitive filesystems. See the discussion starting in
1429 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1430 details of the problem.
1431 (Top): Update the master menu for the above.
1432 (Concept Index, Command and Variable Index): New nodes, instead of
1433 the old "Index" node that was deleted. All cross-references
1434 updated.
1435
1436 2012-07-02 Stan Shebs <stan@codesourcery.com>
1437
1438 * gdb.texinfo (Dynamic Printf): Mention agent style and
1439 disconnected dprintf.
1440 (Maintenance Commands): Describe maint agent-printf.
1441 (General Query Packets): Mention BreakpointCommands feature.
1442 (Packets): Document commands extension to Z0 packet.
1443 * agentexpr.texi (Bytecode Descriptions): Document printf
1444 bytecode.
1445
1446 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1449 only after gdbinit files.
1450 (Startup): Move -iex and -iex commands down after gdbinit files.
1451
1452 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1453
1454 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1455 possibility.
1456
1457 2012-06-29 Tom Tromey <tromey@redhat.com>
1458
1459 * gdb.texinfo (Index Section Format): Update for version 7.
1460
1461 2012-06-28 Stan Shebs <stan@codesourcery.com>
1462
1463 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1464 example, add note about title column.
1465
1466 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1467
1468 * gdb.texinfo (Symbol Tables In Python): Add description about
1469 the new 'last' attribute of gdb.Symtab_and line.
1470
1471 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1472
1473 * gdb.texinfo (Symbol Tables In Python): Correct the description
1474 of the 'pc' attribute of gdb.Symtab_and_line.
1475
1476 2012-06-26 Doug Evans <dje@google.com>
1477
1478 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1479 and symtab-create.
1480
1481 2012-06-25 Keith Seitz <keiths@redhat.com>
1482
1483 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1484 from example. Remove "rbreak" from list of corresponding
1485 gdb commands.
1486
1487 2012-06-23 Doug Evans <dje@google.com>
1488
1489 * gdb.texinfo (Index Section Format): Document version 7 format.
1490
1491 2012-06-22 Yao Qi <yao@codesourcery.com>
1492
1493 * gdb.texinfo: Add missing cindex for some packets.
1494
1495 2012-06-20 Keith Seitz <keiths@redhat.com>
1496
1497 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1498 for -break-insert and document -p.
1499
1500 2012-06-20 Yao Qi <yao@codesourcery.com>
1501
1502 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1503 and "gdb.write_memory" with "Inferior.read_memory" and
1504 "Inferior.write_memory".
1505
1506 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1507
1508 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1509 (Free Documentation): Add @node line.
1510 (Continuing and Stepping) <advance location>: Use @item instead of
1511 @itemx.
1512 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1513 @itemx.
1514 (Embedded Processors): Put the link to "PA" to its correct place,
1515 according to document structure.
1516 (Python API): Put the link to "Lazy Strings In Python" to its
1517 correct place.
1518 (Index): Use @@ in @tex block to get a literal @.
1519
1520 * gdbint.texinfo: Fix the @subtitle line.
1521
1522 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1523 correct place.
1524
1525 2012-06-08 Yao Qi <yao@codesourcery.com>
1526
1527 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1528 Protocol'.
1529 (In-Process Agent Protocol, IPA Protocol Objects)
1530 (IPA Protocol Commands): New nodes.
1531 (Tracepoint Packets): Add anchors.
1532
1533 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1534
1535 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1536
1537 2012-06-06 Yao Qi <yao@codesourcery.com>
1538
1539 * gdb.texinfo: Update copyright year.
1540
1541 2012-05-23 Stan Shebs <stan@codesourcery.com>
1542 Kwok Cheung Yeung <kcy@codesourcery.com>
1543
1544 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1545
1546 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1547
1548 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1549 Mention also --with-separate-debug-dir.
1550 (Auto-loading): Prepend $debugdir in the sample output.
1551 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1552 auto-load safe-path variable.
1553 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1554 Mention also $debugdir for 'set auto-load scripts-directory'.
1555
1556 2012-05-19 Eli Zaretskii <eliz@gnu.org>
1557
1558 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1559 (MIPS Embedded, MIPS, MIPS Register packet Format)
1560 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1561 appropriate.
1562
1563 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1564 Maciej W. Rozycki <macro@codesourcery.com>
1565
1566 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1567 mips compression".
1568 (MIPS Breakpoint Kinds): New subsubsection.
1569
1570 2012-05-18 Eli Zaretskii <eliz@gnu.org>
1571
1572 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1573 nodes for subsections. Add @acronym mark-ups and adjust
1574 formatting.
1575
1576 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1577
1578 Rename $ddir to $datadir.
1579 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1580 (objfile-gdb.py file): Rename $ddir to $datadir.
1581
1582 2012-05-18 Tom Tromey <tromey@redhat.com>
1583
1584 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1585
1586 2012-05-14 Stan Shebs <stan@codesourcery.com>
1587
1588 * gdb.texinfo (Dynamic Printf): New subsection.
1589
1590 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1591
1592 * gdb.texinfo (Basic Python): Add description about the function
1593 gdb.find_pc_line
1594
1595 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1596 Eli Zaretskii <eliz@gnu.org>
1597
1598 * gdb.texinfo (Separate Debug Files): Use plural form for global
1599 debugging information directory.
1600
1601 2012-05-11 Stan Shebs <stan@codesourcery.com>
1602 Kwok Cheung Yeung <kcy@codesourcery.com>
1603
1604 * gdb.texinfo (Operating System Auxiliary Information): Document new
1605 'info os' subcommands.
1606
1607 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1610 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1611 (dotdebug_gdb_scripts section): Add reference
1612 to 'Auto-loading safe path'.
1613
1614 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1615
1616 Implement multi-component --with-auto-load-dir.
1617 * gdb.texinfo (Auto-loading): New references
1618 for 'set auto-load scripts-directory'
1619 and 'show auto-load scripts-directory'.
1620 (Auto-loading safe path): Describe the new default. Move $ddir
1621 substituation reference to 'objfile-gdb.py file'.
1622 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1623 script-name. Describe new 'set auto-load scripts-directory'
1624 and 'show auto-load scripts-directory'.
1625
1626 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 Provide $ddir substitution for --with-auto-load-safe-path.
1629 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1630 (Auto-loading safe path): Likewise. Mention the default value,
1631 $ddir substitution, --with-auto-load-safe-path and
1632 --without-auto-load-safe-path.
1633 * observer.texi (gdb_datadir_changed): New.
1634
1635 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1636
1637 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1638 Twice.
1639
1640 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1641 directory separator by path separator.
1642
1643 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1644
1645 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1646 for 'set auto-load safe-path' optional. Mention if it is omitted.
1647 Change disabling security protection condition to "/", twice.
1648
1649 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1650
1651 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1652 the new methods global_block and static_block on gdb.Symtab
1653 objects.
1654
1655 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1656
1657 * gdb.texinfo (Blocks In Python): Add a note saying that future
1658 improvements to GDB and its infrastructure can move symbols
1659 across blocks within a symbol table.
1660
1661 2012-04-29 Yao Qi <yao@codesourcery.com>
1662
1663 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1664 (A29K): Remove.
1665
1666 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1667 Tom Tromey <tromey@redhat.com>
1668
1669 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1670 and generic static probe support on GDB.
1671
1672 2012-04-25 Doug Evans <dje@google.com>
1673
1674 * gdb.texinfo (Go): Fix thinko.
1675
1676 * gdb.texinfo (Supported Languages): Add Go.
1677 (Go): New node.
1678
1679 2012-04-25 Yao Qi <yao@codesourcery.com>
1680
1681 * gdbint.texinfo (Testsuite): New section `Board settings'.
1682
1683 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1684
1685 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1686 Three times.
1687
1688 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1689 Three times.
1690
1691 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1694 by @table @asis. Fix formatting of one item.
1695
1696 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1697
1698 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1699
1700 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 New option "set debug auto-load".
1703 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1704 (auto-load verbose mode): New node.
1705
1706 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1707
1708 New option "set auto-load safe-path".
1709 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1710 and "info auto-load" examples for safe-path. Put there also references
1711 for "set auto-load safe-path" and "show auto-load safe-path".
1712 New menu item for Auto-loading safe path.
1713 (Auto-loading safe path): New node.
1714 (Python Auto-loading): Update the expected output from "Missing"
1715 to "No".
1716
1717 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 auto-load: Implementation.
1720 * gdb.texinfo (Mode Options): New anchor for -nx.
1721 (Startup): New anchors for Option -init-eval-command,
1722 Home Directory Init File
1723 and Init File in the Current Directory during Startup.
1724 Mention set auto-load local-gdbinit with a reference.
1725 Change the sample code to "set auto-load python-scripts".
1726 (Threads): New anchor set libthread-db-search-path.
1727 Provide references to libthread_db.so.1 file.
1728 (Controlling GDB): New menu item for Auto-loading.
1729 (Auto-loading, Init File in the Current Directory)
1730 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1731 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1732 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1733 reference.
1734 (Auto-loading): Rename to ...
1735 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1736 "set auto-load python-scripts", new anchor for it. Change
1737 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1738 for it. Change "info auto-load-scripts"
1739 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1740 to "Python scripts".
1741
1742 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1743
1744 PR mi/13393
1745 * gdb.texinfo (Print Settings): Extend the description for "set print
1746 object".
1747 (GDB/MI Variable Objects): Extend the description for -var-create and
1748 -var-list-children.
1749
1750 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1751
1752 * gdb.texinfo (Examining Data): Document the 'explore' command.
1753
1754 2012-03-28 Joel Brobecker <brobecker@adacore.com>
1755
1756 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1757 to the children of a varobj and its update range when -var-update
1758 returns that the varobj's type changed.
1759
1760 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1761
1762 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1763 Create two new links fir 'objfile-gdb.py file'
1764 and 'dotdebug_gdb_scripts section'.
1765
1766 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1767
1768 * gdb.texinfo (Auto-loading): Rename node reference
1769 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1770 Twice.
1771 (.debug_gdb_scripts section): Rename the node ...
1772 (dotdebug_gdb_scripts section): ... here.
1773 (Maintenance Commands): Also rename this node reference.
1774
1775 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1776
1777 * gdb.texinfo (Python API/Values From Inferior): Add description
1778 about the new method Value.referenced_value. Add description on
1779 how Value.dereference is different (and similar) to
1780 Value.referenced_value.
1781
1782 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1785 --init-eval-command=COMMAND, -iex.
1786 (Startup): Describe -iex and -ix. Simplify the example
1787 for "set auto-load-scripts off".
1788
1789 2012-03-16 Gary Benson <gbenson@redhat.com>
1790
1791 PR breakpoints/10738
1792 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1793 stating that GDB cannot set breakpoints on inlined functions.
1794 (Mode Options): Document --use-deprecated-index-sections.
1795 (Index Section Format): Document new index section version format.
1796
1797 2012-03-15 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1800
1801 2012-03-13 Doug Evans <dje@google.com>
1802
1803 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1804 of "reload".
1805 (Symbols): Delete docs for set/show symbol-reloading.
1806 * gdbint.texinfo (Defining Other Architecture Features): Delete
1807 SYMBOL_RELOADING_DEFAULT.
1808 * refcard.tex: Delete reference to symbol-reloading.
1809
1810 2012-03-07 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.texinfo (General Query Packets): Document new
1813 QProgramSignals packet.
1814 * gdb.texinfo (Remote configuration): Mention
1815 "program-signals-packet".
1816
1817 2012-03-05 Tristan Gingold <gingold@adacore.com>
1818
1819 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1820
1821 2012-03-03 Yao Qi <yao@codesourcery.com>
1822
1823 * gdb.texinfo (In-Process Agent): New node.
1824 Document new commands.
1825 (General Query Packets): Add packet `QAgent'.
1826
1827 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1828
1829 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1830
1831 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
1832
1833 * gdb.texinfo (Commands In Python): Put example python macro in
1834 COMMAND_USER category rather than COMMAND_OBSCURE.
1835 Document gdb.COMMAND_USER.
1836 (User-defined Commands): Update documentation to clarify
1837 "set/show max-user-call-depth" and "show user" don't apply to python
1838 commands. Update documentation to clarify "help user-defined" may
1839 also include python commands defined as COMMAND_USER.
1840
1841 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 * gdb.texinfo (Startup): Add option -ex description to the option -x
1844 description.
1845
1846 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
1847
1848 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1849 condition-evaluation breakpoint parameter.
1850 Mention condition-evaluation mode being shown in "info break".
1851 (Break Conditions): Add description for target-side
1852 conditional breakpoints.
1853 (Remote Configuration): Mention conditional-breakpoints-packet.
1854 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1855 cond-expr.
1856 (General Query Packets): Mention new ConditionalBreakpoint feature.
1857
1858 2012-02-22 Tom Tromey <tromey@redhat.com>
1859
1860 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1861
1862 2012-02-17 Tom Tromey <tromey@redhat.com>
1863
1864 PR python/10753:
1865 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1866 directory.
1867
1868 2012-02-14 Stan Shebs <stan@codesourcery.com>
1869
1870 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1871
1872 2012-02-13 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1875 mips-idt-ecoff.
1876
1877 2012-02-09 Yao Qi <yao@codesourcery.com>
1878
1879 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1880
1881 2012-02-07 Tom Tromey <tromey@redhat.com>
1882
1883 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1884 Symbol.value.
1885
1886 2012-02-07 Tom Tromey <tromey@redhat.com>
1887
1888 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1889
1890 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1891
1892 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1893
1894 2012-01-24 Tom Tromey <tromey@redhat.com>
1895
1896 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1897 unload".
1898 (Files): Mention new catch commands.
1899 (GDB/MI Async Records): Likewise.
1900
1901 2012-01-24 Gary Benson <gbenson@redhat.com>
1902
1903 Delete #if 0'd out code.
1904 * gdb.texinfo (Frame Info): Remove "info catch".
1905
1906 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1907
1908 * gdb.texinfo (Remote Configuration): Document
1909 "set remote hostio-readlink-packet" command.
1910 (General Query Packets): Document vFile:readlink packet.
1911
1912 2012-01-16 Tom Tromey <tromey@redhat.com>
1913
1914 * gdb.texinfo (Specify Location): Document relative file name
1915 handling.
1916
1917 2012-01-16 Tom Tromey <tromey@redhat.com>
1918
1919 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1920
1921 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1922 Eli Zaretskii <eliz@gnu.org>
1923
1924 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1925 code.
1926
1927 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1928
1929 * gdb.texinfo (Variables): Document use of :: for non-static
1930 variables.
1931
1932 2012-01-05 Joel Brobecker <brobecker@adacore.com>
1933
1934 * gdbint.texinfo (Start of New Year Procedure): Update
1935 to replace use of copyright.sh by use of copyright.py.
1936
1937 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 Remove the gdbtui binary.
1940 * all-cfg.texi (GDBTUI): Remove.
1941 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1942 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1943 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1944
1945 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
1946
1947 Introduce gdb.FinishBreakpoint in Python.
1948 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1949 (Python API): Add menu entry for Finish Breakpoints.
1950
1951 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1952
1953 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1954 tests.
1955
1956 2011-12-16 Doug Evans <dje@google.com>
1957
1958 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1959
1960 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1961
1962 * gdb.texinfo (Python Commands): Remove "maint set/show print
1963 stack". Add documentation for "set/show python print-stack".
1964
1965 2011-12-14 Pedro Alves <pedro@codesourcery.com>
1966
1967 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1968 should transfer control to the stub in the startup code instead of
1969 in main. Mention the need to get past the initial breakpoint.
1970
1971 2011-12-06 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (Set Breaks): Update for new behavior.
1974
1975 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1978 List Format for SVR4 Targets'.
1979 (General Query Packets): New item qXfer:libraries-svr4:read.
1980 (Library List Format for SVR4 Targets): New node.
1981
1982 2011-12-01 Tom Tromey <tromey@redhat.com>
1983
1984 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1985 add.
1986
1987 2011-11-22 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1990 reasons.
1991
1992 2011-11-20 Stan Shebs <stan@codesourcery.com>
1993
1994 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1995 note-related options and variables.
1996 (Tracepoint Packets): Document packet changes.
1997
1998 2011-11-20 Sanjoy Das <sdas@igalia.com>
1999
2000 * gdb.texinfo (JIT Interface): Add documentation on writing and
2001 usind JIT debug info readers.
2002 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2003 Debug Info Readers): New nodes.
2004
2005 2011-11-18 Yao Qi <yao@codesourcery.com>
2006
2007 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2008 tracepoint.
2009
2010 2011-11-15 Doug Evans <dje@google.com>
2011
2012 * gdb.texinfo (Files): Document basenames-may-differ.
2013
2014 2011-11-14 Doug Evans <dje@google.com>
2015
2016 * gdb.texinfo (Shell Commands): Document "!".
2017
2018 2011-11-14 Stan Shebs <stan@codesourcery.com>
2019 Kwok Cheung Yeung <kcy@codesourcery.com>
2020
2021 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2022 needed to get shorter fast tracepoints.
2023 (Tracepoint Packets): Document new qTMinFTPILen packet.
2024
2025 2011-11-14 Yao Qi <yao@codesourcery.com>
2026
2027 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2028 behavior of tracepoint.
2029 (General Query Packets): New feature InstallInTrace.
2030 (Remote Configuration): Document "set remote
2031 install-in-trace-packet".
2032
2033 2011-11-12 Matt Rice <ratmice@gmail.com>
2034
2035 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2036 Add arguments to info macro.
2037
2038 2011-11-10 Tom Tromey <tromey@redhat.com>
2039
2040 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2041 manual.
2042 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2043 (Macros): Add a footnote.
2044 (C): Remove paragraph about compiler options.
2045 (C Constants): Mention wide character and string constants.
2046 (C Plus Plus Expressions): Update compiler option advice. Mention
2047 using declarations. Mention ADL. Remove old HP compiler
2048 information.
2049
2050 2011-11-10 Tom Tromey <tromey@redhat.com>
2051
2052 PR c++/9257:
2053 * gdb.texinfo (Print Settings): Add an extra note about the need
2054 for a vtable.
2055
2056 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2057
2058 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2059 "set mips abi" documentation.
2060
2061 2011-11-04 Doug Evans <dje@google.com>
2062
2063 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2064
2065 2011-11-03 Tom Tromey <tromey@redhat.com>
2066
2067 * gdb.texinfo (Stopping): Add menu entry.
2068 (Continuing and Stepping): Restore @node. Use @section, not
2069 @subsection.
2070
2071 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2072
2073 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2074 designation. Fix "Specify Location" cross-reference.
2075
2076 2011-11-02 Stan Shebs <stan@codesourcery.com>
2077
2078 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2079 (General Query Packets): Describe tracenz feature.
2080 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2081
2082 2011-10-28 Paul Koning <paul_koning@dell.com>
2083
2084 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2085
2086 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
2087
2088 * gdb.texinfo ((Frames In Python): Document
2089 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2090
2091 2011-10-26 Paul Koning <paul_koning@dell.com>
2092
2093 * gdb.texinfo (gdb.types): Document new deepitems function.
2094
2095 2011-10-25 Paul Koning <paul_koning@dell.com>
2096
2097 PR python/13327
2098
2099 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2100 fetch_lazy method.
2101
2102 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2103
2104 PR python/12656
2105
2106 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2107 global_block, static_block function.
2108
2109 2011-10-19 Tom Tromey <tromey@redhat.com>
2110
2111 * gdb.texinfo (Commands In Python): Add missing "@"s.
2112
2113 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
2114
2115 PR python/13285 Document named constants for frame unwind stop reasons
2116 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2117 constants.
2118
2119 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 Fix compatibility with texinfo versions older than 4.12.
2122 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2123 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2124 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2125 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2126 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2127 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2128 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2129
2130 2011-10-09 Doug Evans <dje@google.com>
2131
2132 * gdb.texinfo (Extending GDB): Document alias command.
2133
2134 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2135
2136 Support @entry in input expressions.
2137 * gdb.texinfo (Variables): Describe @entry names suffix.
2138 (Print Settings): Add anchor for `set print entry-values'.
2139
2140 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2141 Eli Zaretskii <eliz@gnu.org>
2142
2143 Display @entry parameter values (without references).
2144 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2145 example.
2146 (Print Settings): New description of set print entry-values and show
2147 print entry-values.
2148
2149 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2150 Eli Zaretskii <eliz@gnu.org>
2151
2152 Recognize virtual tail call frames.
2153 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2154 (Tail Call Frames): New node.
2155 (Frames In Python): Add gdb.TAILCALL_FRAME.
2156
2157 2011-10-07 Doug Evans <dje@google.com>
2158
2159 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2160 register_pretty_printer.
2161
2162 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2163
2164 PR python/12930
2165 PR python/12802
2166
2167 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2168 stop method.
2169
2170 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2171
2172 * gdb.texinfo (Starting your Program): "set disable-randomization"
2173 is no longer Linux-specific.
2174 (Remote Configuration): Document "set remote
2175 disable-randomization-packet".
2176 (General Query Packets): Document "QDisableRandomization" packet
2177 and add it to "qSupported" list.
2178
2179 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2180
2181 Allow Python notification of new object-file loadings.
2182 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2183 event type.
2184
2185 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2186
2187 PR python/12691: Add the inferior to Python exited event
2188 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2189
2190 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2191
2192 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2193 rephasing.
2194
2195 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2196
2197 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2198 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2199 as possible feature returned by the `-list-features'
2200 command.
2201
2202 2011-09-28 Paul Koning <paul_koning@dell.com>
2203
2204 * gdb.texinfo (gdb.Type): Document field access by dictionary
2205 key syntax.
2206
2207 2011-09-28 Yao Qi <yao@codesourcery.com>
2208
2209 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2210 Add one space after option `-s'. Remove @r{} markup.
2211
2212 2011-09-27 Stan Shebs <stan@codesourcery.com>
2213
2214 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2215
2216 2011-09-16 Hui Zhu <teawater@gmail.com>
2217
2218 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2219 to *(unsigned char *)$esp@300.
2220
2221 2011-09-15 Paul Koning <paul_koning@dell.com>
2222
2223 * gdb.texinfo: Make style of Python functions and methods match
2224 the syntax of Python. Also put class and module names explicitly
2225 on function, member, and variable names, matching Python
2226 documentation conventions.
2227
2228 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2229
2230 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2231 * gdb.texinfo (Inferiors In Python): Describe new
2232 gdb.selected_inferior() function.
2233
2234 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2235
2236 Handle multiple breakpoint hits in Python interface:
2237 * gdb.texinfo (Events In Python): New function documentation:
2238 gdb.BreakpointEvent.breakpoints. Indicate that
2239 gdb.BreakpointEvent.breakpoint is now deprecated.
2240
2241 2011-09-04 Joel Brobecker <brobecker@adacore.com>
2242
2243 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2244
2245 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2246
2247 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2248
2249 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2250
2251 * gdb.texinfo (Prompt): Add set/show extended-prompt
2252 documentation
2253 (Basic Python): Add prompt_hook anchor.
2254 (Python modules): Reword module text to reflect multiple modules.
2255 (gdb.prompt): Document gdb.prompt module.
2256
2257 2011-08-14 Yao Qi <yao@codesourcery.com>
2258
2259 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2260
2261 2011-08-14 Yao Qi <yao@codesourcery.com>
2262
2263 * gdb.texinfo (Standard Target Features): Document C6x features.
2264 (TIC6x Features): New node.
2265
2266 2011-08-12 Doug Evans <dje@google.com>
2267
2268 * gdb.texinfo (Symbols In Python): Document symbol.type.
2269
2270 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2271
2272 * gdb.texinfo (Python): Document command and function
2273 auto-loading.
2274
2275 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2276 Eli Zaretskii <eliz@gnu.org>
2277
2278 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2279 typedefs unrolling. Extend the sample code by an inner typedef and
2280 outer typedefs unrolling.
2281
2282 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2283
2284 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2285 size and line-size.
2286
2287 2011-07-21 Matt Rice <ratmice@gmail.com>
2288
2289 PR macros/12999
2290 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2291 Update text and cindex entries for info macro command.
2292
2293 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2294
2295 * observer.texi (GDB Observers): Add before_prompt observer.
2296 * gdb.texinfo (Basic Python): Add documentation for prompt
2297 substitution.
2298
2299 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2300
2301 PR python/12438
2302 * gdb.texinfo (Python Commands): Add deprecate note to maint
2303 set/show python print-stack. Document set/show python
2304 print-backtrace.
2305
2306 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2307
2308 * gdb.texinfo: Fix typos.
2309
2310 2011-07-01 Tom Tromey <tromey@redhat.com>
2311
2312 * gdb.texinfo (Debugging Output): Document set debug
2313 check-physname.
2314
2315 2011-06-29 Tom Tromey <tromey@redhat.com>
2316
2317 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2318 breakpoint-notifications feature.
2319
2320 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2321
2322 * gdb.texinfo (Target Description): Remove warning about
2323 possibly unstable format.
2324
2325 2011-06-03 Tom Tromey <tromey@redhat.com>
2326
2327 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2328 (Events In Python): Note that exit_code is optional.
2329
2330 2011-05-17 Pedro Alves <pedro@codesourcery.com>
2331
2332 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2333 required for multi-threading support.
2334 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2335 Hc are deprecated for multi-threading debugging. Point readers at
2336 the vCont packet.
2337
2338 2011-05-15 Doug Evans <dje@google.com>
2339
2340 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2341
2342 2011-05-13 Doug Evans <dje@google.com>
2343
2344 * gdb.texinfo (Threads): Document $sdir,$pdir.
2345 (Server): Document $pdir exception.
2346
2347 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2348
2349 * gdb.texinfo (Threads): Clarify default value for
2350 libthread-db-search-path.
2351
2352 * gdb.texinfo (Completion): Update example.
2353 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2354
2355 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2356
2357 * gdb.texinfo: Document change in the behaviour of the enable and
2358 disable GDB commands when applied to tracepoints.
2359 Document the EnableDisableTracepoints remote stub feature.
2360 Document QTEnable and QTDisable in the list of tracepoint packets.
2361
2362 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2363
2364 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2365 hsuser.texi.
2366 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2367 comment to hsuser.texi. Change rluser.texi name in the comment.
2368
2369 2011-05-10 Doug Evans <dje@google.com>
2370
2371 * gdb.texinfo (Threads): If an empty path is provided for
2372 libthread-db-search-path it is reset to its default value.
2373 (Server): Ditto.
2374
2375 2011-05-09 Doug Evans <dje@google.com>
2376
2377 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2378
2379 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2380 Thiago Jung Bauermann <bauerman@br.ibm.com>
2381
2382 Implement support for PowerPC BookE masked watchpoints.
2383 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2384 (PowerPC Embedded): Mention support of masked watchpoints.
2385
2386 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2387
2388 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2389 `@value{GDBN}'.
2390
2391 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2392
2393 * gdb.texinfo (titlepage): Remove dedication.
2394 (In Memoriam): New appendix.
2395
2396 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2397 Eli Zaretskii <eliz@gnu.org>
2398
2399 * gdb.texinfo (Index Section Format): Change the version to 5.
2400 Describe the different formula.
2401
2402 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2403 Eli Zaretskii <eliz@gnu.org>
2404
2405 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2406 for disconnected tracing.
2407 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2408 extended-remote relationship. Mention --once.
2409 (TCP port allocation lifecycle of @code{gdbserver}): New.
2410
2411 2011-04-23 Eli Zaretskii <eliz@gnu.org>
2412
2413 * gdb.texinfo (Server): Improve indexing. Index all optional
2414 switches to gdbserver.
2415
2416 2011-04-20 Tom Tromey <tromey@redhat.com>
2417
2418 * gdb.texinfo (Index Section Format): New node.
2419 (Top): Add new node to menu.
2420
2421 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2422
2423 * gdb.texinfo (Maintenance Commands): Document `maint print
2424 remote-registers'.
2425
2426 2011-04-20 Tom Tromey <tromey@redhat.com>
2427
2428 * gdb.texinfo (Trace File Format): Move node later.
2429
2430 2011-04-19 Tom Tromey <tromey@redhat.com>
2431
2432 * gdbint.texinfo (Register Information Functions): Remove
2433 duplicate "the".
2434 * gdb.texinfo (Emacs): Remove duplicate "to".
2435 (GDB/MI Variable Objects): Remove duplicate "the".
2436 (General Query Packets): Likewise.
2437
2438 2011-04-02 Joel Brobecker <brobecker@adacore.com>
2439
2440 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2441 "GDB/MI Ada Exception Information" node.
2442
2443 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2444
2445 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2446 the "exception-name" field in the *stopped async record.
2447
2448 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2449 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2450
2451 Implement support for PowerPC BookE ranged breakpoints.
2452 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2453
2454 2011-03-28 Tom Tromey <tromey@redhat.com>
2455
2456 * gdb.texinfo (Set Tracepoints): Fix typo.
2457
2458 2011-03-24 Tom Tromey <tromey@redhat.com>
2459
2460 * gdb.texinfo (Specify Location): Document `function:label'
2461 linespec.
2462
2463 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2464
2465 PR python/12149
2466
2467 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2468
2469 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2470
2471 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2472 (Inferiors In Python): Likewise.
2473 (Threads In Python): Likewise.
2474 (Symbols In Python): Likewise.
2475 (Objfiles In Python): Likewise.
2476 (Symbol Tables In Python): Likewise.
2477
2478 2011-03-15 Pedro Alves <pedro@codesourcery.com>
2479
2480 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2481 display>: Explain that the commands accept number ranges.
2482
2483 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2484
2485 * gdb.texinfo (Breakpoints In Python): Add description and example
2486 of Python stop function operation.
2487
2488 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2489
2490 * gdb.texinfo (Parameters In Python): Document get_set_string and
2491 get_show_string methods.
2492
2493 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2496
2497 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2498 circular-trace-buffer name.
2499
2500 2011-02-28 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2503 in the previous change.
2504
2505 2011-02-27 Michael Snyder <msnyder@vmware.com>
2506
2507 * gdb.texinfo (Inferiors and Programs): Update commands to show
2508 that they can accept multiple arguments.
2509
2510 2011-02-24 Joel Brobecker <brobecker@adacore.com>
2511
2512 Revert the following patch (code patch was not approved):
2513 2011-02-21 Hui Zhu <teawater@gmail.com>
2514 * agentexpr.texi (bytecode descriptions): add printf.
2515 * gdb.texinfo (tracepoint action lists): add printf.
2516
2517 2011-02-23 Doug Evans <dje@google.com>
2518
2519 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2520
2521 2011-02-23 Michael Snyder <msnyder@vmware.com>
2522
2523 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2524 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2525 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2526
2527 2011-02-22 Doug Evans <dje@google.com>
2528
2529 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2530 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2531 add description of result, fix @defun formatting.
2532
2533 2011-02-21 Hui Zhu <teawater@gmail.com>
2534
2535 * agentexpr.texi (Bytecode Descriptions): Add printf.
2536 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2537
2538 2011-02-18 Tom Tromey <tromey@redhat.com>
2539
2540 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2541
2542 2011-02-14 Michael Snyder <msnyder@vmware.com>
2543
2544 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2545 Document new command "thread find".
2546
2547 2011-02-14 Michael Snyder <msnyder@vmware.com>
2548
2549 * gdb.texinfo (Threads): Update example of new thread message.
2550
2551 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2552
2553 * gdb.texinfo (Remote Configuration): Mention set/show remote
2554 traceframe-info.
2555 (Tools/Packages Optional for Building GDB): Mention that expat is
2556 used for traceframe info.
2557 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2558 (General Query Packets) <qSupported>: Describe the
2559 qXfer:traceframe-info:read feature.
2560 (qXfer::read): Describe qXfer:traceframe-info:read.
2561 (Traceframe Info Format): New section.
2562
2563 2011-02-04 Pedro Alves <pedro@codesourcery.com>
2564
2565 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2566 for casts and unary operators.
2567
2568 2011-02-04 Tom Tromey <tromey@redhat.com>
2569
2570 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2571 is not useful.
2572
2573 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2574
2575 * gdb.texinfo: s/value optimized out/optimized out/g
2576
2577 2011-01-21 Joel Brobecker <brobecker@adacore.com>
2578
2579 * gdb.texinfo (Other Misc Settings): Rework part of the
2580 documentation of the "set interactive mode" command.
2581
2582 2011-01-19 Tom Tromey <tromey@redhat.com>
2583
2584 * gdb.texinfo (Threads): Document thread name output and `thread
2585 name' command.
2586 (Threads In Python): Document Thread.name attribute.
2587 (GDB/MI Thread Commands): Document thread attributes.
2588
2589 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2590
2591 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2592 changes in mi/mi-cmd-disas.c
2593
2594 2011-01-12 Tom Tromey <tromey@redhat.com>
2595
2596 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2597 Fix "thread apply" text.
2598
2599 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2600 Thiago Jung Bauermann <bauerman@br.ibm.com>
2601
2602 Implement support for PowerPC BookE ranged watchpoints.
2603 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2604 the "set powerpc exact-watchpoints" flag.
2605
2606 2011-01-07 Tom Tromey <tromey@redhat.com>
2607
2608 * gdb.texinfo (Python API): Add descriptions to @menu items.
2609
2610 2011-01-06 Tom Tromey <tromey@redhat.com>
2611
2612 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2613
2614 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2615
2616 * gdb.texinfo (Debugging Output): Document "set debug jit".
2617
2618 2011-01-06 Tom Tromey <tromey@redhat.com>
2619
2620 PR python/12133:
2621 * gdb.texinfo (Frames In Python): Document various frame
2622 constants.
2623
2624 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2625
2626 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2627 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2628 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2629
2630 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2633 (clean): Add GDBvn.texi.
2634
2635 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2636
2637 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2638 occasional case where the debugger prints an array address
2639 instead of the array itself.
2640
2641 2010-12-23 Pedro Alves <pedro@codesourcery.com>
2642
2643 * gdb.texinfo (Packets) <read registers packet>: Document support
2644 for registers that were not collected.
2645
2646 2010-12-15 Doug Evans <dje@google.com>
2647
2648 * gdb.texinfo (Startup): Document auto-loading of scripts during
2649 startup.
2650 (Auto-loading): Delete "maint set python auto-load on|off".
2651 Add "set auto-load-scripts on|off".
2652
2653 2010-12-07 Doug Evans <dje@google.com>
2654
2655 * gdb.texinfo (Mode Options): Document -data-directory.
2656 (Data Files): Add reference to -data-directory.
2657
2658 2010-11-29 Doug Evans <dje@google.com>
2659
2660 * gdb.texinfo (Pretty-Printer Introduction): Change
2661 printer-name:subprinter-name to printer-name;subprinter-name.
2662
2663 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2664
2665 PR python/12199
2666
2667 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2668
2669 2010-11-23 Tom Tromey <tromey@redhat.com>
2670
2671 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2672 (Editing): Likewise.
2673 (Command History): Likewise.
2674 (TUI Keys): Likewise.
2675 (Bug Reporting): Conditionally include rluser.texi and
2676 inc-history.texinfo.
2677 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2678 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2679 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2680 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2681 (gdb.pdf): Likewise.
2682 (gdb.info): Likewise.
2683 (gdb/index.html): Likewise.
2684
2685 2010-11-23 Tom Tromey <tromey@redhat.com>
2686
2687 * Makefile.in (Makefile): Run ../config.status.
2688 (distclean): Update.
2689 * configure: Remove.
2690 * configure.ac: Remove.
2691
2692 2010-11-12 Tom Tromey <tromey@redhat.com>
2693
2694 * gdb.texinfo (Basic Python): Update. Add xref.
2695 (Exception Handling): Document new exception classes.
2696 (Types In Python): Update.
2697 (Frames In Python): Update.
2698
2699 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2700
2701 * gdb.texinfo (Breakpoints In Python): Document "internal"
2702 parameter, and visible attribute.
2703
2704 2010-11-05 Doug Evans <dje@google.com>
2705
2706 * gdb.texinfo (Source Path): Document "set directories".
2707
2708 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
2709
2710 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2711 (OpenCL C): New node.
2712
2713 2010-11-02 Doug Evans <dje@google.com>
2714
2715 * gdb.texinfo (Pretty Printing): Expand into three sections,
2716 introduction, example, and commands.
2717 (Python API): Delete section Disabling Pretty-Printers, merge into
2718 Selecting Pretty-Printers.
2719 (Writing a Pretty-Printer): New section. Move the pretty-printer
2720 example here, and reformat to match python coding style. Add a second
2721 example using the gdb.printing module.
2722 (Python modules): Add gdb.printing.
2723
2724 2010-10-29 Doug Evans <dje@google.com>
2725
2726 * gdb.texinfo (Python): Fix long line.
2727
2728 2010-10-20 Doug Evans <dje@google.com>
2729
2730 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2731 All references updated. Correct sections marked as subsections.
2732 (Coding Standards): New chapter. Move the coding standard related
2733 subsections here. Add section on Python coding standards.
2734
2735 2010-10-13 Doug Evans <dje@google.com>
2736
2737 * gdb.texinfo (Python): Add "Python modules".
2738 (Types in Python): Add reference to gdb.types section.
2739 (Python modules): New node.
2740
2741 2010-10-11 Doug Evans <dje@google.com>
2742
2743 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2744 Python" from gdb.Value.type description.
2745
2746 2010-09-28 Joel Brobecker <brobecker@adacore.com>
2747
2748 * gdb.texinfo (Ravenscar Profile): New node.
2749
2750 2010-09-22 Tom Tromey <tromey@redhat.com>
2751
2752 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2753
2754 2010-09-22 Eli Zaretskii <eliz@gnu.org>
2755
2756 * gdb.texinfo (Values From Inferior): Clarify that
2757 value.dynamic_type works only in C++ programs with RTTI.
2758
2759 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
2760
2761 * gdb.texinfo (Character Sets): Correctly reference host-charset
2762 in example.
2763
2764 2010-09-13 Tom Tromey <tromey@redhat.com>
2765
2766 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2767 Document "fullname" and "from".
2768
2769 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2770
2771 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2772 feature `reverse' output by -list-target-features.
2773
2774 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2775
2776 * gdb.texinfo (i386 Features): Remove an extra "@item".
2777
2778 2010-08-30 Tom Tromey <tromey@redhat.com>
2779
2780 PR python/11792:
2781 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2782
2783 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2784
2785 * gdb.texinfo (ARM Features): Document
2786 org.gnu.gdb.arm.m-profile.
2787
2788 2010-08-23 Tom Tromey <tromey@redhat.com>
2789
2790 PR python/11145:
2791 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2792 reinterpret_cast methods.
2793
2794 2010-08-23 Tom Tromey <tromey@redhat.com>
2795
2796 PR python/11915:
2797 * gdb.texinfo (Types In Python): Document array method.
2798
2799 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2800
2801 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2802
2803 2010-08-16 Tom Tromey <tromey@redhat.com>
2804
2805 * gdb.texinfo (Set Watchpoints): Document -location option.
2806
2807 2010-08-13 Doug Evans <dje@google.com>
2808
2809 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2810
2811 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2812
2813 * gdb.texinfo (GDB/MI Data Manipulation): Document
2814 -data-read-memory-raw and -data-write-memory-raw.
2815
2816 2010-08-11 Tom Tromey <tromey@redhat.com>
2817 Phil Muldoon <pmuldoon@redhat.com>
2818
2819 * gdb.texinfo (Basic Python): Describe post_event API.
2820
2821 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2822
2823 * gdb.texinfo (Basic Python): Describe solib_address and
2824 decode_line Python APIs
2825
2826 2010-08-10 Tom Tromey <tromey@redhat.com>
2827
2828 * gdb.texinfo (Pretty Printing API): Document
2829 gdb.default_visualizer.
2830
2831 2010-08-10 Tom Tromey <tromey@redhat.com>
2832
2833 Revert gdb-add-index addition:
2834 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2835
2836 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2837 Eli Zaretskii <eliz@gnu.org>
2838
2839 * gdb.texinfo (Mode Options) <-batch>
2840 (Basic Python) <gdb.execute>: Describe setting width and height.
2841
2842 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2843
2844 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2845
2846 2010-07-30 Tom Tromey <tromey@redhat.com>
2847
2848 * gdb.texinfo (Index Files): Mention gdb-add-index.
2849
2850 2010-07-30 Hui Zhu <teawater@gmail.com>
2851
2852 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2853 "detach inferior" and "kill inferior".
2854
2855 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2856
2857 * gdb.texinfo (Machine Code): Update description of two forms of
2858 arguments, and add new example to demonstrate the new form.
2859
2860 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2861
2862 * gdb.texinfo (Values From Inferior): Add value inferior function
2863 call description.
2864
2865 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2866
2867 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2868
2869 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2870 Eli Zaretskii <eliz@gnu.org>
2871
2872 Make core files the process_stratum.
2873 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2874 record_stratum example.
2875
2876 2010-07-13 Tom Tromey <tromey@redhat.com>
2877
2878 * gdb.texinfo (Index Files): New node.
2879
2880 2010-07-13 Tom Tromey <tromey@redhat.com>
2881
2882 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2883
2884 2010-07-13 Tom Tromey <tromey@redhat.com>
2885
2886 * gdb.texinfo (Specify Location): Document labels.
2887
2888 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2889
2890 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2891 entries for fast tracepoints and static tracepoints.
2892
2893 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2894
2895 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2896 qsThreadInfo>: Spell out `l' as ell.
2897
2898 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2899
2900 * gdb.texinfo (Convenience Variables): Document $_sdata.
2901 (Commands to Set Tracepoints): Describe static tracepoints. Add
2902 `Listing Static Tracepoint Markers' menu entry. Document
2903 "strace".
2904 (Tracepoint Action Lists): Document collecting $_sdata.
2905 (Listing Static Tracepoint Markers): New subsection.
2906 (Tracepoints support in gdbserver): Mention static tracepoints.
2907 (remote packets, enabling and disabling): Mention
2908 read-sdata-object.
2909 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2910 and StaticTracepoint.
2911 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2912 Document qXfer:sdata:read.
2913 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2914
2915 2010-06-29 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2918
2919 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2920 Tom Tromey <tromey@redhat.com>
2921 Thiago Jung Bauermann <bauerman@br.ibm.com>
2922
2923 * gdb.texinfo (Inferiors In Python): New node.
2924 * gdb.texinfo (Threads In Python): New node.
2925
2926 2010-06-28 Joel Brobecker <brobecker@adacore.com>
2927
2928 * gdb.texinfo (Python): Document what the python directory is
2929 and what its location is.
2930 (Basic Python): Document the gdb.PYTHONDIR constant.
2931
2932 2010-06-25 Tom Tromey <tromey@redhat.com>
2933
2934 PR python/10808:
2935 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2936
2937 2010-06-24 Hui Zhu <teawater@gmail.com>
2938
2939 * gdb.texinfo: (Commands for Controlled Output): Add
2940 documentation for command "eval".
2941
2942 2010-06-21 Stan Shebs <stan@codesourcery.com>
2943
2944 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2945 * annotate.texinfo: Ditto.
2946 * gdbint.texinfo: Ditto.
2947 * stabs.texinfo: Ditto.
2948
2949 2010-06-22 Hui Zhu <teawater@gmail.com>
2950
2951 * gdb.texinfo: (Process Record and Replay): Add documentation
2952 for command "set record memory-query".
2953
2954 2010-06-21 Stan Shebs <stan@codesourcery.com>
2955
2956 * gdb.texinfo: Relicense under GFDL version 1.3.
2957 * annotate.texinfo: Relicense under GFDL version 1.3.
2958 * gdbint.texinfo: Relicense under GFDL version 1.3.
2959 * stabs.texinfo: Relicense under GFDL version 1.3.
2960 * fdl.texi: Update to version 1.3.
2961
2962 2010-06-18 Stan Shebs <stan@codesourcery.com>
2963
2964 * gdb.texinfo (Operating System Auxiliary Information): Describe
2965 "info os" when no arguments given.
2966
2967 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2968 $_thread.
2969
2970 2010-06-18 Hui Zhu <teawater@gmail.com>
2971
2972 * gdb.texinfo: (Process Record and Replay): Add documentation
2973 for commands "record save" and "record restore".
2974
2975 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2976
2977 * gdb.texinfo: Include information about the correct use
2978 of addresses in the `watch' command.
2979
2980 2010-06-11 Stan Shebs <stan@codesourcery.com>
2981
2982 * gdb.texinfo (Observer Mode): New section.
2983 (General Query Packets): Document QAllow.
2984
2985 2010-06-04 Doug Evans <dje@google.com>
2986
2987 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2988
2989 2010-06-03 Doug Evans <dje@google.com>
2990
2991 * gdbint.texinfo (Coding): Add subsection on command names.
2992
2993 2010-06-02 Tom Tromey <tromey@redhat.com>
2994
2995 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2996 always-disassemble.
2997
2998 2010-06-01 Pedro Alves <pedro@codesourcery.com>
2999
3000 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3001 gdbserver, and add cross reference.
3002 (Tracepoints support in gdbserver): New subsection.
3003
3004 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3005
3006 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3007 `qRelocInsn' feature.
3008 (Relocate instruction reply packet): New subsection
3009 of `Tracepoint Packets'.
3010 (Tracepoint Packets): Mention that packets QTDP and QTStart
3011 support the qRelocInsn request, and add cross reference to new
3012 subsection.
3013
3014 2010-05-25 Doug Evans <dje@google.com>
3015
3016 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3017 (Commands In Python): Document gdb.string_to_argv.
3018
3019 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3020
3021 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3022 ATTR_NORETURN.
3023
3024 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3025 Tom Tromey <tromey@redhat.com>
3026 Thiago Jung Bauermann <bauerman@br.ibm.com>
3027
3028 * gdb.texinfo (Parameters In Python): New Node.
3029
3030 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3031
3032 * gdb.texinfo: (Summary) Add mention about D language support.
3033 (Filenames): Add D suffixes.
3034 (D): New node.
3035
3036 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3037
3038 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3039 of macro deleted from GDB code.
3040
3041 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3042
3043 * gdb.texinfo (Commands to specify files): Describe what how GDB
3044 looks up DOS-based filesystem paths on the system root. Document
3045 the new `set/show target-file-system-kind' commands.
3046
3047 2010-04-23 Doug Evans <dje@google.com>
3048
3049 * gdb.texinfo (Python): Move Auto-loading section here ...
3050 (Python API): from here.
3051 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3052 (Maintenance Commands): Add docs for "maint print section-scripts".
3053
3054 2010-04-20 Chris Moller <cmoller@redhat.com>
3055
3056 * gdb.texinfo (Setting Breakpoints): Added description of
3057 filename-qualified rbreak.
3058 * refcard.tex (Breakpoints and Watchpoints): Added brief
3059 description of filename-qualified rbreak.
3060
3061 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3064 (Python API): Change the reference to Pretty Printing API.
3065 (Pretty Printing): Move the user part under the Data node. Reformat
3066 the sample output to 72 columns. Create a new reference to Pretty
3067 Printing API. Rename the API part ...
3068 (Pretty Printing API): To a new node name.
3069 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3070 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3071
3072 2010-04-21 Stan Shebs <stan@codesourcery.com>
3073
3074 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3075 and commands.
3076 (Listing Tracepoints): Update to reflect current behavior.
3077
3078 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3079
3080 * gdb.texinfo (Examining memory): Update for change in string
3081 display with explicit size.
3082
3083 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3084
3085 PR breakpoints/8554.
3086
3087 * gdb.texinfo (Save Breakpoints): New node.
3088 (save-tracepoints): Rename to ...
3089 (save tracepoints): ... this. Mention that `save-tracepoints' is
3090 a deprecated alias to `save tracepoints'.
3091
3092 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3093
3094 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3095 (info w32 thread-information-block): Document new command.
3096 (qGetTIBAddress): Document new gdbserver query.
3097 (maint set/show show-all-tib): Document new command.
3098
3099 2010-04-15 Doug Evans <dje@google.com>
3100
3101 * gdb.texinfo (Python API): Add progspaces section.
3102 (Selecting Pretty-Printers): Progspace pretty-printers are
3103 searched too.
3104 (Progspaces In Python): New section.
3105
3106 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3107
3108 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3109
3110 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3111 returns None.
3112
3113 2010-04-09 Stan Shebs <stan@codesourcery.com>
3114
3115 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3116 Describe the `frames-created' field, tweak grammar.
3117
3118 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3119
3120 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3121 Describe the `circular' and `disconnected' fields.
3122
3123 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3124
3125 * gdb.texinfo (maint print registers): Mention unavailable and
3126 invisible registers.
3127
3128 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3129 Thiago Jung Bauermann <bauerman@br.ibm.com>
3130 Tom Tromey <tromey@redhat.com>
3131
3132 * gdb.texinfo (Breakpoints In Python): New Node.
3133
3134 2010-04-08 Stan Shebs <stan@codesourcery.com>
3135
3136 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3137 trace status fields.
3138
3139 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3140
3141 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3142 optional. Make org.gnu.gdb.i386.avx requires
3143 org.gnu.gdb.i386.avx.
3144
3145 2010-04-08 Doug Evans <dje@google.com>
3146
3147 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3148 search path, and document that gdb only scans the search path if
3149 the script's path doesn't specify a directory.
3150
3151 2010-04-05 Doug Evans <dje@google.com>
3152
3153 * gdb.texinfo (maint show python auto-load): Fix typo.
3154
3155 2010-04-04 Stan Shebs <stan@codesourcery.com>
3156
3157 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3158 (Setting Watchpoints): Update description of "info watch".
3159 (Disabling Breakpoints): Only "info break" lists all.
3160
3161 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3162 (tdump): Explain how tdump works.
3163
3164 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3165
3166 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3167 add cross reference.
3168
3169 2010-03-31 Pedro Alves <pedro@codesourcery.com>
3170
3171 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3172 commands error out.
3173
3174 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3175
3176 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3177
3178 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3179
3180 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3181
3182 2010-03-29 Stan Shebs <stan@codesourcery.com>
3183 Nathan Sidwell <nathan@codesourcery.com>
3184
3185 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3186 GDBN equivalent.
3187 (Set Tracepoints): Remove mention that conditional tracepoints
3188 don't exist.
3189 (Tracepoint Actions): Clarify when while-stepping collection
3190 happens, note that while-stepping does not automatically collect
3191 $pc.
3192
3193 2010-03-29 Stan Shebs <stan@codesourcery.com>
3194
3195 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3196 (General Query Packets): Describe TracepointSource.
3197
3198 2010-03-27 Matt Rice <ratmice@gmail.com>
3199
3200 * gdb.texinfo (ARM): Document arguments to "target sim".
3201 (Set Catchpoints): Use @dots{} instead of @r{...}.
3202
3203 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3204
3205 * gdb.texinfo (Tracepoint Packets): Remove mention that
3206 terror:string may be plain text, and drop mention of X prefix.
3207
3208 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3209
3210 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3211
3212 2010-03-24 Stan Shebs <stan@codesourcery.com>
3213
3214 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3215
3216 2010-03-24 Tom Tromey <tromey@redhat.com>
3217
3218 PR breakpoints/9352:
3219 * gdb.texinfo (Break Commands): Update.
3220
3221 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3222
3223 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3224 commands.
3225
3226 2010-03-16 Stan Shebs <stan@codesourcery.com>
3227
3228 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3229 circular-trace-buffer.
3230 (Tracepoint Packets): Describe QTBuffer, and details of the
3231 qTStatus reply.
3232
3233 2010-03-12 Stan Shebs <stan@codesourcery.com>
3234 Nathan Sidwell <nathan@codesourcery.com>
3235
3236 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3237 doing instruction stepping.
3238 (Tracepoint Restrictions): New node.
3239
3240 2010-03-10 Tom Tromey <tromey@redhat.com>
3241
3242 * gdbint.texinfo (Symbol Handling): Update.
3243
3244 2010-03-08 Tom Tromey <tromey@redhat.com>
3245
3246 PR cli/9591:
3247 * gdb.texinfo (Mode Options): Mention lack of pagination and
3248 confirmation with --batch.
3249 (Screen Size): Mention --batch.
3250 (Messages/Warnings): Likewise.
3251
3252 2010-03-05 Tom Tromey <tromey@redhat.com>
3253
3254 * gdb.texinfo (Basic Python): Document target_charset and
3255 target_wide_charset.
3256
3257 2010-03-05 Tom Tromey <tromey@redhat.com>
3258
3259 * gdb.texinfo (Data): Link to pretty-printing.
3260 (Output Formats): Likewise. Correct text.
3261
3262 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3263
3264 * gdb.texinfo (Types): Describe <struct> and <flags>.
3265
3266 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3267
3268 * gdb.texinfo (Frames In Python): Add block parameter and
3269 description to read_var text.
3270
3271 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3272 Tom Tromey <tromey@redhat.com>
3273
3274 * gdb.texinfo (Types In Python): Describe block argument in
3275 template_argument and gdb.lookup_type.
3276
3277 2010-02-24 Tom Tromey <tromey@redhat.com>
3278
3279 * gdb.texinfo (Cygwin Native): Fix typo.
3280
3281 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3282
3283 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3284 and select method descriptions.
3285 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3286 Tables in Python to menu.
3287 (Blocks In Python): New node.
3288 (Symbols In Python): New node.
3289 (Symbol Tables in Python): New node.
3290
3291 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3292
3293 Multiexec MI
3294
3295 gdb/
3296 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3297
3298 gdb/doc/
3299 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3300 changes.
3301 (GDB/MI Program Execution): Document current behaviour of
3302 --all and --thread-group.
3303 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3304 -remove-inferior.
3305 * observer.texi (inferior_added, inferior_removed): New
3306 observers.
3307
3308 2010-02-19 Tom Tromey <tromey@redhat.com>
3309
3310 * gdbint.texinfo (Getting Started): Fix @node.
3311 (Debugging GDB): Likewise.
3312
3313 2010-02-13 Joel Brobecker <brobecker@adacore.com>
3314
3315 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3316 documenting the gdb_test_timeout variable.
3317
3318 2010-02-12 Jakob Engblom <jakob@virtutech.com>
3319
3320 * gdb.texinfo (MI commands): Added documentation of --reverse
3321 option to a set of MI commands. Restructured documentation of MI
3322 commands --exec-continue to reflect the complexity of reverse
3323 execution.
3324
3325 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3326
3327 * gdb.texinfo (Using the Collected Data): Specify that the address
3328 range of `tfind outsize' is exclusive, and that the address range
3329 of `tfind range' is inclusive.
3330 (Tracepoint Packets): Specify that the address range of
3331 `QTFrame:range' is inclusive, and that the address range of
3332 `QTFrame:outside' is exclusive
3333
3334 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3335
3336 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3337
3338 2010-02-10 Tom Tromey <tromey@redhat.com>
3339
3340 * gdb.texinfo (Debugging Output): Document set debug parser and
3341 show debug parser.
3342
3343 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3344
3345 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3346 i386_eflags and i386_mxcsr.
3347
3348 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3349
3350 * gdb.texinfo: Document i386 target features.
3351
3352 2010-02-05 Doug Evans <dje@google.com>
3353
3354 * gdbint.texinfo (Testsuite): Add a new section to document the
3355 various DejaGnu variables that may be overridden.
3356 Document INTERNAL_GDBFLAGS.
3357
3358 2010-02-04 Tom Tromey <tromey@redhat.com>
3359
3360 PR cli/8830:
3361 * gdb.texinfo (Files): -readnow comes before the filename for file
3362 and symbol-file.
3363
3364 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3365
3366 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3367 Document ARM breakpoint types.
3368 (Register Packet Format): Move into the new section.
3369 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3370
3371 2010-01-21 Joel Brobecker <brobecker@adacore.com>
3372
3373 * gdb.texinfo (File Options): Adjust the documentation of this
3374 switch to refer to the "source" command rather than partially
3375 duplicating some of the relevant information.
3376 (Extending GDB): Introduce and document the set/show script-extension
3377 setting.
3378 (Command Files): Add note explaining that the "source" command
3379 is also used to evalute scripts written in other languages.
3380 Remove the short slightly incorrect reference to sourcing Python
3381 scripts.
3382 (Python Commands): Document how to execute a Python script from GDB.
3383
3384 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdb.texinfo (Command Files): Fix typo.
3387
3388 2010-01-18 Tom Tromey <tromey@redhat.com>
3389
3390 * gdb.texinfo (File Options): Document -x on .py files.
3391 (Command Files): Document handling of Python scripts.
3392
3393 2010-01-18 Jie Zhang <jie.zhang@analog.com>
3394
3395 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3396
3397 2010-01-15 Stan Shebs <stan@codesourcery.com>
3398
3399 * gdb.texinfo (Trace Files): New section.
3400 (Tracepoint Packets): Document QTSave and qTBuffer.
3401 (Trace File Format): New appendix.
3402
3403 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3404
3405 * gdb.texinfo (Values From Inferior): Document lazy_string value
3406 method.
3407 (Python API): Add Lazy strings menu item.
3408 (Lazy Strings In Python): New node.
3409
3410 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3411
3412 * gdb.texinfo (GDB/MI Thread Information): New.
3413 (GDB/MI Async Records): Document the core field in *stopped.
3414 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3415 documentation
3416 (Process list): Document that osdata document may contain
3417 threads.
3418 (Remote Serial Protocol): Document qXfer:threads.
3419
3420 2010-01-06 Stan Shebs <stan@codesourcery.com>
3421
3422 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3423 disconnected tracing.
3424 (Tracepoint Packets): Document new protocol.
3425
3426 2010-01-05 Stan Shebs <stan@codesourcery.com>
3427
3428 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3429 tracepoints.
3430 (Tracepoint Packets): Describe remote protocol for fast
3431 tracepoints.
3432
3433 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3434
3435 Update the "Start of New Year Procedure".
3436 * gdbint.texinfo: Add the list of files that need to be updated
3437 manually. Minor reformatting.
3438
3439 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3440
3441 * refcard.tex: Update copyright year in header and text.
3442
3443 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3444
3445 * agentexpr.texi: Add 2010 to the list of copyright years.
3446 * annotate.texinfo: Likewise.
3447 * gdb.texinfo: Likewise.
3448 * gdbint.texinfo: Likewise.
3449 * observer.texi: Likewise.
3450 * stabs.texinfo: Likewise.
3451
3452 2009-12-31 Stan Shebs <stan@codesourcery.com>
3453
3454 * gdb.texinfo (Tracepoint Actions): Describe teval.
3455
3456 2009-12-29 Stan Shebs <stan@codesourcery.com>
3457
3458 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3459
3460 2009-12-28 Stan Shebs <stan@codesourcery.com>
3461
3462 * gdb.texinfo (Trace State Variables): New section.
3463 (Tracepoint Packets): Describe trace state variable packets.
3464 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3465 variable bytecodes.
3466
3467 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3468
3469 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3470 declarations.
3471
3472 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3473
3474 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3475 -gdb-exit behaviour.
3476
3477 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3478
3479 * gpl.texi: Update to version 3 of the GPL.
3480
3481 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3482
3483 * Makefile.in: Update copyright header.
3484 * observer.texi: Fix the copyright header of the generated files.
3485
3486 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3487
3488 * gdb.texinfo (Types In Python): Describe range function.
3489
3490 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3491
3492 * gdb.texinfo (Types In Python): Describe "is_base_class".
3493
3494 2009-12-03 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3497
3498 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3499
3500 * observer.texi: New memory_changed observer.
3501
3502 2009-12-01 Tom Tromey <tromey@redhat.com>
3503
3504 * gdb.texinfo (Reverse Execution): Fix typo.
3505
3506 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3507
3508 PR gdb/8704
3509
3510 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3511 are allowed after the breakpoint condition.
3512
3513 2009-11-23 Tom Tromey <tromey@redhat.com>
3514
3515 PR python/10782:
3516 * gdb.texinfo (Types In Python): Document Type.pointer.
3517
3518 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3519
3520 * gdb.texinfo (Machine Code): Adjust.
3521
3522 2009-11-11 Pedro Alves <pedro@codesourcery.com>
3523
3524 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3525 (Using Agent Expressions): Delete cross reference.
3526
3527 2009-11-07 Joel Brobecker <brobecker@adacore.com>
3528
3529 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3530 and @settitle directives up to help makeinfo find them.
3531
3532 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3533
3534 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3535 (Auto-loading): Use plural and note one can use multiple components now.
3536
3537 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3538
3539 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3540 -stack-list-arguments have the same documentation for parameter
3541 as -stack-list-locals. Add comas.
3542
3543 2009-10-27 Tom Tromey <tromey@redhat.com>
3544 Eli Zaretskii <eliz@gnu.org>
3545
3546 PR python/10781
3547
3548 * gdb.texinfo (Values From Inferior): Document cast method.
3549
3550 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3551
3552 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3553 and adjust example.
3554
3555 2009-10-22 Michael Snyder <msnyder@vmware.com>
3556
3557 * gdb.texinfo (Process Record and Replay): Document new form of
3558 info record command. Also document the new save and restore
3559 commands.
3560
3561 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3562
3563 * gdb.texinfo (Machine Code): Mention current pc marker.
3564 (Memory): Likewise.
3565
3566 2009-10-19 Pedro Alves <pedro@codesourcery.com>
3567 Stan Shebs <stan@codesourcery.com>
3568
3569 * observer.texi (new_inferior): Rename to...
3570 (inferior_appeared): ... this.
3571
3572 * gdb.texinfo (Inferiors): Rename node to ...
3573 (Inferiors and Programs): ... this. Mention running multiple
3574 programs in the same debug session.
3575 <info inferiors>: Mention the new 'Executable' column if "info
3576 inferiors". Update examples. Document the "add-inferior",
3577 "clone-inferior", "remove-inferior" and "maint info
3578 program-spaces" commands.
3579 (Process): Rename node to...
3580 (Forks): ... this. Document "set|show follow-exec-mode".
3581
3582 2009-10-11 Michael Snyder <msnyder@vmware.com>
3583
3584 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3585 (ReverseContinue): Ditto.
3586
3587 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3588
3589 * gdb.texinfo (Server): Document libthread-db-search-path.
3590
3591 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3592
3593 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3594
3595 2009-10-06 Michael Eager <eager@eagercon.com>
3596
3597 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3598 (Embedded Processors): Add MicroBlaze.
3599 (MicroBlaze): New. Describe Xilinx MicroBlaze
3600
3601 2009-10-04 Pedro Alves <pedro@codesourcery.com>
3602
3603 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3604
3605 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3606
3607 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3608
3609 2009-09-23 Joel Brobecker <brobecker@adacore.com>
3610
3611 * observer.texi (solib_unloaded): Document explicitly the fact that
3612 this observer is called before the associated symbols are unloaded.
3613
3614 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3615
3616 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3617 -stack-list-variables.
3618
3619 2009-09-18 Tom Tromey <tromey@redhat.com>
3620
3621 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3622 is experimental.
3623
3624 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3625
3626 * gdb.texinfo (convenince variables): Mention
3627 $_siginfo could be empty.
3628
3629 2009-09-15 Tom Tromey <tromey@redhat.com>
3630
3631 * gdb.texinfo (GDB/MI Variable Objects): Document
3632 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3633 Expand -var-update documentation.
3634
3635 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3636
3637 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3638 feature.
3639
3640 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3641
3642 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3643
3644 2009-09-10 Michael Snyder <msnyder@vmware.com>
3645
3646 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3647 ReverseStep replies to the qSupported query.
3648
3649 2009-09-10 Joel Brobecker <brobecker@adacore.com>
3650
3651 Add documentation for set/show interactive-mode.
3652 * gdb.texinfo (Other Misc Settings): New node.
3653
3654 2009-09-01 Doug Evans <dje@google.com>
3655
3656 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3657 non-stop mode's affect on remote caching.
3658
3659 2009-08-31 Jacob Potter <jdpotter@google.com>
3660 Doug Evans <dje@google.com>
3661
3662 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3663 Mark `set/show remotecache' options as obsolete.
3664 Document new `set/show stack-cache' option.
3665 Update text for `info dcache'.
3666
3667 2009-08-27 Doug Evans <dje@google.com>
3668
3669 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3670 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3671
3672 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3673
3674 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3675 about autoconf.
3676
3677 2009-08-25 Pedro Alves <pedro@codesourcery.com>
3678
3679 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3680 small example, and describe its columns. Replace "inferior-id" by
3681 "infno" throughout.
3682
3683 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3684
3685 * gdbint.texinfo (Releasing GDB): Point to
3686 README-maintainer-mode file for required autoconf version.
3687 * configure.ac: Do not substitute datarootdir, htmldir,
3688 pdfdir, docdir. Do not process --with-datarootdir,
3689 --with-htmldir, --with-pdfdir, --with-docdir.
3690 * configure: Regenerate.
3691
3692 * configure: Regenerate.
3693
3694 2009-08-20 Reid Kleckner <reid@kleckner.net>
3695
3696 * gdb.texinfo: Add chapter on JIT interface.
3697
3698 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
3701 confirmation request.
3702
3703 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3704
3705 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3706 CRC definitions.
3707
3708 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3709
3710 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3711 -break-commands.
3712
3713 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3714
3715 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3716 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3717
3718 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3719
3720 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3721 "set spu stop-on-load" and "show spu stop-on-load" commands.
3722
3723 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3724
3725 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3726
3727 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3728
3729 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3730 org.gnu.gdb.arm.neon.
3731
3732 2009-07-20 Pedro Alves <pedro@codesourcery.com>
3733
3734 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3735 optional element.
3736 (subsection OS ABI): New subsection.
3737
3738 2009-07-14 Stan Shebs <stan@codesourcery.com>
3739
3740 * gdb.texinfo (Tracepoint Conditions): New section.
3741 (General Query Packets): Describe ConditionalTracepoints.
3742 (Tracepoint Packets): Describe condition field.
3743 (Maintenance Commands): Describe maint agent-eval.
3744 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3745
3746 2009-07-11 Hui Zhu <teawater@gmail.com>
3747
3748 * gdb.texinfo (disassemble): Add a new modifier /r
3749 to "disassemble" command to make it print the raw instructions
3750 in hex as well as in symbolic form.
3751
3752 2009-07-09 Tom Tromey <tromey@redhat.com>
3753
3754 * gdbint.texinfo (Testsuite): Document parallel make check.
3755
3756 2009-07-09 Tom Tromey <tromey@redhat.com>
3757
3758 * gdbint.texinfo (Testsuite): Document test transcripts.
3759
3760 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3761
3762 * gdb.texinfo (Values From Inferior): Add length parameter
3763 description.
3764
3765 2009-07-04 Chris Genly <chris@genly.us>
3766
3767 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3768 in -var-list-children. Fix example according to what the code
3769 does.
3770
3771 2009-07-02 Pedro Alves <pedro@codesourcery.com>
3772
3773 * gdb.texinfo (Debugging multiple inferiors): Document the
3774 "inferior", "detach inferior" and "kill inferior" commands.
3775 (Debugging Programs with Multiple Processes): Adjust to mention
3776 generic "inferior" commands. Delete mention of "detach fork" and
3777 "delete fork". Cross reference to "Debugging multiple inferiors"
3778 section.
3779
3780 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3781
3782 * gdbint.texinfo (Item Output Functions): Update signature
3783 for ui_out_field_core_addr.
3784
3785 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3786
3787 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
3788 Update example code extrated from breakpoint.c.
3789
3790 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3791
3792 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3793 MI commands.
3794 (GDB/MI Symbol Query): Likewise.
3795 (GDB/MI File Commands): Likewise.
3796 (GDB/MI File Transfer Commands): Likewise.
3797 (GDB/MI Target Manipulation): Likewise.
3798 (GDB/MI Miscellaneous Commands): Likewise.
3799
3800 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3801
3802 * gdb.texinfo (Debugging Optimized Code): New chapter.
3803 (Compiling for Debugging): Reference it. Move some
3804 text to the new section.
3805
3806 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3807
3808 * doc/gdb.texinfo (Calling): Document
3809 set-unwind-on-terminating-exception usage.
3810
3811 2009-06-11 Pedro Alves <pedro@codesourcery.com>
3812
3813 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3814 command.
3815
3816 2009-06-07 Pedro Alves <pedro@codesourcery.com>
3817
3818 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3819 references.
3820
3821 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3822
3823 * gdbint.texinfo: Rename formal parameters to gdbarch function
3824 protoypes from "current_gdbarch" to "gdbarch".
3825
3826 2009-05-28 Tom Tromey <tromey@redhat.com>
3827
3828 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3829
3830 2009-05-27 Tom Tromey <tromey@redhat.com>
3831
3832 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3833 feature.
3834 (GDB/MI Variable Objects): Document -var-set-visualizer.
3835
3836 2009-04-02 Tom Tromey <tromey@redhat.com>
3837
3838 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3839 feature.
3840 (GDB/MI Variable Objects): Document -var-set-visualizer.
3841
3842 2009-05-27 Tom Tromey <tromey@redhat.com>
3843 Thiago Jung Bauermann <bauerman@br.ibm.com>
3844 Phil Muldoon <pmuldoon@redhat.com>
3845
3846 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3847 (Pretty Printing): New node.
3848 (Selecting Pretty-Printers): Likewise.
3849 (Python API): Update.
3850 (Output Formats): Document /r format.
3851
3852 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3853 Tom Tromey <tromey@redhat.com>
3854
3855 * gdb.texinfo (Types In Python): New node.
3856 (Values From Inferior): "type" is now an attribute.
3857 (Python API): Update.
3858
3859 2009-05-27 Tom Tromey <tromey@redhat.com>
3860 Thiago Jung Bauermann <bauerman@br.ibm.com>
3861 Phil Muldoon <pmuldoon@redhat.com>
3862
3863 * gdb.texinfo: Add @syncodeindex for `tp'.
3864 (Python API): Update.
3865 (Auto-loading): New node.
3866 (Objfiles In Python): New node.
3867
3868 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3869
3870 * gdb.texinfo (Threads): Document libthread-db-search-path.
3871
3872 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
3873
3874 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3875
3876 2009-05-12 Pedro Alves <pedro@codesourcery.com>
3877
3878 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3879 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3880 show show-debug-regs' docs.
3881
3882 2009-05-08 Eli Zaretskii <eliz@gnu.org>
3883
3884 * gdb.texinfo (Process Record and Replay): Add description of
3885 reverse execution.
3886
3887 2009-05-07 Joel Brobecker <brobecker@adacore.com>
3888
3889 * gdbint.texinfo (Adding support for debugging core files): New node.
3890 (Native Debugging): Remove the ``Native core file Support'' section.
3891
3892 2009-05-01 Eli Zaretskii <eliz@gnu.org>
3893
3894 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3895 Add index entries.
3896
3897 2009-04-30 Hui Zhu <teawater@gmail.com>
3898 Michael Snyder <msnyder@vmware.com>
3899
3900 * gdb.texinfo: (Process Record and Replay): Add documentation for
3901 process record and replay.
3902
3903 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3906 a new part on command-line defined macros.
3907
3908 2009-04-25 Eli Zaretskii <eliz@gnu.org>
3909
3910 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3911 clarify the wording.
3912
3913 2009-04-23 Tom Tromey <tromey@redhat.com>
3914
3915 * gdb.texinfo (Data Files): New node.
3916 (GDB Files): Update menu.
3917
3918 2009-04-23 Joel Brobecker <brobecker@adacore.com>
3919
3920 * gdbint.texinfo (Defining Other Architecture Features): Remove
3921 entry for PROCESS_LINENUMBER_HOOK.
3922
3923 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3924
3925 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3926
3927 2009-04-22 Hui Zhu <teawater@gmail.com>
3928
3929 * gdb.texinfo (disassemble-next-line): Set the default of
3930 disassemble-next-line to off.
3931
3932 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3933
3934 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3935 --with-htmldir): New.
3936 * configure: Regenerate.
3937 * Makefile.in (datarootdir, docdir): Define.
3938 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3939 instead of $(SET_TEXINPUTS).
3940 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3941 gdbint.info instead of $(SET_TEXINPUTS).
3942 (gdbint/index.html): Use same -I options as for building
3943 gdbint.info.
3944 (stabs.dvi, stabs.pdf): Use same -I options as for building
3945 stabs.info instead of $(SET_TEXINPUTS).
3946 (stabs/index.html): Use same -I options as for building
3947 stabs.info.
3948 (annotate.dvi, annotate.pdf): Use same -I options as for building
3949 annotate.info instead of $(SET_TEXINPUTS).
3950 (annotate/index.html): Use same -I options as for building
3951 annotate.info.
3952
3953 2009-04-21 David Daney <ddaney@caviumnetworks.com>
3954
3955 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3956
3957 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3958
3959 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3960
3961 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
3962 Joseph Myers <joseph@codesourcery.com>
3963
3964 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3965 (MAKEHTMLFLAGS): Set to empty.
3966 (html__strip_dir): Define.
3967 (HTMLFILES): Define.
3968 (HTMLFILES_INSTALL): Define.
3969 (install-html): Copy new automake rule.
3970 (html): Depend on $(HTMLFILES).
3971 (gdb_toc.html): Rename to gdb/index.html.
3972 (gdbint_toc.html): Rename to gdbint/index.html.
3973 (stabs_toc.html): Rename to stabs/index.html.
3974 (annotate_toc.html): Rename to annotate/index.html.
3975
3976 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3977
3978 * Makefile.in: Set pdfdir and htmldir from configure
3979 substitutions.
3980 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3981 * configure: Regenerate.
3982
3983 2009-04-16 Joel Brobecker <brobecker@adacore.com>
3984
3985 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3986 This macro is no longer used.
3987
3988 2009-04-15 Tom Tromey <tromey@redhat.com>
3989
3990 * gdb.texinfo (Character Sets): Document default character set.
3991
3992 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3993
3994 * gdbint.texinfo: Change server name from sources.redhat.com to
3995 sourceware.org throughout.
3996
3997 2009-04-09 Joel Brobecker <brobecker@adacore.com>
3998
3999 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4000 about a missing dot or coma after @xref.
4001
4002 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4005 example, and add a small explanation about it.
4006 (Print Settings): Change the documentation of the "set print
4007 frame-arguments" to reflect the fact that the default is now "scalars".
4008
4009 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4010
4011 * gdb.texinfo (Print Settings): Add kindex for command "set
4012 print frame-arguments".
4013
4014 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4015
4016 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4017 breakpoints.
4018 (Set Breaks): Add reference to thread-specific and task-specific
4019 breakpoints.
4020
4021 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4022
4023 * gdb.texinfo (Ada Tasks): Remove the documentation about
4024 the "Running" state, as this state has been eliminated.
4025 Now all runnable tasks are shown as "Runnable".
4026
4027 2009-03-30 Stan Shebs <stan@codesourcery.com>
4028
4029 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4030 special case of breakpoints.
4031 (Enable and Disable Tracepoints): Mention deprecation.
4032 (Listing Tracepoints): Update description and example.
4033
4034 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4035
4036 * gdb.texinfo (Frames in Python): New node.
4037 (Python API): Update.
4038
4039 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4040
4041 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4042 from a method to an attribute.
4043
4044 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4045
4046 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4047 attribute.
4048
4049 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4050
4051 * observer.texi (thread_exit): Add "silent" parameter.
4052
4053 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4054
4055 * observer.texi (about_to_proceed): New.
4056
4057 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4058
4059 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4060 field throughout to handle types with spaces in them. Fix typos
4061 found by aspell.
4062 (Summary, Requirements, Contributors): New first chapter,
4063 "Summary" added, old Requirements section moved there, and new
4064 section, "Contributors" added.
4065 (Initializing a New Architecture, Register Representation)
4066 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4067 (Porting gdb): These sections extended and updated.
4068 (Compiler Characteristics): This section (empty) deleted.
4069 (Defining Other Architecture Features): This section renamed and
4070 duplicate material removed from (formerly "Target Conditionals").
4071 Use braces {} in @deftypeXX type field throughout to handle types
4072 with spaces in them. Typos found by aspell fixed.
4073
4074 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4075 * stack_frame.pdf: Version of image for PDF output.
4076 * stack_frame.png: Version of image for HTML output and for Emacs.
4077 * stack_frame.txt: Version of image for Info output.
4078 * stack_frame.eps: Version of image for TeX DVI output.
4079
4080 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4081
4082 * gdb.texinfo (Character Sets): Fix last change.
4083
4084 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4085
4086 * gdb.texinfo (Values From Inferior): Fix optional arguments
4087 markup.
4088 (Commands In Python): Adjust argument names of gdb.Command.__init__
4089 to what the function accepts as keywords.
4090
4091 2008-03-20 Tom Tromey <tromey@redhat.com>
4092
4093 * gdb.texinfo (Convenience Vars): Document convenience functions.
4094 (Functions In Python): New node.
4095 (Python API): Update.
4096
4097 2009-03-20 Tom Tromey <tromey@redhat.com>
4098
4099 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4100 set target-wide-charset.
4101 (Requirements): Mention iconv.
4102
4103 2009-03-17 Hui Zhu <teawater@gmail.com>
4104
4105 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4106
4107 2009-03-17 Hui Zhu <teawater@gmail.com>
4108
4109 * gdb.texinfo: Add documentation for disassemble-next-line.
4110
4111 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4112
4113 * gdb.texinfo (Commands In Python): Remove tindex entries.
4114
4115 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 * gdb.texinfo (Returning): New description for missing debug info.
4118
4119 2009-03-14 Pedro Alves <pedro@codesourcery.com>
4120
4121 * gdb.texinfo (Remote Configuration): Document query-attached.
4122 (General Query Packets): Document qAttached.
4123
4124 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4125
4126 * gdb.texinfo (Background Execution): Better describe the set
4127 target-async command.
4128 (Maintenance Commands): Delete description of the `maint set/show
4129 linux-async' and `maint set/show remote-async' commands.
4130
4131 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4132
4133 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4134 between sentences.
4135
4136 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4137
4138 * gdb.texinfo (GDB/MI Async Records): Document the
4139 =library-loaded and =library-unloaded notifications.
4140
4141 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4142
4143 * observer.texi (test_notification): New observer.
4144
4145 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4146
4147 * observer.texi: Add parameter 'print_frame' to normal_stop
4148 observer.
4149
4150 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4151
4152 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4153 (Commands In Python): Fix COMMAND_* constants in last change. Use
4154 @kbd for interactive input. Add cross-references and index
4155 entries.
4156
4157 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4158
4159 * gdb.texinfo (Signals): Document $_siginfo.
4160 (Convenience Variables): Mention $_siginfo.
4161 (Remote Configuration): Document qXfer:siginfo:read,
4162 qXfer:siginfo:write packets, and the read-siginfo-object,
4163 write-siginfo-object commands.
4164
4165 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4166
4167 * gdbint.texinfo (Values): New chapter.
4168
4169 2009-02-06 Tom Tromey <tromey@redhat.com>
4170
4171 * gdb.texinfo (Python API): Add entry for Commands In Python.
4172 (Commands In Python): New node.
4173
4174 2009-02-05 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.texinfo (Values From Inferior): Document Value.string.
4177
4178 2009-02-05 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.texinfo (Basic Python): Document execute's from_tty
4181 argument.
4182
4183 2009-02-04 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.texinfo (Basic Python): Document gdb.history.
4186
4187 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4188
4189 * gdb.texinfo (GDB/MI Thread Commands): Document the
4190 'current-thread-id' field. Remove the example with zero threads,
4191 since current GDB won't ever report that if there's inferior.
4192
4193 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4194
4195 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4196 option to -break-insert.
4197
4198 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4199 Jerome Guitton <guitton@adacore.com>
4200
4201 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4202 (System-wide configuration): New section.
4203
4204 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4205
4206 PR gdb/7580:
4207 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4208 internal-error|internal-warning quit|corefile ask|yes|no".
4209
4210 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4211
4212 * gdb.texinfo (Using the `gdbserver' Program): Document
4213 --remote-debug.
4214
4215 2009-01-23 Doug Evans <dje@google.com>
4216
4217 * gdb.texinfo: Add nexti to list of commands that support
4218 background execution.
4219
4220 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * gdb.texinfo (Define, Hooks): Document prefix command support.
4223
4224 2009-01-14 Joseph Myers <joseph@codesourcery.com>
4225 Carlos O'Donell <carlos@codesourcery.com>
4226
4227 Fixes for makeinfo --html.
4228
4229 * annotate.texinfo: Use @copying and @insertcopying. Use
4230 @ifnottex in place of @ifinfo.
4231 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4232 place of @ifinfo. Use @ifnotinfo for one index entry.
4233 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4234 in place of @ifinfo.
4235 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4236 in place of @ifinfo. Include contents at start unconditionally.
4237
4238 2009-01-13 Pedro Alves <pedro@codesourcery.com>
4239
4240 * gdb.texinfo (General Query Packets): Remove @var{} around the
4241 "spu" literal string.
4242
4243 2009-01-07 Pedro Alves <pedro@codesourcery.com>
4244
4245 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4246 program may be running in another process" errors.
4247 * gdbint.texinfo (Native Conditionals): Delete
4248 ONE_PROCESS_WRITETEXT description.
4249
4250 2009-01-07 Joel Brobecker <brobecker@adacore.com>
4251
4252 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4253 emacs local variable to be placed at the end of the ChangeLog.
4254 Add server.c and gdbreplay.c to the list of files where the
4255 copyright year needs to be updated.
4256
4257 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4258
4259 * gdb.texinfo (Remote Configuration): Document new
4260 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4261 commands.
4262
4263 2008-12-28 Pedro Alves <pedro@codesourcery.com>
4264
4265 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4266 FETCH_INFERIOR_REGISTERS.
4267 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4268 FETCH_INFERIOR_REGISTERS descriptions. Remove
4269 gdbarch_get_longjmp_target descrition, since already described in
4270 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4271 (Target Conditionals): ... here.
4272
4273 2008-12-16 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4276 examples.
4277 (Additions to Ada): Likewise. Add the missing opening and closing
4278 parenthesis of the GDB prompt in one of the examples.
4279
4280 2008-12-14 Joel Brobecker <brobecker@adacore.com>
4281
4282 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4283 about the result of 'Address not being of type System.Address.
4284 This problem has been fixed a while ago.
4285
4286 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4287
4288 MI non-stop and multiprocess docs.
4289
4290 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4291 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4292 Adjust documentation for *stopped, document =thread-created,
4293 =thread-exited, =thread-group-created and =thread-group-exited.
4294 (GDB/MI Thread Commands): Document the 'state' field in
4295 -thread-info output.
4296 (GDB/MI Program Execution): Mention --all and --thread-group
4297 options.
4298 (GDB/MI Variable Objects): Describe floating and fixed variable
4299 objects.
4300 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4301
4302 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4303
4304 * gdb.texinfo (Operating System Information): New appendix.
4305 (Operating System Auxiliary Information): Document 'info os processes'
4306 (Remote Configuration): Document 'osdata'
4307 (General Query Packets): Document qXfer:osdata:read.
4308
4309 2008-11-27 Tristan Gingold <gingold@adacore.com>
4310
4311 * gdb.texinfo (Darwin): Document Darwin specific features.
4312
4313 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4314
4315 * gdbint.texinfo (Target Conditionals): Extend the
4316 gdbarch_breakpoint_from_pc description.
4317
4318 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4319
4320 * gdb.texinfo (M68K Features): Fix typo.
4321
4322 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4323
4324 * gdb.texinfo (Symbols): Mention printing containing
4325 image name in "info symbol".
4326 (Maint translate-address): Likewise.
4327
4328 2008-11-18 Joel Brobecker <brobecker@adacore.com>
4329
4330 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4331 commands "catch load" and "catch unload".
4332
4333 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4334
4335 * gdb.texinfo (GDB/MI Async Records): Document
4336 =thread-selected.
4337
4338 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4339
4340 * observer.texi (new_inferior, inferior_exit): New observers.
4341
4342 2008-10-27 Pedro Alves <pedro@codesourcery.com>
4343
4344 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4345 .mt files, TM_CLIBS or TM_CDEPS.
4346 (x86 Watchpoints): Don't mention TDEPFILES.
4347
4348 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4349
4350 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4351 (Overview): Mention notifications and non-stop mode behavior.
4352 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4353 with non-stop mode behavior. Add vStopped description.
4354 (Stop Reply Packets): Update list of packets that return
4355 stop replies. Mention non-stop behavior.
4356 (General Query Packets): Document QNonStop packet and associated
4357 qSupported query response.
4358 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4359 behavior.
4360 (Notification Packets): New section.
4361 (Remote Non-Stop): New section.
4362 (File-I/O Overview): Mention non-stop behavior.
4363
4364 2008-10-24 Hui Zhu <teawater@gmail.com>
4365 Pedro Alves <pedro@codesourcery.com>
4366
4367 * gdb.texinfo (displaced-stepping): Describe the auto mode
4368 setting, and say it's the default. This is now a mainstream
4369 setting instead of a maintenance setting.
4370
4371 2008-10-23 Pedro Alves <pedro@codesourcery.com>
4372
4373 * observer.texi (thread_stop_requested): New.
4374
4375 2008-10-22 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4378 (Patching): Replace incorrect usage of @samp by @kbd.
4379
4380 2008-10-17 Michael Snyder <msnyder@vmware.com>
4381
4382 * gdb.texinfo: Add documentation for reverse execution.
4383
4384 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4385 Eli Zaretskii <eliz@gnu.org>
4386
4387 * gdb.texinfo. (Values From Inferior): New subsubsection.
4388
4389 2008-10-06 Doug Evans <dje@google.com>
4390
4391 * gdb.texinfo (set debug dwarf2-die): Document it.
4392
4393 2008-10-01 Joel Brobecker <brobecker@adacore.com>
4394
4395 * gdb.texinfo (catch) [exception]: Document how to insert
4396 a breakpoint on user-defined exceptions when the exception
4397 name is identical to one of the language-defined ones.
4398
4399 2008-09-27 Tom Tromey <tromey@redhat.com>
4400
4401 * gdb.texinfo (Macros): Remove text about stringification,
4402 varargs, and splicing.
4403
4404 2008-09-27 Tom Tromey <tromey@redhat.com>
4405
4406 * gdbint.texinfo (Language Support): Remove text about omitting
4407 support for a language.
4408
4409 2008-09-23 Doug Evans <dje@google.com>
4410
4411 * gdb.texinfo (info dcache): Update.
4412
4413 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4414
4415 * gdb.texinfo (Packets): Add info on thread-id syntax and
4416 multiprocess extensions.
4417 <D>: Document multiprocess form of packet.
4418 <H>: Use thread-id syntax.
4419 <T>: Likewise.
4420 <vCont>: Likewise. Note this is required for multiprocess.
4421 <vKill>: New packet.
4422 (Stop Reply Packets) <T>: Use thread-id syntax.
4423 <W>: Document multiprocess form of reply.
4424 <X>: Likewise.
4425 (General Query Packets) <qC>: Use thread-id syntax.
4426 <qfThreadInfo>: Likewise.
4427 <qGetTLSAddr>: Likewise.
4428 <qP>: Likewise.
4429 <qSupported>: Add "multiprocess" feature.
4430 <qThreadExtraInfo>: Use thread-id syntax.
4431
4432 2008-09-22 Stan Shebs <stan@codesourcery.com>
4433
4434 * gdb.texinfo (Inferiors): New section.
4435
4436 2008-09-12 Pedro Alves <pedro@codesourcery.com>
4437
4438 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4439
4440 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4441
4442 * gdbint.texinfo (Target Conditionals): Remove documentation
4443 for gdbarch_name_of_malloc.
4444
4445 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4446
4447 * gdb.texinfo (Interrupts): Mention TCP interface for
4448 sending BREAK.
4449
4450 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4451
4452 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4453 argument prefix to "set sysroot".
4454
4455 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4456
4457 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4458 and False.
4459
4460 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4461
4462 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4463 for possible features of -list-features.
4464
4465 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4466
4467 * gdb.texinfo (Background execution): Adjust example
4468 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4469
4470 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4471
4472 * doc/gdb.texinfo (PowerPC): Fix typo.
4473 (PowerPC features): Fix typo.
4474
4475 2008-08-18 Pedro Alves <pedro@codesourcery.com>
4476
4477 * observer.texi (thread_ptid_changed): New.
4478
4479 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
4480
4481 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4482 (PowerPC features): Mention feature set for VSX registers.
4483
4484 2008-08-13 Joel Brobecker <brobecker@adacore.com>
4485
4486 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4487 the direct visibility of all names in user-written packages.
4488
4489 2008-08-13 Pedro Alves <pedro@codesourcery.com>
4490
4491 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4492 setting, and make it the default.
4493 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4494 non-stop script example.
4495
4496 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4497
4498 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4499 reference to the "Using Different Register and Memory Data
4500 Representation" section.
4501
4502 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4503
4504 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4505 (Remote Protocol): Add Packet Acknowledgment to menu.
4506 (Overview): Mention +/- can be disabled, and point to new section
4507 where this is discussed in detail.
4508 (General Query Packets): Document QStartNoAckMode packet, and
4509 corresponding qSupported reply.
4510 (Packet Acknowledgment): New section.
4511
4512 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4513 Pedro Alves <pedro@codesourcery.com>
4514
4515 * gdb.texinfo (Threads): Move paragraph about automatic thread
4516 selection to All-Stop Mode subsection.
4517 (Thread Stops): Reorganize existing material into subsections.
4518 Add introductory blurb and menu.
4519 (Non-Stop Mode): New subsection.
4520 (Background Execution): New subsection.
4521 (Maintenance Commands): Add cross-references from async mode
4522 commands to the new Background Execution section.
4523
4524 2008-08-06 Tom Tromey <tromey@redhat.com>
4525
4526 * gdb.texinfo (Extending GDB): New chapter.
4527 (Sequences): Demoted chapter, now a section under the new
4528 Extending GDB chapter.
4529 (Python): New section.
4530
4531 2008-07-31 Stan Shebs <stan@codesourcery.com>
4532
4533 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4534
4535 2008-07-29 Stan Shebs <stan@codesourcery.com>
4536
4537 * gdbint.texinfo: General round of cleanup and minor
4538 clarifications.
4539 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4540 (Longjmp Support): Update description to reflect how it is done
4541 for targets without using native header.
4542 (Symbol Handling): Add a little more general explanation.
4543 (COFF, ELF): Mention stabs encapsulation.
4544 (DWARF 3): New section.
4545 (Adding a New Host): Scrub out some obsolete bits.
4546 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4547 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4548 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4549 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4550 SEEK_SET, STOP_SIGNAL, USG.
4551 (Raw and Virtual Register Representations): Ditto for
4552 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4553 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4554 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4555 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4556 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4557 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4558 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4559 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4560 DEPRECATED_USE_STRUCT_CONVENTION.
4561 Describe gdbarch_deprecated_fp_regnum.
4562 Update description of gdbarch_print_insn.
4563 (Adding a New Target): Scrub out obsolete bits.
4564 (Obsolete Conditionals): Remove entire section.
4565
4566 2008-07-25 Tom Tromey <tromey@redhat.com>
4567
4568 * observer.texi (GDB Observers): Document new observers:
4569 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4570 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4571 architecture_changed.
4572
4573 2008-07-21 Stan Shebs <stan@codesourcery.com>
4574
4575 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4576 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4577
4578 2008-07-21 Tom Tromey <tromey@redhat.com>
4579
4580 * observer.texi (GDB Observers): Remove obsolete comment.
4581 <executable_changed>: Remove argument.
4582
4583 2008-07-18 Tom Tromey <tromey@redhat.com>
4584
4585 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4586
4587 2008-07-10 Doug Evans <dje@google.com>
4588
4589 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4590
4591 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4592
4593 * gdb.texinfo (Starting): Document "set disable-randomization".
4594
4595 2008-07-07 Andreas Schwab <schwab@suse.de>
4596
4597 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4598
4599 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4600
4601 * gdb.texinfo (GDB/MI Target Manipulation): Add
4602 example of -target-attach.
4603
4604 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4605
4606 * observer.texi (target_resumed): New observer.
4607 * gdb.texinfo (GDB/MI Output Records): Document *running.
4608
4609 2008-06-06 Tom Tromey <tromey@redhat.com>
4610
4611 * gdb.texinfo (Completion): Add field name example.
4612
4613 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4614
4615 * gdb.texinfo (GDB/MI Program Context): Added example
4616 to -exec-arguments
4617
4618 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
4619
4620 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4621 annotation.
4622
4623 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
4624 Nathan Sidwell <nathan@codesourcery.com>
4625 Joseph Myers <joseph@codesourcery.com>
4626
4627 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4628 and ACX_BUGURL.
4629 * configure: Regenerate.
4630 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4631 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4632 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4633 mailing-list-specific text about bug reporting unless
4634 BUGURL_DEFAULT.
4635
4636 2008-06-05 Pedro Alves <pedro@codesourcery.com>
4637
4638 * gdb.texinfo (-target-select): Remove reference to target async.
4639 (Maintenance Commands): Document "maint set/show remote-async".
4640
4641 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4642
4643 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4644 in -target-file-get section.
4645
4646 2008-05-22 Pedro Alves <pedro@codesourcery.com>
4647
4648 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4649 killing the inferior when it is already debugging a process.
4650
4651 2008-05-21 Joel Brobecker <brobecker@adacore.com>
4652
4653 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4654 abbreviation for "finish".
4655
4656 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
4657
4658 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4659
4660 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4661
4662 * gdbint.texinfo (Target Conditionals): Delete entry for
4663 gdbarch_dwarf_reg_to_regnum.
4664
4665 2008-05-09 Doug Evans <dje@google.com>
4666
4667 * gdb.texinfo: Document "find" command, qSearch:memory packet.
4668
4669 2008-05-05 Doug Evans <dje@google.com>
4670
4671 * gdb.texinfo (disassemble): Document /m modifier.
4672
4673 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4674
4675 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4676 will not report the time of commands that run the target.
4677
4678 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4679
4680 * gdb.texinfo (GDB/MI Output Records): Add
4681 missing semicolon.
4682
4683 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4684
4685 * gdb.texinfo (GDB/MI Output Records):
4686 Document =thread-create and =thread-exited.
4687
4688 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4689
4690 * gdb.texinfo (GDB/MI Development and Front Ends):
4691 Remove mention of dmi-discuss.
4692
4693 2008-05-03 Pedro Alves <pedro@codesourcery.com>
4694
4695 * observer.texi (thread_exit): New.
4696
4697 2008-05-02 Pedro Alves <pedro@codesourcery.com>
4698
4699 * gdb.texinfo (Debugging Output): Document "set/show debug
4700 displaced".
4701 (Maintenance Commands): Document "maint set/show
4702 can-use-displaced-stepping".
4703
4704 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4705
4706 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4707 and set/show arm force-mode.
4708
4709 2008-05-02 Andreas Schwab <schwab@suse.de>
4710
4711 * gdbint.texinfo (Algorithms): Describe
4712 target_watchpoint_addr_within_range.
4713
4714 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4715
4716 * gdbint.texinfo (Stack Frames): New chapter.
4717 (Algorithms): Move Frames text to the new chapter.
4718 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4719 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4720
4721 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4722
4723 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4724 output does not necessary include any tokens.
4725
4726 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
4727
4728 * gdb.texinfo (Set SH Calling convention): New @item.
4729 (Show SH Calling convention): Ditto.
4730
4731 2008-04-22 Markus Deuling <deuling@de.ibm.com>
4732
4733 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4734
4735 2008-04-20 Eli Zaretskii <eliz@gnu.org>
4736
4737 * gdb.texinfo (Set Breaks): Mention that multiple location
4738 breakpoints need line number info. Add index entries.
4739
4740 2008-04-19 Craig Silverstein <csilvers@google.com>
4741
4742 * gdb.texinfo (Requirements): Add an optional requirement on
4743 zlib.
4744 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4745 Compressed DWARF 2.
4746
4747 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4748
4749 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4750 sample output for 'stopped,reason="breakpoint-hit"' message.
4751 (GDB/MI Program Execution): Likewise.
4752
4753 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4754
4755 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
4756 -var-set-format. Add -f option to -var-evaluate-expression.
4757
4758 2008-04-03 Joel Brobecker <brobecker@adacore.com>
4759
4760 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4761 new node "Ambiguous Expressions". Replace references to this
4762 node by references to "Ambiguous Expressions" throughout.
4763 (Ambiguous Expressions): New node.
4764
4765 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4766
4767 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4768
4769 2008-03-21 Pedro Alves <pedro@codesourcery.com>
4770
4771 * gdb.texinfo (Debugging Output): Document
4772 "set/show debug lin-lwp-async".
4773 (Maintenance Commands): Document "maint set/show linux-async".
4774
4775 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4776
4777 * gdb.texinfo (Expressions): Update description of malloced arrays.
4778
4779 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4780
4781 * gdb.texinfo (Thread Commands): Document
4782 -thread-info. Remove -thread-list-all-threads.
4783
4784 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4785 Sandra Loosemore <sandra@codesourcery.com>
4786
4787 * gdb.texinfo (Library List Format): Update to mention the
4788 possibility to pass section addresses instead of segment
4789 addresses.
4790
4791 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4792
4793 * gdb.texinfo (Starting): Document "set exec-wrapper".
4794 (Server): Document gdbserver --wrapper.
4795
4796 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4797
4798 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4799 unreadable memory. Delete obsolete SPARClite reference.
4800
4801 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4802
4803 * gdb.texinfo (Starting): Mention always-running targets.
4804 (Target Commands): Add an anchor for load.
4805 (Connecting): Explain continue instead of run.
4806
4807 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4808
4809 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4810
4811 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
4812
4813 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4814 breakpoint table.
4815
4816 2008-02-19 Pedro Alves <pedro@codesourcery.com>
4817
4818 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4819 killing the inferior when it is already debugging a process.
4820
4821 2008-02-13 Markus Deuling <deuling@de.ibm.com>
4822
4823 * gdbint.texinfo (Build Script): New section. Mention new build script
4824 gdb_buildall.sh.
4825
4826 2008-02-01 Jim Blandy <jimb@red-bean.com>
4827
4828 * gdb.texinfo (Help): Summarize 'info args' correctly.
4829
4830 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4831
4832 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4833 available in PowerPC architecture.
4834 (Embedded Processors): Change node name of PowerPC item in menu.
4835 (PowerPC): Rename to...
4836 (PowerPC Embedded): this.
4837 (Architectures): Add new PowerPC item in menu.
4838 (PowerPC): New node.
4839
4840 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4841
4842 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4843 commands.
4844
4845 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4846
4847 * gdb.texinfo (Setting Catchpoints): Mention features
4848 supported on GNU/Linux.
4849
4850 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
4851
4852 * gdb.texinfo (GDB/MI File Commands): Describe new output
4853 field for MI command -file-list-exec-source-file.
4854
4855 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4856
4857 * gdb.texinfo (Using the `gdbserver' Program): Add security
4858 warning. Rearrange into subsections and subsubsections. Document
4859 --multi and --debug. Correct --with-sysroot typo. Update --attach
4860 usage. Make load reference clearer. Document monitor exit.
4861 (Remote Configuration): Document set remote exec-file, attach-packet,
4862 and run-packet.
4863 (Packets): Document vAttach and vRun.
4864
4865 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
4866
4867 * gdb.texinfo (Processes): Mention process command.
4868 detach-on-follow -> detach-on-fork.
4869
4870 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4871
4872 * gdbint.texinfo (Native Conditionals): Remove
4873 SHELL_COMMAND_CONCAT and SHELL_FILE.
4874
4875 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4876
4877 * gdb.texinfo (Specify Location): Improve wording.
4878
4879 2008-01-23 Chris Demetriou <cgd@google.com>
4880
4881 * gdb.texinfo (Threads): Document new "set print thread-events"
4882 and "show print thread-events" commands.
4883
4884 2008-01-19 Eli Zaretskii <eliz@gnu.org>
4885
4886 * gdb.texinfo (Specify Location): New section.
4887 (Delete Breaks, Edit, Set Breaks): Remove description of
4888 locations. Instead, add a reference to "Specify Location".
4889 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4890 (Symbols): Refer to "Specify Location" for the valid forms of
4891 linespecs and locations.
4892
4893 2008-01-18 Markus Deuling <deuling@de.ibm.com>
4894
4895 * gdbint.texinfo (Target Conditionals): Replace the description of
4896 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4897
4898 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4899
4900 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4901 about &&var, which is rejected by the expression parser.
4902
4903 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
4904
4905 * gdb.texinfo (Output): Update documentation on using printf with DFP
4906 types.
4907
4908 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4909
4910 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4911 subsubsection.
4912 (Decimal Floating Point format): New subsubsection.
4913
4914 2008-01-05 Pedro Alves <pedro@codesourcery.com>
4915
4916 * gdb.texinfo (File Options): Remove mention of the attempt to
4917 open a core file with the -p option. Don't list -c as a valid
4918 option to attach to a process.
4919
4920 2008-01-05 Pedro Alves <pedro@codesourcery.com>
4921
4922 * gdbint.texinfo (Host Conditionals): Remove mention of
4923 ALIGN_STACK_ON_ENTRY.
4924
4925 2008-01-05 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdbint.texinfo (Start of New Year Procedure): Add item
4928 describing how to update the source and documentation copyright
4929 notices.
4930
4931 2007-12-18 Jim Blandy <jimb@codesourcery.com>
4932
4933 * gdb.texinfo (Set Watchpoints): Integrate per-thread
4934 watchpoint explanation into the main description of the watchpoint
4935 command; update synopses of 'watch', 'rwatch', and 'awatch'
4936 commands.
4937
4938 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4939
4940 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4941 Document 'pending-breakpoints' feature of
4942 -list-features.
4943
4944 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
4945
4946 * gdb.texinfo: Add new parameter's description.
4947
4948 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4949
4950 * gdb.texinfo (Overview): Clarify run-length encoding
4951 example. Remove the restriction on "+" and "-" characters.
4952
4953 2007-12-15 Eli Zaretskii <eliz@gnu.org>
4954
4955 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4956
4957 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
4958
4959 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4960 the -f option for -break-insert, remove -r option,
4961 and clarify specification of location.
4962
4963 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4964
4965 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4966 formatting.
4967 (Remote Debugging): Add File Transfer section.
4968 (Remote Configuration): Document Host I/O packets.
4969 (GDB/MI): Add GDB/MI File Transfer Commands section.
4970 (Host I/O Packets): New section in "Remote Protocol".
4971 (Packets): Add vFile.
4972
4973 2007-11-17 Eli Zaretskii <eliz@gnu.org>
4974
4975 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4976 breakpoints with multiple locations.
4977 (Breakpoint Menus): Improve wording.
4978 (Output): Fix last change.
4979
4980 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4981
4982 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4983
4984 2007-11-15 Doug Evans <dje@google.com>
4985
4986 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4987
4988 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4989
4990 * gdbint.texinfo (Native Conditionals): Remove
4991 mention of CLEAR_SOLIB.
4992
4993 2007-11-11 Joel Brobecker <brobecker@adacore.com>
4994
4995 * gdb.texinfo (Print Settings): Add documentation for "set/show
4996 print frame-arguments".
4997
4998 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
4999
5000 * gdb.texinfo (Output): Update printf command's description.
5001
5002 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5003
5004 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5005 powerpc soft-float".
5006
5007 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5008
5009 * gdb.texinfo (Files): Correct formatting. Mention Expat
5010 requirement.
5011 (Requirements for Building GDB): Expand the list of Expat
5012 uses.
5013 (Library List Format, Memory Map Format): Mention Expat.
5014 (Target Descriptions): Update Expat wording.
5015
5016 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5017
5018 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5019 Document that gdbarch_convert_register_p should return zero for no-op
5020 conversions.
5021
5022 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5023
5024 * gdbint.texi (Compiler Characteristics): Move documentation
5025 of set_gdbarch_sofun_address_maybe_missing back to ...
5026 (Target Conditionals): ... here to fix build break.
5027
5028 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5029
5030 * gdbint.texi (Target Conditionals): Remove documentation of
5031 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5032 (Compiler Characteristics): ... documentation of
5033 set_gdbarch_sofun_address_maybe_missing.
5034
5035 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5036
5037 * gdbint.texinfo (Target Conditionals): Use
5038 frame_unwind_register_unsigned in examples instead of
5039 frame_unwind_unsigned_register.
5040
5041 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5042
5043 * gdb.texinfo (Predefined Target Types): Add int128
5044 and uint128.
5045 (Standard Target Features): Add PowerPC features.
5046
5047 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5048
5049 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5050
5051 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5052
5053 * gdbint.texi (Target Conditionals): Remove documentation
5054 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5055 gdbarch_extract_return_value, and gdbarch_store_return_value.
5056
5057 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5058
5059 * gdbint.texi (Target Conditionals): Remove documentation of
5060 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5061
5062 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5063
5064 * gdb.texinfo: Mention that inaccessible-by-default is on by
5065 default.
5066
5067 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5068
5069 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5070
5071 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5072
5073 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5074 multi-threaded watchpoints.
5075 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5076 checked. Describe sticky notification. Expand description
5077 of steppable and continuable watchpoints.
5078 (Watchpoints and Threads): New subsection.
5079
5080 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5081
5082 * gdb.texinfo (Setting Breakpoints): Revise
5083 documentation for pending breakpoints. Document
5084 breakpoints with multiple locations.
5085
5086 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5087
5088 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5089 Document -list-features.
5090
5091 2007-09-15 Eli Zaretskii <eliz@gnu.org>
5092
5093 * gdb.texinfo (Output): Spell out which features of C's printf are
5094 not supported by GDB's printf.
5095 (Separate Debug Files): More accurate wording regarding build ID
5096 and a reference to the ld manual rather than the Fedora wiki.
5097
5098 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5099 Jim Blandy <jimb@codesourcery.com>
5100
5101 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5102 (Examining Memory): Update mentions of the 's' format.
5103 (Automatic Display): Likewise.
5104
5105 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5106
5107 * gdb.texinfo: Update the FSF's Back-Cover Text.
5108
5109 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5110 Eli Zaretskii <eliz@gnu.org>
5111
5112 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5113 Fixed the ``build ID'' name. New binaries build instructions for the
5114 build ID inclusion. Explain how the commands are specific to the build
5115 ID vs. debug link.
5116
5117 2007-09-01 Eli Zaretskii <eliz@gnu.org>
5118
5119 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5120 indexing for ``build ID'' support.
5121
5122 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5123
5124 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5125 Enlisted BUILD ID to the debug file searching example.
5126 Included a BUILD ID `.note.gnu.build-id' section description.
5127 Updated/added the debug files splitting instructions for OBJCOPY.
5128
5129 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5130
5131 * gdb.texinfo (Variable Objects): Adjust docs
5132 for -var-info-expression and document
5133 -var-info-path-expression.
5134
5135 2007-08-20 Jim Blandy <jimb@codesourcery.com>
5136
5137 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5138 (title page): Include the dedication in the printed manual, as a
5139 separate page after the copyright notice.
5140
5141 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5142 don't break a @var across a line.
5143
5144 2007-07-25 Maciej W. Rozycki <macro@mips.com>
5145
5146 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5147 for include files.
5148
5149 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5150
5151 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5152 in annotate.texinfo.
5153 (Command History): Link to new node.
5154
5155 2007-07-05 Markus Deuling <deuling@de.ibm.com>
5156
5157 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5158
5159 2007-07-05 Eli Zaretskii <eliz@gnu.org>
5160
5161 * gdbint.texinfo (Target Conditionals): Fix last change.
5162
5163 2007-07-03 Markus Deuling <deuling@de.ibm.com>
5164
5165 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5166 routines:
5167 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5168 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5169 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5170 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5171 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5172 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5173 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5174 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5175 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5176 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5177 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5178 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5179 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5180 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5181 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5182 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5183 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5184 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5185 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5186 (SOFTWARE_SINGLE_STEP_P)
5187
5188 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5189 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5190
5191 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5192 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5193 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5194 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5195 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5196 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5197 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5198 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5199 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5200 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5201
5202 (Converting an existing Target Architecture to Multi-arch): Remove
5203 section.
5204
5205 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5206 (gdbarch_addr_bits_remove): Add code example.
5207
5208 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5209
5210 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5211
5212 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5213 Add other missing entries. Adjust the table size to fit.
5214 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5215 stop reasons including the new "library" event.
5216 (General Query Packets): Adjust table widths for qSupported. Mention
5217 qXfer:libraries:read reply to qSupported and document the new packet.
5218 (Library List Format): New section.
5219
5220 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5223
5224 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5225
5226 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5227
5228 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
5229
5230 * gdbint.texinfo (Register and Memory Data): Break sections
5231 into nodes and add a menu.
5232
5233 2007-06-21 Maciej W. Rozycki <macro@mips.com>
5234
5235 * gdb.texinfo (Examining Memory): Document the new behaviour.
5236
5237 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5238
5239 * gdb.texinfo (Standard Target Features): Document
5240 m68k features.
5241
5242 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5243
5244 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5245
5246 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5247
5248 * gdb.texinfo (Target Description Format): Add version attribute
5249 for <target>.
5250
5251 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5252
5253 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5254
5255 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * gdb.texinfo (MIPS Features): New subsection.
5258
5259 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5260 Markus Deuling <deuling@de.ibm.com>
5261
5262 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5263 and qXfer:spu:write packets and mention them under qSupported.
5264
5265 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5266 Markus Deuling <deuling@de.ibm.com>
5267
5268 * gdb.texinfo (Architectures): Add new SPU section to document
5269 Cell Broadband Engine SPU architecture specific commands.
5270
5271 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5272
5273 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5274 comments.
5275
5276 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5279
5280 2007-05-29 Jim Blandy <jimb@codesourcery.com>
5281
5282 * gdb.texinfo (Overview): Doc fix.
5283
5284 2007-05-22 Maciej W. Rozycki <macro@mips.com>
5285
5286 * gdb.texinfo (Remote Configuration): Document "set/show
5287 remoteflow".
5288
5289 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5290
5291 * gdb.texinfo (MIPS): Remove documentation for set mips
5292 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5293 stack-arg-size.
5294
5295 2007-05-14 Bob Wilson <bob.wilson@acm.org>
5296
5297 * all-cfg.texi (GDBTUI): New.
5298 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5299 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5300 (TUI Configuration): Edit to improve clarity and fix problems of
5301 both style and content.
5302
5303 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5304
5305 * observer.texi (GDB Observers): New observer "new_objfile".
5306
5307 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5308
5309 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5310
5311 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5312
5313 * gdb.texinfo (GDB/MI Variable Objects): Document
5314 frozen variables objects.
5315
5316 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5317
5318 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5319 (Character Sets, Caching Data of Remote Targets): Likewise.
5320 (Targets): Delete Remote node. Move its text...
5321 (Debugging Remote Programs): ...to here. Delete description
5322 of the "remote" command.
5323 (Remote configuration): Delete description of "set remotedevice"
5324 and "show remotedevice".
5325 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5326
5327 2007-04-11 Bob Wilson <bob.wilson@acm.org>
5328
5329 * gdb.texinfo (Contributors, Continuing and Stepping)
5330 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5331 (General Query Packets, File-I/O Remote Protocol Extension)
5332 (Protocol Basics, The F Reply Packet, Write)
5333 (Protocol-specific Representation of Datatypes, Memory Transfer):
5334 Fix hyphenation, punctuation and grammar problems.
5335 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5336 'section' instead of 'subsection' in the text.
5337 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5338 (i386): Remove period from section name.
5339 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5340 (Config Names, Configure Options): Use @file{configure}.
5341
5342 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5343
5344 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5345 and tab expansion.
5346
5347 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5348
5349 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5350
5351 2007-04-02 Bob Wilson <bob.wilson@acm.org>
5352
5353 * gdb.texinfo: Consistently capitalize all significant words in
5354 node names, chapter titles, section titles, and headings. Update
5355 cross references to match.
5356 (Starting and Stopping Trace Experiment): Make node name plural.
5357 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5358
5359 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5360
5361 * gdb.texinfo (WinCE): Delete obsolete subsection.
5362
5363 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5364
5365 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5366 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5367 references.
5368
5369 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5370
5371 * gdb.texinfo (Startup): Delete references to some alternate
5372 names for .gdbinit.
5373 (Thread): Remove LynxOS reference.
5374 (Tandem ST2000): Delete target-specific documentation.
5375 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5376 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5377 and GDB_OSABI_LYNXOS.
5378
5379 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5380
5381 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5382
5383 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5384
5385 * gdbint.texinfo (Target Conditionals): Remove mention of
5386 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5387 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5388
5389 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5390
5391 * Makefile.in: Add "pdfdir" installation
5392 directory, PDFTEX macro, support for "install-pdf" target,
5393 and rules for making a pdf version of refcard.texi.
5394 * refcard.tex: Specify paper size for PDF output.
5395
5396 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5397
5398 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5399
5400 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5401
5402 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5403 (Source Path, Character Sets, Macros, Define)
5404 (GDB/MI Result Records, GDB/MI Simple Examples)
5405 (GDB/MI Program Execution, GDB/MI File Commands)
5406 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5407 (Bug Reporting): Use @value{GCC}.
5408
5409 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5410
5411 * gdb.texinfo (Help): Fix formatting of examples.
5412 (Variables): Use @ifnotinfo instead of @iftex.
5413 (Non-debug DLL symbols): Use @ref instead of @pxref.
5414 (Sparclet File): Use @samp instead of quotes.
5415
5416 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5417
5418 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5419
5420 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5421
5422 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5423 the order of the nodes.
5424 (C Operators, C Constants, Debugging C): Remove extra menus.
5425 (Method Names in Commands): Do not specify next/prev/up nodes.
5426
5427 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5428
5429 * gdb.texinfo (File Options): Add missing parenthesis.
5430 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5431
5432 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5433
5434 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5435
5436 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5437
5438 * gdb.texinfo (Standard Target Features): Mention
5439 case insensitivity.
5440 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5441
5442 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
5443
5444 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5445 (Files): Add section name to argument list for pxref.
5446 (Non-debug DLL symbols): Don't use `see' for pxref.
5447 (Embedded Processors): Fix typo.
5448 (GDB/MI Breakpoint Commands): Execution commands generate
5449 *stopped not ^done.
5450
5451 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
5452
5453 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5454 values for in_scope. Mention that only root variables can be
5455 updated.
5456 (GDB/MI Development and Front Ends): Explain new values may be
5457 added to existing fields.
5458
5459 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5460
5461 * gdb.texinfo (-target-disconnect): Use @smallexample.
5462 (Requirements): Add anchor for Expat. Update description.
5463 (Target Descriptions): Mention Expat.
5464 (Target Description Format): Document new elements. Use
5465 @smallexample.
5466 (Predefined Target Types, Standard Target Features): New sections.
5467 * gdbint.texinfo (Target Descriptions): New section.
5468
5469 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5470
5471 * gdb.texinfo (Target Description Format): Add section on XInclude.
5472
5473 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
5474
5475 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5476 command -enable-timings.
5477
5478 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5479
5480 * gdbint.texinfo (Operation System ABI Variant Handling): Update
5481 descriptions for new/deleted elements in gdb_osabi. Add missing
5482 description for function generic_elf_osabi_sniff_abi_tag_sections.
5483
5484 2007-01-29 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.texinfo (Maintenance Commands): Add documentation for
5487 the new "maint print target-stack" command.
5488
5489 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5490 Eli Zaretskii <eliz@gnu.org>
5491
5492 * gdb.texinfo: Describe CHAR array vs. string identification rules.
5493
5494 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5495
5496 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5497 Use @value{NGCC} instead of @value{GCC}.
5498
5499 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5500
5501 * agentexpr.texi: Fix typos.
5502 * annotate.texinfo: Likewise.
5503 * gdb.texinfo: Likewise.
5504 * gdbint.texinfo: Likewise.
5505 * observer.texi: Likewise.
5506 * stabs.texinfo: Likewise.
5507
5508 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5509
5510 * gdbint.texinfo (Support Libraries): Remove mmalloc
5511 entry. Describe readline library.
5512
5513 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * gdb.texinfo (Target Descriptions): New section.
5516 (General Query Packets): Add QPassSignals anchor. Mention
5517 qXfer:features:read under qSupported. Expand mentions of
5518 qXfer:memory-map:read and QPassSignals. Document
5519 qXfer:features:read.
5520
5521 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5522
5523 * gdb.texinfo (Commands to specify files): Describe
5524 "set sysroot" and "show sysroot".
5525 (Using the `gdbserver' program): Lowercase argument
5526 to @var. Expand description of setting up GDB on the
5527 host.
5528
5529 2007-01-05 Joel Brobecker <brobecker@adacore.com>
5530
5531 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5532 catch exception, catch exception unhandled, and catch assert
5533 commands.
5534
5535 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5536
5537 * gdb.texinfo (Debugging Output): Document "set debug xml"
5538 and "show debug xml".
5539
5540 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5541
5542 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5543
5544 2007-01-01 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5547
5548 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5549
5550 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5551 note in @ignore, to be removed later if nobody complains.
5552
5553 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5554
5555 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5556 of -var-delete.
5557
5558 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5559
5560 * gdb.texinfo (Setting breakpoints): Document
5561 automatic software/hardware breakpoint usage and
5562 the "set breakpoint auto-hw" command.
5563
5564 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5565
5566 * gdb.texinfo (Memory Access Checking): New.
5567
5568 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5569
5570 * gdb.texinfo (Remote configuration): Mention
5571 "pass-signals-packet".
5572 (General Query Packets): Document QPassSignals. Fix
5573 a typo.
5574
5575 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5576
5577 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5578
5579 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5580
5581 * gdb.texinfo (Remote configuration): Rewrite documentation for
5582 packet configuration commands.
5583 (OS Information): Adjust reference to qXfer:auxv:read.
5584 (General Query Packets): Remove references to read-aux-vector-packet
5585 and set remote get-thread-local-storage-address.
5586
5587 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * gdbint.texinfo (Target Architecture Definition): Add new
5590 Initializing a New Architecture section.
5591
5592 2006-10-31 David Taylor <dtaylor@emc.com>
5593
5594 * stabs.texinfo (Macro define and undefine): New node describing
5595 stabs for #define and #undef.
5596
5597 2006-10-27 Andreas Schwab <schwab@suse.de>
5598
5599 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5600
5601 2006-10-21 Eli Zaretskii <eliz@gnu.org>
5602
5603 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5604 clarify on the possible meanings of ``expression'' watched by
5605 watchpoints. Add indexing.
5606 (Prompting, Errors, Invalidation, Annotations for Running)
5607 (Source Annotations): Fix index entries by adding "annotation" to
5608 them, to discriminate from index entries that point to the more
5609 general topic descriptions.
5610
5611 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5612
5613 * gdbint.texinfo (Target Vector Definition): Move most
5614 content into Existing Targets. Add a menu.
5615 (Existing Targets): New section, moved from Target Vector
5616 Definition. Use @subsection.
5617 (Managing Execution State): New section.
5618
5619 2006-10-16 Bob Wilson <bob.wilson@acm.org>
5620
5621 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5622
5623 2006-10-15 Eli Zaretskii <eliz@gnu.org>
5624
5625 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5626 (Command Syntax, Signals, Backtrace, Connecting)
5627 (Remote configuration, Renesas Boards, Console I/O): Fix last
5628 change: use Ctrl- instead of C-, except wrt Emacs.
5629 (File-I/O Examples): Put Ctrl-c in @kbd.
5630 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5631 (Console I/O): Use @samp with Ctrl-.
5632 (Signals, Set Breaks, Set Watchpoints): Document optional
5633 arguments to `info signals' `handle', `info breakpoints', and
5634 `info watchpoints'.
5635
5636 2006-10-14 Eli Zaretskii <eliz@gnu.org>
5637
5638 * gdb.texinfo (Backtrace): Fix last change.
5639
5640 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
5641
5642 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5643
5644 2006-10-10 Bob Wilson <bob.wilson@acm.org>
5645
5646 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5647 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5648 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
5649
5650 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5651 Daniel Jacobowitz <dan@codesourcery.com>
5652
5653 * gdb.texinfo (Packets): Document vFlashErase,
5654 vFlashWrite and vFlashDone packets.
5655 (General Query Packets): Document qXfer:memory-map:read.
5656 Add a new feature for qXfer:memory-map:read.
5657 (Memory map format): New section.
5658 (Target Commands): Mention that gdb can write flash.
5659
5660 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5661 Daniel Jacobowitz <dan@codesourcery.com>
5662
5663 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5664 memory regions and "mem auto".
5665
5666 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5667
5668 * gdbint.texinfo (Array Containers): New section.
5669
5670 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5671
5672 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5673 -stack-list-arguments HIGH_FRAME argument can be larger then the
5674 actual number of frames.
5675
5676 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5677
5678 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5679 -stack-list-locals HIGH_FRAME argument can be larger then the
5680 actual number of frames.
5681
5682 2006-09-02 Bob Wilson <bob.wilson@acm.org>
5683
5684 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5685 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5686
5687 2006-09-02 Eli Zaretskii <eliz@gnu.org>
5688
5689 * gdbint.texinfo (Overall Structure): New section "Source Tree
5690 Structure".
5691
5692 2006-08-17 Jim Blandy <jimb@codesourcery.com>
5693
5694 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5695 responses.
5696
5697 2006-08-08 Joel Brobecker <brobecker@adacore.com>
5698
5699 * gdb.texinfo (Source Path): Add documentation for new
5700 substitute-path commands.
5701
5702 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5703
5704 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5705 (Running Configure): ...here.
5706 (Requirements): New node. Mention expat.
5707
5708 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5709
5710 * gdb.texinfo (Target Commands): Remove
5711 'set download-write-size' and 'show download-write-size'.
5712
5713 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5714
5715 * stabs.texinfo (Member Type Descriptor): Correct example for
5716 pointer to member types.
5717
5718 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5719
5720 * gdb.texinfo (Optional warnings and messages): Add
5721 'set/show trace-commands'.
5722 (Command files): Add '-v' to source command.
5723
5724 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5725
5726 * gdb.texinfo (OS Information): Update qPart reference to
5727 qXfer.
5728 (Remote configuration): Likewise.
5729 (Overview): Move @cindex to the start of a paragraph. Talk
5730 about binary data encoding.
5731 (Packets): Refer to the overview for the details of the X
5732 packet encoding.
5733 (General Query Packets): Remove qPart description. Add qXfer
5734 description. Add an anchor to qSupported. Correct feature
5735 table title. Add a new feature for qXfer:auxv:read.
5736 (Interrupts): Add a missing parenthesis.
5737
5738 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5739
5740 * gdb.texinfo (KOD): Remove node.
5741 (GDB/MI Kod Commands): Remove commented out node.
5742
5743 2006-07-01 Eli Zaretskii <eliz@gnu.org>
5744
5745 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5746 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5747 (GDB/MI Thread Commands, GDB/MI Program Execution)
5748 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5749 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5750 (GDB/MI File Commands, GDB/MI Target Manipulation)
5751 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5752 since the MI prompt is hard-wired into the code.
5753
5754 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5757 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5758 (GDB/MI Data Manipulation): Remove description of unimplemented
5759 display related commands as variable objects perform this function
5760 and are superior: -display-delete, -display-disable,
5761 -display-enable, -display-insert and -display-list. Move
5762 -environment-cd, -environment-directory, -environment-path
5763 and -environment-pwd to "Program Context".
5764 (GDB/MI Program Control): Rename to "Program Execution". Move
5765 -exec-arguments -exec-abort to...
5766 (GDB/MI Program Context): ...here. New node split from "Data
5767 Manipulation".
5768
5769 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5770
5771 * gdb.texinfo (Remote configuration): Document set / show
5772 remote supported-packets.
5773 (General Query Packets): Document qSupported packet.
5774
5775 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5776
5777 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5778 and font markup.
5779 (Protocol basics): Likewise.
5780 (The F request packet): Likewise.
5781 (The F reply packet): Likewise.
5782 (Memory transfer): Move this node to be a subsubsection of
5783 "Protocol specific representation of datatypes".
5784 (The Ctrl-C message): More copy editing.
5785 (Console I/O): Likewise.
5786 (The isatty call): Delete this node, and merge its content into
5787 the "isatty" node. Fixed references elsewhere.
5788 (The system call): Delete this node, and merge its content into
5789 the "system" node. Fixed references elsewhere.
5790 (open): Reformat to use @table, and add appropriate font markup.
5791 (close): Likewise.
5792 (read): Likewise.
5793 (write): Likewise.
5794 (lseek): Likewise.
5795 (rename): Likewise.
5796 (unlink): Likewise.
5797 (stat/fstat): Likewise.
5798 (gettimeofday): Likewise.
5799 (isatty): Likewise.
5800 (system): Likewise, plus minor changes to fix confusing wording.
5801 (Integral datatypes): Fix font markup.
5802 (Pointer values): Likewise.
5803 (struct stat): Fix markup to use @table, plus minor copy editing.
5804 (struct timeval): Fix font markup, plus minor copy editing.
5805 (Constants): Minor copy editing.
5806 (Errno values): Add font markup.
5807 (File-I/O Examples): Likewise.
5808
5809 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
5810
5811 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5812 (GDB/MI Simple Examples): Move node up one level. Use real
5813 examples.
5814 (GDB/MI Compatibility with CLI): Update.
5815 (GDB/MI Result Records): Add "connected" and "exit" result
5816 classes.
5817 (GDB/MI Stream Records): Clarify target output.
5818 (GDB/MI Command Description Format): Modify example description.
5819 (GDB/MI Breakpoint Table Commands): Rename to...
5820 (GDB/MI Breakpoint Commands): ...this
5821 (GDB/MI Breakpoint Commands): Add optional thread field.
5822 (GDB/MI Program Control): Add an introduction. Move "Program
5823 termination" examples into exec-run description.
5824 (GDB/MI File Commands): Mention similar CLI commands.
5825 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5826 is similar to "-gdb-version".
5827
5828 2006-06-09 Eli Zaretskii <eliz@gnu.org>
5829
5830 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5831
5832 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
5833
5834 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5835 sourceware.org for mailing lists.
5836 (GDB/MI File Commands): New node split from Program Control.
5837
5838 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5839
5840 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
5841
5842 2006-05-22 Eli Zaretskii <eliz@gnu.org>
5843
5844 * gdb.texinfo (Cygwin Native): Fix last change.
5845
5846 2006-05-22 Christopher Faylor <cgf@timesys.com>
5847
5848 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5849
5850 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
5851
5852 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5853 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5854
5855 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5856
5857 * gdb.texinfo (General Query Packets): Recommend not starting
5858 new packets with qC and clarify.
5859
5860 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
5861
5862 * gdb.texinfo (M2 Types): New section.
5863
5864 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5865
5866 * agentexpr.texi: Add a copyright and license notice.
5867 * observer.texi: Likewise, with GPL clause for function prototypes.
5868 Remove trailing whitespace.
5869
5870 2006-05-05 Jim Blandy <jimb@codesourcery.com>
5871
5872 * gdb.texinfo (General Query Packets): Document conventions for
5873 terminating packet names, and their violations.
5874
5875 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5876
5877 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5878 * gdb.texinfo: Likewise.
5879
5880 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5881
5882 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5883 and "show remotedebug".
5884 (Debugging Output): Add additional index entries.
5885
5886 2006-04-27 Michael Snyder <msnyder@redhat.com>
5887
5888 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5889
5890 2006-04-22 Andrew Cagney <cagney@redhat.com>
5891
5892 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5893 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5894
5895 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5896
5897 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5898 and remove breakpoint prototypes.
5899 (Watchpoints): Move description of target_insert_hw_breakpoint and
5900 target_remove_hw_breakpoint ...
5901 (Breakpoints): ... to here. Document target_insert_breakpoint and
5902 target_remove_breakpoint.
5903
5904 2006-04-17 Jim Blandy <jimb@codesourcery.com>
5905
5906 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5907 and C packets are optional.
5908
5909 2006-04-14 Frederic Riss <frederic.riss@st.com>
5910
5911 * gdb.texinfo (Specifying source directories): Update the description
5912 of the source file search to reflect the fact that the source path
5913 always contains at least $cdir and $cwd.
5914
5915 2006-03-31 Michael Snyder <msnyder@redhat.com>
5916
5917 * gdb.texinfo: Update copyright dates.
5918
5919 2006-03-31 Eli Zaretskii <eliz@gnu.org>
5920
5921 * gdb.texinfo (Overview): Add an index entry to "empty response".
5922
5923 2006-03-28 Jim Blandy <jimb@codesourcery.com>
5924
5925 * gdbint.texinfo (Prologue Analysis): New section.
5926
5927 2006-03-07 Jim Blandy <jimb@red-bean.com>
5928
5929 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5930
5931 * gdb.texinfo (Target Commands): Update text describing how to
5932 specify a target. Refer to the detailed section on remote
5933 debugging, not the brief mention.
5934
5935 * gdb.texinfo (Connecting): Organize the different 'target remote'
5936 connection methods into a table. Add a 'target remote' index
5937 entry. (!!!)
5938
5939 2006-02-17 Fred Fish <fnf@specifix.com>
5940
5941 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5942 'ptype' commands to reflect the fact that the only significant
5943 difference between them is that ptype prints the complete type
5944 description instead of just the name.
5945
5946 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5947
5948 * gdbint.texinfo (Watchpoints): Delete
5949 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5950
5951 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
5952
5953 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5954 times fields where needed. Fix typos. Update general form given
5955 for output of -break-insert.
5956 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5957
5958 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5959
5960 * gdbint.texinfo (Symbol Handling): Add a section
5961 on memory management.
5962
5963 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
5964
5965 * gdb.texinfo (Breakpoint table commands): Document the fullname
5966 field in -break-list output.
5967
5968 2006-02-03 Eli Zaretskii <eliz@gnu.org>
5969
5970 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5971 debugging information produced by the various "set debug..."
5972 options.
5973
5974 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5975
5976 * gdb.texinfo (Files): Remove obsolete bits from the description
5977 of "symbol-file".
5978
5979 2006-01-25 Jim Blandy <jimb@redhat.com>
5980
5981 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5982
5983 2006-01-24 Jim Blandy <jimb@redhat.com>
5984
5985 * gdbint.texinfo (Frames): Document the basics of GDB's register
5986 unwinding model, and explain the existence of the "sentinel" frame.
5987
5988 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5989
5990 * gdb.texinfo (Choosing files): Mention that -directory is used
5991 for script files.
5992 (Specifying source directories): Likewise.
5993 (Command files): Explain how script files are found.
5994
5995 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5996
5997 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5998 the threads in a multi-threaded program.
5999 (Threads): The threadno argument of "thread apply" can be a range
6000 of numbers.
6001
6002 2006-01-18 Jim Blandy <jimb@redhat.com>
6003
6004 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6005 of warning flags.
6006
6007 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6008
6009 * gdb.texinfo (Sequences): Improve menu annotations.
6010 (Define): Add index entries for arguments of user-defined
6011 commands. Move the description of flow-control commands...
6012 (Command Files): ...to here. Document loop_break and
6013 loop_continue.
6014 (Define, Command Files): Document `end' and add index entries for
6015 it.
6016
6017 2006-01-04 Michael Snyder <msnyder@redhat.com>
6018
6019 * gdb.texinfo: Add documentation for linux-fork.
6020 * gdbint.texinfo: Add internal documentation for checkpoints.
6021
6022 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6023
6024 * gdb.texinfo (Omissions from Ada): Document that there is now
6025 limited aggregate support.
6026
6027 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6028
6029 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6030 registers and the likes.
6031
6032 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6033
6034 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6035 (Symbols): Fix usage of "e.g.".
6036 (Memory Region Attributes): Fix usage of "etc."
6037
6038 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6039 (Coding): Fix usage of "e.g.".
6040
6041 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6042
6043 * stabs.texinfo:
6044 * refcard.tex:
6045 * gpl.texi:
6046 * gdbint.texinfo:
6047 * gdb.texinfo:
6048 * gdb-cfg.texi:
6049 * fdl.texi:
6050 * annotate.texinfo:
6051 * all-cfg.texi:
6052 * Makefile.in: Add (C) after Copyright. Update the FSF
6053 address.
6054
6055 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6056
6057 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6058 extend GDB with commands for external monitor.
6059
6060 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6061
6062 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6063
6064 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6065
6066 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6067
6068 2005-11-21 Jim Blandy <jimb@redhat.com>
6069
6070 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6071 placement of 'R' actions in tracepoint action packets; document
6072 dependence of 'X' and 'M' actions on a preceding 'R' action for
6073 their registers.
6074
6075 2005-11-19 Jim Blandy <jimb@redhat.com>
6076
6077 * gdb.texinfo (Tracepoint Packets): New node.
6078 (General Query Packets): Add entries for the tracepoint packets,
6079 referring to the "Tracepoint Packets" node.
6080 (Tracepoints): Add reference to "Tracepoint Packets".
6081
6082 2005-11-18 Kevin Buettner <kevinb@redhat.com>
6083
6084 * gdb.texinfo (set remotebreak): Add anchor.
6085 (X packet): Likewise.
6086 (Remote Protocol): Add new section `Interrupts' and new index
6087 entry `interrupts (remote protocol)'.
6088
6089 2005-11-18 Jim Blandy <jimb@redhat.com>
6090
6091 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6092 entries into the General Query Packets section. Add a
6093 cross-reference to that section. Drop description of replies, as
6094 these are covered in the descriptions of each packet.
6095 (General Query Packets): Add introductory text. Explain naming
6096 conventions, and how the end of a name is recognized.
6097
6098 2005-11-17 Kevin Buettner <kevinb@redhat.com>
6099
6100 * gdb.texinfo (Remote configuration): Fix typo in description of
6101 "set remotebreak" command.
6102
6103 2005-11-16 Jim Blandy <jimb@redhat.com>
6104
6105 * gdb.texinfo (Packets, Stop Reply Packets)
6106 (General Query Packets): Various formatting cleanups.
6107 - Use @samp for packet contents.
6108 - Drop summaries from packet @item lines; the same information appears
6109 immediately below in the description.
6110 - Delete paragraph breaks after packet @item commands, so that the
6111 description appears directly to the right of the packet prototype
6112 in the printed manual, if it fits.
6113 - Place spaces in packet prototypes between @vars and non-@var
6114 letters, and explain that they're just for formatting.
6115 - Use @dots{} instead of '...'.
6116 - Fix uses of @code where @var was needed.
6117 - Replace "deprecated" markers with English text spelling out the
6118 packet's status and the preferred alternatives.
6119 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6120 what this ever meant.
6121 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6122 this for a long time.
6123 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6124 implemented several times, and have been in use for years.
6125
6126 2005-11-15 Jim Blandy <jimb@redhat.com>
6127
6128 * gdb.texinfo (Packets): Add index entries for 'm' packet
6129 disclaimers.
6130
6131 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6132 of stub when processing an 'm' packet.
6133
6134 * gdb.texinfo (Packets): Mention that packets beginning with
6135 letters are reserved once, at the top, instead of actually listing
6136 them all and saying "reserved".
6137
6138 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6139
6140 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6141 Change @var{$arg0 to @code{$arg0.
6142
6143 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6144
6145 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6146
6147 2005-11-12 Jim Blandy <jimb@redhat.com>
6148
6149 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6150 order. Remove extraneous 'z'.
6151
6152 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6153
6154 * gdb.texinfo (Choosing files): Add --eval-command.
6155
6156 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6157
6158 * gdb.texinfo (Choosing modes): Add --return-child-result.
6159
6160
6161 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6162
6163 * gdb.texinfo (Choosing modes): Add --batch-silent.
6164
6165 2005-10-28 Eli Zaretskii <eliz@gnu.org>
6166
6167 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6168 "The -var-update Command".
6169
6170 2005-10-03 Joel Brobecker <brobecker@adacore.com>
6171
6172 * gdb.texinfo (Print Settings): Add documentation for set/show
6173 print array-indexes.
6174
6175 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6176
6177 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6178 6.2 and 6.3.
6179
6180 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6181
6182 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6183 since 19-Jan-2004.
6184 (Files): Likewise.
6185 (Variables, Symbols): Document the "<incomplete type>" message and
6186 its reasons.
6187
6188 2005-08-01 Fred Fish <fnf@specifix.com>
6189
6190 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6191
6192 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
6193
6194 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6195 option for -var-list-children and -var-update.
6196 (GDB/MI Stack Manipulation): Simplify description of
6197 print-values option for -stack-list-locals.
6198 (GDB/MI Command Description Format): Clarify.
6199 (Mode Options): Spelling of superseded.
6200
6201 2005-07-12 Bob Rossi <bob@brasko.net>
6202
6203 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6204 corresponding GDB command comment.
6205
6206 2005-07-06 Bob Rossi <bob@brasko.net>
6207
6208 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6209 and -inferior-tty-show.
6210 (Input/Output): Document "set/show inferior-tty" and tty alias.
6211
6212 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6213
6214 * gdb.texinfo (Packets): Change description of 'D' packet to note
6215 that GDB does wait for a response.
6216
6217 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6218
6219 * gdb.texinfo (History) Rename "Command History".
6220 (Command History): Move node "Server Prefix" from section on
6221 Annotations here.
6222
6223 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6224
6225 * gdb.texinfo (GDB/MI Stack Manipulation):
6226 Re-instate -stack-info-frame with example. Say that it gets
6227 info on selected frame, not current frame.
6228
6229 2005-06-18 Eli Zaretskii <eliz@gnu.org>
6230
6231 * gdb.texinfo (Server): Clarify that `file' should be used before
6232 connecting to the server.
6233 (Files): Add an xref to the above description.
6234 (Output Formats): More detailed description of the `c' format.
6235 (Memory): List explicitly all the formats supported by `x'.
6236 (Threads): Add an @cindex entry for "thread apply".
6237 (Files): Document the possibility of loading unlinked object
6238 files. Add more indexing for solib-absolute-prefix and
6239 --with-sysroot.
6240 (Machine Code): Document possible problems with locations in
6241 shared libraries.
6242 (Backtrace): Document that free-standing environments do not need
6243 to have a `main' function.
6244
6245 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
6246
6247 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6248 -stack-info-frame.
6249
6250 2005-06-07 Andrew Cagney <cagney@gnu.org>
6251
6252 * gdb.texinfo (Contributors): Note the original multi-arch
6253 contributors.
6254
6255 2005-06-03 Eli Zaretskii <eliz@gnu.org>
6256
6257 * gdb.texinfo (Registers): Add index entries for the standard
6258 registers.
6259 (Frames): Add cross-reference from frame pointer description to
6260 the Registers node.
6261 (Annotations Overview): Fix the reference to GDB name.
6262
6263 2005-06-01 Eli Zaretskii <eliz@gnu.org>
6264
6265 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6266 can-use-hw-watchpoints.
6267
6268 2005-05-28 Bob Rossi <bob@brasko.net>
6269
6270 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6271 the possible reasons why an exec async record would be returned to FE.
6272
6273 2005-05-26 Andrew Cagney <cagney@gnu.org>
6274
6275 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6276 Andrew Cagney implemented the original GDB/MI.
6277
6278 2005-05-23 Orjan Friberg <orjanf@axis.com>
6279
6280 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6281 documentation. Add documentation for cris-mode.
6282
6283 2005-05-20 Eli Zaretskii <eliz@gnu.org>
6284
6285 * gdb.texinfo (Numbers): Explain the example and make the wording
6286 more acurate.
6287
6288 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6289 Dennis Brueni <dennis@slickedit.com>
6290
6291 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6292 (GDB/MI Data Manipulation, GDB/MI Program Control)
6293 (GDB/MI Stack Manipulation): Update examples to include the fullname
6294 attribute in stack frames.
6295
6296 2005-05-12 Eli Zaretskii <eliz@gnu.org>
6297
6298 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6299 do with other non-standard names of init files.
6300
6301 2005-05-11 Eli Zaretskii <eliz@gnu.org>
6302
6303 * gdb.texinfo (Command Files): Move the description of the startup
6304 from here...
6305 (Startup): ...to this new subsection of the Invocation chapter.
6306 Rearrange the description of init files more logically and add a
6307 cross-reference to "Command Files". Document the special gdbinit
6308 name for CISCO 68k. Expand the description of what GDB does
6309 during startup.
6310 (History): Add index entry for HISTSIZE.
6311
6312 2005-05-02 Mark Kettenis <kettenis@gnu.org>
6313
6314 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6315
6316 2005-05-02 Eli Zaretskii <eliz@gnu.org>
6317
6318 * gdb.texinfo (SVR4 Process Information, The isatty call)
6319 (The system call): Don't use foo(N) notation for man pages and
6320 functions.
6321 (Compilation, DJGPP Native): Improve wording.
6322
6323 2005-04-27 Eli Zaretskii <eliz@gnu.org>
6324
6325 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6326 were optimized away.
6327
6328 2005-04-22 Eli Zaretskii <eliz@gnu.org>
6329
6330 * gdb.texinfo (Remote configuration): Document "set/show
6331 get-thread-local-storage-address". Add cross-reference to the
6332 description of the qGetTLSAddr packet.
6333 (General Query Packets): Mention "set remote
6334 get-thread-local-storage-address" and add a reference to its
6335 description.
6336
6337 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
6338
6339 * gdb.texinfo (Backtrace): Describe 'bt full'.
6340
6341 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
6342
6343 * gdb.texinfo (Mode Options): Fix typo.
6344 (GDB/MI): Describe how to invoke GDB/MI.
6345
6346 2005-04-16 Eli Zaretskii <eliz@gnu.org>
6347
6348 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6349 references changed. Add description of "info udot".
6350 (Files): Document "set/show stop-on-solib-events".
6351 (M32R/D): Document "set/show download-path", "set/show
6352 board-address", "set/show server-address", "upload", "tload".
6353 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6354 "use_mon_code", "use_ib_break", "use_dbt_break".
6355 (Maintenance Commands): Improve indexing.
6356 (Target Commands): Document "set/show hash", "set/show debug
6357 monitor".
6358 (SVR4 Process Information): Document "info pidlist" and "info
6359 meminfo". Document "set/show procfs-tarce" and "set/show
6360 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6361 (Symbols, The Print Command with Objective-C): Improve indexing.
6362 (Objective-C): Add references to "info classes" and "info
6363 selectors".
6364 (Debugging Output): Improve wording. Document "set/show debug
6365 solib-frv". Fix "set/show debugvarobj".
6366 (Set Breaks): Add index entry for "hardware breakpoints".
6367 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6368 and "set/show usehardbreakpoints".
6369 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6370 monitor-prompt", "set/show monitor-warnings", "pmon".
6371 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6372 rdiromatzero", "set/show rdiheartbeat".
6373 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6374 "sds".
6375 (Embedded Processors): Document the "sim" command.
6376 (Remote): Document the "remote" command.
6377 (DJGPP Native): Document the "info serial" command.
6378 (Threads): Document "maint info sol-threads".
6379 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6380 (Set Breaks): Improve indexing.
6381 (Command Syntax): Add a reference to dont-repeat.
6382 (Define): Document "dont-repeat".
6383 (TUI Commands): Document "tabset".
6384 (WinCE): New subsection. Document "set/show remotedirectory",
6385 "set/show remoteupload", "set/show remoteaddhost".
6386
6387 2005-04-15 Eli Zaretskii <eliz@gnu.org>
6388
6389 * gdb.texinfo (Hurd Native): New subsection, documents
6390 Hurd-specific commands.
6391 (Maintenance Commands): Add cross-reference to "Debugging Output".
6392 (Debugging Output): Document "set/show debug lin-lwp".
6393 (MIPS): Improve documentation of heuristic-fence-post. Document
6394 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6395 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6396 remote-mips64-transfers-32bit-regs", "set/show debug mips".
6397 (ARM): Document ARM-specific commands.
6398 (AVR): New section. Document "info io_registers".
6399 (CRIS): New section. Document "set/show cris-version" and
6400 "set/show cris-dwarf2-cfi".
6401 (HPPA): New section. Document "set/show debug hppa" and "maint
6402 print unwind".
6403 (Neutrino): New subsection. Document "set/show debug nto-debug".
6404 (Super-H): New section. Document the "regs" command.
6405 (Debugging Output): Document "set/show debug aix-thread".
6406
6407 2005-04-09 Eli Zaretskii <eliz@gnu.org>
6408
6409 * gdb.texinfo (Print Settings): Document "set/show print
6410 pascal_static-members", "set print repeats", "show print
6411 null-stop". Improve indexing. Fix documentation of "set print
6412 union".
6413 (Pascal): New section.
6414 (Supported languages): Rename from "Support"; all references
6415 updated. Add a menu item for Pascal.
6416 (Numbers): Document "set radix.
6417 (Screen Size): Document "set/show pagination".
6418 (MIPS Embedded): Remove "set processor" documentation.
6419 (Remote configuration): Document "set/show X/P/Z-packet",
6420 "set/show read-aux-vector-packet", "set/show remote
6421 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6422 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6423 remotedebug", "set/show remotebreak", "set/show remotedevice",
6424 "set/show remotelogfile".
6425 (Auxiliary Vector): Add reference to the description of the
6426 read-aux-vector-packet setting.
6427 (Set Watchpoints): Add a cross-reference to "set remote
6428 hardware-breakpoint-limit".
6429 (General Query Packets): Add indexing of requests and
6430 cross-references to related commands in "Remote configuration".
6431 (File-I/O Overview, The system call): Fix wording and typos.
6432 (Thread Stops): Add index entries.
6433 (Continuing and Stepping): Document "show step-mode".
6434 (i386): New node. Document "set/show struct-convention".
6435 (Files): Document "show trust-readonly-sections".
6436 (Calling): Document "set/show unwindonsignal".
6437 (Messages/Warnings): Add index entries.
6438 (Maintenance Commands): Document "set/show watchdog".
6439 (Annotations Overview): Document "show annotate".
6440 (Set Watchpoints): Add index entries.
6441 (Symbols): Fix doc of case-sensitive.
6442 (ABI): Document "show coerce-float-to-double".
6443 (Convenience Vars, Help): Improve indexing.
6444 (Machine Code): Document "show disassembly-flavor".
6445 (Debugging C plus plus): Document "show overload-resolution".
6446 (Value History, Signaling): Add index entries.
6447
6448 2005-04-08 Eli Zaretskii <eliz@gnu.org>
6449
6450 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6451 (Processes): Fix wording.
6452 (History, List, Logging output, Define, Symbols, Print Settings):
6453 Improve indexing.
6454
6455 2005-04-03 Eli Zaretskii <eliz@gnu.org>
6456
6457 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6458 redundant index entry for "target" command.
6459 (Backtrace): Add index entries.
6460 (Symbols, Fortran): Document the "set case-sensitive" command.
6461 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6462 (Print Settings): Add index entry for "set demangle-style".
6463 (Target Commands): Document "set download-write-size".
6464 (Debugging Output): Document "set exec-done-display".
6465
6466 2005-04-02 Eli Zaretskii <eliz@gnu.org>
6467
6468 * gdb.texinfo (Files): Fix the name and documentation of
6469 add-shared-symbol-files. Document its alias assf. Update the
6470 list of OSs where GDB supports shared libraries. Fix markup.
6471 (Continuing and Stepping): Add reference to @var{location} in the
6472 text.
6473 (Dump/Restore Files): Fix reference to @{filename}.
6474 (Help): Fix wording.
6475 (Attach): Ditto.
6476 (Set Watchpoints): Ditto.
6477 (Backtrace): Remove redundant index entries. Improve index
6478 entries.
6479 (Delete Breaks): Fix wording.
6480 (Memory): Document the compare-sections command.
6481 (Memory Region Attributes): Improve wording.
6482 (Disabling): Improve wording.
6483 (Fortran): New subsection. Document the "info common" command.
6484 (Help): Document aliases "info copying" and "info warranty".
6485 (Caching Remote Data): New section. Document the "set/show
6486 remotecache" and "info dcache" commands.
6487 (Show): Fix wording of the documentation of the "set
6488 extension-language" command.
6489 (Signals): Add index entry for "info handle".
6490 (Memory Region Attributes): Fix punctuation.
6491 (Symbols): Change the arg name to "location" and refer to it in
6492 the text. Fix wording of "info types" doc.
6493 (Threads): Fix usage of @enumerate @item's.
6494 (Listing Tracepoints): Add index entry for "info tp".
6495 (Set Watchpoints): Add xref to "info break" description.
6496 (Macros): Add an index entry for "macro exp1". Document the
6497 "macro list" command.
6498 (Maintenance Commands): Document "flushregs", "maint agent",
6499 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6500 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6501 "maint print architecture", "maint print objfiles", "maint print
6502 statistics", "maint print type", "maint show-debug-regs", "maint
6503 space", "maint time", and "maint translate-address".
6504 (Connecting): Document the "monitor" command.
6505 (Annotations Overview): Describe the "set annotate" command.
6506
6507 2005-04-01 Eli Zaretskii <eliz@gnu.org>
6508
6509 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6510 Rearrange index entries and improve wording about support for
6511 hardware watchpoints.
6512
6513 2005-03-10 Bob Rossi <bob@brasko.net>
6514
6515 * gdb.texinfo: Update copyright
6516
6517 2005-02-09 Theodore A. Roth <troth@openavr.org>
6518
6519 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6520 error.
6521
6522 2005-02-03 Kevin Buettner <kevinb@redhat.com>
6523
6524 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6525
6526 2005-01-17 Michael Snyder <msnyder@redhat.com>
6527
6528 * gdb.texinfo: Fix spelling, infinte -> infinite.
6529
6530 2005-01-08 Mark Kettenis <kettenis@gnu.org>
6531
6532 * observer.texi (GDB Observers): Document "solib_loaded".
6533
6534 2005-01-07 Andrew Cagney <cagney@gnu.org>
6535
6536 * configure.ac: Rename configure.in, require autoconf 2.59.
6537 * configure: Re-generate.
6538
6539 * configure.in: Replace configdirs with multiple references to
6540 AC_CONFIG_SUBDIRS.
6541 * configure: Re-generate.
6542
6543 2005-01-04 Andrew Cagney <cagney@gnu.org>
6544
6545 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6546 part of the version number.
6547
6548 2004-12-24 Mark Kettenis <kettenis@gnu.org>
6549
6550 * gdbint.texinfo (Algorithms): Remove description of
6551 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6552
6553 2004-12-07 Jim Blandy <jimb@redhat.com>
6554
6555 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6556 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6557 numbers.
6558
6559 2004-12-07 Andreas Schwab <schwab@suse.de>
6560
6561 * gdb.texinfo (Mode Options): Document -l option.
6562
6563 2004-12-04 Eli Zaretskii <eliz@gnu.org>
6564
6565 * gdbint.texinfo (Algorithms): More accurate description of
6566 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6567 is not needed unless data-read and data-access watchpoints are
6568 supported. Add a description of how GDB checks whether the
6569 inferior stopped because a watchpoint was hit.
6570
6571 2004-11-23 Eli Zaretskii <eliz@gnu.org>
6572
6573 * gdb.texinfo (Files): Add cross-reference to description of
6574 -readnow command-line switch.
6575
6576 2004-11-10 Randolph Chung <tausq@debian.org>
6577
6578 * gdb.texinfo: Document set/show backtrace past-entry commands.
6579 Rearrange index entries for set/show backtrace past-main.
6580
6581 2004-11-10 Jon Beniston <jon@beniston.com>
6582
6583 Committed by Andrew Cagney <cagney@gnu.org>.
6584 * gdb.texinfo (Remote Serial Protocol): Further describe
6585 binary transfer escaping mechanism .
6586
6587 2004-11-08 Randolph Chung <tausq@debian.org>
6588
6589 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6590 and "show debug infrun". Add index entries.
6591
6592 2004-10-23 Eli Zaretskii <eliz@gnu.org>
6593
6594 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6595 "info proc" that are already implemented. Add index entries.
6596 (Working Directory): Add a cross-reference to "info proc" command.
6597 (Files): Add a tip for decreasing memory used for symtabs from
6598 shared libraries.
6599 (Starting): Fix whitespace; make "elaboration" stand out where it
6600 is first used, and add an index entry for the term.
6601 (Calling): Expand and elaborate text. Add "print". Add the
6602 description of problems with weak aliases.
6603 (Core File Generation): New section.
6604
6605 2004-10-12 Andrew Cagney <cagney@gnu.org>
6606
6607 * gdbint.texinfo (Versions and Branches): New chapter.
6608 (Releasing GDB): Delete "Versions and Branches" section.
6609 (Top): Add "Versions and Branches".
6610
6611 2004-10-08 Eli Zaretskii <eliz@gnu.org>
6612
6613 * gdb.texinfo (Editing, History): Add cross-references to the
6614 included Readline and History user documentation. Remove
6615 references to the symbol have-readline-appendices which is unused
6616 and undefined.
6617 (History): Fix indexing.
6618
6619 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6620
6621 * gdbint.texinfo (target_stopped_data_address): Update to
6622 new prototype.
6623 (i386_stopped_data_address): Update prototype and description.
6624 (i386_stopped_by_watchpoint): New function and description.
6625
6626 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6627
6628 * gdb.texinfo (Filenames): Add Ada suffixes.
6629 (Ada) New section.
6630
6631 2004-09-27 Andrew Cagney <cagney@gnu.org>
6632 Robert Picco <Robert.Picco@hp.com>
6633
6634 * gdb.texinfo (Packets): Document the "p" packet.
6635
6636 2004-09-21 Jason Molenda (jmolenda@apple.com)
6637
6638 * gdb.texinfo (Paths and Names of the Source Files): Document the
6639 meaning of values in the 'desc' field of a SO stab.
6640
6641 2004-09-20 Daniel Jacobowitz <dan@debian.org>
6642
6643 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6644 max-cache-age" and "maint show dwarf2 max-cache-age".
6645
6646 2004-09-16 Eli Zaretskii <eliz@gnu.org>
6647
6648 * gdb.texinfo (Set Breaks): Add index entry for setting
6649 breakpoints on overloaded C++ functions that are not members of
6650 any classes. Add an example and an index entry for setting
6651 breakpoints on all program functions.
6652 (Character Sets, Macros, Overlay Commands)
6653 (Non-debug DLL symbols, GDB/MI Output Syntax)
6654 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6655 Use "(@value{GDBP})" instead of a literal "(gdb)".
6656
6657 2004-09-12 Andrew Cagney <cagney@gnu.org>
6658
6659 * gdbint.texinfo (Native Debugging): Delete description of
6660 FILES_INFO_HOOK.
6661
6662 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6663
6664 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6665 to hex_string_custom (not historically correct, but more
6666 understandable, given the current code).
6667
6668 2004-09-03 Andrew Cagney <cagney@gnu.org>
6669
6670 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6671
6672 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6673
6674 * observer.texi (solib_unloaded): New observer.
6675
6676 2004-08-24 Andrew Cagney <cagney@gnu.org>
6677
6678 * gdbint.texinfo (Target Architecture Definition): Add missing
6679 comma.
6680
6681 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6682
6683 * (Using the Testsuite): build != host is supported,
6684 but some test scripts do not support build != host.
6685
6686 2004-08-14 Mark Kettenis <kettenis@gnu.org>
6687
6688 * gdbint.texinfo (Host Definition): Delete description of
6689 FCLOSE_PROVIDED and GETENV_PROVIDED.
6690
6691 2004-08-05 Mark Kettenis <kettenis@chello.nl>
6692
6693 * gdbint.texinfo (Host Definition): Delete description of
6694 NO_SYS_FILE.
6695 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6696 PTRACE_FP_BUG.
6697
6698 2004-08-05 Andrew Cagney <cagney@gnu.org>
6699
6700 * gdbint.texinfo (Target Architecture Definition): Delete
6701 reference to deprecated_read_fp.
6702
6703 2004-08-02 Andrew Cagney <cagney@gnu.org>
6704
6705 * gdbint.texinfo (Target Architecture Definition): Delete
6706 description of DEPRECATED_REGISTER_BYTES.
6707
6708 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6709
6710 * gdb.texinfo (Source Path): Document the new behavior of
6711 searching for the source files.
6712
6713 2004-07-17 Eli Zaretskii <eliz@gnu.org>
6714
6715 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6716 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6717 (Auto Display): Improve indexing.
6718
6719 2004-07-16 Andrew Cagney <cagney@gnu.org>
6720
6721 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6722 "-noasync".
6723
6724 2004-07-09 Eli Zaretskii <eliz@gnu.org>
6725
6726 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6727 have the same prefix have only their prefix in the index.
6728
6729 2004-07-03 Mark Kettenis <kettenis@gnu.org>
6730
6731 * gdb.texinfo (BSD libkvm Interface): New node (section)
6732 (Native): Add it to the menu.
6733
6734 2004-07-01 Mark Kettenis <kettenis@gnu.org>
6735
6736 * gdbint.texinfo (Target Architecture Definition): Remove
6737 PCC_SOL_BROKEN.
6738
6739 2004-06-24 Mark Kettenis <kettenis@gnu.org>
6740
6741 * gdbint.texinfo (Target Architecture Definition): Remove
6742 SUN_FIXED_LBRAC_BUG.
6743
6744 2004-06-26 Andrew Cagney <cagney@gnu.org>
6745
6746 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6747
6748 2004-06-20 Andrew Cagney <cagney@gnu.org>
6749
6750 * gdbint.texinfo (Target Architecture Definition): Deprecate
6751 USE_STRUCT_CONVENTION.
6752
6753 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6754
6755 gdb.texinfo (Bug Reporting): Mention session recording,
6756 with the script command or Emacs.
6757
6758 2004-06-18 Andrew Cagney <cagney@gnu.org>
6759
6760 * gdbint.texinfo (Target Architecture Definition): Deprecate
6761 FUNCTION_START_OFFSET.
6762
6763 2004-06-14 Andrew Cagney <cagney@gnu.org>
6764
6765 Based on changes from Karl Berry.
6766 * gdb.texinfo: Do not use @sc in a direntry.
6767 * stabs.texinfo: Change @dircateogry to "Software development".
6768 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6769
6770 2004-06-13 Andrew Cagney <cagney@gnu.org>
6771
6772 * gdbint.texinfo (Target Architecture Definition): Delete
6773 description of RETURN_VALUE_ON_STACK.
6774
6775 2004-06-09 Andrew Cagney <cagney@gnu.org>
6776
6777 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6778 deleted by previous patch.
6779
6780 2004-06-08 Andrew Cagney <cagney@gnu.org>
6781
6782 * gdbint.texinfo (Native Debugging): Delete documentation on
6783 ATTACH_DETACH.
6784
6785 2004-06-06 Randolph Chung <tausq@debian.org>
6786
6787 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6788
6789 2004-06-06 Randolph Chung <tausq@debian.org>
6790
6791 * gdb.texinfo (push_dummy_call): Update argument list to match
6792 the new push_dummy_call method signature. Describe the function
6793 argument.
6794
6795 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6796
6797 * gdb.texinfo (Starting): Document new start command.
6798
6799 2004-05-21 Andrew Cagney <cagney@redhat.com>
6800
6801 * observer.texi (GDB Observers): Document "inferior_created".
6802
6803 2004-05-08 Andrew Cagney <cagney@redhat.com>
6804
6805 * gdbint.texinfo (Target Architecture Definition): Delete
6806 description of DO_DEFERRED_STORES.
6807
6808 * gdbint.texinfo (Target Architecture Definition): Delete
6809 references to DEPRECATED_FIX_CALL_DUMMY.
6810
6811 * gdbint.texinfo (Target Architecture Definition): Delete
6812 description of DEPRECATED_CALL_DUMMY_WORDS,
6813 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6814
6815 * gdbint.texinfo (Target Architecture Definition): Delete
6816 description of DEPRECATED_PUSH_DUMMY_FRAME.
6817
6818 * gdbint.texinfo (Target Architecture Definition): Delete
6819 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6820
6821 2004-05-07 Andrew Cagney <cagney@redhat.com>
6822
6823 * observer.texi (GDB Observers): Add "Debugging" section. Include
6824 cross reference to "set/show debug observer".
6825 * gdb.texinfo (Debugging Output): Document "set/show debug
6826 observer".
6827
6828 2004-05-01 Andrew Cagney <cagney@redhat.com>
6829
6830 * gdbint.texinfo (Target Architecture Definition): Delete
6831 description of DEPRECATED_PC_IN_SIGTRAMP.
6832
6833 2004-04-30 Andrew Cagney <cagney@redhat.com>
6834
6835 * gdbint.texinfo (Target Architecture Definition): Delete
6836 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6837
6838 2004-04-30 Orjan Friberg <orjanf@axis.com>
6839
6840 * observer.texi (GDB Observers): Correct spelling.
6841
6842 2004-04-26 Orjan Friberg <orjanf@axis.com>
6843
6844 * observer.texi (GDB Observers): Add target_changed event.
6845
6846 2004-04-08 Andrew Cagney <cagney@redhat.com>
6847
6848 * observer.texi (GDB Observers): Rework, provide generic observer
6849 definitions and then a list of observable events.
6850
6851 2004-04-04 Andrew Cagney <cagney@redhat.com>
6852
6853 * gdbint.texinfo (Host Definition): Delete reference to
6854 NO_SIGINTERRUPT.
6855
6856 2004-04-02 Andrew Cagney <cagney@redhat.com>
6857
6858 * gdbint.texinfo (Target Architecture Definition): Delete
6859 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6860
6861 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6862
6863 * gdb.texinfo (TUI Commands): Document tui reg commands.
6864
6865 2004-03-26 Andrew Cagney <cagney@redhat.com>
6866
6867 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6868 "gdbtui".
6869 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6870 (Contributors): Mention both Text and Terminal User Interface.
6871
6872 2004-03-23 Andrew Cagney <cagney@redhat.com>
6873
6874 * gdbint.texinfo (Target Architecture Definition): Deprecate
6875 references to SIGTRAMP_START and SIGTRAMP_END.
6876
6877 2004-03-23 Andrew Cagney <cagney@redhat.com>
6878
6879 * gdbint.texinfo (Target Architecture Definition): Deprecate
6880 references to PC_IN_SIGTRAMP.
6881
6882 2004-03-19 Andrew Cagney <cagney@redhat.com>
6883
6884 * gdbint.texinfo (Target Architecture Definition): Delete
6885 reference to GDB_TARGET_IS_HPPA.
6886
6887 2004-03-18 Andrew Cagney <cagney@redhat.com>
6888
6889 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6890 describe pre_init and post_init.
6891
6892 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6893
6894 * gdb.texinfo (Debugging Output): Document values for "set debug
6895 target".
6896
6897 2004-02-28 Andrew Cagney <cagney@redhat.com>
6898
6899 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6900
6901 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6902
6903 * gdb.texinfo (breakpoints): Add information about the
6904 new "set breakpoint pending" and "show breakpoint pending"
6905 commands.
6906
6907 2004-02-26 Andrew Cagney <cagney@redhat.com>
6908
6909 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6910 in Per-architecture module data section.
6911
6912 2004-02-25 Roland McGrath <roland@redhat.com>
6913
6914 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6915
6916 2004-02-24 Andrew Cagney <cagney@redhat.com>
6917
6918 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6919 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6920 * fdl.texi: Import Version 1.2, November 2002.
6921
6922 2004-02-17 Andrew Cagney <cagney@redhat.com>
6923
6924 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6925
6926 2004-02-16 Andrew Cagney <cagney@redhat.com>
6927
6928 * gdbint.texinfo (Target Architecture Definition): Deprecate
6929 FRAMELESS_FUNCTION_INVOCATION.
6930
6931 2004-02-16 Andrew Cagney <cagney@redhat.com>
6932
6933 * gdbint.texinfo (Coding): Mention -Wunused-function.
6934
6935 2004-02-14 Andrew Cagney <cagney@redhat.com>
6936
6937 * gdbint.texinfo (Target Architecture Definition): Delete
6938 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6939
6940 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
6941
6942 * gdb.texinfo: Properly quote the name "C++".
6943 * gdbint.texinfo: Ditto.
6944 * stabs.texinfo: Ditto.
6945
6946 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
6947
6948 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6949 minimal information about libiberty.
6950
6951 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6952
6953 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6954
6955 2004-02-04 Roland McGrath <roland@redhat.com>
6956
6957 * gdb.texinfo (Auxiliary Vector): New node (section).
6958 (Data): Add it to the menu.
6959
6960 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6961
6962 * gdb.texinfo (Breakpoints): Add information about pending
6963 breakpoint support.
6964
6965 2004-01-26 Andrew Cagney <cagney@redhat.com>
6966
6967 * gdb.texinfo (Overview): Delete references to the cisco protocol
6968 including the "N" response.
6969
6970 2004-01-26 Andrew Cagney <cagney@redhat.com>
6971
6972 * gdbint.texinfo (Target Architecture Definition): Rename
6973 EXTRACT_STRUCT_VALUE_ADDRESS to
6974 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6975
6976 2004-01-24 Eli Zaretskii <eliz@gnu.org>
6977
6978 * gdb.texinfo (KOD): Document "show os". Add index entries for
6979 "set/show os" and "info cisco" commands.
6980
6981 2004-01-21 Eli Zaretskii <eliz@gnu.org>
6982
6983 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6984
6985 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6986
6987 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6988 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6989
6990 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
6991
6992 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6993 -stack-list-locals.
6994 (GDB/MI Variable Objects): Describe extension to
6995 -var-list-children.
6996
6997 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
6998
6999 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7000
7001 2004-01-17 Andrew Cagney <cagney@redhat.com>
7002
7003 * gdbint.texinfo (Target Architecture Definition): Delete
7004 documentation on DEPRECATED_NPC_REGNUM.
7005
7006 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7007
7008 * gdb.texinfo: Update copyright year. Mention that set
7009 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7010 "set follow-fork-mode ask".
7011
7012 2004-01-13 Andrew Cagney <cagney@redhat.com>
7013
7014 * gdbint.texinfo: Update copyright year.
7015 (Coding): Add -Wunused-label to list of -Werror warnings.
7016
7017 2004-01-08 Jason Molenda <jmolenda@apple.com>
7018 Eli Zaretskii <eliz@gnu.org>
7019
7020 * gdb.texinfo: Update copyright.
7021 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7022 around names, as appropriate. Minor syntax cleanup of
7023 _NSPrintForDebugger explanation. Two spaces after periods.
7024 GDBN used instead of lit. "gdb". Index entries added for
7025 print-object and _NSPrintForDebugger. @noindent added in one spot.
7026
7027 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7028
7029 * stabs.texinfo: Add dircategory and direntry commands.
7030 * annotate.texinfo: Ditto.
7031
7032 2003-11-10 Andrew Cagney <cagney@redhat.com>
7033
7034 * gdbint.texinfo (Target Architecture Definition): Replace the
7035 return_value method's "inval" and "outval" parameters with
7036 "readbuf" and "writebuf".
7037
7038 2003-10-28 Jim Blandy <jimb@redhat.com>
7039
7040 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7041 from "The `F' request packet" and "The `F' reply packet", to make
7042 texi2dvi happy.
7043 (File-I/O remote protocol extension): Update menu entries, too.
7044
7045 2003-10-26 Michael Chastain <mec@shout.net>
7046
7047 * gdb.texinfo (Thread Stops): Document the issue with
7048 premature return from system calls in multi-threaded programs.
7049
7050 2003-10-24 Andrew Cagney <cagney@redhat.com>
7051
7052 * annotate.texinfo: Fix "fortunatly"[sic].
7053
7054 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7055
7056 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7057 with "Hitachi" and "Mitsubishi".
7058
7059 2003-10-20 Andrew Cagney <cagney@redhat.com>
7060
7061 * gdbint.texinfo (Target Architecture Definition): Document
7062 gdbarch_return_value. Add cross references from
7063 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7064 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7065
7066 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7067
7068 * gdbint.texinfo (Target Architecture Definition): Document
7069 regset_from_core_section.
7070
7071 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7072
7073 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7074
7075 2003-10-15 Kevin Buettner <kevinb@redhat.com>
7076
7077 From Anthony Green <green@redhat.com>:
7078 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7079
7080 2003-10-14 Kevin Buettner <kevinb@redhat.com>
7081
7082 * gdb.texinfo (Breakpoint related warnings): New node.
7083 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7084
7085 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
7086
7087 * gdb.texinfo (Remote Protocol): Document v and vCont.
7088
7089 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7090
7091 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7092 * gdbint.texinfo: Ditto.
7093
7094 2003-10-09 Andrew Cagney <cagney@redhat.com>
7095
7096 From 2003-09-18 David Anderson <davea@sgi.com>:
7097 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7098 "command".
7099
7100 2003-10-03 Andrew Cagney <cagney@redhat.com>
7101
7102 * gdbint.texinfo (Target Architecture Definition): Deprecate
7103 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7104 just target.
7105
7106 2003-10-02 Andrew Cagney <cagney@redhat.com>
7107
7108 * gdbint.texinfo (Target Architecture Definition): Rename
7109 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7110 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7111 * gdbint.texinfo (Target Architecture Definition): Rename
7112
7113 2003-09-30 Andrew Cagney <cagney@redhat.com>
7114
7115 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
7116 (Target Architecture Definition):
7117
7118 * gdbint.texinfo (Target Architecture Definition): Rename
7119 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7120
7121 2003-09-29 Andrew Cagney <cagney@redhat.com>
7122
7123 * gdbint.texinfo (Target Architecture Definition): Delete
7124 documentation for NEED_TEXT_START_END.
7125
7126 * gdbint.texinfo (Target Architecture Definition): Rename
7127 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7128 TARGET_WRITE_PC.
7129
7130 2003-09-22 Michael Chastain <mec@shout.net>
7131
7132 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7133
7134 2003-09-21 Anthony Green <green@redhat.com>
7135
7136 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7137
7138 2003-09-21 Mark Kettenis <kettenis@gnu.org>
7139
7140 * gdbint.texinfo (Target Architecture Definition): Document
7141 stabs_argument_has_addr.
7142
7143 2003-09-18 Andrew Cagney <cagney@redhat.com>
7144
7145 * gdbint.texinfo (Target Architecture Definition): Delete
7146 documentation on REGISTER_NAMES.
7147
7148 2003-09-13 Mark Kettenis <kettenis@gnu.org>
7149
7150 * gdbint.texinfo (Target Architecture Definition): Replace
7151 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7152
7153 2003-09-11 Andrew Cagney <cagney@redhat.com>
7154
7155 * gdbint.texinfo (Target Architecture Definition): Replace
7156 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7157
7158 2003-08-18 Andrew Cagney <cagney@redhat.com>
7159
7160 * gdbint.texinfo (Target Architecture Definition): Document
7161 "frame_red_zone_size".
7162
7163 2003-08-09 Andrew Cagney <cagney@redhat.com>
7164
7165 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7166 with "set/show backtrace past-main" and "set/show backtrace
7167 limit".
7168
7169 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7170
7171 * Makefile.in (install-info): Support DESTDIR.
7172 (install-html): Likewise.
7173
7174 2003-08-07 Andrew Cagney <cagney@redhat.com>
7175
7176 Patch from Nick Roberts.
7177 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7178 bindings. Remove description of send-gdb-command.
7179
7180 2003-08-07 Andrew Cagney <cagney@redhat.com>
7181
7182 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7183 GDB 6.0.
7184
7185 2003-08-06 Andrew Cagney <cagney@redhat.com>
7186
7187 * gdb.texinfo (Mode Options): Mention that level three is the
7188 highest available and that level 2 is deprecated.
7189 (Annotations Overview): Mention annotation levels. Cross reference
7190 to "Limitations of the Annotation Interface" in annotate.texi.
7191 (TODO, Value Annotations, Frame Annotations): Delete section.
7192 (Displays, Breakpoint Info): Delete.
7193
7194 2003-08-04 Andrew Cagney <cagney@redhat.com>
7195
7196 * agentexpr.texi: Delete @bye.
7197 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7198 (stabs.info): Add $(srcdir) to include search path.
7199 (html): Depend on "annotate_toc.html", and not "annotate.html".
7200 * stabs.texinfo: Ditto. Include "fdl.texi".
7201 * gdbint.texinfo: Update copyright statement's list of invariant
7202 sections.
7203
7204 2003-07-28 Andrew Cagney <cagney@redhat.com>
7205
7206 * Makefile.in (INFO_DEPS): Add annotate.info.
7207 (dvi, ps, html, pdf): Add annotate.
7208 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7209 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7210 (ANNOTATE_DOC_FILES): New macro.
7211 (ANNOTATE_TEX_TMPS): New macro.
7212 (annotate.info, annotate_toc.html): Specify dependencies.
7213 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7214 * annotate.texinfo: Rename annotate.texi. Get building. Add
7215 "Migrating to GDB/MI" and "Limitations of the Annotation
7216 Interface" chapters. Mention why it is not part of the user
7217 guide. Update copyright notice. Include "fdl.texi".
7218
7219 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7220
7221 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7222
7223 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7224
7225 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7226
7227 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7228
7229 * gdb.texinfo (Server): Mention pidof.
7230
7231 2003-07-22 Andrew Cagney <cagney@redhat.com>
7232
7233 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7234 list.
7235
7236 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
7237
7238 * gdb.texinfo (Logging output): New chapter.
7239
7240 2003-06-24 Joel Brobecker <brobecker@gnat.com>
7241
7242 * gdb.texinfo (Unsupported languages): New section.
7243 (Languages): Add link to new section.
7244
7245 2003-06-22 Andrew Cagney <cagney@redhat.com>
7246
7247 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7248
7249 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7250
7251 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7252
7253 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7254
7255 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7256 * agentexpr.texi: Retitle section, and change it to an appendix.
7257 Comment out texinfo initialization. Factor a @var{} into two
7258 pieces to prevent makeinfo warnings.
7259 * gdb.texinfo: Add Agent Expressions appendix.
7260
7261 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
7262
7263 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7264
7265 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
7266
7267 * gdb.texinfo (Remote Debugging): New section "Connecting to a
7268 remote target". Document the "detach" and "disconnect" commands.
7269 (Server, Netware, Debug Session): Reference "Connecting to a
7270 remote target".
7271 (GDB/MI Target Manipulation): Document "-target-disconnect".
7272
7273 2003-06-13 Andrew Cagney <cagney@redhat.com>
7274
7275 * gdbint.texinfo (Target Architecture Definition): Deprecate
7276 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7277 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7278
7279 2003-06-09 Jim Blandy <jimb@redhat.com>
7280
7281 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7282
7283 2003-06-08 Andrew Cagney <cagney@redhat.com>
7284
7285 * gdbint.texinfo (Target Architecture Definition): Delete
7286 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7287
7288 2003-06-08 Andrew Cagney <cagney@redhat.com>
7289
7290 * gdbint.texinfo (Target Architecture Definition): Document
7291 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7292
7293 2003-06-07 Adam Fedor <fedor@gnu.org>
7294
7295 * gdb.texinfo: Add Objective-C documentation.
7296
7297 2003-06-01 Andrew Cagney <cagney@redhat.com>
7298
7299 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7300 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7301
7302 2003-05-21 Andrew Cagney <cagney@redhat.com>
7303
7304 * gdbint.texinfo (Target Architecture Definition): Delete
7305 references to "extract_address" and "store_address".
7306
7307 2003-05-16 Andrew Cagney <cagney@redhat.com>
7308
7309 * gdbint.texinfo (Target Architecture Definition): Replace
7310 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7311 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7312
7313 2003-05-14 Theodore A. Roth <troth@openavr.org>
7314
7315 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7316
7317 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7318
7319 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7320 (gdb.dvi): Likewise.
7321 (gdb.pdf): Likewise.
7322 (links2roff): Likewise.
7323
7324 2003-05-08 Jim Blandy <jimb@redhat.com>
7325
7326 * gdb.texinfo (Dump/Restore Files): Update documentation for
7327 'dump', 'append', and 'restore': note that format argument is
7328 optional; simplify presentation of the command variants; and be
7329 more precise about the formats.
7330
7331 2003-05-07 Jim Blandy <jimb@redhat.com>
7332
7333 * gdb.texinfo (Symbols): Update documentation: 'maint list
7334 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7335 symtabs' and 'maint info psymtabs'.
7336
7337 2003-05-05 Andrew Cagney <cagney@redhat.com>
7338
7339 * gdbint.texinfo (Target Architecture Definition): Make
7340 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7341 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7342 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7343
7344 2003-05-04 Andrew Cagney <cagney@redhat.com>
7345
7346 * gdb.texinfo (Maintenance Commands): Document "maint print
7347 dummy-frames".
7348
7349 2003-05-04 Andrew Cagney <cagney@redhat.com>
7350
7351 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7352
7353 2003-05-03 J. Brobecker <brobecker@gnat.com>
7354
7355 Thierry Schneider <tpschneider1@yahoo.com>
7356 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7357 for new MI command.
7358
7359 2003-05-03 Andrew Cagney <cagney@redhat.com>
7360
7361 * gdbint.texinfo (Target Architecture Definition): Document
7362 push_dummy_code. Add cross references.
7363
7364 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7365
7366 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7367 set/show charsets commands.
7368
7369 2003-04-28 Andrew Cagney <cagney@redhat.com>
7370
7371 * gdbint.texinfo (Target Architecture Definition): Replace
7372 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7373 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7374
7375 2003-04-28 Andrew Cagney <cagney@redhat.com>
7376
7377 * gdbint.texinfo (Target Architecture Definition): Rename
7378 "tm_print_insn" to "deprecated_tm_print_insn".
7379
7380 2003-04-09 Jim Blandy <jimb@redhat.com>
7381
7382 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7383 list psymtabs'.
7384
7385 2003-04-08 Andrew Cagney <cagney@redhat.com>
7386
7387 * gdbint.texinfo (Target Architecture Definition): Delete
7388 references to EXTRA_FRAME_INFO.
7389
7390 2003-04-08 Andrew Cagney <cagney@redhat.com>
7391
7392 * gdbint.texinfo (Target Architecture Definition): Delete
7393 PRINT_TYPELESS_INTEGER.
7394
7395 2003-04-02 J. Brobecker <brobecker@gnat.com>
7396
7397 * observer.texi (GDB Observers): Adjust the documentation for the
7398 normal_stop notification to better describe reality. Fix a couple
7399 of minor typos.
7400
7401 2003-04-02 Bob Rossi <bob_rossi@cox.net>
7402
7403 * gdb.texinfo (GDB/MI Program Control): Add
7404 '-file-list-exec-source-file'
7405
7406 2003-03-31 Andrew Cagney <cagney@redhat.com>
7407
7408 * gdbint.texinfo (Target Architecture Definition): Delete
7409 references to CALL_DUMMY_P.
7410
7411 2003-03-30 Andrew Cagney <cagney@redhat.com>
7412
7413 * gdbint.texinfo (Target Architecture Definition): Remove
7414 reference to TARGET_WRITE_SP.
7415
7416 2003-03-27 Andrew Cagney <cagney@redhat.com>
7417
7418 * gdbint.texinfo (Target Architecture Definition): Remove
7419 references to write_sp.
7420
7421 2003-03-27 Andrew Cagney <cagney@redhat.com>
7422
7423 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7424 chapter body. Use @smallexample instead of @example.
7425 (Annotations): Ditto.
7426 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7427 annotate.texi.
7428
7429 2003-03-26 Andrew Cagney <cagney@redhat.com>
7430
7431 * gdbint.texinfo (Target Architecture Definition): Replace
7432 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7433 dummy_addr parameters.
7434
7435 2003-03-25 Andrew Cagney <cagney@redhat.com>
7436
7437 * gdbint.texinfo (Target Architecture Definition): Delete
7438 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7439 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7440 Add reference to PUSH_ARGUMENTS.
7441
7442 2003-03-23 Andrew Cagney <cagney@redhat.com>
7443
7444 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7445 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7446
7447 2003-03-18 J. Brobecker <brobecker@gnat.com>
7448
7449 * gdbint.texinfo (Algorithms): Add new section describing the
7450 Observer paradigm.
7451 (Top): Add menu entry to new observer appendix.
7452 * observer.texi: New file.
7453 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7454 new observer.texi file.
7455
7456 2003-03-17 Andrew Cagney <cagney@redhat.com>
7457
7458 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7459 that GNU Press update the manual version number.
7460
7461 2003-03-12 Andrew Cagney <cagney@redhat.com>
7462
7463 * gdbint.texinfo (Target Architecture Definition): Delete
7464 references to get_saved_register. Rename GET_SAVED_REGISTER to
7465 DEPRECATED_GET_SAVED_REGISTER.
7466
7467 2003-03-13 Andrew Cagney <cagney@redhat.com>
7468
7469 * gdbint.texinfo (Target Architecture Definition): Replace
7470 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7471
7472 2003-03-12 Andrew Cagney <cagney@redhat.com>
7473
7474 * gdbint.texinfo (Target Architecture Definition): Rename
7475 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7476
7477 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
7478
7479 * gdb.texinfo: Add File-I/O documentation.
7480
7481 2003-03-10 Andrew Cagney <cagney@redhat.com>
7482
7483 * gdbint.texinfo (Target Architecture Definition): Cross reference
7484 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7485
7486 2003-03-07 Andrew Cagney <cagney@redhat.com>
7487
7488 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7489 frame" command.
7490
7491 2003-03-05 Andrew Cagney <cagney@redhat.com>
7492
7493 * gdbint.texinfo (Target Architecture Definition): Document
7494 unwind_dummy_id. Cross reference unwind_dummy_id and
7495 SAVE_DUMMY_FRAME_TOS.
7496
7497 2003-03-05 James Ingham <jingham@apple.com>
7498 Daniel Jacobowitz <drow@mvista.com>
7499
7500 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7501 and "show cp-abi".
7502
7503 2003-03-03 Andrew Cagney <cagney@redhat.com>
7504
7505 * gdbint.texinfo (Target Architecture Definition): Document
7506 register_type.
7507
7508 2003-03-03 Andrew Cagney <cagney@redhat.com>
7509
7510 * stabs.texinfo (Structures): Use @samp and separate @var's
7511 instead of a single @var containing a comma separated list.
7512 (Unions): Ditto.
7513
7514 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
7515
7516 * Makefile.in (distclean): Remove config.log.
7517
7518 2003-03-01 Andrew Cagney <cagney@redhat.com>
7519
7520 * gdbint.texinfo (Target Architecture Definition): Rename
7521 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7522
7523 2003-03-01 Andrew Cagney <cagney@redhat.com>
7524
7525 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7526 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7527
7528 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7529
7530 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7531 (Non-debug DLL symbols): New node, describing the minimal symbols
7532 loaded from DLLs without real debugging symbols.
7533
7534 2003-02-20 Andrew Cagney <ac131313@redhat.com>
7535
7536 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7537 hardware-breakpoint-limit".
7538 (Set Watchpoints): Add cross reference to "set remote
7539 hardware-watchpoint-limit".
7540 (Remote configuration options): New section.
7541
7542 2003-02-04 Andrew Cagney <ac131313@redhat.com>
7543
7544 * gdbint.texinfo (Target Architecture Definition): Delete
7545 descrption of IS_TRAPPED_INTERNALVAR.
7546
7547 From Keith Seitz <keiths@redhat.com>:
7548 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7549 option "-i"/"--interpreter" to this chapter. Include index
7550 entries.
7551
7552 2003-02-04 David Carlton <carlton@math.stanford.edu>
7553
7554 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7555 (Variables): Recommend stabs+ and DWARF 2.
7556 (C plus plus expressions): Correct info about
7557 compiler versions, debug formats.
7558 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7559 PR symtab/874.
7560
7561 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7562
7563 * gdbint.texinfo (Target Architecture Definition): Delete
7564 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7565 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7566 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7567 references to nindy and i960.
7568 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7569
7570 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7571
7572 * gdbint.texinfo (Target Architecture Definition): Delete
7573 FLOAT_INFO.
7574
7575 2003-01-30 Andrew Cagney <ac131313@redhat.com>
7576
7577 * stabs.texinfo (Member Type Descriptor): Clarify description of
7578 `@'. Suggested by Ben Hutchings.
7579
7580 2003-01-29 Andrew Cagney <ac131313@redhat.com>
7581
7582 * gdb.texinfo (M68K): Delete reference to es1800.
7583
7584 2003-01-29 Andrew Cagney <ac131313@redhat.com>
7585
7586 * gdb.texinfo (Maintenance Commands): Document `maint print
7587 reggroups' and `maint print register-groups'.
7588 * gdbint.texinfo (Target Architecture Definition): Document
7589 register_reggroup_p.
7590
7591 2003-01-23 Jim Blandy <jimb@redhat.com>
7592
7593 * gdb.texinfo (Separate Debug Files): New section.
7594
7595 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
7596
7597 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7598 and "maint show profile".
7599
7600 2003-01-16 Michael Chastain <mec@shout.net>
7601
7602 * gdb.texinfo (Installing GDB): Warn against
7603 ".../gdb-VERSION/gdb/configure".
7604 (Separate Objdir): Likewise.
7605
7606 2003-01-15 Andrew Cagney <ac131313@redhat.com>
7607
7608 * gdbint.texinfo (Target Architecture Definition): Delete
7609 definition of PRINT_REGISTER_HOOK.
7610
7611 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
7612
7613 (OpenRISC 1000): Fix formatting of command names.
7614
7615 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
7616
7617 * gdb.texinfo (Continuing and Stepping): Add new command
7618 'advance'. Clarify behavior of 'until'.
7619
7620 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7621
7622 * gdb.texinfo (Files): Document solib-absolute-prefix and
7623 solib-search-path.
7624
7625 2003-01-09 Michael Chastain <mec@shout.net>
7626
7627 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7628 (Create a Release): Add new instructions for new @file{src-release}.
7629 Document existing instructions for @file{Makefile.in} as
7630 being for @value{GDBN} 5.3.1 or earlier.
7631
7632 2003-01-09 Andrew Cagney <ac131313@redhat.com>
7633
7634 * gdbint.texinfo (Target Architecture Definition): Mention
7635 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7636 allocate memory.
7637
7638 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7639
7640 * gdb.texinfo (Controlling GDB): Add @kindex for
7641 "show osabi".
7642 (Backtraces): Add @kindex's for backtrace-below-main.
7643
7644 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7645
7646 * gdb.texinfo (Controlling GDB): Document "set osabi".
7647
7648 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7649
7650 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7651 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7652
7653 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7654
7655 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7656 "set coerce-float-to-double".
7657 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7658
7659 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7660
7661 * stabs.texinfo: Remove obsolete text.
7662 * gdbint.texinfo: Ditto.
7663 * gdb.texinfo: Ditto.
7664
7665 2002-12-22 Mark Kettenis <kettenis@gnu.org>
7666
7667 * gdbint.texinfo (Target Architecture Definition): Update
7668 description of gdbarch_register_osabi.
7669
7670 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7671
7672 * agentexpr.texi: Fix typos.
7673 * annotate.texi: Likewise.
7674 * fdl.texi: Likewise.
7675
7676 2002-12-10 Andrew Cagney <cagney@redhat.com>
7677
7678 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7679 DEPRECATED_INIT_FRAME_PC.
7680
7681 2002-12-01 Andrew Cagney <ac131313@redhat.com>
7682
7683 * gdbint.texinfo (Target Architecture Definition): Delete
7684 PC_IN_CALL_DUMMY.
7685
7686 2002-11-28 Andrew Cagney <ac131313@redhat.com>
7687
7688 * gdbint.texinfo (Host Definition): Delete documentation on
7689 USE_GENERIC_DUMMY_FRAMES.
7690
7691 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
7692
7693 Fix PR gdb/723 and PR gdb/245.
7694 * Makefile.in (install-info): Run the install-info command as part
7695 of the post install steps only.
7696 (uninstall-info): New target.
7697 (uninstall): New target.
7698
7699 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
7700
7701 * Makefile.in (install): Make install do some real work.
7702
7703 2002-11-19 Andrew Cagney <ac131313@redhat.com>
7704
7705 Fix POSIX problem reported by Paul Eggert.
7706 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7707 Fix PR gdb/527.
7708
7709 2002-10-26 Andrew Cagney <cagney@redhat.com>
7710
7711 * gdbint.texinfo (Target Architecture Definition): Delete
7712 definition of DO_REGISTERS_INFO.
7713
7714 2002-10-18 Kevin Buettner <kevinb@redhat.com>
7715
7716 * gdbint.texinfo (Address Classes): Fix problems with insertion
7717 of ``{'' and ``}'' in example.
7718
7719 2002-10-17 Kevin Buettner <kevinb@redhat.com>
7720
7721 * gdbint.texinfo (Address Classes): New section.
7722 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7723 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7724 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7725 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7726
7727 2002-10-11 Klee Dienes <kdienes@apple.com>
7728
7729 * gdb.texinfo (Registers): Mention vector registers as well as
7730 floating registers in the documentation for 'info registers' and
7731 'info all-registers'.
7732
7733 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
7734
7735 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7736
7737 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7738
7739 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7740 interface definition.
7741
7742 2002-10-03 Marko Mlinar <markom@opencores.org>
7743
7744 * gdb.texinfo (Target Commands): Add or1k target specific
7745 commands.
7746 * gdb.texinfo (Contributors): Add myself to the contributors list.
7747
7748 2002-10-01 Andrew Cagney <ac131313@redhat.com>
7749
7750 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7751 and "mi1" instead of "mi1" and "mi0".
7752
7753 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7754
7755 * gdb.texinfo (Packets): Fix typos "alligned".
7756 Correct z3/Z3 description. Correct z4/Z4 title.
7757
7758 2002-09-27 Andrew Cagney <ac131313@redhat.com>
7759
7760 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7761
7762 2002-09-25 Kevin Buettner <kevinb@redhat.com>
7763
7764 * gdb.texinfo: Use GNU/Linux instead of Linux.
7765
7766 2002-09-25 Andrew Cagney <ac131313@redhat.com>
7767
7768 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7769
7770 2002-09-24 Andrew Cagney <ac131313@redhat.com>
7771
7772 * gdb.texinfo: Replace @example with @smallexample.
7773
7774 2002-09-20 Kevin Buettner <kevinb@redhat.com>
7775
7776 From Eli Zaretskii <eliz@gnu.org>:
7777 * gdb.texinfo (Character Sets): Use @smallexample instead of
7778 @example. Use GNU/Linux instead of Linux.
7779
7780 2002-09-20 Jim Blandy <jimb@redhat.com>
7781
7782 * gdb.texinfo: Add character set documentation.
7783
7784 2002-09-19 Andrew Cagney <ac131313@redhat.com>
7785
7786 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7787 (Packets): Add cross reference from `b' packet to `z' packets.
7788
7789 2002-09-19 Andrew Cagney <ac131313@redhat.com>
7790
7791 * gdb.texinfo (Maintenance Commands): Document ``maint
7792 internal-error'' and ``maint internal-warning''.
7793
7794 * gdbint.texinfo (Target Architecture Definition): Revise
7795 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7796
7797 2002-09-19 Joel Brobecker <brobecker@gnat.com>
7798
7799 * gdbint.texinfo (Target Conditionals): Document the new
7800 NAME_OF_MALLOC macro.
7801
7802 2002-09-05 Andrew Cagney <ac131313@redhat.com>
7803
7804 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7805 engineer.
7806
7807 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7808
7809 * gdb.texinfo (TUI Overview): Document status line fields.
7810
7811 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7812
7813 * gdb.texinfo (TUI Commands): Document info win command.
7814
7815 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7816
7817 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7818
7819 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7820
7821 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7822 (TUI Keys): Likewise.
7823
7824 2002-08-25 Andrew Cagney <ac131313@redhat.com>
7825
7826 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7827 for a packet receive.
7828
7829 2002-08-25 Andrew Cagney <ac131313@redhat.com>
7830
7831 * Makefile.in (clean): Move to end of file.
7832 (distclean, maintainer-clean, realclean): Ditto.
7833 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7834 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7835 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7836 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7837
7838 2002-08-24 Andrew Cagney <ac131313@redhat.com>
7839
7840 * Makefile.in (GDBINT_TEX_TMPS): Define.
7841 (gdbint.dvi, gdbint.pdf): Use
7842 (GDB_TEX_TMPS): Define.
7843 (gdb.dvi, gdb.pdf): Use.
7844 (STABS_TEX_TMPS): Define.
7845 (stabs.dvi, stabs.pdf): Use.
7846 (GDB_DOC_SOURCE_INCLUDES): New macros.
7847 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7848 (GDBINT_DOC_FILES_INCLUDES): New macros.
7849 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7850 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7851 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7852 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7853 (links2roff): Replace SFILES_INCLUDED with
7854 GDB_DOC_SOURCE_INCLUDES.
7855 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7856 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7857 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7858 dependencies.
7859 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7860 dependencies.
7861 (gdbmi.texinfo): Delete rule.
7862 (inc-hist.texinfo): Delete rule.
7863 (rluser.texinfo): Delete rule.
7864
7865 2002-08-23 Andrew Cagney <cagney@redhat.com>
7866
7867 * gdbint.texinfo (Target Architecture Definition): Update
7868 STORE_RETURN_VALUE, mention regcache.
7869
7870 2002-08-21 Andrew Cagney <ac131313@redhat.com>
7871
7872 * gdbint.texinfo (Target Architecture Definition): Document
7873 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7874
7875 2002-08-19 Andrew Cagney <ac131313@redhat.com>
7876
7877 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7878 Fix minor typos. Add index entries.
7879
7880 2002-08-18 Andrew Cagney <ac131313@redhat.com>
7881
7882 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7883
7884 2002-08-15 Andrew Cagney <ac131313@redhat.com>
7885
7886 * gdbint.texinfo (Target Architecture Definition): Document
7887 PRINT_VECTOR_INFO.
7888 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7889
7890 2002-08-13 Andrew Cagney <ac131313@redhat.com>
7891
7892 * gdb.texinfo (Maintenance Commands): Document "maint print
7893 registers", "maint print raw-registers" and "maint print
7894 cooked-registers".
7895
7896 2002-08-08 Grace Sainsbury <graces@redhat.com>
7897
7898 From Mark Salter:
7899 * gdb.texinfo (Protocol): Document T packet extension to
7900 allow watchpoint address reporting.
7901
7902 2002-08-03 Andrew Cagney <ac131313@redhat.com>
7903
7904 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7905
7906 2002-08-01 Andrew Cagney <cagney@redhat.com>
7907
7908 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7909 to CHILL.
7910
7911 2002-08-01 Andrew Cagney <ac131313@redhat.com>
7912
7913 * gdbint.texinfo (Coding): Revise section "Include Files".
7914
7915 2002-07-24 Andrew Cagney <cagney@redhat.com>
7916
7917 * gdbint.texinfo: Obsolete references to m88k.
7918 * gdb.texinfo: Ditto.
7919
7920 2002-07-10 Joel Brobecker <brobecker@gnat.com>
7921
7922 * gdbint.texinfo (Create a release candiate): Add the location
7923 where the proper version of autoconf can be retrieved.
7924
7925 2002-07-09 Don Howard <dhoward@redhat.com>
7926
7927 * gdb.texinfo (Command Files): Further describe the behavior of
7928 sourced command files.
7929
7930 2002-06-27 Andrew Cagney <ac131313@redhat.com>
7931
7932 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7933 (Coding): Clarify ISO C version that GDB assumes.
7934
7935 2002-06-26 Tom Tromey <tromey@redhat.com>
7936
7937 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7938 add_setshow_cmd_full.
7939
7940 2002-06-25 Don Howard <dhoward@redhat.com>
7941
7942 * gdb.texinfo (Memory Region Attributes): Document new behavior
7943 for 'mem' command.
7944
7945 2002-06-11 Jim Blandy <jimb@redhat.com>
7946
7947 * gdb.texinfo (Symbols): Update documentation for `info source'
7948 command.
7949
7950 * gdb.texinfo (Macros): Call the command `info macro', not
7951 `show macro'.
7952
7953 2002-06-09 Andrew Cagney <ac131313@redhat.com>
7954
7955 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7956 data''.
7957
7958 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7959
7960 * gdbint.texinfo (Target Architecture Definition): Document
7961 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7962
7963 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7964
7965 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7966 lists.
7967
7968 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7969
7970 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7971 Branch''.
7972
7973 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7974
7975 * gdbint.texinfo (Target Architecture Definition): Add section
7976 ``Converting an existing Target Architecture to Multi-arch''.
7977
7978 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7979
7980 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7981 to ``Obsoleting code''. Revise.
7982
7983 2002-05-17 Jim Blandy <jimb@redhat.com>
7984
7985 * gdb.texinfo (C Preprocessor Macros): New chapter.
7986 Include it in the main menu.
7987 (Contributors): Credit Jim Blandy with macro support.
7988 (Compilation): Explain how to get macro information into the
7989 executable.
7990 (Expressions): Note that preprocessor macros are expanded.
7991
7992 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7993
7994 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7995 options for `target remote'.
7996
7997 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7998
7999 * gdbint.texinfo (Target Architecture Definition): Delete
8000 documentation on NNPC_REGNUM.
8001
8002 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8003
8004 * gdbint.texinfo (Target Architecture Definition): Document
8005 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8006 (Target Architecture Definition): Revise section `Using Different
8007 Register and Memory Data Representations'. Add section `Raw and
8008 Virtual Register Representations'.
8009
8010 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8011
8012 * gdbint.texinfo (Target Architecture Definition): Mention
8013 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8014 (Target Architecture Definition): Mention same. Add references to
8015 web pages.
8016
8017 2002-05-08 Michael Snyder <msnyder@redhat.com>
8018
8019 * stabs.texinfo (Attributes): Document new "vector" attribute.
8020
8021 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8022
8023 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8024
8025 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8026
8027 * gdb.texinfo: Delete obsolete references to a29k.
8028
8029 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8030
8031 * gdbint.texinfo (Target Architecture Definition): Replace
8032 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8033
8034 2002-04-24 David S. Miller <davem@redhat.com>
8035
8036 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8037
8038 2002-04-21 David S. Miller <davem@redhat.com>
8039
8040 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8041
8042 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8043
8044 * gdbint.texinfo (Target Architecture Definition): Delete
8045 definition of HAVE_REGISTER_WINDOWS.
8046
8047 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8048
8049 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8050 "Theodore A. Roth" <troth@verinet.com>.
8051
8052 2002-04-15 Don Howard <dhoward@redhat.com>
8053
8054 From Eli Zaretskii <eliz@gnu.org>
8055 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8056 Provide a better explaination of this feature.
8057
8058 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8059
8060 * gdbint.texinfo (Target Architecture Definition): Remove
8061 FRAME_CHAIN_COMBINE.
8062
8063 2002-04-12 Michael Chastain <mec@shout.net>
8064
8065 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8066 REG_STACK_SEGMENT.
8067
8068 2002-04-09 Michael Chastain <mec@shout.net>
8069
8070 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8071 PYRAMID_* macros.
8072
8073 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8074
8075 * gdb.texinfo (Bug Reporting): Document that the web is the
8076 prefered way of submitting bug reports.
8077 (Bug Reporting): Delete the s-mail address as the last resort.
8078
8079 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8080
8081 * gdbint.texinfo (Target Architecture Definition): Delete
8082 references to TARGET_WRITE_FP and write_fp.
8083
8084 2002-03-27 Michael Snyder <msnyder@redhat.com>
8085
8086 * gdb.texinfo: Document new commands dump, append, and restore.
8087
8088 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8089
8090 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8091 Branch'.
8092
8093 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8094
8095 * gdb.texinfo: Change all examples to @smallexample.
8096 * gdbint.texinfo: Ditto.
8097
8098 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8099
8100 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8101 Branches''.
8102
8103 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8104
8105 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8106 Policy''.
8107
8108 2002-03-04 Fred Fish <fnf@redhat.com>
8109
8110 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8111 expresson, suports, dependant, trhe, perhaphs, situtations,
8112 explictily, taged, oportunity, unfortunatly).
8113
8114 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8115
8116 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8117 Remove reference to 3.12.
8118
8119 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8120
8121 * gdbint.texinfo: Include fdl.texi.
8122 (Top): Add GNU Free Documentation License.
8123 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8124 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8125 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8126 (gdbint.info): Add srcdir to include path.
8127 * gdb.texinfo: Include gpl.texi.
8128 (Top): Add Copying.
8129 * gpl.texi: New file.
8130
8131 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8132
8133 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8134
8135 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8136
8137 * gdb.texinfo: Document Cygwin native specific commands.
8138
8139 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8140
8141 * gdb.texinfo: Document gdbserver ``--attach'' command.
8142
8143 2002-02-07 Michael Snyder <msnyder@redhat.com>
8144
8145 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8146 to @code(_ovly_debug_event).
8147
8148 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8149
8150 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8151
8152 2002-02-06 Michael Snyder <msnyder@redhat.com>
8153
8154 * gdb.texinfo (overlays): Mention new magic symbol
8155 '_ovly_debug_event', which allows GDB to keep better track
8156 of overlays.
8157
8158 2002-02-03 Eli Zaretskii <eliz@gnu.org>
8159
8160 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8161 Suggested by Dmitry Sivachenko.
8162
8163 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8164
8165 2002-02-01 Michael Snyder <msnyder@redhat.com>
8166
8167 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8168
8169 2002-01-30 Michael Snyder <msnyder@redhat.com>
8170
8171 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8172 (set trust-readonly-sections): Document.
8173
8174 2002-01-29 Andrew Cagney <ac131313@redhat.com>
8175
8176 * gdbint.texinfo (Releasing GDB): Revise and update.
8177
8178 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8179
8180 * gdbint.texinfo (Target Architecture Definition): Delete
8181 description of TARGET_BYTE_ORDER_DEFAULT.
8182
8183 2002-01-27 Eli Zaretskii <eliz@gnu.org>
8184
8185 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8186 <mitya@cavia.pp.ru>.
8187
8188 2002-01-23 Andrew Cagney <ac131313@redhat.com>
8189
8190 * libgdb.texinfo: Delete file.
8191
8192 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8193
8194 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8195 * gdbint.texinfo: Ditto.
8196
8197 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8198
8199 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8200
8201 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8202
8203 * Makefile.in: Update copyright.
8204 (TEXI2DVI): Define.
8205 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8206 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8207 gdb-cfg.texi.
8208 (TEXINDEX, PDFTEX): Delete makefile variables.
8209
8210 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8211
8212 * gdb.texinfo (Protocol): Move section to appendix.
8213
8214 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8215
8216 * gdb.texinfo (Remote Debugging): Create a menu.
8217 (Top): Add ``Remote Debugging'' to menu.
8218
8219 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8220
8221 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8222 serial protocol'' from here.
8223 (Remote Debugging): To here. New chapter.
8224
8225 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8226
8227 * gdbint.texinfo (Target Architecture Definition): Delete
8228 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8229
8230 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8231
8232 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8233 are no longer needed.
8234 (Porting GDB): Add maintainer note about configure.host.
8235
8236 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8237
8238 * gdbint.texinfo (Target Architecture Definition): Remove
8239 definition of IEEE_FLOAT.
8240
8241 2002-01-20 Eli Zaretskii <eliz@gnu.org>
8242
8243 * gdb.texinfo: Beautify copyright years; fix a typo.
8244 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8245 <3diff@gnu.org>
8246
8247 2002-01-19 Andrew Cagney <ac131313@redhat.com>
8248
8249 * gdbint.texinfo (Host Definition): Remove references to
8250 MALLOC_INCOMPATIBLE.
8251
8252 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8253
8254 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8255 and xyz-xdep.o.
8256
8257 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8258
8259 * gdb.texinfo (Maintenance Commands): Add appendix.
8260 (Set Breaks): Copy ``maint info breakpoint'' doco to
8261 ``Maintenance Commands'' appendix. Add reference.
8262
8263 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8264
8265 * fdl.texi: Remove next/prev from @node.
8266
8267 2002-01-17 Eli Zaretskii <eliz@gnu.org>
8268
8269 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8270 for monstrous @multitable (from Brian Youmans).
8271
8272 * fdl.texi: New file.
8273
8274 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8275
8276 2002-01-15 Andrew Cagney <ac131313@redhat.com>
8277
8278 * gdbint.texinfo (Releasing GDB): New chapter.
8279
8280 2002-01-14 Andrew Cagney <ac131313@redhat.com>
8281
8282 * gdb.texinfo (Embedded Processors, Calling program functions):
8283 Obsolete references to a29k.
8284
8285 2002-01-13 Andrew Cagney <ac131313@redhat.com>
8286
8287 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8288 examples. Document that a code-block should do or discard its
8289 cleanups before exit.
8290
8291 2002-01-11 Michael Snyder <msnyder@redhat.com>
8292
8293 * gdb.texinfo (Choosing files): Change @samp to @file.
8294
8295 2002-01-05 Michael Snyder <msnyder@redhat.com>
8296
8297 * gdb.texinfo (--pid): Document new command line option (attach).
8298
8299 2002-01-07 Eli Zaretskii <eliz@gnu.org>
8300
8301 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8302 in the stub.
8303
8304 2002-01-04 Andrew Cagney <ac131313@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Replace
8307 BIG_ENDIAN with BFD_ENDIAN_BIG.
8308
8309 2002-01-03 Andrew Cagney <ac131313@redhat.com>
8310
8311 * gdbint.texinfo (Target Architecture Definition): Replace
8312 value_ptr with struct value pointer.
8313
8314 2002-01-02 Eli Zaretskii <eliz@gnu.org>
8315
8316 * gdb.texinfo (Free Software): Fix wording.
8317
8318 2001-12-31 Eli Zaretskii <eliz@gnu.org>
8319
8320 * gdb.texinfo (Free Software): New section ``Free Software Needs
8321 Free Documentation''.
8322
8323 2001-12-30 Eli Zaretskii <eliz@gnu.org>
8324
8325 * stabs.texinfo:
8326 * gdb.texinfo:
8327 * gdbint.texinfo:
8328 * libgdb.texinfo:
8329 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8330
8331 2001-12-29 Michael Snyder <msnyder@redhat.com>
8332
8333 * gdb.texinfo (maint info sections): Fix typo.
8334
8335 2001-12-26 Michael Snyder <msnyder@redhat.com>
8336
8337 * gdb.texinfo (maint info sections): Document.
8338
8339 * gdb.texinfo (info proc): Comment out documentation for
8340 'info proc' sub-options that are currently not implemented.
8341
8342 2001-12-20 Jim Blandy <jimb@redhat.com>
8343
8344 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8345
8346 2001-12-15 Andrew Cagney <ac131313@redhat.com>
8347
8348 * gdbint.texinfo (Target Architecture Definition): Replace
8349 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8350
8351 2001-12-01 Andrew Cagney <ac131313@redhat.com>
8352
8353 * gdbint.texinfo (Host Definition): Delete documentation on
8354 HOST_BYTE_ORDER.
8355
8356 2001-11-30 Jim Blandy <jimb@redhat.com>
8357
8358 * gdb.texinfo (Overlays): New chapter, documenting GDB's
8359 overlay support. Add to top-level menu.
8360
8361 2001-11-26 Tom Tromey <tromey@redhat.com>
8362
8363 * gdb.texinfo (Command Syntax): Document C-o binding.
8364
8365 2001-07-26 Christopher Faylor <cgf@redhat.com>
8366
8367 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8368 use since it is described in the referenced section.
8369
8370 From Eli Zaretskii <eliz@gnu.org>
8371 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8372 clearer when using DJGPP.
8373
8374 2001-11-24 Christopher Faylor <cgf@redhat.com>
8375
8376 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8377 specifically refer to MS-DOS.
8378 (command files): Mention gdb.ini is only used on MS-DOS.
8379
8380 2001-11-21 Tom Tromey <tromey@redhat.com>
8381
8382 * gdb.texinfo (Invoking GDB): Document --args.
8383 (Mode Options): Likewise.
8384
8385 2001-11-21 Jim Blandy <jimb@redhat.com>
8386
8387 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8388 Delete documentation; this macro has been removed from the
8389 sources.
8390
8391 2001-11-13 Jim Blandy <jimb@redhat.com>
8392
8393 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8394
8395 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
8396
8397 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8398
8399 2001-11-05 Michael Snyder <msnyder@redhat.com>
8400
8401 * gdb.texinfo (info functions): Document use of backslash to
8402 quote regexp chars in function names such as "operator*()".
8403
8404 2001-11-01 Fred Fish <fnf@redhat.com>
8405
8406 * gdbint.texinfo (SOLIB_ADD): Document additional new
8407 "readsyms" arg.
8408
8409 2001-10-30 Don Howard <dhoward@redhat.com>
8410
8411 * gdb.texinfo: (Command Files) Added documentation for the
8412 behavior of gdb with input redirected from a file.
8413
8414 2001-10-28 Fred Fish <fnf@redhat.com>
8415
8416 * gdb.texinfo (auto-solib-add): Change docs to match
8417 implementation change.
8418 (auto-solib-limit): Add docs for new variable.
8419
8420 2001-10-15 Andrew Cagney <ac131313@redhat.com>
8421
8422 * gdbint.texinfo (Target Architecture Definition): Function
8423 value_as_pointer renamed to value_as_address.
8424
8425 2001-10-15 Andrew Cagney <ac131313@redhat.com>
8426
8427 * gdbint.texinfo (Target Architecture Definition): Default
8428 POINTER_TO_ADDRESS functions assume unsigned addresses.
8429 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8430 posting by Jim Blandy.
8431
8432 2001-10-12 Jim Blandy <jimb@redhat.com>
8433
8434 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8435 version of texi2html (1.64) doesn't support this flag any more.
8436
8437 2001-09-08 Mark Kettenis <kettenis@gnu.org>
8438
8439 * gdbint.texinfo (Host Definition): Remove description of
8440 MEM_FNS_DECLARED.
8441
8442 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8443
8444 * gdbint.texinfo (Host Definition): Remove description of
8445 HAVE_SIGSETMASK.
8446
8447 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
8448
8449 * gdbint.texinfo (Target Architecture Definition): Add
8450 explanation of TARGET_PRINT_INSN macro.
8451
8452 2001-08-30 Jim Blandy <jimb@redhat.com>
8453
8454 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8455 Explain what it means to load relocatable files.
8456
8457 2001-08-28 Jim Blandy <jimb@redhat.com>
8458
8459 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8460 info `top' menu.
8461
8462 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8463
8464 * gdbint.texinfo: Add a cautionary note about macro use.
8465
8466 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
8467
8468 * gdb.texinfo: Explain omitting the hostname in the
8469 `target remote' command.
8470
8471 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
8472
8473 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8474 and END-INFO-DIR-ENTRY.
8475
8476 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8477
8478 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8479
8480 2001-07-25 Andrew Cagney <ac131313@redhat.com>
8481
8482 * gdbint.texinfo (libgdb): Rewrite.
8483
8484 2001-07-26 Eli Zaretskii <eliz@gnu.org>
8485
8486 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8487
8488 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8489
8490 * gdb.texinfo (TUI): New chapter, document the TUI.
8491 (Mode Options): Document the -tui option.
8492
8493 2001-07-23 Mark Kettenis <kettenis@gnu.org>
8494
8495 * gdbint.texinfo (Host Definition): Remove description of
8496 NEED_POSIX_SETPGID.
8497
8498 2001-07-23 Eli Zaretskii <eliz@gnu.org>
8499
8500 * gdb.tex (DJGPP Native): New node, with descriptions of
8501 DJGPP-specific commands.
8502
8503 2001-07-19 John R. Moore <jmoore@redhat.com>
8504
8505 * gdbint.texinfo: Three misspellings.
8506
8507 2001-07-06 Andrew Cagney <ac131313@redhat.com>
8508
8509 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8510 `test` expressions on bash. Problem reported by Colin Walters.
8511
8512 2001-07-04 Andrew Cagney <ac131313@redhat.com>
8513
8514 * gdbint.texinfo (User Interface): Update ui-out documentation to
8515 refelect recent UI/MI updates.
8516
8517 2001-07-04 Andrew Cagney <ac131313@redhat.com>
8518
8519 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8520 interpreters.
8521
8522 2001-06-15 Andrew Cagney <ac131313@redhat.com>
8523
8524 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8525 structure and not macros.
8526 (Host Definition): Document that much of this chapter is obsolete.
8527 (Target Architecture Definition): Update list of files that make
8528 up a target architecture.
8529 (Coding): Update.
8530
8531 2001-06-28 Andrew Cagney <ac131313@redhat.com>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Update
8534 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8535 The latter has been changed to a true predicate.
8536
8537 2001-06-17 Eli Zaretskii <eliz@gnu.org>
8538
8539 * annotate.texi: Add @noindent where needed. From Dmitry
8540 Sivachenko <dima@Chg.RU>.
8541 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8542
8543 2001-06-16 Andrew Cagney <ac131313@redhat.com>
8544
8545 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8546
8547 2001-06-14 Andrew Cagney <ac131313@redhat.com>
8548
8549 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8550 returns ``OK''. Document that the ``R'' packet does not reply.
8551
8552 2001-06-13 Michael Snyder <msnyder@redhat.com>
8553
8554 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8555
8556 2001-06-13 Eli Zaretskii <eliz@gnu.org>
8557
8558 * gdb.texinfo (Signals): Clarify the default setting of signal
8559 handling.
8560
8561 2001-05-14 Andrew Cagney <ac131313@redhat.com>
8562
8563 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8564 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8565
8566 2001-05-12 Andrew Cagney <ac131313@redhat.com>
8567
8568 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8569
8570 2001-05-10 Eli Zaretskii <eliz@gnu.org>
8571
8572 * gdbint.texinfo (Clean Design and Portable Implementation):
8573 Renamed from "Clean Design".
8574 (Clean Design and Portable Implementation): Document portable
8575 methods of handling file names, and the associated macros.
8576
8577 2001-04-02 Eli Zaretskii <eliz@gnu.org>
8578
8579 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8580 command and provide a cross-reference to its description.
8581 (Symbols): Note that "info scope" is useful for trace experiments.
8582
8583 2001-04-01 Eli Zaretskii <eliz@gnu.org>
8584
8585 * gdb.texinfo (Symbols): Document "info scope".
8586 (Tracepoints): New chapter.
8587 (Contributors): Update for v5.1.
8588 <All nodes>: Change "C++" to "C@t{++}".
8589
8590 * gdbint.texinfo (User Interface): A new section about ui_out
8591 functions, based on text written by Fernando Nasser.
8592
8593 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8594
8595 2001-03-26 Eli Zaretskii <eliz@gnu.org>
8596
8597 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8598
8599 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8600
8601 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8602 Replace "GDB" with "@value{GDBN}". Fix markup.
8603
8604 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8605
8606 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8607 a cross-reference to its description.
8608 (Symbols): Document "info symbol".
8609
8610 2001-03-21 Eli Zaretskii <eliz@gnu.org>
8611
8612 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8613 subsection "x86 Watchpoints".
8614 (Target Architecture Definition): Document the macros
8615 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8616 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8617
8618 2001-03-20 Andrew Cagney <ac131313@redhat.com>
8619
8620 * gdbint.texinfo (Target Architecture Definition): Update
8621 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8622 list.
8623
8624 2001-03-06 Kevin Buettner <kevinb@redhat.com>
8625
8626 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8627 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8628
8629 2001-02-21 Eli Zaretskii <eliz@gnu.org>
8630
8631 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8632
8633 2001-02-11 Eli Zaretskii <eliz@gnu.org>
8634
8635 * gdb.texinfo (Environment): Document that `path' does not change
8636 the value of PATH in GDB's own environment (it did in the past,
8637 but that was changed on March 15, 1994). Reported by Doug Evans
8638 <dje@transmeta.com>.
8639
8640 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8641 its line. Fix markup of commands and macros. Add an Index node
8642 and index entries.
8643
8644 2001-01-23 J.T. Conklin <jtc@redback.com>
8645
8646 * gdb.texinfo (Memory region attributes): New manual section.
8647
8648 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8649
8650 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8651
8652 2000-12-25 Eli Zaretskii <eliz@gnu.org>
8653
8654 * refcard.tex: Version and copyright fixed. From Phil Edwards
8655 <pedwards@disaster.jaj.com>.
8656
8657 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8658
8659 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
8660 DWARF2_REG_TO_REGNUM): Document.
8661
8662 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8663
8664 * gdbint.texinfo (Coding): Update current value of
8665 --enable-build-warnings. Mention --enable-gdb-build-warnings.
8666
8667 2000-11-19 Eli Zaretskii <eliz@gnu.org>
8668
8669 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8670 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8671
8672 2000-11-10 Christopher Faylor <cgf@cygnus.com>
8673
8674 * gdb.texinfo: Document new 'set step-mode' command.
8675
8676 2000-10-16 Eli Zaretskii <eliz@gnu.org>
8677
8678 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8679 changes from Dmitry Sivachenko <dima@Chg.RU>.
8680
8681 2000-09-26 Eli Zaretskii <eliz@gnu.org>
8682
8683 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8684 From Steven Johnson <sbjohnson@ozemail.com.au>.
8685
8686 2000-08-10 Mark Kettenis <kettenis@gnu.org>
8687
8688 * gdbint.texinfo (Overall Structure): Spelling fix.
8689
8690 2000-08-10 Eli Zaretskii <eliz@gnu.org>
8691
8692 * gdbint.texinfo (Target Architecture Definition): Document that
8693 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8694 for which REGISTER_CONVERTIBLE returns a zero value.
8695
8696 2000-07-08 Christopher Faylor <cgf@cygnus.com>
8697
8698 * Makefile.in (install-info): Find files to install in either the
8699 build or source directories (adapted from Makefile.am).
8700
8701 2000-07-07 Nicholas Duffek <nsd@redhat.com>
8702
8703 * stabs.texinfo: Fix spelling errors.
8704 (String Field): FILE-NUMBER starts from 0, not 1.
8705
8706 2000-07-05 Eli Zaretskii <eliz@gnu.org>
8707
8708 * refcard.tex: Remove \centerline from the blurb. Patch from
8709 Brian Youmans.
8710
8711 2000-06-25 Eli Zaretskii <eliz@gnu.org>
8712
8713 * Makefile.in (install-info): Support installation from outside of
8714 the source directory. Reported by Mark Harig
8715 <markh@frazier.landmark.com>.
8716
8717 2000-06-20 J.T. Conklin <jtc@redback.com>
8718
8719 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8720
8721 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8722
8723 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
8724 Generate using pdftex.
8725 (PDFTEX): Define.
8726 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
8727 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
8728 @contents at the start.
8729
8730 2000-05-24 Eli Zaretskii <eliz@gnu.org>
8731
8732 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
8733 Youmans.
8734
8735 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8736
8737 From Brian Youmans:
8738 * gdb.texinfo: Fix ``et al.''.
8739
8740 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8741
8742 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
8743 loop.
8744
8745 2000-05-19 Jimmy Guo <guo@cup.hp.com>
8746
8747 * configure: Regenerate.
8748
8749 2000-05-17 Eli Zaretskii <eliz@gnu.org>
8750
8751 * Makefile.in (install-info): Run install-info on installed Info
8752 files.
8753
8754 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8755
8756 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
8757 Andrew Cagney.
8758
8759 2000-05-09 Eli Zaretskii <eliz@gnu.org>
8760
8761 * gdb.texinfo: Proofreading changes from Brian Youmans.
8762
8763 2000-05-01 Nick Duffek <nsd@cygnus.com>
8764
8765 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8766 startup sequence, minor edits.
8767
8768 2000-05-01 Eli Zaretskii <eliz@gnu.org>
8769
8770 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8771 TeX.
8772
8773 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8774 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8775 like `n' and `s' which look weird. Convert some of the @kindex to
8776 @vindex, when they refer to variables, not commands.
8777
8778 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8779
8780 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8781
8782 2000-04-23 Eli Zaretskii <eliz@gnu.org>
8783
8784 * Makefile.in (GDBMI_DIR): New variable.
8785 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8786 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8787 (gdbmi.texinfo): New target, for texi2roff.
8788 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8789 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8790
8791 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8792 gdbmi.texinfo.
8793 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8794 comment.
8795
8796 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8797
8798 * gdb.texinfo (Files): Update description of add-symbol-file
8799 command.
8800
8801 2000-04-17 Eli Zaretskii <eliz@gnu.org>
8802
8803 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8804 prevents the build (and is generally a Bad Idea).
8805
8806 2000-04-17 Eli Zaretskii <eliz@gnu.org>
8807
8808 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8809 a comma inside @var.
8810 (Command Files): Index markup changes from Dmitry Sivachenko
8811 <dima@Chg.RU>.
8812
8813 2000-04-16 Eli Zaretskii <eliz@gnu.org>
8814
8815 * Makefile.in (LN_S): Define.
8816 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8817 invoke "ln -s" unless it is known to work.
8818
8819 * configure.in (AC_PROG_LN_S): Add.
8820
8821 2000-04-14 Jim Blandy <jimb@redhat.com>
8822
8823 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8824 section.
8825 (Target Conditionals): Document ADDRESS_TO_POINTER,
8826 POINTER_TO_ADDRESS.
8827
8828 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
8829
8830 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8831 gdb-cfg.texi to get the value.
8832
8833 2000-04-10 Jim Blandy <jimb@redhat.com>
8834
8835 * gdbint.texinfo (Target Architecture Definition): Fix
8836 cross-references.
8837
8838 2000-04-08 Jim Blandy <jimb@redhat.com>
8839
8840 * gdbint.texinfo (Using Different Register and Memory Data
8841 Representations): New section.
8842 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
8843 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8844 REGISTER_CONVERT_TO_RAW): Document.
8845
8846 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8847
8848 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
8849 for acknowledgments.
8850
8851 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8852
8853 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
8854 qThreadExtraInfo.
8855
8856 2000-03-28 J.T. Conklin <jtc@redback.com>
8857
8858 * gdb.texinfo: Clarify which remote debug protocol commands are
8859 required and which are optional.
8860
8861 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8862
8863 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
8864 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8865 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
8866 * annotate.texi: Update.
8867
8868 2000-03-28 Stan Shebs <shebs@apple.com>
8869
8870 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8871 expectation of additional changes before release), update
8872 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8873 node links, rephrase and/or shorten lines to fix formatting
8874 problem in both regular and @smallbook formats.
8875 * annotate.texi: Shorten lines in example, use smallexample
8876 consistently everywhere.
8877 * Makefile.in: Add comment about texinfo 4.0 html generation.
8878 (SFILES_INCLUDED): Add annotate.texi.
8879
8880 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
8881
8882 * gdb.texinfo (Debugging Output): Added new section, documenting
8883 the "set/show debug" commands.
8884
8885 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8886
8887 * annotate.texi (Annotations): When GDBN omit @chapter and @node
8888 entry.
8889
8890 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8891 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
8892 @chapter and @node entries.
8893
8894 * gdb.texinfo: Link all top-level nodes.
8895
8896 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8897
8898 * Makefile.in (install-info): Create $(infodir) before installing
8899 files.
8900
8901 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8902
8903 From David Whedon <dwhedon@gordian.com>
8904 * gdbint.texinfo : Added paragraphs about command deprecation.
8905
8906 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
8907
8908 * gdb.texinfo: Add documentation for the apropos command.
8909
8910 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8911
8912 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8913
8914 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8915
8916 * gdb.texinfo: Add white space to prevent overprinting in
8917 two places.
8918
8919 2000-03-17 Stan Shebs <shebs@apple.com>
8920
8921 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8922 <dima@Chg.RU>, also clarification of allowed content for
8923 string constants.
8924
8925 2000-03-16 Eli Zaretskii <eliz@gnu.org>
8926
8927 * gdb.texinfo (main menu): Add Annotations.
8928 (File Options): Add @cindex entries for each command-line option.
8929 Document --epoch, --annotate, --async, --interpreter, --write,
8930 --statistics, and --version.
8931
8932 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8933 of GDB.
8934
8935 2000-02-23 Jim Blandy <jimb@redhat.com>
8936
8937 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8938
8939 2000-02-22 Jim Blandy <jimb@redhat.com>
8940
8941 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8942
8943 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8944
8945 * Makefile.in (diststuff): New target.
8946
8947 2000-02-15 Kevin Buettner <kevinb@redhat.com>
8948
8949 * agentexpr.texi: Fix wording regarding Intel's IA-64
8950 architecture. [From Jim Wilson.]
8951
8952 2000-01-16 Tom Tromey <tromey@cygnus.com>
8953
8954 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8955 (Delete Breaks): Mention range arguments.
8956 (Disabling): Likewise.
8957
8958 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8959
8960 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8961
8962 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8963
8964 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
8965 valid functions.
8966
8967 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8968
8969 * gdb.texinfo: Clarify regular expressions used in rbreak.
8970
8971 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
8972
8973 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8974 MEMORY_REMOVE_BREAKPOINT): Document.
8975
8976 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8977
8978 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
8979 offset re-using the DATA offset instead.
8980
8981 1999-10-11 Jim Kingdon <kingdon@redhat.com>
8982
8983 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8984
8985 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8986
8987 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8988 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8989 typos.
8990
8991 * gdb.texinfo: Various minor wording and formatting improvements,
8992 mentions of additional command-line options.
8993
8994 1999-09-30 Fred Fish <fnf@cygnus.com>
8995
8996 * gdb.texinfo: Document additional forms of specifying section
8997 names and addresses for the add-symbol-file command.
8998
8999 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9000
9001 * gdbint.texinfo: Fix typo, add the word "have".
9002
9003 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9004
9005 * gdbint.texinfo (Target Architecture Definition): Document the
9006 SKIP_PERMANENT_BREAKPOINT macro.
9007
9008 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9009
9010 * gdb.texinfo: Fiks speling errers.
9011
9012 * gdb.texinfo: Fix uses of @multitable.
9013
9014 From Eli Zaretskii <eliz@gnu.org>:
9015 * gdb.texinfo: Include details specific to DOS host, clarify
9016 some confusing language, fix @ref/@xref/@pxref usages, add
9017 comments about using with optimization, add more indexing,
9018 fix info about disassembly-flavor.
9019
9020 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9021
9022 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9023 SKIP_SOLIB_RESOLVER): Define.
9024
9025 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9026
9027 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9028 ``g'' packets.
9029
9030 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9031
9032 * gdb.texinfo: Create a new "Configurations" chapter with
9033 platform-specific info, inline remote.texi and move sections of it
9034 into the new chapter, move bits about info proc, heuristic search,
9035 and register stack into the new chapter.
9036 * remote.texi: Remove, now part of gdb.texinfo.
9037 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9038
9039 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9040
9041 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9042 GDB_TARGET_IS_MACH386): These kludges have gone away.
9043
9044 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9045
9046 * gdbint.texinfo (Target Architecture Definition): Mention
9047 TDEPLIBS.
9048
9049 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9050
9051 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9052 surrounding text to fit HP-UX bits into general info.
9053 (HPPA-cfg.texi): Remove, no longer useful.
9054
9055 * gdb.texinfo: Remove explicit links from @node lines, remove
9056 HP-added "Detailed Node Listing" from main menu which confuses
9057 things.
9058
9059 From Dmitry Sivachenko <dima@Chg.RU>:
9060 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9061 in description of `set environment'.
9062
9063 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9064
9065 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9066
9067 1999-08-12 Ben Elliston <bje@cygnus.com>
9068
9069 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9070
9071 1999-08-10 Eli Zaretskii <eliz@gnu.org>
9072
9073 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9074 watch, awatch, and rwatch. Explain why the latter two cannot be
9075 set as software watchpoints. Document that watchpoints for local
9076 variables are deleted when the debuggee terminates.
9077
9078 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9079
9080 * remote.texi (Protocol): Further clarification of the "qRcmd"
9081 packet. Allow E.. response packet. "qRcmd" packet is no longer
9082 reserved.
9083
9084 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9085
9086 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9087 * gdb.texinfo: Ditto.
9088
9089 1999-08-06 Tom Tromey <tromey@cygnus.com>
9090
9091 * gdb.texinfo (KOD): New node.
9092
9093 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9094
9095 * remote.texi (Rcmd): Fix minor formatting typos.
9096
9097 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9098
9099 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9100 packets.
9101
9102 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9103
9104 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9105 fixes.
9106
9107 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9108
9109 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9110
9111 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9112
9113 * remote.texi (Communication Protocol): ``v'' is in use. Fix
9114 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9115 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9116 packets that are not supported on all hosts. Expand examples.
9117 Spell check.
9118
9119 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9120
9121 * Makefile.in: Recognize html, install-html. Add targets
9122 to build HTML versions of documentation via texi2html.
9123
9124 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9125
9126 * gdbint.texinfo (Testsuite): New chapter, information about the
9127 testsuite.
9128
9129 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9130
9131 * remote.texi (Communication Protocol): Rewrite.
9132
9133 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9134
9135 * stabs.texinfo: Fix uses of xref.
9136
9137 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9138
9139 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9140 info about patch submission.
9141
9142 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9143
9144 From Per Bothner <bothner@cygnus.com>:
9145 * gdb.texinfo: Document Chill support.
9146
9147 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9148
9149 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
9150 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9151 Document that the value should be greater-than or equal-to zero.
9152 (NO_STD_REGS): Document. Deprecate.
9153
9154 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9155
9156 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
9157 Document that these are not used.
9158
9159 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9160
9161 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9162
9163 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9164
9165 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
9166 numargs was dropped.
9167
9168 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9169
9170 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9171
9172 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9173
9174 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
9175 Update.
9176
9177 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9178
9179 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9180 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9181
9182 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9183
9184 * gdbint.texinfo: Fix typos: $ -> @.
9185
9186 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9187
9188 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
9189 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9190 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9191 BREAKPOINT_FROM_PC.
9192
9193 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9194
9195 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
9196 CALL_DUMMY_STACK_ADJUST): Document.
9197
9198 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9199
9200 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9201 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9202
9203 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9204
9205 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9206 longer exists.
9207
9208 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9209
9210 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9211 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9212 they make the manual source incomprehensible.
9213 * h8-cfg.texi: Remove, hasn't been used in years.
9214
9215 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9216
9217 * gdb.texinfo: Update the credits.
9218
9219 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9220
9221 * gdb.texinfo: Fix mistakes noticed in printout of last
9222 draft, add Alpha to discussion of heuristic fence post.
9223
9224 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9225
9226 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9227 Edition, merge some HP changes into mainline, describe some
9228 previously undocumented features, describe more of the target
9229 commands available, eliminate obsolete section on renamed
9230 commands.
9231 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9232
9233 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9234
9235 * gdb.texinfo: Make many HPPA conditionals unconditional,
9236 including catchpoint description, since now on for all configs.
9237 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9238 specializations.
9239
9240 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9241
9242 * Makefile.in (GDBvn.texi): Fix match expression to work with
9243 current format of VERSION in gdb/Makefile.in.
9244 * gdb.texinfo: Fix node ref to match new readline.
9245
9246 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9247
9248 * gdb.texinfo: Changes made as part of a project to merge in
9249 changes made by HP. Documentation makes extensive use of
9250 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9251 on remote debugging. There are differences in documentation
9252 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9253 the HP manual discusses catchpoints, hardware watchpoints, and
9254 some HPUX specific limitations for shared library support.
9255
9256 There are also a number of @node changes.
9257
9258 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9259
9260 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9261 (C Usage): Same.
9262
9263 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9264
9265 The following changes were made by Edith Epstein
9266 <eepstein@cygnus.com> as part of a project to merge in changes
9267 made by HP.
9268
9269 * HPPA-cfg.texi: new file.
9270
9271 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9272
9273 * refcard.tex: change documentation about catch.
9274 removed info catch.
9275
9276 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9277
9278 * gdbint.texinfo: Expand on GDB's coding standards,
9279 specify the use of arg names with prototypes.
9280
9281 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9282
9283 * gdb.texinfo: Fix tipo.
9284
9285 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9286
9287 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9288 TARGET_BYTE_ORDER_SELECTABLE_P.
9289
9290 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9291
9292 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9293
9294 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9295
9296 * agentexpr.texi: New file.
9297
9298 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9299
9300 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9301
9302 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9303
9304 * remote.texi: Changed wording that implied that the GDB remote
9305 protocol caches register values instead of GDB itself.
9306
9307 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9308
9309 * gdbint.texinfo: Add some info about symbol readers.
9310 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9311 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9312 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9313 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9314
9315 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9316
9317 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9318
9319 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9320
9321 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9322
9323 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9324
9325 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9326 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9327
9328 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9329
9330 * gdbint.texinfo: Fix minor typos.
9331
9332 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9333
9334 * gdbint.texinfo: Complete overhaul. Group descriptions more
9335 logically, add more info on generic algorithms, remove much
9336 obsolete and/or wrong material.
9337
9338 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9339
9340 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9341
9342 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9343
9344 * refcard.tex: Copyright, address updates.
9345
9346 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9347
9348 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9349 for the edition instead of confusing GDB-version-like numbers.
9350
9351 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9352
9353 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9354
9355 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9356
9357 * LRS: Reformat a bit to keep text under 80 columns.
9358
9359 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9360
9361 * gdb.texinfo: Add some credits, mention bug monitor.
9362 * remote.texi: Mention mips monitor targets.
9363 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9364
9365 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9366
9367 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9368 files, finish sorting of host vs target vs native macros, describe
9369 some more of them.
9370
9371 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9372
9373 * gdbint.texinfo (Host Conditionals): Document change from
9374 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9375
9376 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9377
9378 * gdbint.texinfo (Host Conditionals): Document
9379 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9380
9381 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9382
9383 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9384 Document LSEEK_NOT_LINEAR.
9385
9386 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9387
9388 * stabs.texinfo (Stab Section Basics): Make it clear that only
9389 some versions of the GNU linker remove the leading N_UNDF symbol.
9390
9391 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9392
9393 * stabs.texinfo (String Field): Document type number pairs here,
9394 instead of in the Sun specific section.
9395 (Include Files): The GNU linker supports the N_BINCL
9396 optimization. Clarify the N_BINCL value, and what it is used
9397 for.
9398 (Procedures): Document N_FUN with an empty string to mark the end
9399 of a function.
9400 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9401 (Sun Differences): Remove this node, as the information is now
9402 elsewhere in the main document.
9403 (Stab Section Basics): Mention that the GNU linker may optimize
9404 stabs and remove the leading N_UNDF symbol.
9405
9406 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9407
9408 * gdb.texinfo, refcard.tex: Restore author credit
9409
9410 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9411
9412 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9413 documentation to account for START and END macros taking
9414 one arg.
9415
9416 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9417
9418 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9419 * gdb.texinfo (Frames): Fix typo.
9420
9421 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9422
9423 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9424 a target_signal as arg type, not a pid.
9425
9426 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9427
9428 * gdb.texinfo: Document `set assembly-language'.
9429
9430 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9431
9432 * remote.texi: Update list of stubs in the GDB distribution.
9433
9434 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9435
9436 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
9437 Also document that some systems can use mmalloc but must define
9438 this if their C runtime allocates memory that is later freed.
9439 (MMCHECK_FORCE): Document new macro.
9440
9441 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9442
9443 * remote.texi: Add documentation for target Sparclet.
9444
9445 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9446
9447 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
9448 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9449 * configure.in: Rewritten for autoconf.
9450 * configure: New.
9451
9452 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9453
9454 * Makefile.in (DVIPS): New define, set to dvips.
9455 (dvi): Add stabs.dvi.
9456 (ps): New target.
9457 (all-doc): Depend on info, dvi, and ps targets.
9458 (STAGESTUFF): Add *.ps and *.dvi files.
9459 (clean-info, clean-dvi): Remove.
9460 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9461 rules completely rewritten.
9462 (maintainer-clean): Remove clean-info and clean-dvi
9463 dependencies and put their actions in the rules.
9464 (gdb.ps): New target
9465 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9466 intermediate TeX files, whether they have 2 or 3 character
9467 extensions.
9468 (gdbint.ps): Add target and rules.
9469 (gdb-internals): Delete unused target.
9470 (Makefile): Depends upon config.status also.
9471
9472 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9473
9474 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9475 set.
9476
9477 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9478
9479 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9480 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9481
9482 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9483
9484 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9485
9486 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9487
9488 * gdb.texinfo (Print settings): Document
9489 `set/show print static-members' commands.
9490
9491 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9492
9493 * gdbint.texinfo (Native): Document name change, coredep.c to
9494 core-aout.c.
9495
9496 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9497
9498 * stabs.texinfo (Include Files): Document the values the SunOS4
9499 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9500
9501 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9502
9503 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9504 Fix typo.
9505
9506 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9507
9508 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9509 "gdb.tar.Z".
9510
9511 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9512
9513 * Makefile.in (maintainer-clean): New target, synonym for
9514 realclean.
9515
9516 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9517
9518 * Update all FSF addresses except those in COPYING* files.
9519
9520 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9521
9522 From Richard Earnshaw (rearnsha@armltd.co.uk):
9523 * gdb.texinfo (convenience variables): Document $_exitcode.
9524 (quit): Document optional expression to use as exit code.
9525
9526 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9527
9528 * gdb.texinfo, remote.texi: Brought up to date with various
9529 GDB changes.
9530
9531 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9532
9533 * gdb.texinfo: Update dates and versions, fix comments about
9534 hardware watchpoints in future releases and about the
9535 sharedlibrary command.
9536
9537 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9538
9539 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9540 C_FUN stab. Other cleanups.
9541
9542 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9543
9544 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9545 for the sparc stub.
9546
9547 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9548
9549 * annotate.texi: Clarify which addresses have differing formats
9550 depending on the language and which do not.
9551
9552 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9553
9554 * remote.texi (NetWare): Changed example to use BOARD= instead of
9555 NODE= argument to reflect correspoding change to gdbserve.nlm.
9556
9557 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9558
9559 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9560 GDB, as well as AIX dbx, supports the size type attribute.
9561
9562 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9563
9564 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9565
9566 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9567
9568 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9569 and new 'if' and 'while' commands.
9570
9571 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9572
9573 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9574
9575 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9576
9577 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9578 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9579 NetWare targets. Mostly stolen from the Server node.
9580
9581 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9582
9583 * gdb.texinfo (Setting): Talk about the language of a source file
9584 versus the working language. The old documentation did not match
9585 what GDB did.
9586
9587 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9588
9589 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9590 of a source file.
9591
9592 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9593
9594 * gdb.texinfo (Processes): New node.
9595
9596 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9597
9598 * remote.texi: Update documentation of set/show mipsfpu.
9599
9600 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9601
9602 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9603 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
9604
9605 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9606
9607 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9608 obsolete conditionals, described some others.
9609
9610 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9611
9612 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9613 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9614
9615 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9616
9617 * gdbint.texinfo: Put regex conditionals in their own table.
9618
9619 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9620
9621 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9622 described or fixed the descriptions of many others.
9623
9624 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9625
9626 * gdb.texinfo: Add some more credits.
9627 * gdbint.texinfo: Capitalize GDB consistently, describe some
9628 macros and remove some.
9629
9630 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9631
9632 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9633 obsolete conditionals, described some others.
9634
9635 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9636
9637 * gdb.texinfo (help targets): Changed to `help target', which
9638 is the correct gdb command.
9639
9640 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9641
9642 * annotate.texi (TODO): New node, for keeping track of annotations
9643 suggested but not yet implemented.
9644
9645 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9646
9647 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9648 another symbol, it is not the address itself.
9649
9650 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9651
9652 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9653 of stabs-in-coff sections.
9654
9655 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9656
9657 * annotate.texi: Change edition to 0.5 and date to May 1994.
9658 Add index.
9659 (Frames): New node, for frame annotation.
9660 (Displays): New node, for display annotation.
9661
9662 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9663 when waiting for your program to stop.
9664
9665 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9666
9667 * annotate.texi (Breakpoint Info): Document annotation of header
9668 fields and record annotation.
9669
9670 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9671
9672 * annotate.texi: New file, to document annotations.
9673
9674 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9675
9676 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9677 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9678
9679 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9680
9681 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9682 section, and say n_strx field is compilation unit relative.
9683 * stabs.texinfo: Don't use @code for a.out when it is the name of
9684 an object file format.
9685
9686 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9687
9688 * gdb.texinfo: Refer to file names, not path names, per rms
9689 convention.
9690 (Arguments): Fix typo.
9691
9692 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9693
9694 * stabs.texinfo (Global Variables): Talk about stabs in files
9695 where variables are referenced, but not defined.
9696
9697 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9698
9699 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9700 Cplusplus to new nodes Member Type Descriptor and Method Type
9701 Descriptor. Re-write stuff for #.
9702
9703 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9704
9705 * gdb.texinfo (Print Settings): Don't document "set print
9706 fast-symbolic-addr off". The bug which it worked around was fixed
9707 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9708
9709 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9710 N_ENTRY node.
9711
9712 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9713
9714 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9715
9716 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9717 references to ieee-float.c.
9718
9719 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9720
9721 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9722 match what the code actually does.
9723
9724 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9725
9726 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9727
9728 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9729
9730 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9731 i, and b.
9732
9733 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9734
9735 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9736 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9737 as "stabs in sections" rather than just saying "ELF and SOM".
9738 Also make that stuff apply to COFF.
9739
9740 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9741
9742 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9743 Ghostscript.
9744
9745 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9746
9747 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9748 versus functions without line numbers, also mention stepping into
9749 them as well as "step" when you are in them. Tell the user how to
9750 deal with the situation. Add comment about "debugging information".
9751
9752 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9753
9754 * stabs.texinfo (Enumerations): Document restriction on where
9755 enumeration types can appear and still win with GDB.
9756
9757 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9758
9759 * stabs.texinfo (Negative Type Numbers): Document format for type
9760 -16.
9761
9762 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9763
9764 * gdb.texinfo (Selection, Frame Info): Update information about
9765 arbitrary frame specficiations.
9766
9767 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9768
9769 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9770
9771 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9772
9773 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9774
9775 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9776
9777 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9778
9779 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9780
9781 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9782 Differences node to Statics node.
9783 (Statics): Discuss XCOFF use of V symbol descriptor.
9784
9785 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9786 not clean.
9787
9788 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9789
9790 * gdb.texinfo (Print Settings): Document `set print
9791 fast-symbolic-addr' and improve the doc for some other
9792 `set print's.
9793
9794 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9795
9796 * stabs.texinfo (String Field): Talk about defining several type
9797 numbers at once.
9798 Fix lint regarding changing node ELF Transformations to
9799 ELF and SOM Transformations.
9800
9801 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9802
9803 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9804
9805 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9806
9807 * stabs.texinfo (Cross-References): `::' is for nested types only
9808 within <>.
9809 (Structures): Document static members.
9810
9811 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9812
9813 * stabs.texinfo: Document S type attribute.
9814
9815 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9816
9817 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9818
9819 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9820
9821 * gdbint.texinfo: Fix a few typos.
9822
9823 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9824
9825 * gdb.texinfo, remote.texi: formatting improvements
9826
9827 * gdb.texinfo (New Features): mention threads.
9828 (Summary, C): fix xrefs in newly contributed text.
9829 (Threads): index entries, clarifications, example
9830 (passim): minor typos fixed, phrasing improvements
9831
9832 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9833 entries; (Server): explain use of gdbserver w/real-time systems,
9834 add example of conflicting TCP port; (MIPS Remote) break up
9835 running text into table, highlighting commands, and add example.
9836
9837 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9838
9839 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9840
9841 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9842
9843 * stabs.texinfo (Nested Symbols): New node.
9844 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9845
9846 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9847
9848 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9849 to picking which Bbss.bss symbol to use, and (because there seems to
9850 be no good way of doing it) re-write some of the text to make it
9851 sound like Bbss.bss isn't such a great idea after all (as currently
9852 designed).
9853
9854 * gdb.texinfo (C): In addition to saying people have to use g++ for
9855 good results, say they have to use stabs. Specifically say cfront
9856 doesn't work well.
9857 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9858 the gdb README. Add xrefs to places where the support for the various
9859 languages is described in detail.
9860
9861 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9862
9863 * stabs.texinfo: Clean up stuff about visibility and virtual
9864 characters.
9865
9866 * stabs.texinfo (N_M2C): Cite Sun doc.
9867
9868 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9869
9870 * gdb.texinfo: updates re threads.
9871 * remote.texinfo: avoid index entries starting with digits.
9872
9873 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9874
9875 * stabs.texinfo (Enumerations): Talk about large, negative and
9876 octal values. Clean up cross reference to type attributes.
9877 (String Field): Say that GDB 4.11 supports size attribute.
9878
9879 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9880
9881 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9882 is a mandatory step. Make the stuff about that more concise.
9883
9884 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9885
9886 * stabs.texinfo (Class Names): New node.
9887
9888 * gdb.texinfo (Command Files): Explain order of init file reading.
9889
9890 * remote.texi (Bootstrapping): Talk about getting the serial driver
9891 to deal with ^C sent by gdb to stop the remote system.
9892
9893 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9894
9895 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9896
9897 * libgdb.texinfo (Defining Commands): made the DOC arg
9898 to gdb_define_app_command a char * instead of char **
9899 per a suggestion from kingdon.
9900
9901 * libgdb.texinfo: total rewrite from a different starting
9902 premise.
9903
9904 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9905
9906 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9907 floats passed as doubles (to improve clarity).
9908
9909 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9910
9911 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9912
9913 * a4rc.sed: update to work with Andreas Vogel papersize params
9914
9915 * refcard.tex: use Andreas Vogel simplifications of papersize
9916 params; remove useless version info; update copyright date.
9917
9918 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9919
9920 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9921
9922 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9923
9924 * gdb.texinfo (Files): Say what address the load command loads it at.
9925
9926 * stabs.texinfo (Common Blocks): Minor cleanups.
9927
9928 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9929 that Sun has backed away from the linker kludge and thus the relevant
9930 issue is changes to the SunPRO tools, not the Solaris linker.
9931
9932 * stabs.texinfo (Traditional Integer Types): Clean up description
9933 of octal bounds a little bit. Document extra leading zeroes.
9934
9935 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9936
9937 * gdb.texinfo (Signaling): Update for symbolic symbol names
9938 and add a section explaining the difference between the GDB
9939 signal command and the shell kill utility.
9940
9941 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9942
9943 * libgdb.texinfo: added `@' to braces that were unescaped.
9944
9945 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9946
9947 * libgdb.texinfo: new file. Spec for the gdb library.
9948
9949 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9950
9951 * stabs.texinfo (Include Files): Fix typo (start -> end).
9952
9953 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9954
9955 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9956 from Melissa at FSF's editing pass.
9957
9958 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9959
9960 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9961 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9962 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9963
9964 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9965
9966 * remote.texi (Bootstrapping): Discuss 386 call gates.
9967
9968 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9969
9970 * stabs.texinfo (Based Variables): New node.
9971
9972 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9973
9974 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9975 names, sizes, and formats to suggest how not to lose.
9976
9977 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9978
9979 * stabs.texinfo (Methods): Fix typo.
9980
9981 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9982
9983 * gdb.texinfo: Fix a few typos.
9984
9985 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9986
9987 * gdb.texinfo: Clarify how well it works with Fortran.
9988
9989 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9990 More on relocating stabs in ELF files.
9991
9992 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9993
9994 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9995
9996 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9997
9998 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9999 parameters on VAX.
10000
10001 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10002
10003 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10004
10005 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10006
10007 * stabs.texinfo: Make info author notice match the TeX author notice.
10008
10009 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10010
10011 * stabs.texinfo: Initial-caps all words in node names and
10012 non-trivial words in section names.
10013
10014 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10015
10016 * stabs.texinfo: Many minor cleanups.
10017
10018 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10019
10020 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10021
10022 * stabs.texinfo: Remove full description of big example.
10023 It's not really helpful; just use pieces of it where appropriate.
10024 Add more Texinfo formatting directives (@samp, etc.).
10025 Use @deffn to define stab types.
10026 Eliminate some wordiness. Break up some nodes.
10027 Add an (alphabetized) index of symbol types.
10028 Use consistent capitalization style in node and section names.
10029
10030 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10031
10032 * gdb.texinfo: Change typo "Two two" to "The two".
10033
10034 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10035
10036 * stabs.texinfo (XCOFF-differences): Remove references to
10037 non-existent types N_DECL and N_RPSYM.
10038
10039 * stabs.texinfo (String Field): Say that type attributes bug is
10040 fixed in GDB 4.10, since it is.
10041
10042 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10043
10044 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10045
10046 * stabs.texinfo: Formatting cleanups.
10047
10048 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10049
10050 * stabs.texinfo: When explaining the n_type of a stab, standardize
10051 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10052 no tabs, use @r).
10053 (Global Variables): Clean up.
10054
10055 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10056
10057 * stabs.texinfo (Stack Variables): Re-write.
10058
10059 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10060
10061 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10062 addresses of a source file. Also revise formatting.
10063 Change "object module" or "object file" to "source file".
10064 Various: Miscellaneous cleanups.
10065
10066 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10067
10068 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10069
10070 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10071
10072 * gdbint.texinfo: Removed many nonsensical machine-collected
10073 host and target conditionals, described some of the remainder.
10074
10075 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10076
10077 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10078
10079 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10080 paragraph which follows.
10081
10082 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10083 variables. Looks better and avoids overful hbox.
10084
10085 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10086
10087 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10088
10089 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10090
10091 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10092 retransmit-timeout
10093
10094 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10095
10096 * gdbint.texinfo: Update statement about `some ancient Unix
10097 systems, like Ultrix 4.0' to Ultrix 4.2.
10098
10099 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10100
10101 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10102
10103 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10104
10105 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10106 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10107
10108 * remote.texi: new name for former gdbinv-s.texi
10109
10110 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10111
10112 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10113
10114 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10115 variables for MIPS remote debugging protocol.
10116
10117 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10118
10119 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10120
10121 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10122
10123 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10124
10125 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10126
10127 * gdb.texinfo: repair conditional bugs in text markup
10128
10129 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10130
10131 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10132 to select Modula-2 material.
10133
10134 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10135
10136 * stabs.texinfo: Cleanups regarding statics.
10137
10138 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10139 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10140
10141 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10142
10143 * stabs.texinfo: N_MAIN is sometimes used for C.
10144
10145 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10146
10147 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10148
10149 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10150
10151 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
10152 removed from the code by Kingdon.
10153
10154 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10155
10156 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10157 input when evaluating breakpoint conditions; the bug has been fixed.
10158
10159 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10160 sets the ignore count to N-1, not to N.
10161
10162 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10163
10164 * refcard.tex (\hoffset): correct longstanding error to match
10165 intended offset; avoids cutting off edge on some printers
10166
10167 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10168
10169 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10170
10171 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10172
10173 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10174
10175 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10176
10177 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10178 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10179 collect sed edits if any, apply to refcard before formatting;
10180 (refcard.ps) stop implying PS fonts if PS output requested;
10181 (lrefcard.ps) delete extra target for variant PS fonts
10182
10183 * refcard.tex: parametrize papersize dependent info, collect
10184 in easily replaced spot
10185
10186 * a4rc.sed: new file, edits to refcard for A4 paper
10187
10188 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10189
10190 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10191
10192 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10193
10194 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10195
10196 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10197
10198 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10199 politely rather than rudely.
10200
10201 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10202
10203 * stabs.texinfo: Document common blocks.
10204
10205 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10206
10207 * stabs.texinfo: Add some basic info about stabs-in-elf.
10208
10209 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10210
10211 * stabs.texinfo (Top): Minor cleanup.
10212
10213 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10214
10215 * Makefile.in (install-info): remove parentdir support
10216
10217 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10218
10219 * gdb.texinfo (Copying): delete this node and references to it;
10220 RMS says this manual need not carry GPL. (passim): Improvements
10221 from last round at FSF, largely due to Ian Taylor review, and
10222 minor formatting improvements.
10223
10224 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10225 largely due to Ian Taylor review. (Debug Session): minor edits to
10226 new text.
10227
10228 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10229
10230 * Makefile.in (realclean): Remove info and dvi files too.
10231
10232 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10233
10234 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10235 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10236 * gdb.texinfo: Change accordingly.
10237
10238 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10239 N_{L,R}BRAC,N_SLINE are relative to.
10240
10241 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10242
10243 * Makefile.in (GDBvn.texi): Update atomically.
10244
10245 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10246
10247 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10248
10249 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10250
10251 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10252 addresses together. Also motivate the set print symbol-filename
10253 command and suggest other solutions.
10254
10255 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10256
10257 * gdb.texinfo (set print elements): Note that the number of
10258 elements is set to unlimited by "set print elements 0".
10259
10260 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10261
10262 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10263 NF_LDOUBLE means.
10264 (Stab Types): Include Solaris stab types.
10265 (Procedures): Document Solaris extensions.
10266
10267 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10268
10269 * gdb.texinfo: Add `set print symbol-filename' doc.
10270
10271 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10272
10273 * stabs.texinfo (Arrays): Talk about type definition vs. type
10274 information.
10275
10276 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10277 the trailing semicolon.
10278
10279 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10280
10281 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10282 and merge in other parts of the document addressing these subjects.
10283 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10284
10285 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10286 at the end of a range type.
10287
10288 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10289 AIX extensions.
10290
10291 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10292
10293 * stabs.texinfo (Stabs Format): Misc fixes.
10294
10295 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10296
10297 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10298 (Traditional builtin types): Document convex convention for long long.
10299 (Negative builtin types): Discuss type names, and misc fixes.
10300
10301 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10302
10303 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10304 point types used with @samp{R} type descriptor.
10305 (Symbol Descriptors): Describe how to handle conflict between
10306 different meanings of @samp{P} symbol descriptor.
10307
10308 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10309
10310 * stabs.texinfo: Remove node Quick Reference and put its children
10311 directly under the main menu.
10312
10313 * stabs.texinfo: Many more changes to bring it into line with
10314 AIX documentation and reality. I think it now has all the
10315 information from the AIX documentation, except that I burned
10316 out when I got to variant records (Pascal and Modula-2) and
10317 all the COBOL types. Oh well, we can add them later when we're
10318 worrying more about those languages.
10319
10320 * stabs.texinfo (Automatic variables): Talk about what it means
10321 to omit the symbol descriptor.
10322
10323 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10324
10325 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10326 gcc2 behavior with promoted args.
10327
10328 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10329
10330 * gdb.texinfo: include readline appendices in info version of manual
10331
10332 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10333
10334 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10335 target remote.
10336
10337 * gdb.texinfo (Machine Code): more index entries for disassemble
10338
10339 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10340
10341 * Clarify the intended use of the gdb-testers and gdb-patches
10342 mailing lists, and shrink gzip comment.
10343
10344 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10345
10346 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10347 DOSHOST configuration of manual.
10348
10349 * gdb.texinfo (MIPS Stack): new node.
10350
10351 * all-config.texi (MIPS) new switch.
10352
10353 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10354 tense; (MIPS Remote) new node.
10355
10356 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10357 bug; (Environment) less passive, other small cleanups in text about
10358 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10359 (Remote) new MIPS Remote menu entry.
10360
10361 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10362
10363 * stabs.texinfo: Many changes to include information from the
10364 AIX documentation.
10365
10366 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10367
10368 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10369
10370 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10371 Move a bunch of information from ../README.
10372 (Getting Started): New node.
10373
10374 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10375
10376 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10377
10378 * gdb.texinfo: advance manual revision dates to present
10379
10380 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10381 stop using silly Roman numerals in @set variable names
10382
10383 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10384
10385 * stabs.texinfo (Parameters): Keep trying to get this right.
10386
10387 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10388
10389 * stabs.texinfo (Parameters): More on "local parameters".
10390
10391 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10392
10393 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10394
10395 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10396
10397 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10398 (Parameters): Rewrite.
10399 (xcoff-differences, Sun-differences): Minor changes.
10400
10401 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10402
10403 * stabs.texinfo: Minor cleanup.
10404
10405 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10406
10407 * gdbint.texinfo: Minor xcoff stuff.
10408
10409 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10410
10411 * gdbint.texinfo: Update for new config directory structure.
10412 Add info about internal type data structures.
10413
10414 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10415
10416 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10417 $(srcdir).
10418 (gdb-config.texi): Depend on file in $(srcdir).
10419
10420 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10421
10422 * stabs.texinfo: Fixes about N_SO.
10423
10424 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10425
10426 * gdb.texinfo: include list of nonstandard init file names
10427
10428 * *-config.texi: new switch GENERIC for text that applies *only*
10429 to (usual) multiple-target version of manual
10430
10431 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10432 h8 config
10433
10434 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10435 in menus (rather than conditionally selected multiple alternative
10436 menus).
10437
10438 * Makefile.in: define and use DOC_CONFIG var to select
10439 configuration for GDB user manual.
10440
10441 * gdb-config.texi: delete from repository, generate from Makefile.
10442
10443 * all-config.texi: normal `generic' configuration file, formerly
10444 stored as gdb-config.texi
10445
10446 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10447
10448 * Makefile.in: add dvi target to build all .dvi files
10449
10450 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10451
10452 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10453
10454 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10455
10456 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10457 host conditionals.
10458 * stabs.texinfo: More array fixes inspired by Jim's.
10459
10460 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10461
10462 * stabs.texinfo: Fixes re arrays and continuations.
10463
10464 * gdbint.texinfo: Add XCOFF node.
10465
10466 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10467
10468 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10469
10470 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10471
10472 * stabs.texinfo: Fix for array types to mention lower bounds.
10473
10474 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10475
10476 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10477
10478 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10479
10480 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10481
10482 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10483
10484 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10485 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10486
10487 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10488
10489 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10490
10491 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10492
10493 * gdb.texinfo, gdbinv-s.texi: misc updates
10494
10495 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10496
10497 * gdbint.texinfo: Brief documentation for longjmp support,
10498 from an email msg by Stu.
10499
10500 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10501
10502 * stabs.texinfo: Fix description of floating point "range"
10503 types (which really define basic types). Reported by Jim Meehan,
10504 <meehan@src.dec.com>.
10505
10506 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10507
10508 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10509
10510 * gdbint.texinfo: Slightly expand section on supporting a new
10511 object file format.
10512
10513 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10514
10515 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10516 intermediate file.
10517
10518 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10519
10520 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10521
10522 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10523
10524 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10525
10526 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10527 as well as Z8002.
10528
10529 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10530
10531 * gdbint.texinfo: Add sections on clean design and on how to send
10532 in changes.
10533
10534 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10535
10536 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10537
10538 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10539
10540 * gdb.texinfo: Fix typo, reported by Karl Berry.
10541
10542 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10543
10544 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10545
10546 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10547
10548 * gdbint.texinfo: fixed a stray email address (needs @@),
10549 added @table @code to node "Native Conditionals"
10550
10551 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10552
10553 * gdbint.texinfo: Describe coding style of GDB.
10554
10555 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10556
10557 * stabs.texinfo: Minor wording changes.
10558
10559 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10560
10561 * gdbint.texinfo: Improve release doc slightly.
10562
10563 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10564
10565 * gdbint.texinfo: Improve doc of GDB config macros.
10566
10567 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10568
10569 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10570 These will be reinserted when examined.
10571
10572 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10573
10574 * gdbint.texinfo: Make a start at documenting all the #if macros
10575 in GDB. At least list them all, and start separating them into
10576 host-specific and target-specific.
10577
10578 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10579
10580 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
10581 examples (not consistent w others).
10582 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10583 for generic vn of doc
10584
10585 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10586
10587 * Makefile.in: always create installation directories.
10588
10589 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10590
10591 * gdb.texinfo: in h8 config, do not describe searching commands.
10592
10593 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10594
10595 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10596 conditionals; introduce a few generic switches that may be
10597 useful for other cross-dev or dos-hosted configs.
10598
10599 * gdb.texinfo: fix typo in "info reg" description
10600
10601 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10602
10603 * stabs.texinfo: Minor updates from running TeX over it.
10604 * Makefile.in (stabs.dvi, stabs.ps): Add.
10605
10606 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10607
10608 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10609 First pass at converting it to texinfo.
10610
10611 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10612
10613 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10614 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10615
10616 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10617
10618 * gdbint.texinfo: Add section on partial symbol tables.
10619
10620 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10621
10622 * gdb.texinfo: document `set remotedebug' and `set
10623 rstack_high_address'.
10624
10625 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10626
10627 * gdb.texinfo: slight expansion of new text on reading info files
10628 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10629 H8/300 from DOS.
10630
10631 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10632
10633 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10634
10635 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10636
10637 * gdb.texinfo: Say how to read the `info' files.
10638
10639 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10640
10641 * Makefile.in: gm4 -> m4.
10642
10643 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10644
10645 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10646 Documentation' ahead of `Installing GDB' to match README.
10647 Update shared library doc, -readnow and -mapped, and directory
10648 structure (add glob and mmalloc). Update configure doc.
10649
10650 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10651
10652 * Makefile.in: remove $(srcdir) from gdb.info rule.
10653
10654 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10655
10656 * Makefile.in: commented out gdb-all.texinfo rule. This is
10657 temporary.
10658
10659 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10660
10661 * Makefile.in, configure.in: removed traces of namesubdir,
10662 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10663 copyrights to '92, '13, changed some from Cygnus to FSF.
10664
10665 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10666
10667 * gdb.texinfo: Improve how we ask for bug reports.
10668
10669 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10670
10671 * Makefile.in: infodir belongs in datadir.
10672
10673 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10674
10675 * Makefile.in: remove spaces following hyphens, bsd make can't
10676 cope. install using INSTALL_DATA. added clean-info. added
10677 standards.text support.
10678
10679 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10680
10681 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10682 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10683 and mandir now keyed off datadir by default.
10684
10685 \f
10686 Local Variables:
10687 mode: change-log
10688 left-margin: 8
10689 fill-column: 74
10690 version-control: never
10691 End:
This page took 0.238108 seconds and 3 git commands to generate.