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