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