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