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