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