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