Add thread-exit annotation.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2019-06-06 Amos Bird <amosbird@gmail.com>
2
3 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
4 annotation.
5
6 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7
8 * python.texi: Document new gdb.Type.objfile property.
9
10 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11
12 * gdb.texinfo (Help): Document the new -v apropos flag.
13 (Output Styling): Document the style name styling done by "show style".
14 Document the new title and highlight styles.
15
16 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17
18 * gdb.texinfo (Shell Commands): Document pipe command.
19 (Logging Output): Add a reference to pipe command.
20 (Convenience Variables): Document $_shell_exitcode and
21 $_shell_exitstatus.
22
23 2019-05-29 Tom Tromey <tromey@adacore.com>
24
25 * gdb.texinfo (Continuing and Stepping): Document new
26 commands.
27
28 2019-05-22 Alan Hayward <alan.hayward@arm.com>
29
30 * gdb.texinfo (Shell Commands): Add debugredirect.
31
32 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
33
34 * gdb.texinfo: Minor formatting fixes.
35
36 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
37
38 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
39 MI command -complete.
40
41 2019-05-14 Tom de Vries <tdevries@suse.de>
42
43 * gdb.texinfo (Automatic symbol index cache): Add concept and command
44 index entries.
45
46 2019-05-14 Tom de Vries <tdevries@suse.de>
47
48 * gdb.texinfo (Maintenance Commands): Remove superfluous
49 quoting on command index entry for "maint info selftests".
50
51 2019-05-10 Tom Tromey <tromey@adacore.com>
52
53 * python.texi (Pretty Printing API): Mention lazy computation for
54 "children".
55
56 2019-05-10 Tom Tromey <tromey@adacore.com>
57
58 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
59 exception" and "catch handlers". Move "catch exception unhandled"
60 text. Use @var for "catch load" and "catch unload"
61
62 2019-05-08 Tom Tromey <tromey@adacore.com>
63
64 * gdb.texinfo (Symbols): Document change to ptype/o.
65
66 2019-05-03 Eli Zaretskii <eliz@gnu.org>
67
68 * gdb.texinfo (Separate Debug Files): Document how the
69 subdirectory of the global debug directory is computed on
70 MS-Windows/MS-DOS.
71
72 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.texinfo (Print Settings): Document 'print max-depth'.
75 * guile.texi (Guile Pretty Printing API): Document that 'print
76 max-depth' can effect the display of a values children.
77 * python.texi (Pretty Printing API): Likewise.
78 (Values From Inferior): Document max_depth keyword.
79
80 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
81
82 * gdb.texinfo (Calling): Document the new
83 set|show may-call-functions.
84
85 2019-04-22 Pedro Alves <palves@redhat.com>
86
87 * gdb.texinfo (Reverse Execution): Mention and xref process record
88 and replay. Mention remote and system emulators.
89 (Process Record and Replay): List supported architectures.
90 Mention that "record btrace" is only supported on Intel
91 processors.
92
93 2019-04-17 Alan Hayward <alan.hayward@arm.com>
94
95 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
96 (Monitor Commands for gdbserver)
97 (gdbserver man): Add debug-file option.
98
99 2019-04-08 Kevin Buettner <kevinb@redhat.com>
100
101 * python.texi (Inferiors In Python): Rename
102 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
103 Add note about the former being deprecated.
104
105 2019-04-08 Kevin Buettner <kevinb@redhat.com>
106
107 * python.texi (Threads In Python): Add description for method
108 InferiorThread.handle.
109
110 2019-04-07 Tom Tromey <tom@tromey.com>
111
112 * Makefile.in (all): Depend on "info".
113
114 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.texinfo (Convenience Funs): Document '$_creal' and
117 '$_cimag'.
118
119 2019-03-30 Eli Zaretskii <eliz@gnu.org>
120
121 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
122 $_gdb_minor.
123
124 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 * python.texi (Pretty Printing API): Document use of None for the
127 display_hint.
128
129 2019-03-22 Alan Hayward <alan.hayward@arm.com>
130 Jiong Wang <jiong.wang@arm.com>
131
132 * gdb.texinfo (AArch64 Features): Describe pauth feature.
133
134 2019-03-20 Tom Tromey <tromey@adacore.com>
135
136 * python.texi (Selecting Pretty-Printers): Use @defvar for
137 gdb.pretty_printers.
138
139 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
140
141 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
142 of table, "@end @table" -> "@end table".
143
144 2019-03-14 Tom Tromey <tromey@adacore.com>
145
146 * gdb.texinfo (Output Styling): Document "set style source" and
147 "show style source".
148
149 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
150
151 * gdb.texinfo (Mode Options): Mention mi3.
152 (Interpreters): Likewise.
153 (GDB/MI Development and Front Ends): Add entry for MI 3 in
154 version table. Document -fix-multi-location-breakpoint-output.
155 (GDB/MI Breakpoint Information): Document format of breakpoint
156 location output.
157
158 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
159
160 * python.texi (Values From Inferior): Change synopsys of the
161 second form of Value.__init__.
162
163 2019-03-02 Eli Zaretskii <eliz@gnu.org>
164
165 * gdb.texinfo (Output Styling): Fix typos. Document the default
166 foreground colors of the available styles.
167
168 2019-02-27 Kevin Buettner <kevinb@redhat.com>
169
170 * gdb.texinfo (Configure Options): Document minimum python
171 version.
172
173 2019-02-26 Kevin Buettner <kevinb@redhat.com>
174
175 * python.texi (Values From Inferior): Document second form
176 of Value.__init__.
177
178 2019-02-23 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.texinfo: Update copyright year ranges.
181 * refcard.tex: Likewise.
182
183 2019-02-21 Alan Hayward <alan.hayward@arm.com>
184
185 * gdb.texinfo: Update style defaults.
186
187 2019-02-21 Tom Tromey <tromey@adacore.com>
188
189 * gdb.texinfo (Remote Configuration): Remove trailing "." from
190 @item.
191
192 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
193
194 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
195 MI versions. Update text around it.
196
197 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
198
199 * gdb.texinfo (PowerPC Features): Document the alias
200 pseudo-registers for the org.gnu.gdb.power.altivec feature.
201
202 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
203
204 * gdb.texinfo (Print Settings): Remove mention of specific
205 demangle-style values, just refer to the in-process help.
206
207 2018-12-28 Tom Tromey <tom@tromey.com>
208
209 * gdb.texinfo (Output Styling): New node.
210
211 2018-12-13 John Baldwin <jhb@FreeBSD.org>
212
213 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
214 (Native): Add a FreeBSD subsection.
215 (FreeBSD): Document use of system call aliases for compatibility
216 system calls.
217
218 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.texinfo (Standard Target Features): Add RISC-V Features
221 sub-section.
222
223 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
224
225 * gdb.texinfo (Examining the Symbol Table): Document language choice
226 for 'info types|functions|variables' commands.
227 (Setting Breakpoints): Document language choice to print
228 the functions in which a breakpoint is set.
229
230 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
231
232 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
233 requirements for the org.gnu.gdb.power.vsx feature.
234
235 2018-11-01 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
238 output to match the current implementation.
239
240 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
241
242 * gdb.texinfo (Information About a Frame): Document changes
243 to 'info args' and 'info locals'.
244 (Examining the Symbol Table): Document changes to 'info functions'
245 and 'info variables'.
246
247 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
248
249 * gdb.texinfo (PowerPC Features): Describe new features
250 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
251 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
252 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
253 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
254
255 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
256
257 * gdb.texinfo (PowerPC Features): Describe new features
258 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
259
260 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
261
262 * gdb.texinfo (PowerPC Features): Describe new feature
263 "org.gnu.gdb.power.tar".
264
265 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
266
267 * gdb.texinfo (PowerPC Features): Describe new features
268 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
269
270 2018-10-20 Tom Tromey <tom@tromey.com>
271
272 * gdb.texinfo (TUI Commands): Add @end table.
273 (TUI Configuration): Remove stray @end table.
274
275 2018-10-19 Tom Tromey <tom@tromey.com>
276
277 PR tui/18388:
278 * gdb.texinfo (TUI Commands): Remove tabset documentation.
279 (TUI Configuration): Document "set tui tab-width".
280
281 2018-10-09 Tom Tromey <tom@tromey.com>
282
283 * python.texi (Inferiors In Python): Link to "Frames In Python",
284 not "Unwinding Frames in Python".
285
286 2018-10-09 Tom Tromey <tom@tromey.com>
287
288 * gdb.texinfo (Configure Options): Update --enable-ubsan
289 documentation.
290
291 2018-10-08 John Baldwin <jhb@FreeBSD.org>
292
293 * gdb.texinfo (Contributors): Add SRI International and University
294 of Cambridge for FreeBSD/riscv.
295
296 2018-10-06 Tom Tromey <tom@tromey.com>
297
298 PR python/19399:
299 * python.texi (Inferiors In Python): Document
300 Inferior.Architecture.
301
302 2018-10-06 Tom Tromey <tom@tromey.com>
303
304 PR python/21765:
305 * python.texi (Symbols In Python): Document the module and
306 common-block domains. Remove documentation for incorrect
307 domains.
308
309 2018-10-03 Tom Tromey <tom@tromey.com>
310
311 * gdb.texinfo (Configure Options): Document --enable-ubsan.
312
313 2018-10-02 John Darrington <john@darrington.wattle.id.au>
314
315 * gdb.texinfo (Remote Connection Commands): Describe
316 the changes to target remote and target extended-remote
317 relating to Unix domain sockets.
318
319 2018-10-01 Tom Tromey <tom@tromey.com>
320
321 * gdb.texinfo (Configure Options): Document configure options.
322
323 2018-09-29 Tom Tromey <tom@tromey.com>
324
325 * gdb.texinfo (Requirements): Mention C++, GNU make.
326 (Requirements): Sort the table. Add more libraries.
327 (Running Configure): Remove obsolete text.
328 (Separate Objdir): Likewise.
329 (Configure Options): Likewise.
330
331 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
334 to highlight that the number is also the frame's level.
335 (Selection): Rewrite documentation for 'frame' and 'select-frame'
336 commands.
337 (Frame Info): Rewrite documentation for 'info frame' command.
338
339 2018-09-23 Tom Tromey <tom@tromey.com>
340
341 PR python/18852:
342 * python.texi (Parameters In Python): Document exception behavior
343 of get_set_string.
344
345 2018-09-18 John Baldwin <jhb@FreeBSD.org>
346
347 * gdb.texinfo (info proc): Remove "running".
348 (info proc mappings): Replace "program" with "process".
349
350 2018-09-18 John Baldwin <jhb@FreeBSD.org>
351
352 * gdb.texinfo (Process Information): Document "info proc files"
353 command.
354
355 2018-09-17 Tom Tromey <tom@tromey.com>
356
357 * gdb.texinfo (Index Files): Update for cache directory change on
358 macOS.
359
360 2018-09-16 Tom Tromey <tom@tromey.com>
361
362 * python.texi (Basic Python): Update docs for find_pc_line,
363 solib_name.
364 (Progspaces In Python): Update docs for current_progspace.
365 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
366 Move method documentation before example.
367
368 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
369
370 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
371
372 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
373 2018-09-13 Tom Tromey <tom@tromey.com>
374
375 * python.texi (Program Spaces In Python): Document the
376 Progspace.objfiles method.
377 (Objfiles In Python): Mention that gdb.objfiles() is identical
378 to gdb.selected_inferior().progspace.objfiles().
379
380 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
381 2018-09-13 Tom Tromey <tom@tromey.com>
382
383 * python.texi (Inferiors In Python): Document
384 Inferior.progspace.
385 (Program Spaces In Python): Document that
386 gdb.current_progspace() is the same as
387 gdb.selected_inferior().progspace.
388
389 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
390
391 * python.texi (Basic Python): Mention the string representation
392 of GDB Python objects.
393
394 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
395
396 * gdb.texinfo (Skipping Over Functions and Files): Document
397 set/show debug skip.
398
399 2018-09-10 Tom Tromey <tom@tromey.com>
400
401 * python.texi (Frames In Python, Blocks In Python)
402 (Symbols In Python, Symbol Tables In Python)
403 (Lazy Strings In Python): Remove periods from section titles.
404
405 2018-09-10 Tom Tromey <tom@tromey.com>
406
407 * python.texi (Pretty Printing API): Swap sentence order.
408
409 2018-09-10 Tom Tromey <tom@tromey.com>
410
411 PR python/16461:
412 * python.texi (Values From Inferior): Mention use of virtual
413 table.
414
415 2018-09-10 Tom Tromey <tom@tromey.com>
416
417 * python.texi (Basic Python): Parenthesize argument to
418 decode_line.
419
420 2018-09-10 Tom Tromey <tom@tromey.com>
421
422 * python.texi (Python): Mention Python versions. Don't mention
423 execfile.
424
425 2018-09-10 Tom Tromey <tom@tromey.com>
426
427 PR python/19808:
428 * python.texi (Unwinding Frames in Python): Rewrite
429 create_unwind_info documentation. Update read_register
430 documentation and add a note about unwinder caution.
431
432 2018-09-10 Tom Tromey <tom@tromey.com>
433
434 PR python/18909:
435 * python.texi (Events In Python): Fix inferior_call
436 documentation.
437
438 2018-09-10 Tom Tromey <tom@tromey.com>
439
440 PR python/17752:
441 * python.texi (Frame Filter API): Remove period from subsection
442 title. Mention 100 as good default priority.
443 (Frame Decorator API): Remove period from subsection title.
444 Mention FrameDecorator module.
445
446 2018-09-10 Tom Tromey <tom@tromey.com>
447
448 PR python/23108:
449 * python.texi (Exception Handling): Rearrange gdb.GdbError text
450 and add a table.
451
452 2018-09-10 Tom Tromey <tom@tromey.com>
453
454 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
455 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
456 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
457 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
458
459 2018-09-10 Tom Tromey <tom@tromey.com>
460
461 PR python/16484:
462 * python.texi (Frames In Python): Document that Frame.block can
463 throw.
464
465 2018-09-10 Tom Tromey <tom@tromey.com>
466
467 PR python/23487:
468 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
469
470 2018-09-10 Tom Tromey <tom@tromey.com>
471
472 PR python/16033:
473 * python.texi (Blocks In Python): Document that Block.end is
474 exclusive.
475
476 2018-08-29 Keith Seitz <keiths@redhat.com>
477
478 * gdb.texinfo (Compiling and injecting code in GDB): Document
479 set/show "compile-oracle" and "compile-cplus-types" commands.
480
481 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
482
483 * gdb.texinfo (The -stack-list-frames Command): Update description
484 to mention "arch".
485 Update MI examples throughout the document to contain "arch" in
486 frame output.
487
488 2018-08-21 Alan Hayward <alan.hayward@arm.com>
489
490 * gdb.texinfo (AArch64 SVE): New subsubsection.
491
492 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
493
494 * gdb.texinfo (GDB/MI Data Manipulation): Document
495 "-data-disassemble -a addr".
496 (GDB/MI Support Commands): Document "data-disassemble-a-option"
497 feature.
498
499 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
500
501 * gdb.texinfo (Index Files Speed Up GDB): Add section about
502 symbol index cache.
503
504 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
505
506 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
507 option sections to further clarify that gcore can take more
508 than one PID, and that "-o" is used to specify a prefix, not a
509 filename.
510
511 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.texinfo (Maintenance Commands): Add description of
514 maintenance command to control dwarf unwinders.
515
516 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
517
518 * gdb.texinfo (Debugging Programs with Multiple Threads):
519 Document changes to 'thread apply'. Document 'taas'.
520 Document 'tfaas'.
521 (Examining the Stack): Document 'frame apply'. Document 'faas'.
522
523 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
524 Jan Kratochvil <jan.kratochvil@redhat.com>
525 Paul Fertser <fercerpav@gmail.com>
526 Tsutomu Seki <sekiriki@gmail.com>
527
528 * gdb.texinfo (Remote Connection Commands): Add explanation
529 about new IPv6 support. Add new connection prefixes.
530
531 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.texinfo (Remote Configuration): Update descriptions for
534 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
535 and hardware-watchpoint-length-limit variables.
536
537 2018-07-02 Maciej W. Rozycki <macro@mips.com>
538
539 PR tdep/8282
540 * gdb.texinfo (Source and Machine Code): Document `set
541 disassembler-options' support for the MIPS target.
542
543 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
544
545 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
546
547 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
548
549 * gdb.texinfo (Files): The address argument for "add-symbol-file"
550 is no longer mandatory.
551
552 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
553
554 * gdb.texinfo (Files): Document "symbol-file -o offset".
555
556 2018-06-14 Tom de Vries <tdevries@suse.de>
557
558 * gdb.texinfo (Background Execution): Add @cindex for '&'.
559
560 2018-06-11 Eli Zaretskii <eliz@gnu.org>
561
562 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
563
564 2018-06-08 Gary Benson <gbenson@redhat.com>
565
566 * gdb.texinfo (Maintenance Commands): Document "maint check
567 libthread-db" and "maint set/show check-libthread-db".
568
569 2018-06-05 Tom Tromey <tom@tromey.com>
570
571 PR cli/12326:
572 * gdb.texinfo (Screen Size): Document "c" response to pagination
573 prompt.
574
575 2018-05-31 Maciej W. Rozycki <macro@mips.com>
576
577 * gdb.texinfo (Choosing Target Byte Order): Document endianness
578 selection details with the `set endian auto' mode.
579
580 2018-05-04 Tom Tromey <tom@tromey.com>
581
582 PR python/22731:
583 * python.texi (Breakpoints In Python): Mention that "commands" is
584 writable.
585
586 2018-05-02 Tom Tromey <tom@tromey.com>
587
588 PR python/20084:
589 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
590 PARAM_ZUINTEGER_UNLIMITED.
591
592 2018-04-30 Tom Tromey <tom@tromey.com>
593
594 * python.texi (Types In Python): Document Type.align.
595
596 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
597
598 * gdb.texinfo (Symbols): Mention the fact that "info
599 variables/functions/types" show source files and line numbers.
600
601 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
602
603 * gdb.texinfo: Document set/show record btrace cpu.
604
605 2018-03-27 Joel Brobecker <brobecker@adacore.com>
606
607 * gdb.texinfo (Ada Settings): New subsubsection.
608
609 2018-03-26 Tom Tromey <tom@tromey.com>
610
611 PR backtrace/15582:
612 * gdb.texinfo (Backtrace): Mention "hide" argument.
613
614 2018-03-26 Tom Tromey <tom@tromey.com>
615
616 * gdb.texinfo (Backtrace): Describe options individually.
617
618 2018-03-19 Tom Tromey <tom@tromey.com>
619
620 * observer.texi: Remove.
621
622 2018-03-04 John Baldwin <jhb@FreeBSD.org>
623
624 * gdb.texinfo (Debugging Output): Document "set/show debug
625 fbsd-nat".
626
627 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * gdb.texinfo (Machine Code): Additional information about "info
630 line" command.
631
632 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
633
634 * gdb.texinfo (gdb-add-index man): Add pindex.
635
636 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
637
638 * gdb.texinfo (set cwd): Add period.
639 (gdb-add-index man): Move anchor.
640
641 2017-01-12 Tom Tromey <tom@tromey.com>
642 Sergio Durigan Junior <sergiodj@redhat.com>
643
644 * gdb.texinfo (Index Files): Mention gdb-add-index.
645 (gdb-add-index man): New section.
646 * Makefile.in (gdb-add-index.1): New rule to generate manpage
647 from gdb.texinfo.
648
649 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
650
651 * gdb.texinfo (pwd): Fix whitespace.
652
653 2018-01-09 John Baldwin <jhb@FreeBSD.org>
654
655 * gdb.texinfo (pwd): Update cross-reference for Process Information
656 node and remove explicit /proc reference.
657 (Native): Rename subsection from SVR4 Process Information to
658 Process Information.
659 (Process Information): Reword introduction to be less /proc
660 centric. Document support for "info proc" on FreeBSD.
661
662 2018-01-03 Xavier Roirand <roirand@adacore.com>
663
664 * gdb.texinfo (Set Catchpoints): Add documentation for new
665 "catch handlers" action.
666
667 2017-12-27 Stafford Horne <shorne@gmail.com>
668
669 * gdb.texinfo (Target Description Format): Explain that arbitrary
670 strings are now allowed for register groups.
671
672 2017-12-27 Stafford Horne <shorne@gmail.com>
673
674 * gdb.texinfo (Registers): Document info reg $reggroup feature.
675
676 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
677
678 PR cli/16224
679 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
680
681 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
682
683 * python.texi (Manipulating breakpoints using Python): Document
684 qualified parameter to gdb.Breakpoint.
685
686 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
687
688 * python.texi (Manipulating breakpoints using Python): Split doc
689 of Breakpoint.__init__ in two, split text in multiple
690 paragraphs, don't nest parameter square brackets.
691
692 2017-12-12 Stafford Horne <shorne@gmail.com>
693 Stefan Wallentowitz <stefan@wallentowitz.de>
694 Franck Jullien <franck.jullien@gmail.com>
695 Jeremy Bennett <jeremy.bennett@embecosm.com>
696
697 * gdb.texinfo: Add OpenRISC documentation.
698
699 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
700
701 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
702
703 2017-12-07 Keith Seitz <keiths@redhat.com>
704
705 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
706 and "show print type nested-type-limit".
707
708 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
709
710 * python.texi (Breakpoints In Python): Add text relating
711 to allowed explicit locations and keywords in gdb.Breakpoints.
712
713 2017-12-04 Tom Tromey <tom@tromey.com>
714
715 * gdb.texinfo (Rust): Update trait object status
716
717 2017-12-01 Andrew Cagney <cagney@redhat.com>
718 Joel Brobecker <brobecker@adacore.com>
719 Sergio Durigan Junior <sergiodj@redhat.com>
720
721 * gdb.texinfo (File Options): Document --readnever.
722 (Commands to Specify Files): Likewise, for 'symbol-file' and
723 'add-symbol-file'.
724
725 2017-11-29 Pedro Alves <palves@redhat.com>
726
727 PR c++/19436
728 * gdb.texinfo (Debugging C Plus Plus): Document setting
729 breakpoints in functions with ABI tags.
730
731 2017-11-29 Pedro Alves <palves@redhat.com>
732
733 * gdb.texinfo (Linespec Locations): Document how "function" is
734 interpreted in C++ and Ada. Document "-qualified".
735 (Explicit Locations): Document how "-function" is interpreted in
736 C++ and Ada. Document "-qualified".
737
738 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
739
740 PR gdb/21945
741 * gdb.texinfo (Search Memory): Update description and example
742 about how to search a string without NULL terminator.
743
744 2017-11-24 Joel Brobecker <brobecker@adacore.com>
745
746 * gdb.texinfo (GDB/MI Ada Exception Information): Document
747 new "exception-message" field.
748
749 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
750
751 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
752
753 2017-11-24 Pedro Alves <palves@redhat.com>
754
755 * gdb.texinfo (Completion): Update need-quoting examples. Remove
756 false claim that GDB inserts quoting automatically.
757 (Symbols): Add anchor.
758
759 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
760
761 * gdb.texinfo (Requirements): Document use of GNU MPFR.
762
763 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
764
765 * python.texi (Basic Python): Add rbreak documentation.
766
767 2017-11-07 Xavier Roirand <roirand@adacore.com>
768 Pedro Alves <palves@redhat.com>
769
770 * gdb.texinfo (Set Breaks): Document support for breakpoint
771 location ranges in the enable/disable commands.
772
773 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
774
775 * gdb.texinfo (Starting your Program) <The working directory.>:
776 Mention remote debugging.
777 (Working Directory) <Your Program's Working Directory>:
778 Likewise.
779 (Connecting) <Remote Packet>: Add "set-working-dir"
780 and "QSetWorkingDir" to the table.
781 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
782 packet.
783
784 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
785
786 * gdb.texinfo (Starting your Program) <The working directory.>:
787 Mention new "set cwd" command.
788 (Working Directory) <Your Program's Working Directory>:
789 Rephrase to explain that "set cwd" exists and is the default
790 way to change the inferior's cwd.
791
792 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
793
794 * gdb.texinfo (S/390 and System z Features): Document the new
795 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
796
797 2017-09-21 Kevin Buettner <kevinb@redhat.com>
798
799 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
800 attribute.
801
802 2017-09-21 Kevin Buettner <kevinb@redhat.com>
803
804 * python.texi (Inferiors In Python): Add description for method
805 Inferior.thread_from_thread_handle.
806
807 2017-09-19 John Baldwin <jhb@FreeBSD.org>
808
809 * gdb.texinfo (Starting your Program): Add description of
810 starti command. Mention starti command as an alternative for
811 debugging the elaboration phase.
812
813 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
814
815 * gdb.texinfo (Maintenance Commands): Document filter parameter
816 of "maint selftest". Document "maint info selftests" command.
817
818 2017-09-11 Tom Tromey <tom@tromey.com>
819
820 * python.texi (Events In Python): Document new events.
821
822 2017-09-04 Pedro Alves <palves@redhat.com>
823
824 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
825 no-debug-info variables.
826 (Symbols) <Examining the Symbol Table>: Document inspecting
827 no-debug-info types.
828 (Calling) <Calling functions with no debug info>: New subsection,
829 documenting calling no-debug-info functions.
830 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
831
832 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
833
834 * gdb.texinfo (set environment): Add @anchor. Explain that
835 environment variables set by the user are sent to GDBserver.
836 (unset environment): Likewise, but for unsetting variables.
837 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
838 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
839 "environment-reset" and "QEnvironmentReset" to the table.
840 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
841 QEnvironmentReset>: New item, explaining the packet.
842
843 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
844
845 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
846 "Compiler search for the compile command" descriptions of set
847 compile-gcc and show compile-gcc.
848
849 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
850
851 * gdb.texinfo (Architectures): Add new Sparc64 section to document
852 ADI support.
853 * NEWS: Add "adi examine" and "adi assign" commands.
854
855 2017-08-18 Yao Qi <yao.qi@linaro.org>
856
857 * gdb.texinfo (Server): Document "--selftest".
858
859 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
860
861 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
862 Single-Key mode.
863
864 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
865
866 PR gdb/21925
867 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
868 set...").
869
870 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
871
872 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
873 conditional expression.
874
875 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
876
877 * agentexpr.texi (rot): Fix symbolic description, improve
878 textual description.
879
880 2017-07-26 Yao Qi <yao.qi@linaro.org>
881
882 * gdb.texinfo (Maintenance Commands): Document command
883 "maint check xml-descriptions".
884
885 2017-07-26 Yao Qi <yao.qi@linaro.org>
886
887 * gdb.texinfo (Maintenance Commands): Document optional
888 argument of "maint print c-tdesc".
889
890 2017-07-18 Yao Qi <yao.qi@linaro.org>
891
892 * gdb.texinfo (Maintenance Commands): Improve the doc to
893 command "maint print c-tdesc".
894
895 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
896
897 PR gdb/21606
898 * python.texi (Python representation of Symbols.): Replace
899 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
900 * guile.texi (Guile representation of Symbols.): Likewise.
901
902 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
903
904 * gdb.texinfo (Optional Messages about Internal Happenings):
905 Document {set,show} debug separate-debug-file commands.
906
907 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
908
909 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
910 (Connecting) <Remote Packet>: Add "startup-with-shell"
911 and "QStartupWithShell" to the table.
912 (Remote Protocol) <QStartupWithShell>: New item, explaining the
913 packet.
914
915 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
916
917 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
918
919 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
920
921 * python.texi (Recording in Python): Factor out the documentation of
922 gdb.RecordInstruction's super class.
923
924 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
925
926 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
927 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
928 prev and next.
929
930 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
931
932 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
933 gdb.RecordInstruction
934
935 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
936
937 * python.texi (Recording in Python): Add documentation for
938 gdb.RecordGap and remove documentation of special cases for
939 gdb.BtraceInstruction.
940
941 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
942
943 * python.texi (Recording in Python): Remove Record.ptid defvar.
944
945 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
946
947 * gdb.texinfo (GDB/MI Thread Information): Add missing
948 fields, re-word some things.
949 (GDB/MI Thread Commands): Describe fields found in the output of
950 -thread-info, remove description of fields in the
951 thread output tuple, replace with a cross-reference to "GDB/MI
952 Thread Information".
953
954 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
955
956 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
957 from -thread-info output.
958
959 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
960
961 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
962
963 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
964
965 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
966
967 2017-03-22 Yao Qi <yao.qi@linaro.org>
968
969 * python.texi (Inferiors In Python): Remove @code from Python.
970
971 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
972
973 * python.texi (Recordings In Python): Document return type of
974 gdb.BtraceInstruction.data.
975
976 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
977
978 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
979 command file-list-shared-libraries
980 (GDB/MI Async Records): Update documentation of library-loaded with new
981 field.
982
983 2017-03-16 Doug Evans <dje@google.com>
984
985 * guile.texi (Lazy Strings In Guile): Mention arrays.
986 * python.texi (Lazy Strings In Python): Ditto.
987
988 2017-03-08 Jiong Wang <jiong.wang@arm.com>
989
990 * gdb.texinfo (Memory Protection Extensions): Add missing escape
991 character "@".
992
993 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
994
995 * Memory Protection Extensions: Add information about inferior
996 calls.
997
998 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1001 DW_TAG_GNU_* and DW_AT_GNU_*.
1002
1003 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1004
1005 * python.texi (Recordings In Python): New section.
1006
1007 2017-02-14 Tom Tromey <tom@tromey.com>
1008
1009 PR python/13598:
1010 * python.texi (Events In Python): Document events.before_prompt.
1011
1012 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1013
1014 * gdb.texinfo (Target Commands): Document the optional offset
1015 argument for the load command.
1016
1017 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1018
1019 PR gdb/21122
1020 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1021 space-separated breakpoint lists. Also add a missing @table command
1022 and @cindex for breakpoint lists.
1023
1024 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1025
1026 PR tdep/20936
1027 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1028 (Sparc Features): New node.
1029
1030 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1031
1032 * gdb.texinfo (i386 Features): Add system segment registers
1033 as feature.
1034
1035 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1036
1037 * python.texi (Events In Python): Fix typo.
1038
1039 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1040 Luis Machado <lgustavo@codesourcery.com>
1041
1042 * gdb.texinfo (-target-flash-erase): New MI command description.
1043 (flash-erase): New CLI command description.
1044
1045 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1046
1047 * gdb.texinfo (Contributors): Add SRI International and University
1048 of Cambridge for FreeBSD/mips.
1049
1050 2016-12-22 Doug Evans <xdje42@gmail.com>
1051
1052 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1053 commands.
1054
1055 2016-12-02 Pedro Alves <palves@redhat.com>
1056
1057 * gdb.texinfo (User-defined Commands): Limit on number of
1058 arguments passed to user-defined commands removed; update.
1059
1060 2016-12-02 Pedro Alves <palves@redhat.com>
1061
1062 PR cli/20559
1063 * gdb.texinfo (Define): Add example of using "eval" to process a
1064 variable number of arguments.
1065 (Output) <eval>: Add anchor.
1066
1067 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1068
1069 * Makefile.in: Likewise.
1070
1071 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1072
1073 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1074 xref.
1075
1076 2016-10-29 Pedro Alves <palves@redhat.com>
1077
1078 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1079 actions.
1080
1081 2016-10-26 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1084 actions that match a thread, and what happens when an action
1085 matches a thread that is already running.
1086
1087 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1088
1089 * gdb.texinfo (Using Trace Files): Fix typo.
1090 (GDB/MI Tracepoint Commands): Likewise.
1091
1092 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1095 of -trace-save.
1096
1097 2016-10-06 Tom Tromey <tom@tromey.com>
1098
1099 * guile.texi (Types In Guile): Remove Java mentions.
1100 * python.texi (Types In Python): Remove Java mentions.
1101 * gdb.texinfo (Address Locations, Supported Languages)
1102 (Index Section Format): Remove Java mentions.
1103
1104 2016-08-15 Doug Evans <dje@google.com>
1105
1106 * gdb.texinfo (Target Description Format): Update docs on "end"
1107 field spec and field default type.
1108
1109 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1110 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1111
1112 PR gdb/20487
1113 * gdb.texinfo (Context management): Update mention of frame
1114 change notifications.
1115 (gdb/mi Async Records): Document frame field in
1116 =thread-select event.
1117 * observer.texi (GDB Observers): New user_selected_context_changed
1118 observer.
1119
1120 2016-09-28 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1123 than "memory breakpoint". Further document "kind". Move
1124 protocol-details link earlier.
1125 <z1>: Document the cmd_list argument. Fix typo.
1126 <g>: Remove incorrect sentence.
1127 (Stop Reply Packets): Document "OK" response to requests when in
1128 non-stop mode.
1129 <swbreak>: Use "software breakpoint" rather than "memory
1130 breakpoint".
1131 <create>: Document that "R" is ignored.
1132 <W, X, w>: Document formatting of "AA".
1133 (Notification Packets): Use "%Stop", not "%%Stop".
1134
1135 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1136
1137 * gdb.texinfo (Embedded Processors): Document ARC.
1138 (Synopsys ARC): New section.
1139 (Standard Target Features): Document ARC features.
1140 (ARC Features): New section.
1141
1142 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1143
1144 * .gitignore: New file.
1145
1146 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1147
1148 * gdb.texinfo (Input/Output): Mention possibility to unset
1149 inferior-tty.
1150
1151 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1152
1153 * gdb.texinfo: Resume btrace on reconnect.
1154
1155 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1156
1157 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1158 syscall.
1159
1160 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1161
1162 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1163 command.
1164
1165 2016-07-13 Tom Tromey <tom@tromey.com>
1166
1167 PR python/15620, PR python/18620:
1168 * python.texi (Events In Python): Document new breakpoint events.
1169
1170 2016-07-13 Tom Tromey <tom@tromey.com>
1171
1172 PR python/17698:
1173 * python.texi (Breakpoints In Python): Document
1174 Breakpoint.pending.
1175
1176 2016-07-13 Tom Tromey <tom@tromey.com>
1177
1178 * python.texi (Breakpoints In Python): Move table of types and
1179 table of watchpoint types earlier in node.
1180
1181 2016-07-12 Tom Tromey <tom@tromey.com>
1182
1183 PR python/19293:
1184 * python.texi (Frames In Python): Document
1185 gdb.invalidate_cached_frames.
1186
1187 2016-06-21 Pedro Alves <palves@redhat.com>
1188
1189 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1190 document new-ui and explain use case.
1191
1192 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1193
1194 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1195 (NDS32 Features): New Section.
1196
1197 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1198
1199 * gdb.texinfo (Examining Memory): Document negative repeat
1200 count in the 'x' command.
1201
1202 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1203
1204 * gdb.texinfo (GDB/MI Async Records): Document method and
1205 format fields in =record-started.
1206 * observer.texi (record_changed): Add method and format
1207 parameters.
1208
1209 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1210
1211 * gdb.texinfo (General Query Packets): Move the description of the
1212 response before the long list of the specific 'read' and 'write'
1213 requests.
1214
1215 2016-05-23 Tom Tromey <tom@tromey.com>
1216
1217 * python.texi (Basic Python): Document gdb.breakpoints return.
1218
1219 2016-05-24 Tom Tromey <tom@tromey.com>
1220
1221 PR gdb/19194:
1222 * gdb.texinfo (gdb man): Fix typo.
1223
1224 2016-05-17 Tom Tromey <tom@tromey.com>
1225
1226 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1227 (Rust): New node.
1228
1229 2016-05-17 Tom Tromey <tom@tromey.com>
1230
1231 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1232
1233 2016-04-27 Yao Qi <yao.qi@linaro.org>
1234
1235 * gdb.texinfo (tfind): Complete doc about tfind without
1236 argument.
1237
1238 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1239
1240 * agentexpr.texi (byte): Fix zero_ext description.
1241
1242 2016-03-31 Pedro Alves <palves@redhat.com>
1243
1244 * gdb.texinfo (M32R/SDI): Delete node.
1245 (MIPS Embedded): Remove references to the MIPS remote debugging
1246 protocol, PMON and variants, and the associated commands.
1247
1248 2016-03-15 Doug Evans <dje@google.com>
1249
1250 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1251 (Target Description Format): Mention enum types. Update docs on
1252 flags types.
1253 (Predefined Target Types): Add "bool".
1254 (Enum Target Types): New node.
1255
1256 2016-03-15 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.texinfo (Tracepoint Actions): Fix typo.
1259
1260 2016-03-15 Pedro Alves <palves@redhat.com>
1261 Andreas Arnez <arnez@linux.vnet.ibm.com>
1262 Marcin Kościelnicki <koriakin@0x04.net>
1263
1264 * gdb.texinfo (Tracepoint Actions): Document possible
1265 unreliability of '$_ret'.
1266
1267 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1270 command.
1271
1272 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1273
1274 * gdb.texinfo (Convenience Functions): Document $_as_string.
1275
1276 2016-02-23 Doug Evans <dje@google.com>
1277
1278 * gdb.texinfo (Skipping Over Functions and Files): Document new
1279 options to "skip" command. Update docs of output of "info skip".
1280
1281 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1282
1283 * gdb.texinfo (Signals): Add bound violation display hints for
1284 a SIGSEGV.
1285
1286 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1287
1288 * gdb.texinfo (Trace File Format): Add documentation for description
1289 section lines.
1290
1291 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1292
1293 * gdb.texinfo (Trace File Format): Remove misleading information
1294 about register block ordering.
1295
1296 2016-02-01 Doug Evans <dje@google.com>
1297
1298 * gdb.texinfo (Value Sizes): Fix typo.
1299
1300 2016-02-01 Doug Evans <dje@google.com>
1301
1302 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1303
1304 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * gdb.texinfo (Value Sizes): New section.
1307 (Data): Add the 'Value Sizes' node to the menu.
1308
1309 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1310
1311 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1312
1313 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1314
1315 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1316
1317 2016-01-18 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1320 of the thread that hit a breakpoint or received a signal.
1321
1322 2016-01-15 Pedro Alves <palves@redhat.com>
1323
1324 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1325
1326 2016-01-13 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.texinfo (Threads): Document the $_gthread convenience
1329 variable.
1330 (Convenience Vars): Likewise.
1331
1332 2016-01-13 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.texinfo (Threads): Document "info threads -gid".
1335
1336 2016-01-13 Pedro Alves <palves@redhat.com>
1337
1338 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1339 anchor.
1340 (Threads In Python): Document new InferiorThread.global_num
1341 attribute.
1342
1343 2016-01-07 Pedro Alves <palves@redhat.com>
1344
1345 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1346 qualified thread IDs, global thread IDs and thread ID lists.
1347 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1348 thread IDs.
1349 (Convenience Vars): Document the $_thread convenience variable.
1350 (Ada Tasks): Adjust to refer to thread IDs.
1351 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1352 Commands, GDB/MI Variable Objects): Update to mention global
1353 thread IDs.
1354 * guile.texi (Breakpoints In Guile)
1355 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1356 global thread IDs instead of thread IDs.
1357 * python.texi (Threads In Python): Adjust documentation of
1358 InferiorThread.num.
1359 (Breakpoint.thread): Mention global thread IDs instead of thread
1360 IDs.
1361
1362 2016-01-13 Pedro Alves <palves@redhat.com>
1363
1364 * python.texi (Threads In Python): Document
1365 InferiorThread.inferior.
1366
1367 2016-01-13 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1370 convenience variable.
1371 (Convenience Vars): Likewise.
1372
1373 2016-01-12 Josh Stone <jistone@redhat.com>
1374 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1375
1376 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1377 (Stop Reply Packets): List the syscall entry and return stop reasons.
1378 (General Query Packets): Describe QCatchSyscalls, and add it to the
1379 table and the detailed list of stub features.
1380
1381 2016-01-12 Pedro Alves <palves@redhat.com>
1382
1383 Remove use of the registered trademark symbol throughout.
1384
1385 2016-01-12 Yao Qi <yao.qi@linaro.org>
1386
1387 * gdb.texinfo (Interrupts): Update the document on handling
1388 interrupt when program is stopped.
1389
1390 2015-12-11 Don Breazeal <donb@codesourcery.com>
1391
1392 * gdb.texinfo (Forks): Correct Linux kernel version where
1393 fork and exec events are supported, add notes about support
1394 of these events in target remote mode.
1395 (Connecting): Reorganize and clarify distinctions between
1396 target remote, extended-remote, and multiprocess.
1397 Reorganize related text from separate sections into new
1398 sections.
1399 (Server): Note effects of target extended-remote mode.
1400 Delete section on Multi-Process Mode for gdbserver.
1401 Move some text to "Connecting" node.
1402
1403 2015-12-10 Pedro Alves <palves@redhat.com>
1404
1405 * gdb.texinfo (Threads): Replace warning with explanation
1406 about single-threaded programs.
1407
1408 2015-12-10 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.texinfo (Threads): Remove mention of SGI.
1411 (Forks): Remove mention of HP-UX.
1412 (Breakpoints): Remove mention of HP-UX.
1413 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1414 Reword in terms of architectures.
1415 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1416 mention supported systems.
1417 (Convenience Vars): Don't mention HP-UX.
1418 (Jumping): Remove mention of HP-UX in comment.
1419 (Files) <shared libraries>: Update supported shared library types
1420 list. Remove mention of HP-UX.
1421 (Native): Remove HP-UX subsection.
1422 (SVR4 Process Information): Remove mention of HP-UX.
1423
1424 2015-12-10 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.texinfo (Stack): Reorder menu.
1427
1428 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1429
1430 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1431 -var-set-format's new zero-hexadecimal format.
1432
1433 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1434
1435 * gdb.texinfo (Ada Mode Into): Move overloading support
1436 description to its own node.
1437 (Overloading support for Ada): New node.
1438
1439 2015-11-30 Pedro Alves <palves@redhat.com>
1440
1441 PR 14618
1442 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1443 (Remote Configuration): Add the "set/show remote
1444 no-resumed-stop-reply" to the available settings table.
1445 (General Query Packets): Document the "no-resumed" qSupported
1446 feature.
1447
1448 2015-11-30 Pedro Alves <palves@redhat.com>
1449
1450 * gdb.texinfo (Remote Configuration): List "set/show remote
1451 thread-events" command in configuration table.
1452 (Stop Reply Packets): Document "T05 create" stop
1453 reason and 'w' stop reply.
1454 (General Query Packets): Document QThreadEvents packet. Document
1455 QThreadEvents qSupported feature.
1456
1457 2015-11-30 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1460 anchor.
1461 (Packets): Document vCtrlC.
1462
1463 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1464
1465 * gdb.texinfo (Thread List Format): Mention thread names.
1466
1467 2015-11-24 Pedro Alves <palves@redhat.com>
1468
1469 PR 17539
1470 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1471 program-spaces" example to ascending order listing.
1472 (Threads): Adjust "info threads" example to ascending order
1473 listing.
1474 (Forks): Adjust "info inferiors" example to ascending order
1475 listing.
1476
1477 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1478
1479 * gdb.texinfo (Process Record and Replay): Document "record
1480 instruction-history" modifiers.
1481
1482 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1483
1484 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1485 description.
1486 (Frame Filter Management): Move to later in the 'Examining the
1487 Stack' chapter.
1488 (Selection): Add entry for 'select-frame'.
1489
1490 2015-09-25 Doug Evans <dje@google.com>
1491
1492 * gdb.texinfo (Process Record and Replay): Fix syntax of
1493 "record instruction-history begin, end" and
1494 "record function-call-history begin, end".
1495
1496 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1497
1498 * gdb.texinfo (Specifying Source Directories): Fix
1499 substitute-path example.
1500
1501 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1502
1503 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1504
1505 2015-09-15 Pedro Alves <palves@redhat.com>
1506
1507 PR remote/18965
1508 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1509 the vforkdone description.
1510
1511 2015-09-15 Pedro Alves <palves@redhat.com>
1512
1513 PR remote/18965
1514 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1515 part indicates the thread ID of the parent process.
1516
1517 2015-09-15 Yao Qi <yao.qi@linaro.org>
1518
1519 * gdb.texinfo (General Query Packets): Add vContSupported to
1520 tables of 'gdbfeatures' and 'stub features' supported in the
1521 qSupported packet, as well as to the list containing stub
1522 feature details.
1523
1524 2015-09-11 Don Breazeal <donb@codesourcery.com>
1525
1526 * gdb.texinfo (Remote Configuration): Add exec event
1527 feature to table of packet settings.
1528 (Stop Reply Packets): Add exec events to the list of stop
1529 reasons.
1530 (General Query Packets): Add exec events to tables of
1531 'gdbfeatures' and 'stub features' supported in the qSupported
1532 packet, as well as to the list containing stub feature
1533 details.
1534
1535 2015-08-24 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.texinfo (Remote Configuration): Document the "set/show
1538 remote multiprocess-extensions-packet" commands.
1539
1540 2015-08-24 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1543 <M32R>: Remove references to M32R/D.
1544 <M68K>: Remove references to target dbug.
1545 <MIPS Embedded>: Remove references to target r3900 and target
1546 array.
1547 <PowerPC Embedded>: Remove references to target dink32 and target
1548 ppcbug, target sds
1549 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1550
1551 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1554
1555 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1556
1557 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1558
1559 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1560
1561 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1562 info bfds" to...
1563 (File Caching): A New section. Outline bfd caching, and add new
1564 description for "main set/show bfd-sharing".
1565
1566 2015-08-14 Doug Evans <xdje42@gmail.com>
1567
1568 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1569 disassembly.
1570 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1571
1572 2015-08-11 Keith Seitz <keiths@redhat.com>
1573
1574 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1575 Use "location(s)"instead of "linespec(s)".
1576 (Specifying a Location): Rewrite.
1577 Add subsections describing linespec, address, and explicit locations.
1578 Add node/menu for each subsection.
1579 (Source and Machine Code, C Preprocessor Macros)
1580 (Create and Delete Trace points)
1581 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1582 (Continuing at a Different Address): Remove "linespec" examples.
1583 Add reference to "Specify a Location"
1584 (The -break-insert Command): Rewrite. Add anchor.
1585 Add reference to appropriate manual section discussing locations.
1586 (The -dprintf-insert Command): Refer to -break-insert for
1587 specification of 'location'.
1588
1589 2015-08-07 Pedro Alves <palves@redhat.com>
1590
1591 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1592 target-non-stop".
1593
1594 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1595
1596 * gdb.texinfo (Process Record and Replay): Document prefixing of
1597 speculatively executed instructions in the "record instruction-history"
1598 command.
1599
1600 2015-07-20 Doug Evans <dje@google.com>
1601
1602 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1603
1604 2015-07-16 Doug Evans <dje@google.com>
1605
1606 * stabs.texinfo: @include gdb-cfg.texi.
1607
1608 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 Revert the previous 2 commits:
1611 gdbserver build-id attribute generator
1612 Validate symbol file using build-id
1613
1614 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1615
1616 * gdb.texinfo (Files): Add 'set validate-build-id'
1617 and 'show validate-build-id'.
1618
1619 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1620 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 gdbserver build-id attribute generator.
1623 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1624 'build-id' in description, example, new attribute in dtd.
1625
1626 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * gdb.texinfo (Selection): Update documentation for 'frame'
1629 command.
1630
1631 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1632
1633 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1634 commands.
1635
1636 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1637
1638 * gdb.texinfo (Process Record and Replay): Spell out that variables
1639 and registers are not available during btrace replay.
1640 Describe the new "record btrace pt" command.
1641 Describe the new "set|show record btrace pt buffer-size" options.
1642 (General Query Packets): Describe the new Qbtrace:pt and
1643 Qbtrace-conf:pt:size packets.
1644 Expand "bts" to "Branch Trace Store".
1645 Update the branch trace DTD.
1646
1647 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1648
1649 * gdb.texinfo (Command History): Document the new option
1650 "history remove-duplicates".
1651
1652 2015-06-19 Doug Evans <dje@google.com>
1653
1654 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1655 longer supported.
1656
1657 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1658
1659 * gdb.texinfo (Command History): Mention that setting
1660 GDBHISTSIZE to the empty string disables history truncation.
1661
1662 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1663
1664 PR gdb/16999
1665 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1666 behavior.
1667
1668 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1669
1670 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1671 with GDBHISTSIZE.
1672
1673 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1674
1675 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1676 bytes and memory units for -data-{read,write}-memory-bytes.
1677 (Packets): Same for m, M and X packets.
1678 * python.texi (Inferiors In Python): Same for read_memory and
1679 write_memory.
1680
1681 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1682
1683 * gdb.texinfo (Separate Debug Files): Document that PE is also
1684 supported.
1685
1686 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1689 single table entry.
1690
1691 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1692
1693 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1694
1695
1696 2015-06-10 Gary Benson <gbenson@redhat.com>
1697
1698 * gdb.texinfo (Remote Configuration): Document the
1699 "set/show remote hostio-setfs-packet" command.
1700 (Host I/O Packets): Document the vFile:setfs packet.
1701
1702 2015-06-10 Gary Benson <gbenson@redhat.com>
1703
1704 * gdb.texinfo (Debugging Output): Document the "set/show debug
1705 linux-namespaces" command.
1706
1707 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1708 Mircea Gherzan <mircea.gherzan@intel.com>
1709
1710 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1711 and "set mpx bound".
1712
1713 2015-05-27 Doug Evans <dje@google.com>
1714
1715 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1716
1717 2015-05-26 Doug Evans <dje@google.com>
1718
1719 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1720 command renamings.
1721 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1722
1723 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1726
1727 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1730 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1731
1732 2015-05-16 Doug Evans <xdje42@gmail.com>
1733
1734 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1735 memory ports.
1736
1737 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1740
1741 2015-05-12 Don Breazeal <donb@codesourcery.com>
1742
1743 * gdb.texinfo (Forks): Note that fork debugging is
1744 supported in extended mode.
1745 (Remote Configuration): Add fork event features to table
1746 of packet settings.
1747 (Stop Reply Packets): Add fork events to list of stop reasons.
1748 (General Query Packets): Add fork events to tables of
1749 'gdbfeatures' and 'stub features' supported in the qSupported
1750 packet, as well as to the list containing stub feature
1751 details.
1752
1753 2015-05-12 Gary Benson <gbenson@redhat.com>
1754
1755 * gdb.texinfo (General Query Packets): Document
1756 qXfer:exec-file:read with empty annex.
1757
1758 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1759
1760 * python.texi (Values From Inferior): Add descriptions of new
1761 methods gdb.Value.reference_value and gdb.Value.const_value.
1762
1763 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1764
1765 * gdb.texinfo (Files): Add "info dll" documentation.
1766 (Cygwin Native): Remove "info dll" documentation.
1767
1768 2015-04-29 Doug Evans <dje@google.com>
1769
1770 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1771 Document.
1772 (Writing an Xmethod): Add get_result_type to example.
1773
1774 2015-04-28 Sasha Smundak <asmundak@google.com>
1775
1776 * python.texi: New method documented.
1777
1778 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1781 format.
1782
1783 2015-04-24 Doug Evans <dje@google.com>
1784
1785 * python.texi (Xmethods In Python): Fix name of method to call the
1786 xmethod.
1787
1788 2015-04-17 Gary Benson <gbenson@redhat.com>
1789
1790 * gdb.texinfo (Connecting to a Remote Target): Mention that
1791 GDB can access program files from remote targets that support
1792 qXfer:exec-file:read and Host I/O packets.
1793
1794 2015-04-17 Gary Benson <gbenson@redhat.com>
1795
1796 * gdb.texinfo (Remote Configuration): Document the "set/show
1797 remote pid-to-exec-file-packet" command.
1798 (General Query Packets): Document the qXfer:exec-file:read
1799 qSupported features. Document the qXfer:exec-file:read packet.
1800
1801 2015-04-17 Gary Benson <gbenson@redhat.com>
1802
1803 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1804 applies to executable paths if supplied to GDB as absolute.
1805
1806 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1807
1808 * gdb.texinfo (Mode Options): Remove -xdb.
1809
1810 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1811 Eli Zaretskii <eliz@gnu.org>
1812
1813 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1814 compile, show debug compile. New subsection Compilation options for
1815 the compile command. New subsection Compiler search for the compile
1816 command.
1817
1818 2015-04-09 Andy Wingo <wingo@igalia.com>
1819
1820 * guile.texi (Frames In Guile): Describe frame-read-register.
1821
1822 2015-04-02 Gary Benson <gbenson@redhat.com>
1823
1824 * gdb.texinfo (set sysroot): Document "target:".
1825
1826 2015-04-01 Sasha Smundak <asmundak@google.com>
1827
1828 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1829 section.
1830
1831 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1832
1833 PR corefiles/16092
1834 * gdb.texinfo (gcore): Mention new command 'set
1835 use-coredump-filter'.
1836 (set use-coredump-filter): Document new command.
1837
1838 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1839
1840 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1841 documentation, reorder the info os entries in alphabetical order.
1842
1843 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1844
1845 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1846 -data-write-memory-bytes.
1847
1848 2015-03-24 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1851 mention that threads may sometimes run unlocked.
1852
1853 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1854
1855 * gdb.texinfo (Remote configuration): Document "set/show
1856 serial parity" command.
1857
1858 2015-03-18 Gary Benson <gbenson@redhat.com>
1859
1860 * gdb.texinfo (General Query Packets): Remove documentation
1861 for now-removed vFile:fstat qSupported features.
1862
1863 2015-03-11 Gary Benson <gbenson@redhat.com>
1864
1865 * gdb.texinfo (Remote Configuration): Document the
1866 "set/show remote hostio-fstat-packet" command.
1867 (General Query Packets): Document the vFile:fstat
1868 qSupported features.
1869 (Host I/O Packets): Document the vFile:fstat packet.
1870
1871 2015-03-11 Andy Wingo <wingo@igalia.com>
1872
1873 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1874
1875 2015-03-04 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.texinfo (Remote Configuration): Document the "set/show
1878 remote swbreak-feature-packet" and "set/show remote
1879 hwbreak-feature-packet" commands.
1880 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1881 decription.
1882 (Stop Reply Packets): Document the swbreak and hwbreak stop
1883 reasons.
1884 (General Query Packets): Document the swbreak and hwbreak
1885 qSupported features.
1886 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1887
1888 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1889
1890 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1891 under *stopped.
1892
1893 2015-03-02 Doug Evans <xdje42@gmail.com>
1894
1895 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1896
1897 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1898
1899 * gdb.texinfo (S/390 and System z Features): Describe new feature
1900 "org.gnu.gdb.s390.vx".
1901
1902 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1903
1904 PR gdb/18008
1905 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1906 demangler-warning): Fix typo ("problam").
1907
1908 2015-02-19 David Taylor <dtaylor@emc.com>
1909
1910 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1911
1912 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1913
1914 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1915 point, DTrace'.
1916 (Static Probe Points): Modified to cover DTrace probes in addition
1917 to SystemTap probes. Also modified to cover the `enable probe'
1918 and `disable probe' commands.
1919
1920 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1921
1922 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1923 `disable probe' commands.
1924
1925 2015-02-12 David Taylor <dtaylor@emc.com>
1926
1927 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1928 fields of the QTDV packet.
1929
1930 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1931
1932 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1933 (Process Record and Replay): Describe new set|show commands.
1934 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1935
1936 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1937
1938 * gdb.texinfo (Process Record and Replay): Describe the "record
1939 btrace bts" command.
1940 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1941 (Branch Trace Configuration Format): New.
1942
1943 2015-01-31 Gary Benson <gbenson@redhat.com>
1944 Doug Evans <dje@google.com>
1945
1946 * gdb.texinfo (Command Completion): Document new
1947 "set/show max-completions" option.
1948
1949 2015-01-31 Doug Evans <xdje42@gmail.com>
1950
1951 * gdb.texinfo (Symbols): Document new commands
1952 "maint print symbol-cache", "maint print symbol-cache-statistics",
1953 "maint flush-symbol-cache". Document new option
1954 "maint set symbol-cache-size".
1955
1956 2015-01-31 Doug Evans <xdje42@gmail.com>
1957
1958 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1959 distinguish script files vs inlined scripts.
1960 * python.texi (Python Auto-loading): Ditto.
1961
1962 2015-01-30 Doug Evans <dje@google.com>
1963
1964 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1965 string if present.
1966
1967 2015-01-27 Doug Evans <dje@google.com>
1968
1969 * python.texi (Objfiles In Python): Document Objfile.username.
1970
1971 2015-01-27 Doug Evans <dje@google.com>
1972
1973 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1974 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1975
1976 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1977
1978 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1979
1980 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1981
1982 * doc/gdb.texinfo (TUI Commands): Document the possible
1983 values of NAME argument to 'winheight' command. Explain the
1984 effect of 'tabset' setting better.
1985
1986 2015-01-11 Doug Evans <xdje42@gmail.com>
1987
1988 PR gdb/15830
1989 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1990 (Symbols): Ditto.
1991 (Maintenance Commands): Delete docs for "maint demangle".
1992
1993 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1994
1995 * gdb.texinfo (Files): Remove documentation of the
1996 "add-shared-symbol-files" and "assf" commands.
1997 (Cygwin Native): Remove documentation of the "dll-symbols"
1998 command.
1999
2000 2014-12-17 Doug Evans <xdje42@gmail.com>
2001
2002 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2003
2004 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2005 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * gdb.texinfo (Altering): Update.
2008 (Compiling and Injecting Code): New node.
2009
2010 2014-12-12 Doug Evans <dje@google.com>
2011
2012 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2013
2014 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2015
2016 * gdb.texinfo: Document "maint print user-registers".
2017
2018 2014-12-08 Doug Evans <dje@google.com>
2019
2020 * python.texi (Objfiles In Python): Document Objfile.owner.
2021
2022 2014-12-04 Doug Evans <dje@google.com>
2023
2024 * python.texi (Objfiles In Python): Document
2025 Objfile.add_separate_debug_file.
2026
2027 2014-12-04 Doug Evans <dje@google.com>
2028
2029 * python.texi (Objfiles In Python): Document Objfile.build_id.
2030
2031 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2032
2033 * python.texi (Events In Python): Document new events
2034 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2035 and RegisterChangedEvent.
2036
2037 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2038
2039 Add add-auto-load-scripts-directory.
2040 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2041 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2042
2043 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2044
2045 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2046 description typo.
2047
2048 2014-10-30 Doug Evans <dje@google.com>
2049
2050 * python.texi (Progspaces In Python): Document ability to add
2051 random attributes to gdb.Progspace objects.
2052 (Objfiles In Python): Document ability to add random attributes to
2053 gdb.objfile objects.
2054
2055 2014-10-27 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2058 info on stepping and signal handlers.
2059 (Signals): Explain stepping and signal handlers. Add context
2060 index entry, and cross references.
2061
2062 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2063
2064 * python.texi (Breakpoints In Python): Add parenthesis after
2065 Breakpoint.delete. Clarify Breakpoint.enabled description so
2066 that it contains "disable".
2067
2068 2014-10-17 Doug Evans <dje@google.com>
2069
2070 * python.texi (Events In Python): Document clear_objfiles event.
2071
2072 2014-10-17 Doug Evans <dje@google.com>
2073
2074 * python.texi (Objfiles In Python): Document new progspace attribute.
2075
2076 2014-10-17 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2079 (SVR4 Process Information): Delete mention of OSF/1.
2080
2081 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2082
2083 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2084 exit-code field in -list-thread-groups output.
2085
2086 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2087
2088 * gdb.texinfo (Set Breaks): Add missing "@end table".
2089
2090 2014-09-22 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2093 always-inserted off" is the default mode now. Delete
2094 documentation of "set breakpoint always-inserted auto".
2095
2096 2014-09-18 Doug Evans <dje@google.com>
2097
2098 * python.texi (Symbol Tables In Python): Document "producer"
2099 attribute of gdb.Symtab objects.
2100
2101 2014-09-16 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2104 (Embedded OS): Remove VxWorks menu entry.
2105 (VxWorks): Remove node.
2106
2107 2014-09-13 Doug Evans <xdje42@gmail.com>
2108
2109 * gdb.texinfo (Signaling): Document new queue-signal command.
2110
2111 2014-09-06 Doug Evans <xdje42@gmail.com>
2112
2113 PR 15276
2114 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2115 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2116
2117 2014-09-03 Justin Lebar <jlebar@google.com>
2118
2119 * python.texi (Types In Python): Type.template_argument(n) returns a
2120 gdb.Value or a gdb.Type and throws an exception if n is out of
2121 range.
2122
2123 2014-09-03 Sasha Smundak <asmundak@google.com>
2124
2125 * python.texi (Frames in Python): Add read_register description.
2126
2127 2014-08-04 Tom Tromey <tromey@redhat.com>
2128
2129 * gdb.texinfo (Debugging Output): Update for change to "set debug
2130 target".
2131
2132 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2133
2134 Pushed by Joel Brobecker <brobecker@adacore.com>.
2135 * Makefile.in (transform): New variable.
2136 (install-man1, install-man5): Apply $(transform) to man file names.
2137
2138 2014-07-26 Doug Evans <xdje42@gmail.com>
2139
2140 PR guile/17177
2141 * guile.texi (Guile Pretty Printing API): Fix typo.
2142 Document set-pretty-printers!, pretty-printers.
2143 (Selecting Guile Pretty-Printers): Update.
2144 Mention program-space based pretty-printers.
2145
2146 2014-07-25 Pedro Alves <palves@redhat.com>
2147 Eli Zaretskii <eliz@gnu.org>
2148
2149 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2150 with multi-threaded programs.
2151
2152 2014-06-27 Yao Qi <yao@codesourcery.com>
2153
2154 * gdb.texinfo (Maintenance Commands): Update the output of
2155 'maint print dummy-frames' command.
2156
2157 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2158
2159 * gdb.texinfo (Screen Size): Improve indexing.
2160
2161 2014-06-19 Gary Benson <gbenson@redhat.com>
2162
2163 * gdb.texinfo (Maintenance Commands): Document new
2164 "maint set/show catch-demangler-crashes" option.
2165
2166 2014-06-19 Gary Benson <gbenson@redhat.com>
2167
2168 * gdb.texinfo (Maintenance Commands): Document new
2169 "maint demangler-warning" command and new
2170 "maint set/show demangler-warning" option.
2171
2172 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2173
2174 * python.texi (Xmethod API): Add space before the opening
2175 parenthesis in function descriptions.
2176
2177 2014-06-06 Doug Evans <xdje42@gmail.com>
2178
2179 * guile.texi (Guile Configuration): Document guile-data-directory.
2180
2181 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2182
2183 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2184
2185 2014-06-04 Doug Evans <xdje42@gmail.com>
2186
2187 * guile.texi (Breakpoints In Guile): Update.
2188
2189 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2190
2191 * python.texi (Xmethod API): Fix reference to "Progspaces In
2192 Python".
2193
2194 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2195
2196 * python.texi (Xmethods In Python, XMethod API)
2197 (Writing an Xmethod): New nodes.
2198 (Python API): New menu entries "Xmethods In Python",
2199 "Xmethod API", "Writing an Xmethod".
2200
2201 2014-06-02 Doug Evans <xdje42@gmail.com>
2202
2203 * guile.texi (Guile API): Add entry for Parameters In Guile.
2204 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2205 (Parameters In Guile): New node.
2206
2207 2014-06-02 Doug Evans <xdje42@gmail.com>
2208
2209 * guile.texi (Guile API): Add entry for Commands In Guile.
2210 (Basic Guile) <parse-and-eval>: Add reference.
2211 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2212 (GDB Scheme Data Types): Mention <gdb:command> object.
2213 (Commands In Guile): New node.
2214
2215 2014-06-02 Doug Evans <xdje42@gmail.com>
2216
2217 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2218 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2219 (Progspaces In Guile): New node.
2220
2221 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2222
2223 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2224 * python.texi (Frames In Python): Mention
2225 gdb.FRAME_UNWIND_MEMORY_ERROR.
2226
2227 2014-05-29 Pedro Alves <palves@redhat.com>
2228 Tom Tromey <tromey@redhat.com>
2229
2230 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2231 from example.
2232 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2233 Mention that target-async is now deprecated.
2234 (Maintenance Commands): Document maint set/show target-async.
2235
2236 2014-05-29 Pedro Alves <palves@redhat.com>
2237
2238 * observer.texi (sync_execution_done, command_error): New
2239 subjects.
2240
2241 2014-05-29 Pedro Alves <palves@redhat.com>
2242
2243 PR gdb/13860
2244 * observer.texi (signal_received, end_stepping_range)
2245 (signal_exited, exited, no_history): New observer subjects.
2246
2247 2014-05-26 Andy Wingo <wingo@igalia.com>
2248
2249 * guile.texi (GDB Scheme Data Types): Remove documentation for
2250 removed interfaces. Update spelling of gdb-object-kind.
2251
2252 2014-05-26 Andy Wingo <wingo@igalia.com>
2253
2254 * guile.texi (Basic Guile): Fix some typos.
2255
2256 2014-05-26 Andy Wingo <wingo@igalia.com>
2257
2258 * guile.texi (Writing a Guile Pretty-Printer)
2259 (Guile Types Module): Fix excess parentheses in use-modules forms.
2260
2261 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2262
2263 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2264 (Breakpoints In Guile, Guile Printing Module)
2265 (Guile Exception Handling, Values From Inferior In Guile)
2266 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2267 Don't use @var at the beginning of a sentence.
2268
2269 * gdb.texinfo (Frame Filter Management, Trace Files)
2270 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2271 (PowerPC Embedded, Define, Annotations for Running)
2272 (IPA Protocol Commands, Packets, General Query Packets)
2273 (Tracepoint Packets, Notification Packets, Environment)
2274 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2275 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2276 (Frames, Backtrace, Selection, Expressions, Registers)
2277 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2278 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2279 (Source Annotations, Using JIT Debug Info Readers, Packets)
2280 (Stop Reply Packets, Host I/O Packets)
2281 (Target Description Format): Don't use @var at the beginning of a
2282 sentence.
2283
2284 * python.texi (Basic Python, Types In Python)
2285 (Commands In Python, Frames In Python, Line Tables In Python)
2286 (Breakpoints In Python, gdb.printing, gdb.types)
2287 (Type Printing API): Don't use @var at the beginning of a
2288 sentence.
2289
2290 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2291
2292 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2293 replay-memory-access".
2294
2295 2014-05-21 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.texinfo (Starting): Document "set/show
2298 auto-connect-native-target".
2299 (Target Commands): Document "target native".
2300
2301 2014-05-20 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2304 not be remote specific. Add cross reference to the qCRC packet.
2305 (Separate Debug Files): Update cross reference to the qCRC packet.
2306 (General Query Packets) <qCRC packet>: Add anchor.
2307
2308 2014-05-17 Doug Evans <xdje42@gmail.com>
2309
2310 Copy over changes from guile.texi.
2311 * python.texi (Basic Python) <gdb.execute>: Add text.
2312 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2313 (Values From Inferior) <Python string>: Add text.
2314 (Values From Inferior) <Value.string>: Clarify string length handling.
2315 (Pretty Printing API): Add cindex.
2316 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2317 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2318 @vindex.
2319 (Commands In Python) <COMPLETE_*>: Similarly.
2320 (Symbols In Python) <SYMBOL_*>: Similarly.
2321 (Breakpoints In Python) <WP_*>: Similarly.
2322 (Breakpoints In Python) <BP_*>: Similarly.
2323
2324 2014-05-17 David Taylor <dtaylor@emc.com>
2325
2326 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2327 mentioned in the qfThreadInfo reply.
2328
2329 2014-05-16 Doug Evans <dje@google.com>
2330
2331 * gdb.texinfo (Mode Options): Add -D.
2332
2333 2014-05-09 Samuel Bronson <naesten@gmail.com>
2334
2335 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2336 "make -C".
2337
2338 2014-04-29 Tom Tromey <tromey@redhat.com>
2339
2340 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2341 "show debug varobj".
2342
2343 2014-05-01 David Taylor <dtaylor@emc.com>
2344
2345 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2346 option.
2347
2348 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2349 Walfred Tedeschi <walfred.tedeschi@intel.com>
2350
2351 * gdb.texinfo (i386 Features): Add description of AVX512
2352 registers.
2353
2354 2014-03-31 Doug Evans <dje@google.com>
2355
2356 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2357
2358 2014-03-30 Doug Evans <dje@google.com>
2359
2360 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2361 (Background Execution): Ditto.
2362
2363 2014-03-21 Pedro Alves <palves@redhat.com>
2364 Stan Shebs <stan@codesourcery.com>
2365 Hui Zhu <hui@codesourcery.com>
2366
2367 * gdb.texinfo (Packets): Add anchor to "? packet".
2368 Remove fixme and update introduction of "k packet".
2369 Add anchor to "vKill packet".
2370
2371 2014-03-12 Stan Shebs <stan@codesourcery.com>
2372
2373 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2374
2375 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2376
2377 * guile.texi (Basic Guile): Document 'history-append!'.
2378
2379 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2382 and "assf" as being deprecated.
2383 (Cygwin Native): Likewise for "dll-symbols".
2384 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2385 as a way to force the loading of symbols from a DLL.
2386
2387 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2388
2389 * python.texi (Values From Inferior): Add description about the
2390 new feature.
2391
2392 2014-02-17 Doug Evans <xdje42@gmail.com>
2393
2394 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2395 * gdb.texinfo (Python): Moved to ...
2396 * python.texi: ... here. New file.
2397
2398 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2399
2400 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2401 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2402 parameter to 'str-lookup-function' procedure. Look for
2403 the "std::string<" prefix.
2404 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2405 Adjust description.
2406
2407 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2408
2409 * guile.texi (Values From Inferior In Guile): Remove stray
2410 parantheses for deffn.
2411 (Disassembly In Guile): Ditto.
2412
2413 2014-02-10 Stan Shebs <stan@codesourcery.com>
2414
2415 Add Doxygen support.
2416 * Makefile.in (doxy): New action, generates Doxygen files.
2417 (DOXYGEN): New.
2418 (doxyedit): New.
2419 * Doxyfile-base.in: New file.
2420 * Doxyfile-gdb-api.in: New file.
2421 * Doxyfile-gdb-xref.in: New file.
2422 * Doxyfile-gdbserver.in: New file.
2423 * doxy-index.in: New file.
2424 * filter-for-doxygen: New file.
2425 * filter-params.pl: New file.
2426
2427 2014-02-10 Doug Evans <xdje42@gmail.com>
2428
2429 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2430 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2431 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2432 (Guile docs): Include guile.texi.
2433 (objfile-gdbdotext file): Add objfile-gdb.scm.
2434 (dotdebug_gdb_scripts section): Mention Guile scripts.
2435 (Multiple Extension Languages): New node.
2436 * guile.texi: New file.
2437
2438 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2439
2440 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2441 ignore-descriptive-types". commands.
2442
2443 2014-01-22 Doug Evans <dje@google.com>
2444
2445 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2446 (gdbserver man): Ditto.
2447
2448 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2449
2450 * gdb.texinfo: Document limited reverse/replay support
2451 for target record-btrace.
2452
2453 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2454
2455 * gdb.texinfo (Process Record and Replay): Update documentation.
2456
2457 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2458
2459 * gdb.texinfo (Process Record and Replay): Document new /c
2460 modifier accepted by "record function-call-history".
2461 Add /i modifier to "record function-call-history" example.
2462
2463 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2464 Joel Brobecker <brobecker@adacore.com>
2465
2466 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2467 markers. Remove one that was misplaced.
2468
2469 2014-01-10 Pedro Alves <palves@redhat.com>
2470
2471 * gdb.texinfo (Your Program's Environment) <set environment>:
2472 Mention the shell, and point at 'set exec-wrapper'.
2473
2474 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2475
2476 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2477
2478 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2479
2480 * gdb.texinfo (Types In Python): Clarify the documentation
2481 of attribute gdb.Field.bitpos.
2482
2483 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2484
2485 * gdb.texinfo (Types In Python): Fix the documentation of
2486 attribute "bitpos" in class gdb.Field for enum types. Add
2487 documentation for attribute "enumval" in that same class.
2488
2489 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2490
2491 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2492 @ftable.
2493
2494 2013-12-23 Doug Evans <xdje42@gmail.com>
2495
2496 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2497 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2498 corresponding section in Extending GDB.
2499 (Extending GDB): Move menu up. New menu item "Auto-loading
2500 extensions".
2501 (Sequences): New menu item "Auto-loading sequences".
2502 (Auto-loading sequences): New node.
2503 (Python): Rename section from Scripting GDB to Extending GDB.
2504 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2505 Move docs on ways to auto-load extensions to ...
2506 (Auto-loading extensions): ... here. New node.
2507
2508 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2509
2510 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2511 in menu.
2512 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2513 command, now in a new node.
2514 (GDB/MI Support Commands): New node, with its contents being
2515 extracted from the "GDB/MI Miscellaneous Commands" node.
2516 A small paragraph introducing the section is also added at
2517 the start.
2518 (GDB/MI Miscellaneous Commands): Delete the description of the
2519 -info-gdb-mi-command, -list-features and -list-target-features
2520 commands, now hosted in the "GDB/MI Support Commands" node.
2521
2522 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2523
2524 PR python/16113
2525 * gdb.texinfo (Values From Inferior): Add a note about using
2526 gdb.Field objects as subscripts on gdb.Value objects.
2527 (Types In Python): Add description about the new attribute
2528 "parent_type" of gdb.Field objects.
2529
2530 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2531
2532 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2533 entry for section docuumenting the -list-features GDB/MI command.
2534
2535 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2536
2537 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2538 "exec-run-start-option" entry in the output of the "-list-features"
2539 command.
2540
2541 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2542
2543 * gdb.texinfo (i386): Fix yesterday's commit.
2544
2545 2013-12-03 Tom Tromey <tromey@redhat.com>
2546
2547 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2548 documented here.
2549
2550 2013-12-03 Tom Tromey <tromey@redhat.com>
2551
2552 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2553
2554 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2555
2556 * gdb.texinfo (i386 Features): Add MPX feature registers.
2557 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2558 a subsubsection for MPX and describes the display of the
2559 boundary registers.
2560
2561 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2562
2563 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2564 documentation of the "ada-exceptions" entry.
2565
2566 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2567
2568 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2569 "^error" result record concerning the error message. Document
2570 the error code that may also be part of that result record.
2571 (GDB/MI Miscellaneous Commands): Document the
2572 "undefined-command-error-code" element in the output of
2573 the "-list-features" GDB/MI command.
2574
2575 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2576
2577 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2578 the new -info-gdb-mi-command GDB/MI command. Document
2579 the meaning of "-info-gdb-mi-command" in the output of
2580 -list-features.
2581
2582 2013-11-29 Pedro Alves <palves@redhat.com>
2583
2584 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2585 Update comment.
2586
2587 2013-11-24 Yao Qi <yao@codesourcery.com>
2588
2589 * gdb.texinfo (Caching Remote Data): Document new
2590 "set/show stack-cache" option.
2591
2592 2013-11-24 Yao Qi <yao@codesourcery.com>
2593
2594 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2595 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2596 "off" respectively.
2597
2598 2013-11-23 Yao Qi <yao@codesourcery.com>
2599
2600 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2601 of "displayhint" to the table about child results.
2602
2603 2013-11-21 Yao Qi <yao@codesourcery.com>
2604
2605 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2606 'dynamic' for the output of command -var-list-children.
2607
2608 2013-11-21 Yao Qi <yao@codesourcery.com>
2609
2610 * gdb.texinfo (Caching Target Data): Remove "see" before
2611 @pxref.
2612
2613 2013-11-20 Yao Qi <yao@codesourcery.com>
2614
2615 * gdb.texinfo (Caching Target Data): Update doc for
2616 per-address-space dcache.
2617
2618 2013-11-20 Yao Qi <yao@codesourcery.com>
2619
2620 * gdb.texinfo (Data): Rename menu item.
2621 (Caching Remote Data): Rename to ...
2622 (Caching Target Data): ... it. Update.
2623
2624 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2625
2626 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2627 "language-option" entry in the output of the "-list-features"
2628 command.
2629
2630 2013-11-15 Tom Tromey <tromey@redhat.com>
2631
2632 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2633 Add example.
2634
2635 2013-11-14 Tom Tromey <tromey@redhat.com>
2636
2637 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2638
2639 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2640
2641 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2642 (Context management): Place current subsection text into its own
2643 subsubsection. Add new subsubsection describing the "--language"
2644 command option.
2645
2646 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2647
2648 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2649 the documentation of "info-ada-exceptions" in the output
2650 of the "-list-features" command. Add the documentation
2651 of the "ada-exception" entry instead.
2652
2653 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2654
2655
2656 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2657 word of a couple of sentences to start with a capital letter.
2658
2659 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2660
2661 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2662 (Ada Exceptions): New node.
2663 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2664 Commands" node.
2665 (GDB/MI Ada Exceptions Commands): New node.
2666 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2667 field in the output of the "-list-features" command.
2668 * NEWS: Add entry for the new "info exceptions" CLI command,
2669 and for the new "-info-ada-exceptions" GDB/MI command.
2670
2671 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2672
2673 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2674 (Line Tables In Python): New node.
2675
2676 2013-11-08 Doug Evans <dje@google.com>
2677
2678 * gdb.texinfo (Debugging Output): Update text for
2679 "set debug dwarf2-read".
2680
2681 2013-11-08 Doug Evans <dje@google.com>
2682
2683 * gdb.texinfo (Debugging Output): Update text for
2684 "set debug symtab-create".
2685
2686 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2687
2688 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2689 constant.
2690
2691 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2692
2693 * gdb.texinfo (Breakpoints In Python): Document temporary
2694 option in breakpoint constructor, and add documentation to the
2695 temporary attribute.
2696
2697 2013-11-07 Yao Qi <yao@codesourcery.com>
2698
2699 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2700 output of "-var-info-expression".
2701
2702 2013-11-06 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2705 non-interactive mode.
2706 (Environment) <shell startup files warning>: Mention
2707 non-interactive mode. Mention .zshenv for Z shell, and talk about
2708 BASH_ENV instead of .bashrc for BASH.
2709
2710 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2711
2712 * gdb.texinfo (Commands to Specify Files): Add description
2713 of the remove-symbol-file command.
2714 * observer.texi: New free_objfile event
2715
2716 2013-10-24 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2719
2720 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2721
2722 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2723 New subsection inside which the "-catch-load" and "-catch-unload"
2724 commands documentation is now placed.
2725 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2726 documenting the "-catch-assert" and "-catch-exception" new
2727 GDB/MI commands.
2728
2729 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2730
2731 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2732
2733 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2734
2735 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2736 serial baud".
2737 (Remote Configuration): Replace "set remotebaud" by "set serial
2738 baud". Replace "show remotebaud" by "show serial baud".
2739
2740 2013-10-07 Pedro Alves <palves@redhat.com>
2741
2742 PR breakpoints/11568
2743 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2744 when the thread is removed from the thread list.
2745
2746 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2747
2748 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2749 Update entry for $_exitcode.
2750
2751 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2752
2753 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2754 new "--start" option.
2755
2756 2013-10-02 Pedro Alves <palves@redhat.com>
2757
2758 * gdb.texinfo (Registers): Expand description of saved registers
2759 in frames. Explain <not saved>.
2760
2761 2013-09-25 Doug Evans <dje@google.com>
2762
2763 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2764
2765 2013-09-16 Stan Shebs <stan@codesourcery.com>
2766
2767 Remove the internals manual gdbint.texinfo.
2768 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2769 (PDFFILES): Remove gdbint.pdf.
2770 (HTMLFILES): Remove gdbint/index.html.
2771 (HTMLFILES_INSTALL): Remove gdbint.
2772 (GDBINT_DOC_FILES): Remove.
2773 (dvi): Remove gdbint.dvi.
2774 (ps): Remove gdbint.ps.
2775 * gdbint.texinfo: Remove file.
2776 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2777
2778 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2779
2780 * gdb.texinfo (Convenience Functions): Mention new convenience
2781 function $_isvoid.
2782
2783 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2784
2785 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2786 (Standard Target Features): Add new node to menu.
2787 (S/390 and System z Features): New node.
2788
2789 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2790
2791 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2792 -list-target-features in the example.
2793
2794 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2797 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2798
2799 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 Sync documentation with gdb.base/gnu-debugdata.exp.
2802 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2803
2804 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2805
2806 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2807
2808 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2809 Yao Qi <yao@codesourcery.com>
2810
2811 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2812 Document new --skip-unavailable option.
2813 <-stack-list-variables>: Document new --skip-unavailable option.
2814
2815 2013-08-26 Doug Evans <dje@google.com>
2816
2817 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2818 an optional regexp.
2819
2820 2013-08-13 Tom Tromey <tromey@redhat.com>
2821
2822 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2823 Document GDB_PARALLEL and GDB_INOTIFY.
2824
2825 2013-08-09 Stan Shebs <stan@codesourcery.com>
2826
2827 * LRS: Remove file, describes a long-abandoned live-range
2828 splitting extension to stabs.
2829
2830 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2831
2832 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2833
2834 2013-07-17 Doug Evans <dje@google.com>
2835
2836 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2837
2838 2013-07-02 Tom Tromey <tromey@redhat.com>
2839
2840 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2841
2842 2013-06-28 Tom Tromey <tromey@redhat.com>
2843
2844 * Makefile.in (version.subst): Use version.in, not
2845 common/version.in.
2846 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2847 Likewise.
2848
2849 2013-06-27 Pedro Alves <palves@redhat.com>
2850
2851 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2852 dynamic symbol resolution code>: New section, based on infrun.c
2853 comment.
2854
2855 2013-06-26 Tom Tromey <tromey@redhat.com>
2856
2857 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2858 Update.
2859 (Releasing GDB): Likewise.
2860
2861 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2862 Yao Qi <yao@codesourcery.com>
2863
2864 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2865 -trace-frame-collected.
2866
2867 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2868
2869 * gdb.texinfo (Traceframe Info Format): Document tvar element
2870 and its attributes.
2871
2872 2013-06-25 Yao Qi <yao@codesourcery.com>
2873
2874 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2875
2876 2013-06-24 Tom Tromey <tromey@redhat.com>
2877
2878 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2879 (GDBvn.texi): Use version.subst.
2880 (version.subst): New target.
2881 (mostlyclean): Remove version.subst.
2882
2883 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2884
2885 * gdb.texinfo (GDB/MI Data Manipulation)
2886 <-data-list-register-values>: Document the --skip-unavailable
2887 option.
2888
2889 2013-06-07 Yao Qi <yao@codesourcery.com>
2890
2891 * gdb.texinfo (Symbols): Add kindex and cindex for
2892 'maint print msymbols'.
2893
2894 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2895
2896 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2897 response field name (thread-group to inferior).
2898
2899 2013-06-04 Gary Benson <gbenson@redhat.com>
2900
2901 * gdb.texinfo (General Query Packets/qSupported): Added
2902 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2903 to the table of currently defined stub features.
2904 Added a more detailed entry for "augmented-libraries-svr4-read".
2905 (General Query Packets/qXfer:libraries-svr4:read): Documented
2906 the augmented form of this packet.
2907
2908 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2909
2910 * gdb.texinfo (System-wide Configuration Scripts): Renames
2911 "Installed System-wide Configuration Scripts". Add associated
2912 @menu block.
2913
2914 2013-05-23 Yao Qi <yao@codesourcery.com>
2915 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.texinfo (Packets): Document 'vCont;r'.
2918 (Continuing and Stepping): Document target-assisted range
2919 stepping, and the 'set range-stepping' and 'show range-stepping'
2920 commands.
2921
2922 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2923
2924 * gdb.texinfo (Installed System-wide Configuration Scripts):
2925 Add subsection describing the scripts now available under
2926 the data-dir's system-gdbbinit subdirectory.
2927 * NEWS: Add entry announcing the availability of system-wide
2928 configuration scripts for ElinOS and Wind River Linux.
2929
2930 2013-05-21 Hui Zhu <hui@codesourcery.com>
2931
2932 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2933 "-dprintf-insert" command.
2934
2935 2013-05-17 Doug Evans <dje@google.com>
2936
2937 * gdb.texinfo (Maintenance Commands): Update doc for
2938 "maint check-psymtabs". Add doc for "maint check-symtabs",
2939 "maint expand-symtabs".
2940
2941 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2942
2943 * gdb.texinfo (Process Record and Replay): Document the
2944 "record goto" command and its sub-commands.
2945
2946 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2947
2948 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2949 (Python API): Add Frame Filters API, Frame Wrapper API,
2950 Writing a Frame Filter/Wrapper, Managing Management of Frame
2951 Filters chapter entries.
2952 (Frame Filters API): New Node.
2953 (Frame Wrapper API): New Node.
2954 (Writing a Frame Filter): New Node.
2955 (Managing Frame Filters): New Node.
2956 (Progspaces In Python): Add note about frame_filters attribute.
2957 (Objfiles in Python): Ditto.
2958 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2959 @anchors and --no-frame-filters option to -stack-list-variables,
2960 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2961 commands.
2962
2963 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2964
2965 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2966 Support" subsection documenting the XML format used to transfer
2967 shared library info on AIX.
2968
2969 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2970
2971 * gdb.texinfo (Debugging Output): Add documentation of
2972 "set debug aix-solib" and "show debug aix-solib" commands.
2973
2974 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2975
2976 * gdb.texinfo (Nios II): New section.
2977 (Nios II Features): New section.
2978
2979 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2980
2981 * gdbint.texinfo (Algorithms): Remove entries documenting
2982 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2983 SOLIB_CREATE_INFERIOR_HOOK.
2984
2985 2013-04-29 Tom Tromey <tromey@redhat.com>
2986
2987 PR python/14204:
2988 * gdb.texinfo (Python API): Fix menu entry.
2989 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2990 Define global and static block. Add example. Clarify
2991 block relationship for inline functions.
2992
2993 2013-04-29 Tom Tromey <tromey@redhat.com>
2994
2995 * gdb.texinfo (Python API): Mention Python help and keyword
2996 arguments. Move pagination text to Basic Python.
2997 (Basic Python): Put pagination text here. Document
2998 close-on-exec, SIGCHLD, and SIGINT.
2999
3000 2013-04-19 Pedro Alves <palves@redhat.com>
3001
3002 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3003 "signedness" instead of "signness".
3004
3005 2013-04-19 Pedro Alves <palves@redhat.com>
3006
3007 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3008 -Wno-pointer-sign text with text on -Wpointer-sign.
3009
3010 2013-04-16 Tom Tromey <tromey@redhat.com>
3011
3012 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3013 GCC that has the SDT probe points.
3014
3015 2013-04-15 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3018 exception catchpoints.
3019
3020 2013-04-15 Tom Tromey <tromey@redhat.com>
3021
3022 * gdb.texinfo (Set Catchpoints): Document $_exception.
3023 (Convenience Vars): Mention $_exception.
3024
3025 2013-04-15 Tom Tromey <tromey@redhat.com>
3026
3027 * gdb.texinfo (Set Catchpoints): Reorganize exception
3028 catchpoints. Document "catch rethrow".
3029 (Debugging C Plus Plus): Mention "catch rethrow".
3030
3031 2013-04-15 Tom Tromey <tromey@redhat.com>
3032
3033 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3034
3035 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3036 Eli Zaretskii <eliz@gnu.org>
3037
3038 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3039 line below the sample output.
3040
3041 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3042
3043 * gdb.texinfo (Mode Options): Document '-configuration'.
3044 (Help): Document "show configuration".
3045 (Bug Reporting): Add requirements to include the configuration
3046 details in bug reports.
3047
3048 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3049
3050 * Makefile.in (MAN1S): Add gcore.1.
3051 Remove "Host, target, and site specific Makefile fragments" comment.
3052 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3053 (install-man1, uninstall-man1): Conditionalize gcore.1.
3054 (gcore.1): New.
3055 * gdb.texinfo (Man Pages): Add gcore man.
3056 (gcore man): New node.
3057
3058 2013-04-10 Pedro Alves <palves@redhat.com>
3059
3060 * gdb.texinfo (Process Record and Replay): Document that "set
3061 record full insn-number-max", "set record
3062 instruction-history-size" and "set record
3063 function-call-history-size" accept "unlimited".
3064 (Backtrace): Document that "set backtrace limit" accepts
3065 "unlimited".
3066 (List): Document that "set listsize" accepts "unlimited".
3067 (Print Settings)" Document that "set print max-symbolic-offset",
3068 "set print elements" and "set print repeats" accept "unlimited".
3069 (Starting and Stopping Trace Experiments): Document that "set
3070 trace-buffer-size" accepts "unlimited".
3071 (Remote Configuration): Document that "set tcp connect-timeout"
3072 accepts "unlimited".
3073 (Command History): Document that "set history size" accepts
3074 "unlimited".
3075 (Screen Size): Document that "set height" and "set width" accepts
3076 "unlimited". Adjust "set pagination"'s description to suggest
3077 "set height unlimited" instead of "set height 0".
3078
3079 2013-04-10 Yao Qi <yao@codesourcery.com>
3080
3081 * gdb.texinfo (Trace Files): Add "target ctf".
3082
3083 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3086
3087 * Makefile.in (install-man1, install-man5, uninstall-man1)
3088 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3089
3090 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3091
3092 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3093 Eli Zaretskii <eliz@gnu.org>
3094
3095 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3096 parameters order. Remove "On some targets" for --attach. Document the
3097 --multi parameter and extended-remote command. Document all the
3098 options.
3099
3100 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3101
3102 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3103 the list of supported languages.
3104
3105 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3108 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3109 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3110 (diststuff): Add man.
3111 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3112 (uninstall-man5): New.
3113 (STAGESTUFF): Add *.1 and *.5.
3114 (GDBvn.texi): Add SYSTEM_GDBINIT.
3115 (gdb.1, gdbserver.1, gdbinit.5): New.
3116 (maintainer-clean realclean): Add $(MANS).
3117 (install): Add install-man.
3118 (uninstall): Add uninstall-man.
3119 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3120 (@copying): Wrap it by @c man begin COPYRIGHT.
3121 (Top): Add Man Pages.
3122 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3123
3124 2013-04-02 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.texinfo (Debugging Output): Document "set/show debug
3127 aarch64", "set/show debug coff-pe-read" and "set/show debug
3128 mach-o".
3129
3130 2013-04-02 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3133 table>: Add entry for "trace-buffer-size".
3134
3135 2013-03-28 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3138 table>: Add entry for "trace-status".
3139
3140 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3141
3142 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3143 @bullet", which is invalid (makeinfo 5.1 barfs).
3144
3145 2013-03-28 Pedro Alves <palves@redhat.com>
3146
3147 PR gdb/15294
3148
3149 * gdb.texinfo (List) <set listsize>: Adjust to document that
3150 listsize 0 means no limit, and remove mention of -1.
3151
3152 2013-03-22 Yao Qi <yao@codesourcery.com>
3153
3154 * gdb.texinfo (Embedded Processors): Remove menu item
3155 "OpenRISC 1000".
3156 (OpenRISC 1000): Remove.
3157
3158 2013-03-21 Doug Evans <dje@google.com>
3159
3160 * gdb.texinfo (Maintenance Commands): Add docs for
3161 "mt set per-command {space,time,symtab} {on,off}".
3162
3163 2013-03-14 Hui Zhu <hui@codesourcery.com>
3164 Yao Qi <yao@codesourcery.com>
3165
3166 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3167
3168 2013-03-13 Keith Seitz <keiths@redhat.com>
3169
3170 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3171 "maint agent" reference to Dynamic printf.
3172
3173 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3174
3175 * gdb.texinfo (General Query Packets): Don't use colon in index
3176 entries visible to Info format.
3177
3178 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3179
3180 * gdb.texinfo (Process Record and Replay): Document record
3181 changes.
3182
3183 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3184
3185 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3186 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3187 qXfer:btrace:read.
3188
3189 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3190
3191 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3192 use colons in @anchor and @cindex entries.
3193
3194 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3195
3196 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3197
3198 2013-03-08 Stan Shebs <stan@codesourcery.com>
3199 Hafiz Abid Qadeer <abidh@codesourcery.com>
3200
3201 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3202 trace-buffer-size set and show commands.
3203 (Tracepoint Packets): Document QTBuffer:size.
3204 (General Query Packets): Document QTBuffer:size.
3205
3206 2013-02-21 Tom Tromey <tromey@redhat.com>
3207
3208 * gdb.texinfo: Remove bad @syncodeindex.
3209 (Values From Inferior, Types In Python, Inferiors In Python)
3210 (Events In Python, Threads In Python, Frames In Python, Blocks In
3211 Python, Symbols In Python, Symbol Tables In Python): Remove
3212 @tables.
3213 (Packets, General Query Packets, Tracepoint Packets)
3214 (Host I/O Packets): Use @w{} for empty @item.
3215
3216 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3217
3218 * gdb.texinfo (Architectures In Python): Add description about
3219 the new method gdb.Architecture.disassemble.
3220
3221 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3222 Hafiz Abid Qadeer <abidh@codesourcery.com>
3223
3224 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3225 Document the "trace-file" field.
3226
3227 2013-02-07 Doug Evans <dje@google.com>
3228
3229 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3230 command.
3231
3232 2013-02-06 Yao Qi <yao@codesourcery.com>
3233
3234 * gdb.texinfo (GDB/MI Async Records): Document new MI
3235 notification "=tsv-modified". Update the document of MI
3236 notification "=tsv-created".
3237 * observer.texi (GDB Observers): New observer tsv_modified.
3238 Update observer tsv_created and tsv_delete.
3239
3240 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3241
3242 * gdb.texinfo (AArch64 Features): New section; document
3243 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3244 (Architectures): Add new AArch64 section to document AArch64
3245 architecture specific commands.
3246 (ABI): Add description of the new OS ABI "Newlib" and its influence
3247 on the longjmp handling.
3248
3249 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3250 Jan Kratochvil <jan.kratochvil@redhat.com>
3251
3252 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3253 variable in 'set/show backtrace' section.
3254
3255 2013-01-31 Tom Tromey <tromey@redhat.com>
3256
3257 * gdb.texinfo (Target Commands): Fix typo.
3258
3259 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3260
3261 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3262 describing the gdb.Architecture class.
3263 (Frames In Python): Add description about the new method
3264 gdb.Frame.architecture().
3265
3266 2013-01-23 Doug Evans <dje@google.com>
3267
3268 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3269
3270 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3271
3272 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3273 'thread-groups' field when printing a breakpoint in MI.
3274
3275 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3276 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3277 to reflect that jit-reader-load now supports absolute file-names.
3278
3279 2013-01-16 Tom Tromey <tromey@redhat.com>
3280
3281 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3282 (Signals): Likewise.
3283
3284 2013-01-16 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3287 "catch-type" field.
3288 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3289
3290 2013-01-07 Tom Tromey <tromey@redhat.com>
3291
3292 * gdb.texinfo (Mode Options): Don't mention -epoch.
3293 (Data, Emacs): Remove obsolete comments.
3294
3295 2013-01-02 Tom Tromey <tromey@redhat.com>
3296
3297 * gdb.texinfo (GDB/MI Output Records): Update menu.
3298 (GDB/MI Breakpoint Information): New node.
3299 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3300 <-break-insert>: Likewise.
3301
3302 2012-12-31 Yao Qi <yao@codesourcery.com>
3303
3304 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3305 (Packets): Move "vStopped" packet to ...
3306 (Notification Packets): ... here. Describe the components
3307 of notification. Add a table of supported notifications.
3308 Add an example on the process of he async notification.
3309
3310 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3311
3312 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3313 present.
3314 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3315 fullname output always present.
3316
3317 2012-12-23 Pierre Muller <muller@sourceware.org>
3318
3319 * gdbint.texinfo (Function prototypes): Require use of "extern"
3320 modifier for function prototypes in headers.
3321
3322 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3323
3324 * refcard.tex: Update copyright notice to GPL v3 or later.
3325 Update contact info.
3326
3327 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3328
3329 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3330
3331 2012-12-15 Yao Qi <yao@codesourcery.com>
3332
3333 * gdb.texinfo (Debugging Output): Document 'set debug
3334 notification' and 'show debug notification'.
3335
3336 2012-12-15 Yao Qi <yao@codesourcery.com>
3337
3338 * gdb.texinfo (Listing Tracepoints): New item and example about
3339 'installed on target' output.
3340 Add more in the example about 'installed on target'.
3341 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3342
3343 2012-12-14 Tom Tromey <tromey@redhat.com>
3344
3345 * gdb.texinfo (SVR4 Process Information): Mention core files.
3346
3347 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3348
3349 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3350
3351 2012-12-11 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.texinfo: Remove all mentions of Unixware throughout.
3354
3355 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3356
3357 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3358
3359 2012-11-29 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.texinfo (SVR4 Process Information): Document missing
3362 "info proc" subcommands.
3363
3364 2012-11-29 Yao Qi <yao@codesourcery.com>
3365
3366 PR gdb/1477.
3367 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3368 to 'auto' instead of 'gnu'.
3369
3370 2012-11-26 Tom Tromey <tromey@redhat.com>
3371
3372 * gdb.texinfo (MiniDebugInfo): New node.
3373 (GDB Files): Update.
3374
3375 2012-11-16 Doug Evans <dje@google.com>
3376
3377 * gdb.texinfo (System-wide configuration): If the system-wide init
3378 file lives in the data-directory, and --data-directory is provided,
3379 look for it there.
3380
3381 2012-11-15 Tom Tromey <tromey@redhat.com>
3382
3383 * gdb.texinfo (Signaling): Fix typo.
3384
3385 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3386
3387 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3388 parameter "count" of -data-write-memory-bytes, and add an example.
3389
3390 2012-11-12 Tom Tromey <tromey@redhat.com>
3391
3392 * gdb.texinfo (Symbols): Document "info type-printers",
3393 "enable type-printer" and "disable type-printer".
3394 (Python API): Add new node to menu.
3395 (Type Printing API): New node.
3396 (Progspaces In Python): Document type_printers field.
3397 (Objfiles In Python): Likewise.
3398 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3399 register_type_printer, TypePrinter>: Document.
3400
3401 2012-11-12 Tom Tromey <tromey@redhat.com>
3402
3403 * gdb.texinfo (Symbols): Document "set print type methods",
3404 "set print type typedefs", and flags to ptype and whatis.
3405
3406 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3407
3408 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3409 the example -data-disassemble output. Extend the description of
3410 the -data-disassemble results to document all fields. Document
3411 the cli disassemble command as being related to -data-disassemble.
3412
3413 2012-11-09 Yao Qi <yao@codesourcery.com>
3414
3415 PR gdb/14777.
3416 * gdb.texinfo (OS Information): Remove doc on command
3417 'info udot'.
3418
3419 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3420
3421 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3422 gdb.ini warning for Windows port.
3423
3424 2012-11-08 Yao Qi <yao@codesourcery.com>
3425
3426 * gdb.texinfo (Search): Add kindex for 'fo'.
3427
3428 2012-11-05 Tom Tromey <tromey@redhat.com>
3429
3430 PR python/14802:
3431 * gdb.texinfo (Functions In Python): Add example.
3432
3433 2012-11-03 Yao Qi <yao@codesourcery.com>
3434
3435 * observer.texi (GDB Observers): Remove observer
3436 'tracepoint_modified', 'tracepoint_created' and
3437 'tracepoint_deleted'.
3438
3439 2012-10-26 Tom Tromey <tromey@redhat.com>
3440
3441 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3442
3443 2012-10-25 Tom Tromey <tromey@redhat.com>
3444
3445 * gdb.texinfo (General Query Packets): Use @itemx.
3446
3447 2012-10-17 Yao Qi <yao@codesourcery.com>
3448
3449 * observer.texi (GDB Observers): Update observer
3450 'memory_changed'.
3451 * gdb.texinfo (GDB/MI Async Records): Document for
3452 "memory-changed" notification.
3453
3454 2012-10-15 Doug Evans <dje@google.com>
3455
3456 * gdb.texinfo (Mode Options): Document -nh.
3457 Elaborate on docs for -nx.
3458
3459 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3460
3461 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3462
3463 2012-09-21 Yao Qi <yao@codesourcery.com>
3464 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.texinfo (GDB/MI Async Records): Document notification
3467 'record-started' and 'record-stopped'.
3468 * observer.texi (GDB Observers): New observer 'record-changed'.
3469
3470 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3471
3472 * gdb.texinfo: Document the removal of SH's 'regs' command.
3473
3474 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3475
3476 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3477
3478 2012-09-18 Yao Qi <yao@codesourcery.com>
3479
3480 * gdb.texinfo (GDB/MI Async Records): Document new MI
3481 notifications '=tsv-created' and '=tsv-deleted'.
3482 * observer.texi (GDB Observers): New observer tsv_created and
3483 tsv_deleted.
3484
3485 2012-09-18 Yao Qi <yao@codesourcery.com>
3486
3487 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3488 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3489 '=traceframe-changed'.
3490
3491 2012-09-17 Yao Qi <yao@codesourcery.com>
3492
3493 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3494 'set listsize'.
3495
3496 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3497 Eli Zaretskii <eliz@gnu.org>
3498
3499 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3500 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3501 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3502
3503 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3504
3505 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3506
3507 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3508
3509 Document how to return from "python-interactive" to GDB.
3510 * gdb.texinfo (Python Commands): Update documentation.
3511
3512 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3513
3514 Add a new "python-interactive" command that starts a standard
3515 Python interactive prompt with "pi" as alias, and add "py" as
3516 an alias to "python".
3517 * gdb.texinfo (Python Commands): Document the new commands.
3518
3519 2012-08-22 Tom Tromey <tromey@redhat.com>
3520
3521 * gdbint.texinfo (Host Definition): Remove documentation for
3522 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3523
3524 2012-08-17 Keith Seitz <keiths@redhat.com>
3525
3526 PR c++/13356
3527 * gdb.texinfo (Type and Range Checking): Remove warning.
3528 Remove spurious commas.
3529 Update text and examples for re-implementation of set/show
3530 check type.
3531 (C and C++ Type and Range Checks): Likewise.
3532
3533 2012-08-16 Yao Qi <yao@codesourcery.com>
3534
3535 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3536 is deprecated.
3537
3538 2012-08-13 Doug Evans <dje@google.com>
3539
3540 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3541 to include functions.
3542
3543 2012-08-10 Doug Evans <dje@google.com>
3544
3545 * gdb.texinfo (Convenience Funs): New node.
3546 (Types In Python): Document Type.vector.
3547
3548 2012-08-09 Yao Qi <yao@codesourcery.com>
3549
3550 * observer.texi: New observer command_param_changed.
3551 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3552
3553 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 * gdbint.texinfo (Debugging GDB): In section
3556 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3557 Mention also gdb-gdb.py.
3558
3559 2012-08-07 Yao Qi <yao@codesourcery.com>
3560
3561 Revert the folloing patch:
3562 2012-08-06 Yao Qi <yao@codesourcery.com>
3563 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3564 remote hardware-watchpoint-limit' and 'set
3565 remote hardware-breakpoint-limit'.
3566
3567 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3568
3569 * gdb.texinfo (Working Directory): Added information about new
3570 default argument for 'cd' command.
3571
3572 2012-08-06 Yao Qi <yao@codesourcery.com>
3573
3574 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3575 remote hardware-watchpoint-limit' and 'set
3576 remote hardware-breakpoint-limit'.
3577
3578 2012-08-06 Yao Qi <yao@codesourcery.com>
3579
3580 Fix PR14371.
3581
3582 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3583 '=breakpoint-deleted'.
3584
3585 2012-08-02 Yao Qi <yao@codesourcery.com>
3586
3587 * gdb.texinfo (Native): Remove node Neutrino.
3588
3589 2012-07-27 Yao Qi <yao@codesourcery.com>
3590
3591 * gdb.texinfo (IPA Protocol Commands): Document new command
3592 'close'.
3593
3594 2012-07-25 Tom Tromey <tromey@redhat.com>
3595
3596 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3597
3598 2012-07-20 Doug Evans <dje@google.com>
3599
3600 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3601 (Index Files): Document how to control the use of deprecated index
3602 sections.
3603 (Index Section Format): Replace --use-deprecated-index-sections with
3604 "set use-deprecated-index-sections on".
3605
3606 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3607
3608 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3609 indices into a single node "Index". Instead, join function and
3610 variable indices into a single index, separate from the concept
3611 index. Requested in
3612 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3613 (Top): Update the top-level menu: instead of one "Index" there are
3614 now separate entries "Concept Index" and "Function and Variable
3615 Index".
3616 (Concept Index, Function and Variable Index): New nodes.
3617 (Index): Node deleted.
3618
3619 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3620
3621 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3622 and "maint agent-eval".
3623
3624 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3625
3626 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3627 avoid file-name clashes between Index.html and index.html on
3628 case-insensitive filesystems. See the discussion starting in
3629 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3630 details of the problem.
3631 (Top): Update the master menu for the above.
3632 (Concept Index, Command and Variable Index): New nodes, instead of
3633 the old "Index" node that was deleted. All cross-references
3634 updated.
3635
3636 2012-07-02 Stan Shebs <stan@codesourcery.com>
3637
3638 * gdb.texinfo (Dynamic Printf): Mention agent style and
3639 disconnected dprintf.
3640 (Maintenance Commands): Describe maint agent-printf.
3641 (General Query Packets): Mention BreakpointCommands feature.
3642 (Packets): Document commands extension to Z0 packet.
3643 * agentexpr.texi (Bytecode Descriptions): Document printf
3644 bytecode.
3645
3646 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3647
3648 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3649 only after gdbinit files.
3650 (Startup): Move -iex and -iex commands down after gdbinit files.
3651
3652 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3655 possibility.
3656
3657 2012-06-29 Tom Tromey <tromey@redhat.com>
3658
3659 * gdb.texinfo (Index Section Format): Update for version 7.
3660
3661 2012-06-28 Stan Shebs <stan@codesourcery.com>
3662
3663 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3664 example, add note about title column.
3665
3666 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3667
3668 * gdb.texinfo (Symbol Tables In Python): Add description about
3669 the new 'last' attribute of gdb.Symtab_and line.
3670
3671 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3672
3673 * gdb.texinfo (Symbol Tables In Python): Correct the description
3674 of the 'pc' attribute of gdb.Symtab_and_line.
3675
3676 2012-06-26 Doug Evans <dje@google.com>
3677
3678 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3679 and symtab-create.
3680
3681 2012-06-25 Keith Seitz <keiths@redhat.com>
3682
3683 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3684 from example. Remove "rbreak" from list of corresponding
3685 gdb commands.
3686
3687 2012-06-23 Doug Evans <dje@google.com>
3688
3689 * gdb.texinfo (Index Section Format): Document version 7 format.
3690
3691 2012-06-22 Yao Qi <yao@codesourcery.com>
3692
3693 * gdb.texinfo: Add missing cindex for some packets.
3694
3695 2012-06-20 Keith Seitz <keiths@redhat.com>
3696
3697 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3698 for -break-insert and document -p.
3699
3700 2012-06-20 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3703 and "gdb.write_memory" with "Inferior.read_memory" and
3704 "Inferior.write_memory".
3705
3706 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3707
3708 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3709 (Free Documentation): Add @node line.
3710 (Continuing and Stepping) <advance location>: Use @item instead of
3711 @itemx.
3712 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3713 @itemx.
3714 (Embedded Processors): Put the link to "PA" to its correct place,
3715 according to document structure.
3716 (Python API): Put the link to "Lazy Strings In Python" to its
3717 correct place.
3718 (Index): Use @@ in @tex block to get a literal @.
3719
3720 * gdbint.texinfo: Fix the @subtitle line.
3721
3722 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3723 correct place.
3724
3725 2012-06-08 Yao Qi <yao@codesourcery.com>
3726
3727 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3728 Protocol'.
3729 (In-Process Agent Protocol, IPA Protocol Objects)
3730 (IPA Protocol Commands): New nodes.
3731 (Tracepoint Packets): Add anchors.
3732
3733 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3734
3735 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3736
3737 2012-06-06 Yao Qi <yao@codesourcery.com>
3738
3739 * gdb.texinfo: Update copyright year.
3740
3741 2012-05-23 Stan Shebs <stan@codesourcery.com>
3742 Kwok Cheung Yeung <kcy@codesourcery.com>
3743
3744 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3745
3746 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3749 Mention also --with-separate-debug-dir.
3750 (Auto-loading): Prepend $debugdir in the sample output.
3751 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3752 auto-load safe-path variable.
3753 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3754 Mention also $debugdir for 'set auto-load scripts-directory'.
3755
3756 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3757
3758 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3759 (MIPS Embedded, MIPS, MIPS Register packet Format)
3760 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3761 appropriate.
3762
3763 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3764 Maciej W. Rozycki <macro@codesourcery.com>
3765
3766 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3767 mips compression".
3768 (MIPS Breakpoint Kinds): New subsubsection.
3769
3770 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3771
3772 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3773 nodes for subsections. Add @acronym mark-ups and adjust
3774 formatting.
3775
3776 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3777
3778 Rename $ddir to $datadir.
3779 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3780 (objfile-gdb.py file): Rename $ddir to $datadir.
3781
3782 2012-05-18 Tom Tromey <tromey@redhat.com>
3783
3784 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3785
3786 2012-05-14 Stan Shebs <stan@codesourcery.com>
3787
3788 * gdb.texinfo (Dynamic Printf): New subsection.
3789
3790 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3791
3792 * gdb.texinfo (Basic Python): Add description about the function
3793 gdb.find_pc_line
3794
3795 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3796 Eli Zaretskii <eliz@gnu.org>
3797
3798 * gdb.texinfo (Separate Debug Files): Use plural form for global
3799 debugging information directory.
3800
3801 2012-05-11 Stan Shebs <stan@codesourcery.com>
3802 Kwok Cheung Yeung <kcy@codesourcery.com>
3803
3804 * gdb.texinfo (Operating System Auxiliary Information): Document new
3805 'info os' subcommands.
3806
3807 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3810 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3811 (dotdebug_gdb_scripts section): Add reference
3812 to 'Auto-loading safe path'.
3813
3814 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 Implement multi-component --with-auto-load-dir.
3817 * gdb.texinfo (Auto-loading): New references
3818 for 'set auto-load scripts-directory'
3819 and 'show auto-load scripts-directory'.
3820 (Auto-loading safe path): Describe the new default. Move $ddir
3821 substituation reference to 'objfile-gdb.py file'.
3822 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3823 script-name. Describe new 'set auto-load scripts-directory'
3824 and 'show auto-load scripts-directory'.
3825
3826 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 Provide $ddir substitution for --with-auto-load-safe-path.
3829 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3830 (Auto-loading safe path): Likewise. Mention the default value,
3831 $ddir substitution, --with-auto-load-safe-path and
3832 --without-auto-load-safe-path.
3833 * observer.texi (gdb_datadir_changed): New.
3834
3835 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3838 Twice.
3839
3840 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3841 directory separator by path separator.
3842
3843 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3844
3845 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3846 for 'set auto-load safe-path' optional. Mention if it is omitted.
3847 Change disabling security protection condition to "/", twice.
3848
3849 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3850
3851 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3852 the new methods global_block and static_block on gdb.Symtab
3853 objects.
3854
3855 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3856
3857 * gdb.texinfo (Blocks In Python): Add a note saying that future
3858 improvements to GDB and its infrastructure can move symbols
3859 across blocks within a symbol table.
3860
3861 2012-04-29 Yao Qi <yao@codesourcery.com>
3862
3863 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3864 (A29K): Remove.
3865
3866 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3867 Tom Tromey <tromey@redhat.com>
3868
3869 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3870 and generic static probe support on GDB.
3871
3872 2012-04-25 Doug Evans <dje@google.com>
3873
3874 * gdb.texinfo (Go): Fix thinko.
3875
3876 * gdb.texinfo (Supported Languages): Add Go.
3877 (Go): New node.
3878
3879 2012-04-25 Yao Qi <yao@codesourcery.com>
3880
3881 * gdbint.texinfo (Testsuite): New section `Board settings'.
3882
3883 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3886 Three times.
3887
3888 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3889 Three times.
3890
3891 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3892
3893 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3894 by @table @asis. Fix formatting of one item.
3895
3896 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3899
3900 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 New option "set debug auto-load".
3903 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3904 (auto-load verbose mode): New node.
3905
3906 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 New option "set auto-load safe-path".
3909 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3910 and "info auto-load" examples for safe-path. Put there also references
3911 for "set auto-load safe-path" and "show auto-load safe-path".
3912 New menu item for Auto-loading safe path.
3913 (Auto-loading safe path): New node.
3914 (Python Auto-loading): Update the expected output from "Missing"
3915 to "No".
3916
3917 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3918
3919 auto-load: Implementation.
3920 * gdb.texinfo (Mode Options): New anchor for -nx.
3921 (Startup): New anchors for Option -init-eval-command,
3922 Home Directory Init File
3923 and Init File in the Current Directory during Startup.
3924 Mention set auto-load local-gdbinit with a reference.
3925 Change the sample code to "set auto-load python-scripts".
3926 (Threads): New anchor set libthread-db-search-path.
3927 Provide references to libthread_db.so.1 file.
3928 (Controlling GDB): New menu item for Auto-loading.
3929 (Auto-loading, Init File in the Current Directory)
3930 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3931 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3932 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3933 reference.
3934 (Auto-loading): Rename to ...
3935 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3936 "set auto-load python-scripts", new anchor for it. Change
3937 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3938 for it. Change "info auto-load-scripts"
3939 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3940 to "Python scripts".
3941
3942 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3943
3944 PR mi/13393
3945 * gdb.texinfo (Print Settings): Extend the description for "set print
3946 object".
3947 (GDB/MI Variable Objects): Extend the description for -var-create and
3948 -var-list-children.
3949
3950 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3951
3952 * gdb.texinfo (Examining Data): Document the 'explore' command.
3953
3954 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3955
3956 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3957 to the children of a varobj and its update range when -var-update
3958 returns that the varobj's type changed.
3959
3960 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3961
3962 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3963 Create two new links fir 'objfile-gdb.py file'
3964 and 'dotdebug_gdb_scripts section'.
3965
3966 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * gdb.texinfo (Auto-loading): Rename node reference
3969 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3970 Twice.
3971 (.debug_gdb_scripts section): Rename the node ...
3972 (dotdebug_gdb_scripts section): ... here.
3973 (Maintenance Commands): Also rename this node reference.
3974
3975 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3976
3977 * gdb.texinfo (Python API/Values From Inferior): Add description
3978 about the new method Value.referenced_value. Add description on
3979 how Value.dereference is different (and similar) to
3980 Value.referenced_value.
3981
3982 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3983
3984 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3985 --init-eval-command=COMMAND, -iex.
3986 (Startup): Describe -iex and -ix. Simplify the example
3987 for "set auto-load-scripts off".
3988
3989 2012-03-16 Gary Benson <gbenson@redhat.com>
3990
3991 PR breakpoints/10738
3992 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3993 stating that GDB cannot set breakpoints on inlined functions.
3994 (Mode Options): Document --use-deprecated-index-sections.
3995 (Index Section Format): Document new index section version format.
3996
3997 2012-03-15 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4000
4001 2012-03-13 Doug Evans <dje@google.com>
4002
4003 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4004 of "reload".
4005 (Symbols): Delete docs for set/show symbol-reloading.
4006 * gdbint.texinfo (Defining Other Architecture Features): Delete
4007 SYMBOL_RELOADING_DEFAULT.
4008 * refcard.tex: Delete reference to symbol-reloading.
4009
4010 2012-03-07 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.texinfo (General Query Packets): Document new
4013 QProgramSignals packet.
4014 * gdb.texinfo (Remote configuration): Mention
4015 "program-signals-packet".
4016
4017 2012-03-05 Tristan Gingold <gingold@adacore.com>
4018
4019 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4020
4021 2012-03-03 Yao Qi <yao@codesourcery.com>
4022
4023 * gdb.texinfo (In-Process Agent): New node.
4024 Document new commands.
4025 (General Query Packets): Add packet `QAgent'.
4026
4027 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4028
4029 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4030
4031 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4032
4033 * gdb.texinfo (Commands In Python): Put example python macro in
4034 COMMAND_USER category rather than COMMAND_OBSCURE.
4035 Document gdb.COMMAND_USER.
4036 (User-defined Commands): Update documentation to clarify
4037 "set/show max-user-call-depth" and "show user" don't apply to python
4038 commands. Update documentation to clarify "help user-defined" may
4039 also include python commands defined as COMMAND_USER.
4040
4041 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4042
4043 * gdb.texinfo (Startup): Add option -ex description to the option -x
4044 description.
4045
4046 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4047
4048 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4049 condition-evaluation breakpoint parameter.
4050 Mention condition-evaluation mode being shown in "info break".
4051 (Break Conditions): Add description for target-side
4052 conditional breakpoints.
4053 (Remote Configuration): Mention conditional-breakpoints-packet.
4054 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4055 cond-expr.
4056 (General Query Packets): Mention new ConditionalBreakpoint feature.
4057
4058 2012-02-22 Tom Tromey <tromey@redhat.com>
4059
4060 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4061
4062 2012-02-17 Tom Tromey <tromey@redhat.com>
4063
4064 PR python/10753:
4065 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4066 directory.
4067
4068 2012-02-14 Stan Shebs <stan@codesourcery.com>
4069
4070 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4071
4072 2012-02-13 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4075 mips-idt-ecoff.
4076
4077 2012-02-09 Yao Qi <yao@codesourcery.com>
4078
4079 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4080
4081 2012-02-07 Tom Tromey <tromey@redhat.com>
4082
4083 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4084 Symbol.value.
4085
4086 2012-02-07 Tom Tromey <tromey@redhat.com>
4087
4088 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4089
4090 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4091
4092 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4093
4094 2012-01-24 Tom Tromey <tromey@redhat.com>
4095
4096 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4097 unload".
4098 (Files): Mention new catch commands.
4099 (GDB/MI Async Records): Likewise.
4100
4101 2012-01-24 Gary Benson <gbenson@redhat.com>
4102
4103 Delete #if 0'd out code.
4104 * gdb.texinfo (Frame Info): Remove "info catch".
4105
4106 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4107
4108 * gdb.texinfo (Remote Configuration): Document
4109 "set remote hostio-readlink-packet" command.
4110 (General Query Packets): Document vFile:readlink packet.
4111
4112 2012-01-16 Tom Tromey <tromey@redhat.com>
4113
4114 * gdb.texinfo (Specify Location): Document relative file name
4115 handling.
4116
4117 2012-01-16 Tom Tromey <tromey@redhat.com>
4118
4119 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4120
4121 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4122 Eli Zaretskii <eliz@gnu.org>
4123
4124 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4125 code.
4126
4127 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4128
4129 * gdb.texinfo (Variables): Document use of :: for non-static
4130 variables.
4131
4132 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4133
4134 * gdbint.texinfo (Start of New Year Procedure): Update
4135 to replace use of copyright.sh by use of copyright.py.
4136
4137 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 Remove the gdbtui binary.
4140 * all-cfg.texi (GDBTUI): Remove.
4141 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4142 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4143 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4144
4145 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4146
4147 Introduce gdb.FinishBreakpoint in Python.
4148 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4149 (Python API): Add menu entry for Finish Breakpoints.
4150
4151 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4152
4153 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4154 tests.
4155
4156 2011-12-16 Doug Evans <dje@google.com>
4157
4158 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4159
4160 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4161
4162 * gdb.texinfo (Python Commands): Remove "maint set/show print
4163 stack". Add documentation for "set/show python print-stack".
4164
4165 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4166
4167 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4168 should transfer control to the stub in the startup code instead of
4169 in main. Mention the need to get past the initial breakpoint.
4170
4171 2011-12-06 Tom Tromey <tromey@redhat.com>
4172
4173 * gdb.texinfo (Set Breaks): Update for new behavior.
4174
4175 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4176
4177 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4178 List Format for SVR4 Targets'.
4179 (General Query Packets): New item qXfer:libraries-svr4:read.
4180 (Library List Format for SVR4 Targets): New node.
4181
4182 2011-12-01 Tom Tromey <tromey@redhat.com>
4183
4184 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4185 add.
4186
4187 2011-11-22 Tom Tromey <tromey@redhat.com>
4188
4189 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4190 reasons.
4191
4192 2011-11-20 Stan Shebs <stan@codesourcery.com>
4193
4194 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4195 note-related options and variables.
4196 (Tracepoint Packets): Document packet changes.
4197
4198 2011-11-20 Sanjoy Das <sdas@igalia.com>
4199
4200 * gdb.texinfo (JIT Interface): Add documentation on writing and
4201 usind JIT debug info readers.
4202 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4203 Debug Info Readers): New nodes.
4204
4205 2011-11-18 Yao Qi <yao@codesourcery.com>
4206
4207 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4208 tracepoint.
4209
4210 2011-11-15 Doug Evans <dje@google.com>
4211
4212 * gdb.texinfo (Files): Document basenames-may-differ.
4213
4214 2011-11-14 Doug Evans <dje@google.com>
4215
4216 * gdb.texinfo (Shell Commands): Document "!".
4217
4218 2011-11-14 Stan Shebs <stan@codesourcery.com>
4219 Kwok Cheung Yeung <kcy@codesourcery.com>
4220
4221 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4222 needed to get shorter fast tracepoints.
4223 (Tracepoint Packets): Document new qTMinFTPILen packet.
4224
4225 2011-11-14 Yao Qi <yao@codesourcery.com>
4226
4227 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4228 behavior of tracepoint.
4229 (General Query Packets): New feature InstallInTrace.
4230 (Remote Configuration): Document "set remote
4231 install-in-trace-packet".
4232
4233 2011-11-12 Matt Rice <ratmice@gmail.com>
4234
4235 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4236 Add arguments to info macro.
4237
4238 2011-11-10 Tom Tromey <tromey@redhat.com>
4239
4240 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4241 manual.
4242 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4243 (Macros): Add a footnote.
4244 (C): Remove paragraph about compiler options.
4245 (C Constants): Mention wide character and string constants.
4246 (C Plus Plus Expressions): Update compiler option advice. Mention
4247 using declarations. Mention ADL. Remove old HP compiler
4248 information.
4249
4250 2011-11-10 Tom Tromey <tromey@redhat.com>
4251
4252 PR c++/9257:
4253 * gdb.texinfo (Print Settings): Add an extra note about the need
4254 for a vtable.
4255
4256 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4257
4258 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4259 "set mips abi" documentation.
4260
4261 2011-11-04 Doug Evans <dje@google.com>
4262
4263 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4264
4265 2011-11-03 Tom Tromey <tromey@redhat.com>
4266
4267 * gdb.texinfo (Stopping): Add menu entry.
4268 (Continuing and Stepping): Restore @node. Use @section, not
4269 @subsection.
4270
4271 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4272
4273 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4274 designation. Fix "Specify Location" cross-reference.
4275
4276 2011-11-02 Stan Shebs <stan@codesourcery.com>
4277
4278 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4279 (General Query Packets): Describe tracenz feature.
4280 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4281
4282 2011-10-28 Paul Koning <paul_koning@dell.com>
4283
4284 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4285
4286 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4287
4288 * gdb.texinfo ((Frames In Python): Document
4289 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4290
4291 2011-10-26 Paul Koning <paul_koning@dell.com>
4292
4293 * gdb.texinfo (gdb.types): Document new deepitems function.
4294
4295 2011-10-25 Paul Koning <paul_koning@dell.com>
4296
4297 PR python/13327
4298
4299 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4300 fetch_lazy method.
4301
4302 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4303
4304 PR python/12656
4305
4306 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4307 global_block, static_block function.
4308
4309 2011-10-19 Tom Tromey <tromey@redhat.com>
4310
4311 * gdb.texinfo (Commands In Python): Add missing "@"s.
4312
4313 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4314
4315 PR python/13285 Document named constants for frame unwind stop reasons
4316 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4317 constants.
4318
4319 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4320
4321 Fix compatibility with texinfo versions older than 4.12.
4322 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4323 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4324 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4325 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4326 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4327 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4328 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4329
4330 2011-10-09 Doug Evans <dje@google.com>
4331
4332 * gdb.texinfo (Extending GDB): Document alias command.
4333
4334 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4335
4336 Support @entry in input expressions.
4337 * gdb.texinfo (Variables): Describe @entry names suffix.
4338 (Print Settings): Add anchor for `set print entry-values'.
4339
4340 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4341 Eli Zaretskii <eliz@gnu.org>
4342
4343 Display @entry parameter values (without references).
4344 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4345 example.
4346 (Print Settings): New description of set print entry-values and show
4347 print entry-values.
4348
4349 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4350 Eli Zaretskii <eliz@gnu.org>
4351
4352 Recognize virtual tail call frames.
4353 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4354 (Tail Call Frames): New node.
4355 (Frames In Python): Add gdb.TAILCALL_FRAME.
4356
4357 2011-10-07 Doug Evans <dje@google.com>
4358
4359 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4360 register_pretty_printer.
4361
4362 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4363
4364 PR python/12930
4365 PR python/12802
4366
4367 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4368 stop method.
4369
4370 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4371
4372 * gdb.texinfo (Starting your Program): "set disable-randomization"
4373 is no longer Linux-specific.
4374 (Remote Configuration): Document "set remote
4375 disable-randomization-packet".
4376 (General Query Packets): Document "QDisableRandomization" packet
4377 and add it to "qSupported" list.
4378
4379 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4380
4381 Allow Python notification of new object-file loadings.
4382 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4383 event type.
4384
4385 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4386
4387 PR python/12691: Add the inferior to Python exited event
4388 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4389
4390 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4391
4392 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4393 rephasing.
4394
4395 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4396
4397 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4398 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4399 as possible feature returned by the `-list-features'
4400 command.
4401
4402 2011-09-28 Paul Koning <paul_koning@dell.com>
4403
4404 * gdb.texinfo (gdb.Type): Document field access by dictionary
4405 key syntax.
4406
4407 2011-09-28 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4410 Add one space after option `-s'. Remove @r{} markup.
4411
4412 2011-09-27 Stan Shebs <stan@codesourcery.com>
4413
4414 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4415
4416 2011-09-16 Hui Zhu <teawater@gmail.com>
4417
4418 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4419 to *(unsigned char *)$esp@300.
4420
4421 2011-09-15 Paul Koning <paul_koning@dell.com>
4422
4423 * gdb.texinfo: Make style of Python functions and methods match
4424 the syntax of Python. Also put class and module names explicitly
4425 on function, member, and variable names, matching Python
4426 documentation conventions.
4427
4428 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4429
4430 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4431 * gdb.texinfo (Inferiors In Python): Describe new
4432 gdb.selected_inferior() function.
4433
4434 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4435
4436 Handle multiple breakpoint hits in Python interface:
4437 * gdb.texinfo (Events In Python): New function documentation:
4438 gdb.BreakpointEvent.breakpoints. Indicate that
4439 gdb.BreakpointEvent.breakpoint is now deprecated.
4440
4441 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4442
4443 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4444
4445 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4446
4447 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4448
4449 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4450
4451 * gdb.texinfo (Prompt): Add set/show extended-prompt
4452 documentation
4453 (Basic Python): Add prompt_hook anchor.
4454 (Python modules): Reword module text to reflect multiple modules.
4455 (gdb.prompt): Document gdb.prompt module.
4456
4457 2011-08-14 Yao Qi <yao@codesourcery.com>
4458
4459 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4460
4461 2011-08-14 Yao Qi <yao@codesourcery.com>
4462
4463 * gdb.texinfo (Standard Target Features): Document C6x features.
4464 (TIC6x Features): New node.
4465
4466 2011-08-12 Doug Evans <dje@google.com>
4467
4468 * gdb.texinfo (Symbols In Python): Document symbol.type.
4469
4470 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4471
4472 * gdb.texinfo (Python): Document command and function
4473 auto-loading.
4474
4475 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4476 Eli Zaretskii <eliz@gnu.org>
4477
4478 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4479 typedefs unrolling. Extend the sample code by an inner typedef and
4480 outer typedefs unrolling.
4481
4482 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4483
4484 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4485 size and line-size.
4486
4487 2011-07-21 Matt Rice <ratmice@gmail.com>
4488
4489 PR macros/12999
4490 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4491 Update text and cindex entries for info macro command.
4492
4493 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4494
4495 * observer.texi (GDB Observers): Add before_prompt observer.
4496 * gdb.texinfo (Basic Python): Add documentation for prompt
4497 substitution.
4498
4499 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4500
4501 PR python/12438
4502 * gdb.texinfo (Python Commands): Add deprecate note to maint
4503 set/show python print-stack. Document set/show python
4504 print-backtrace.
4505
4506 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4507
4508 * gdb.texinfo: Fix typos.
4509
4510 2011-07-01 Tom Tromey <tromey@redhat.com>
4511
4512 * gdb.texinfo (Debugging Output): Document set debug
4513 check-physname.
4514
4515 2011-06-29 Tom Tromey <tromey@redhat.com>
4516
4517 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4518 breakpoint-notifications feature.
4519
4520 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4521
4522 * gdb.texinfo (Target Description): Remove warning about
4523 possibly unstable format.
4524
4525 2011-06-03 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4528 (Events In Python): Note that exit_code is optional.
4529
4530 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4531
4532 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4533 required for multi-threading support.
4534 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4535 Hc are deprecated for multi-threading debugging. Point readers at
4536 the vCont packet.
4537
4538 2011-05-15 Doug Evans <dje@google.com>
4539
4540 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4541
4542 2011-05-13 Doug Evans <dje@google.com>
4543
4544 * gdb.texinfo (Threads): Document $sdir,$pdir.
4545 (Server): Document $pdir exception.
4546
4547 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4548
4549 * gdb.texinfo (Threads): Clarify default value for
4550 libthread-db-search-path.
4551
4552 * gdb.texinfo (Completion): Update example.
4553 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4554
4555 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4556
4557 * gdb.texinfo: Document change in the behaviour of the enable and
4558 disable GDB commands when applied to tracepoints.
4559 Document the EnableDisableTracepoints remote stub feature.
4560 Document QTEnable and QTDisable in the list of tracepoint packets.
4561
4562 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4563
4564 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4565 hsuser.texi.
4566 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4567 comment to hsuser.texi. Change rluser.texi name in the comment.
4568
4569 2011-05-10 Doug Evans <dje@google.com>
4570
4571 * gdb.texinfo (Threads): If an empty path is provided for
4572 libthread-db-search-path it is reset to its default value.
4573 (Server): Ditto.
4574
4575 2011-05-09 Doug Evans <dje@google.com>
4576
4577 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4578
4579 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4580 Thiago Jung Bauermann <bauerman@br.ibm.com>
4581
4582 Implement support for PowerPC BookE masked watchpoints.
4583 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4584 (PowerPC Embedded): Mention support of masked watchpoints.
4585
4586 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4587
4588 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4589 `@value{GDBN}'.
4590
4591 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4592
4593 * gdb.texinfo (titlepage): Remove dedication.
4594 (In Memoriam): New appendix.
4595
4596 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4597 Eli Zaretskii <eliz@gnu.org>
4598
4599 * gdb.texinfo (Index Section Format): Change the version to 5.
4600 Describe the different formula.
4601
4602 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4603 Eli Zaretskii <eliz@gnu.org>
4604
4605 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4606 for disconnected tracing.
4607 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4608 extended-remote relationship. Mention --once.
4609 (TCP port allocation lifecycle of @code{gdbserver}): New.
4610
4611 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4612
4613 * gdb.texinfo (Server): Improve indexing. Index all optional
4614 switches to gdbserver.
4615
4616 2011-04-20 Tom Tromey <tromey@redhat.com>
4617
4618 * gdb.texinfo (Index Section Format): New node.
4619 (Top): Add new node to menu.
4620
4621 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4622
4623 * gdb.texinfo (Maintenance Commands): Document `maint print
4624 remote-registers'.
4625
4626 2011-04-20 Tom Tromey <tromey@redhat.com>
4627
4628 * gdb.texinfo (Trace File Format): Move node later.
4629
4630 2011-04-19 Tom Tromey <tromey@redhat.com>
4631
4632 * gdbint.texinfo (Register Information Functions): Remove
4633 duplicate "the".
4634 * gdb.texinfo (Emacs): Remove duplicate "to".
4635 (GDB/MI Variable Objects): Remove duplicate "the".
4636 (General Query Packets): Likewise.
4637
4638 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4639
4640 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4641 "GDB/MI Ada Exception Information" node.
4642
4643 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4644
4645 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4646 the "exception-name" field in the *stopped async record.
4647
4648 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4649 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4650
4651 Implement support for PowerPC BookE ranged breakpoints.
4652 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4653
4654 2011-03-28 Tom Tromey <tromey@redhat.com>
4655
4656 * gdb.texinfo (Set Tracepoints): Fix typo.
4657
4658 2011-03-24 Tom Tromey <tromey@redhat.com>
4659
4660 * gdb.texinfo (Specify Location): Document `function:label'
4661 linespec.
4662
4663 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4664
4665 PR python/12149
4666
4667 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4668
4669 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4670
4671 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4672 (Inferiors In Python): Likewise.
4673 (Threads In Python): Likewise.
4674 (Symbols In Python): Likewise.
4675 (Objfiles In Python): Likewise.
4676 (Symbol Tables In Python): Likewise.
4677
4678 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4679
4680 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4681 display>: Explain that the commands accept number ranges.
4682
4683 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4684
4685 * gdb.texinfo (Breakpoints In Python): Add description and example
4686 of Python stop function operation.
4687
4688 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4689
4690 * gdb.texinfo (Parameters In Python): Document get_set_string and
4691 get_show_string methods.
4692
4693 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4694
4695 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4696
4697 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4698 circular-trace-buffer name.
4699
4700 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4701
4702 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4703 in the previous change.
4704
4705 2011-02-27 Michael Snyder <msnyder@vmware.com>
4706
4707 * gdb.texinfo (Inferiors and Programs): Update commands to show
4708 that they can accept multiple arguments.
4709
4710 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4711
4712 Revert the following patch (code patch was not approved):
4713 2011-02-21 Hui Zhu <teawater@gmail.com>
4714 * agentexpr.texi (bytecode descriptions): add printf.
4715 * gdb.texinfo (tracepoint action lists): add printf.
4716
4717 2011-02-23 Doug Evans <dje@google.com>
4718
4719 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4720
4721 2011-02-23 Michael Snyder <msnyder@vmware.com>
4722
4723 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4724 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4725 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4726
4727 2011-02-22 Doug Evans <dje@google.com>
4728
4729 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4730 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4731 add description of result, fix @defun formatting.
4732
4733 2011-02-21 Hui Zhu <teawater@gmail.com>
4734
4735 * agentexpr.texi (Bytecode Descriptions): Add printf.
4736 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4737
4738 2011-02-18 Tom Tromey <tromey@redhat.com>
4739
4740 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4741
4742 2011-02-14 Michael Snyder <msnyder@vmware.com>
4743
4744 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4745 Document new command "thread find".
4746
4747 2011-02-14 Michael Snyder <msnyder@vmware.com>
4748
4749 * gdb.texinfo (Threads): Update example of new thread message.
4750
4751 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4752
4753 * gdb.texinfo (Remote Configuration): Mention set/show remote
4754 traceframe-info.
4755 (Tools/Packages Optional for Building GDB): Mention that expat is
4756 used for traceframe info.
4757 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4758 (General Query Packets) <qSupported>: Describe the
4759 qXfer:traceframe-info:read feature.
4760 (qXfer::read): Describe qXfer:traceframe-info:read.
4761 (Traceframe Info Format): New section.
4762
4763 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4764
4765 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4766 for casts and unary operators.
4767
4768 2011-02-04 Tom Tromey <tromey@redhat.com>
4769
4770 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4771 is not useful.
4772
4773 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4774
4775 * gdb.texinfo: s/value optimized out/optimized out/g
4776
4777 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4778
4779 * gdb.texinfo (Other Misc Settings): Rework part of the
4780 documentation of the "set interactive mode" command.
4781
4782 2011-01-19 Tom Tromey <tromey@redhat.com>
4783
4784 * gdb.texinfo (Threads): Document thread name output and `thread
4785 name' command.
4786 (Threads In Python): Document Thread.name attribute.
4787 (GDB/MI Thread Commands): Document thread attributes.
4788
4789 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4790
4791 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4792 changes in mi/mi-cmd-disas.c
4793
4794 2011-01-12 Tom Tromey <tromey@redhat.com>
4795
4796 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4797 Fix "thread apply" text.
4798
4799 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4800 Thiago Jung Bauermann <bauerman@br.ibm.com>
4801
4802 Implement support for PowerPC BookE ranged watchpoints.
4803 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4804 the "set powerpc exact-watchpoints" flag.
4805
4806 2011-01-07 Tom Tromey <tromey@redhat.com>
4807
4808 * gdb.texinfo (Python API): Add descriptions to @menu items.
4809
4810 2011-01-06 Tom Tromey <tromey@redhat.com>
4811
4812 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4813
4814 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4815
4816 * gdb.texinfo (Debugging Output): Document "set debug jit".
4817
4818 2011-01-06 Tom Tromey <tromey@redhat.com>
4819
4820 PR python/12133:
4821 * gdb.texinfo (Frames In Python): Document various frame
4822 constants.
4823
4824 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4825
4826 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4827 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4828 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4829
4830 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4831
4832 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4833 (clean): Add GDBvn.texi.
4834
4835 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4836
4837 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4838 occasional case where the debugger prints an array address
4839 instead of the array itself.
4840
4841 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4842
4843 * gdb.texinfo (Packets) <read registers packet>: Document support
4844 for registers that were not collected.
4845
4846 2010-12-15 Doug Evans <dje@google.com>
4847
4848 * gdb.texinfo (Startup): Document auto-loading of scripts during
4849 startup.
4850 (Auto-loading): Delete "maint set python auto-load on|off".
4851 Add "set auto-load-scripts on|off".
4852
4853 2010-12-07 Doug Evans <dje@google.com>
4854
4855 * gdb.texinfo (Mode Options): Document -data-directory.
4856 (Data Files): Add reference to -data-directory.
4857
4858 2010-11-29 Doug Evans <dje@google.com>
4859
4860 * gdb.texinfo (Pretty-Printer Introduction): Change
4861 printer-name:subprinter-name to printer-name;subprinter-name.
4862
4863 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4864
4865 PR python/12199
4866
4867 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4868
4869 2010-11-23 Tom Tromey <tromey@redhat.com>
4870
4871 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4872 (Editing): Likewise.
4873 (Command History): Likewise.
4874 (TUI Keys): Likewise.
4875 (Bug Reporting): Conditionally include rluser.texi and
4876 inc-history.texinfo.
4877 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4878 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4879 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4880 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4881 (gdb.pdf): Likewise.
4882 (gdb.info): Likewise.
4883 (gdb/index.html): Likewise.
4884
4885 2010-11-23 Tom Tromey <tromey@redhat.com>
4886
4887 * Makefile.in (Makefile): Run ../config.status.
4888 (distclean): Update.
4889 * configure: Remove.
4890 * configure.ac: Remove.
4891
4892 2010-11-12 Tom Tromey <tromey@redhat.com>
4893
4894 * gdb.texinfo (Basic Python): Update. Add xref.
4895 (Exception Handling): Document new exception classes.
4896 (Types In Python): Update.
4897 (Frames In Python): Update.
4898
4899 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4900
4901 * gdb.texinfo (Breakpoints In Python): Document "internal"
4902 parameter, and visible attribute.
4903
4904 2010-11-05 Doug Evans <dje@google.com>
4905
4906 * gdb.texinfo (Source Path): Document "set directories".
4907
4908 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4909
4910 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4911 (OpenCL C): New node.
4912
4913 2010-11-02 Doug Evans <dje@google.com>
4914
4915 * gdb.texinfo (Pretty Printing): Expand into three sections,
4916 introduction, example, and commands.
4917 (Python API): Delete section Disabling Pretty-Printers, merge into
4918 Selecting Pretty-Printers.
4919 (Writing a Pretty-Printer): New section. Move the pretty-printer
4920 example here, and reformat to match python coding style. Add a second
4921 example using the gdb.printing module.
4922 (Python modules): Add gdb.printing.
4923
4924 2010-10-29 Doug Evans <dje@google.com>
4925
4926 * gdb.texinfo (Python): Fix long line.
4927
4928 2010-10-20 Doug Evans <dje@google.com>
4929
4930 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4931 All references updated. Correct sections marked as subsections.
4932 (Coding Standards): New chapter. Move the coding standard related
4933 subsections here. Add section on Python coding standards.
4934
4935 2010-10-13 Doug Evans <dje@google.com>
4936
4937 * gdb.texinfo (Python): Add "Python modules".
4938 (Types in Python): Add reference to gdb.types section.
4939 (Python modules): New node.
4940
4941 2010-10-11 Doug Evans <dje@google.com>
4942
4943 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4944 Python" from gdb.Value.type description.
4945
4946 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4947
4948 * gdb.texinfo (Ravenscar Profile): New node.
4949
4950 2010-09-22 Tom Tromey <tromey@redhat.com>
4951
4952 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4953
4954 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4955
4956 * gdb.texinfo (Values From Inferior): Clarify that
4957 value.dynamic_type works only in C++ programs with RTTI.
4958
4959 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4960
4961 * gdb.texinfo (Character Sets): Correctly reference host-charset
4962 in example.
4963
4964 2010-09-13 Tom Tromey <tromey@redhat.com>
4965
4966 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4967 Document "fullname" and "from".
4968
4969 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4970
4971 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4972 feature `reverse' output by -list-target-features.
4973
4974 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4975
4976 * gdb.texinfo (i386 Features): Remove an extra "@item".
4977
4978 2010-08-30 Tom Tromey <tromey@redhat.com>
4979
4980 PR python/11792:
4981 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4982
4983 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4984
4985 * gdb.texinfo (ARM Features): Document
4986 org.gnu.gdb.arm.m-profile.
4987
4988 2010-08-23 Tom Tromey <tromey@redhat.com>
4989
4990 PR python/11145:
4991 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4992 reinterpret_cast methods.
4993
4994 2010-08-23 Tom Tromey <tromey@redhat.com>
4995
4996 PR python/11915:
4997 * gdb.texinfo (Types In Python): Document array method.
4998
4999 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5000
5001 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5002
5003 2010-08-16 Tom Tromey <tromey@redhat.com>
5004
5005 * gdb.texinfo (Set Watchpoints): Document -location option.
5006
5007 2010-08-13 Doug Evans <dje@google.com>
5008
5009 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5010
5011 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5012
5013 * gdb.texinfo (GDB/MI Data Manipulation): Document
5014 -data-read-memory-raw and -data-write-memory-raw.
5015
5016 2010-08-11 Tom Tromey <tromey@redhat.com>
5017 Phil Muldoon <pmuldoon@redhat.com>
5018
5019 * gdb.texinfo (Basic Python): Describe post_event API.
5020
5021 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5022
5023 * gdb.texinfo (Basic Python): Describe solib_address and
5024 decode_line Python APIs
5025
5026 2010-08-10 Tom Tromey <tromey@redhat.com>
5027
5028 * gdb.texinfo (Pretty Printing API): Document
5029 gdb.default_visualizer.
5030
5031 2010-08-10 Tom Tromey <tromey@redhat.com>
5032
5033 Revert gdb-add-index addition:
5034 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5035
5036 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5037 Eli Zaretskii <eliz@gnu.org>
5038
5039 * gdb.texinfo (Mode Options) <-batch>
5040 (Basic Python) <gdb.execute>: Describe setting width and height.
5041
5042 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5043
5044 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5045
5046 2010-07-30 Tom Tromey <tromey@redhat.com>
5047
5048 * gdb.texinfo (Index Files): Mention gdb-add-index.
5049
5050 2010-07-30 Hui Zhu <teawater@gmail.com>
5051
5052 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5053 "detach inferior" and "kill inferior".
5054
5055 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5056
5057 * gdb.texinfo (Machine Code): Update description of two forms of
5058 arguments, and add new example to demonstrate the new form.
5059
5060 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5061
5062 * gdb.texinfo (Values From Inferior): Add value inferior function
5063 call description.
5064
5065 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5066
5067 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5068
5069 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5070 Eli Zaretskii <eliz@gnu.org>
5071
5072 Make core files the process_stratum.
5073 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5074 record_stratum example.
5075
5076 2010-07-13 Tom Tromey <tromey@redhat.com>
5077
5078 * gdb.texinfo (Index Files): New node.
5079
5080 2010-07-13 Tom Tromey <tromey@redhat.com>
5081
5082 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5083
5084 2010-07-13 Tom Tromey <tromey@redhat.com>
5085
5086 * gdb.texinfo (Specify Location): Document labels.
5087
5088 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5089
5090 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5091 entries for fast tracepoints and static tracepoints.
5092
5093 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5094
5095 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5096 qsThreadInfo>: Spell out `l' as ell.
5097
5098 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5099
5100 * gdb.texinfo (Convenience Variables): Document $_sdata.
5101 (Commands to Set Tracepoints): Describe static tracepoints. Add
5102 `Listing Static Tracepoint Markers' menu entry. Document
5103 "strace".
5104 (Tracepoint Action Lists): Document collecting $_sdata.
5105 (Listing Static Tracepoint Markers): New subsection.
5106 (Tracepoints support in gdbserver): Mention static tracepoints.
5107 (remote packets, enabling and disabling): Mention
5108 read-sdata-object.
5109 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5110 and StaticTracepoint.
5111 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5112 Document qXfer:sdata:read.
5113 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5114
5115 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5118
5119 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5120 Tom Tromey <tromey@redhat.com>
5121 Thiago Jung Bauermann <bauerman@br.ibm.com>
5122
5123 * gdb.texinfo (Inferiors In Python): New node.
5124 * gdb.texinfo (Threads In Python): New node.
5125
5126 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5127
5128 * gdb.texinfo (Python): Document what the python directory is
5129 and what its location is.
5130 (Basic Python): Document the gdb.PYTHONDIR constant.
5131
5132 2010-06-25 Tom Tromey <tromey@redhat.com>
5133
5134 PR python/10808:
5135 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5136
5137 2010-06-24 Hui Zhu <teawater@gmail.com>
5138
5139 * gdb.texinfo: (Commands for Controlled Output): Add
5140 documentation for command "eval".
5141
5142 2010-06-21 Stan Shebs <stan@codesourcery.com>
5143
5144 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5145 * annotate.texinfo: Ditto.
5146 * gdbint.texinfo: Ditto.
5147 * stabs.texinfo: Ditto.
5148
5149 2010-06-22 Hui Zhu <teawater@gmail.com>
5150
5151 * gdb.texinfo: (Process Record and Replay): Add documentation
5152 for command "set record memory-query".
5153
5154 2010-06-21 Stan Shebs <stan@codesourcery.com>
5155
5156 * gdb.texinfo: Relicense under GFDL version 1.3.
5157 * annotate.texinfo: Relicense under GFDL version 1.3.
5158 * gdbint.texinfo: Relicense under GFDL version 1.3.
5159 * stabs.texinfo: Relicense under GFDL version 1.3.
5160 * fdl.texi: Update to version 1.3.
5161
5162 2010-06-18 Stan Shebs <stan@codesourcery.com>
5163
5164 * gdb.texinfo (Operating System Auxiliary Information): Describe
5165 "info os" when no arguments given.
5166
5167 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5168 $_thread.
5169
5170 2010-06-18 Hui Zhu <teawater@gmail.com>
5171
5172 * gdb.texinfo: (Process Record and Replay): Add documentation
5173 for commands "record save" and "record restore".
5174
5175 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5176
5177 * gdb.texinfo: Include information about the correct use
5178 of addresses in the `watch' command.
5179
5180 2010-06-11 Stan Shebs <stan@codesourcery.com>
5181
5182 * gdb.texinfo (Observer Mode): New section.
5183 (General Query Packets): Document QAllow.
5184
5185 2010-06-04 Doug Evans <dje@google.com>
5186
5187 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5188
5189 2010-06-03 Doug Evans <dje@google.com>
5190
5191 * gdbint.texinfo (Coding): Add subsection on command names.
5192
5193 2010-06-02 Tom Tromey <tromey@redhat.com>
5194
5195 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5196 always-disassemble.
5197
5198 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5199
5200 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5201 gdbserver, and add cross reference.
5202 (Tracepoints support in gdbserver): New subsection.
5203
5204 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5205
5206 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5207 `qRelocInsn' feature.
5208 (Relocate instruction reply packet): New subsection
5209 of `Tracepoint Packets'.
5210 (Tracepoint Packets): Mention that packets QTDP and QTStart
5211 support the qRelocInsn request, and add cross reference to new
5212 subsection.
5213
5214 2010-05-25 Doug Evans <dje@google.com>
5215
5216 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5217 (Commands In Python): Document gdb.string_to_argv.
5218
5219 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5220
5221 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5222 ATTR_NORETURN.
5223
5224 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5225 Tom Tromey <tromey@redhat.com>
5226 Thiago Jung Bauermann <bauerman@br.ibm.com>
5227
5228 * gdb.texinfo (Parameters In Python): New Node.
5229
5230 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5231
5232 * gdb.texinfo: (Summary) Add mention about D language support.
5233 (Filenames): Add D suffixes.
5234 (D): New node.
5235
5236 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5237
5238 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5239 of macro deleted from GDB code.
5240
5241 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5242
5243 * gdb.texinfo (Commands to specify files): Describe what how GDB
5244 looks up DOS-based filesystem paths on the system root. Document
5245 the new `set/show target-file-system-kind' commands.
5246
5247 2010-04-23 Doug Evans <dje@google.com>
5248
5249 * gdb.texinfo (Python): Move Auto-loading section here ...
5250 (Python API): from here.
5251 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5252 (Maintenance Commands): Add docs for "maint print section-scripts".
5253
5254 2010-04-20 Chris Moller <cmoller@redhat.com>
5255
5256 * gdb.texinfo (Setting Breakpoints): Added description of
5257 filename-qualified rbreak.
5258 * refcard.tex (Breakpoints and Watchpoints): Added brief
5259 description of filename-qualified rbreak.
5260
5261 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5262
5263 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5264 (Python API): Change the reference to Pretty Printing API.
5265 (Pretty Printing): Move the user part under the Data node. Reformat
5266 the sample output to 72 columns. Create a new reference to Pretty
5267 Printing API. Rename the API part ...
5268 (Pretty Printing API): To a new node name.
5269 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5270 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5271
5272 2010-04-21 Stan Shebs <stan@codesourcery.com>
5273
5274 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5275 and commands.
5276 (Listing Tracepoints): Update to reflect current behavior.
5277
5278 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5279
5280 * gdb.texinfo (Examining memory): Update for change in string
5281 display with explicit size.
5282
5283 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5284
5285 PR breakpoints/8554.
5286
5287 * gdb.texinfo (Save Breakpoints): New node.
5288 (save-tracepoints): Rename to ...
5289 (save tracepoints): ... this. Mention that `save-tracepoints' is
5290 a deprecated alias to `save tracepoints'.
5291
5292 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5293
5294 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5295 (info w32 thread-information-block): Document new command.
5296 (qGetTIBAddress): Document new gdbserver query.
5297 (maint set/show show-all-tib): Document new command.
5298
5299 2010-04-15 Doug Evans <dje@google.com>
5300
5301 * gdb.texinfo (Python API): Add progspaces section.
5302 (Selecting Pretty-Printers): Progspace pretty-printers are
5303 searched too.
5304 (Progspaces In Python): New section.
5305
5306 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5307
5308 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5309
5310 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5311 returns None.
5312
5313 2010-04-09 Stan Shebs <stan@codesourcery.com>
5314
5315 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5316 Describe the `frames-created' field, tweak grammar.
5317
5318 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5319
5320 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5321 Describe the `circular' and `disconnected' fields.
5322
5323 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5324
5325 * gdb.texinfo (maint print registers): Mention unavailable and
5326 invisible registers.
5327
5328 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5329 Thiago Jung Bauermann <bauerman@br.ibm.com>
5330 Tom Tromey <tromey@redhat.com>
5331
5332 * gdb.texinfo (Breakpoints In Python): New Node.
5333
5334 2010-04-08 Stan Shebs <stan@codesourcery.com>
5335
5336 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5337 trace status fields.
5338
5339 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5340
5341 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5342 optional. Make org.gnu.gdb.i386.avx requires
5343 org.gnu.gdb.i386.avx.
5344
5345 2010-04-08 Doug Evans <dje@google.com>
5346
5347 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5348 search path, and document that gdb only scans the search path if
5349 the script's path doesn't specify a directory.
5350
5351 2010-04-05 Doug Evans <dje@google.com>
5352
5353 * gdb.texinfo (maint show python auto-load): Fix typo.
5354
5355 2010-04-04 Stan Shebs <stan@codesourcery.com>
5356
5357 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5358 (Setting Watchpoints): Update description of "info watch".
5359 (Disabling Breakpoints): Only "info break" lists all.
5360
5361 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5362 (tdump): Explain how tdump works.
5363
5364 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5365
5366 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5367 add cross reference.
5368
5369 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5370
5371 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5372 commands error out.
5373
5374 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5375
5376 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5377
5378 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5379
5380 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5381
5382 2010-03-29 Stan Shebs <stan@codesourcery.com>
5383 Nathan Sidwell <nathan@codesourcery.com>
5384
5385 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5386 GDBN equivalent.
5387 (Set Tracepoints): Remove mention that conditional tracepoints
5388 don't exist.
5389 (Tracepoint Actions): Clarify when while-stepping collection
5390 happens, note that while-stepping does not automatically collect
5391 $pc.
5392
5393 2010-03-29 Stan Shebs <stan@codesourcery.com>
5394
5395 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5396 (General Query Packets): Describe TracepointSource.
5397
5398 2010-03-27 Matt Rice <ratmice@gmail.com>
5399
5400 * gdb.texinfo (ARM): Document arguments to "target sim".
5401 (Set Catchpoints): Use @dots{} instead of @r{...}.
5402
5403 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5404
5405 * gdb.texinfo (Tracepoint Packets): Remove mention that
5406 terror:string may be plain text, and drop mention of X prefix.
5407
5408 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5409
5410 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5411
5412 2010-03-24 Stan Shebs <stan@codesourcery.com>
5413
5414 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5415
5416 2010-03-24 Tom Tromey <tromey@redhat.com>
5417
5418 PR breakpoints/9352:
5419 * gdb.texinfo (Break Commands): Update.
5420
5421 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5422
5423 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5424 commands.
5425
5426 2010-03-16 Stan Shebs <stan@codesourcery.com>
5427
5428 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5429 circular-trace-buffer.
5430 (Tracepoint Packets): Describe QTBuffer, and details of the
5431 qTStatus reply.
5432
5433 2010-03-12 Stan Shebs <stan@codesourcery.com>
5434 Nathan Sidwell <nathan@codesourcery.com>
5435
5436 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5437 doing instruction stepping.
5438 (Tracepoint Restrictions): New node.
5439
5440 2010-03-10 Tom Tromey <tromey@redhat.com>
5441
5442 * gdbint.texinfo (Symbol Handling): Update.
5443
5444 2010-03-08 Tom Tromey <tromey@redhat.com>
5445
5446 PR cli/9591:
5447 * gdb.texinfo (Mode Options): Mention lack of pagination and
5448 confirmation with --batch.
5449 (Screen Size): Mention --batch.
5450 (Messages/Warnings): Likewise.
5451
5452 2010-03-05 Tom Tromey <tromey@redhat.com>
5453
5454 * gdb.texinfo (Basic Python): Document target_charset and
5455 target_wide_charset.
5456
5457 2010-03-05 Tom Tromey <tromey@redhat.com>
5458
5459 * gdb.texinfo (Data): Link to pretty-printing.
5460 (Output Formats): Likewise. Correct text.
5461
5462 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5463
5464 * gdb.texinfo (Types): Describe <struct> and <flags>.
5465
5466 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5467
5468 * gdb.texinfo (Frames In Python): Add block parameter and
5469 description to read_var text.
5470
5471 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5472 Tom Tromey <tromey@redhat.com>
5473
5474 * gdb.texinfo (Types In Python): Describe block argument in
5475 template_argument and gdb.lookup_type.
5476
5477 2010-02-24 Tom Tromey <tromey@redhat.com>
5478
5479 * gdb.texinfo (Cygwin Native): Fix typo.
5480
5481 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5482
5483 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5484 and select method descriptions.
5485 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5486 Tables in Python to menu.
5487 (Blocks In Python): New node.
5488 (Symbols In Python): New node.
5489 (Symbol Tables in Python): New node.
5490
5491 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5492
5493 Multiexec MI
5494
5495 gdb/
5496 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5497
5498 gdb/doc/
5499 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5500 changes.
5501 (GDB/MI Program Execution): Document current behaviour of
5502 --all and --thread-group.
5503 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5504 -remove-inferior.
5505 * observer.texi (inferior_added, inferior_removed): New
5506 observers.
5507
5508 2010-02-19 Tom Tromey <tromey@redhat.com>
5509
5510 * gdbint.texinfo (Getting Started): Fix @node.
5511 (Debugging GDB): Likewise.
5512
5513 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5516 documenting the gdb_test_timeout variable.
5517
5518 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5519
5520 * gdb.texinfo (MI commands): Added documentation of --reverse
5521 option to a set of MI commands. Restructured documentation of MI
5522 commands --exec-continue to reflect the complexity of reverse
5523 execution.
5524
5525 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5526
5527 * gdb.texinfo (Using the Collected Data): Specify that the address
5528 range of `tfind outsize' is exclusive, and that the address range
5529 of `tfind range' is inclusive.
5530 (Tracepoint Packets): Specify that the address range of
5531 `QTFrame:range' is inclusive, and that the address range of
5532 `QTFrame:outside' is exclusive
5533
5534 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5535
5536 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5537
5538 2010-02-10 Tom Tromey <tromey@redhat.com>
5539
5540 * gdb.texinfo (Debugging Output): Document set debug parser and
5541 show debug parser.
5542
5543 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5544
5545 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5546 i386_eflags and i386_mxcsr.
5547
5548 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5549
5550 * gdb.texinfo: Document i386 target features.
5551
5552 2010-02-05 Doug Evans <dje@google.com>
5553
5554 * gdbint.texinfo (Testsuite): Add a new section to document the
5555 various DejaGnu variables that may be overridden.
5556 Document INTERNAL_GDBFLAGS.
5557
5558 2010-02-04 Tom Tromey <tromey@redhat.com>
5559
5560 PR cli/8830:
5561 * gdb.texinfo (Files): -readnow comes before the filename for file
5562 and symbol-file.
5563
5564 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5565
5566 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5567 Document ARM breakpoint types.
5568 (Register Packet Format): Move into the new section.
5569 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5570
5571 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5572
5573 * gdb.texinfo (File Options): Adjust the documentation of this
5574 switch to refer to the "source" command rather than partially
5575 duplicating some of the relevant information.
5576 (Extending GDB): Introduce and document the set/show script-extension
5577 setting.
5578 (Command Files): Add note explaining that the "source" command
5579 is also used to evalute scripts written in other languages.
5580 Remove the short slightly incorrect reference to sourcing Python
5581 scripts.
5582 (Python Commands): Document how to execute a Python script from GDB.
5583
5584 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5585
5586 * gdb.texinfo (Command Files): Fix typo.
5587
5588 2010-01-18 Tom Tromey <tromey@redhat.com>
5589
5590 * gdb.texinfo (File Options): Document -x on .py files.
5591 (Command Files): Document handling of Python scripts.
5592
5593 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5594
5595 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5596
5597 2010-01-15 Stan Shebs <stan@codesourcery.com>
5598
5599 * gdb.texinfo (Trace Files): New section.
5600 (Tracepoint Packets): Document QTSave and qTBuffer.
5601 (Trace File Format): New appendix.
5602
5603 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5604
5605 * gdb.texinfo (Values From Inferior): Document lazy_string value
5606 method.
5607 (Python API): Add Lazy strings menu item.
5608 (Lazy Strings In Python): New node.
5609
5610 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5611
5612 * gdb.texinfo (GDB/MI Thread Information): New.
5613 (GDB/MI Async Records): Document the core field in *stopped.
5614 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5615 documentation
5616 (Process list): Document that osdata document may contain
5617 threads.
5618 (Remote Serial Protocol): Document qXfer:threads.
5619
5620 2010-01-06 Stan Shebs <stan@codesourcery.com>
5621
5622 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5623 disconnected tracing.
5624 (Tracepoint Packets): Document new protocol.
5625
5626 2010-01-05 Stan Shebs <stan@codesourcery.com>
5627
5628 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5629 tracepoints.
5630 (Tracepoint Packets): Describe remote protocol for fast
5631 tracepoints.
5632
5633 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5634
5635 Update the "Start of New Year Procedure".
5636 * gdbint.texinfo: Add the list of files that need to be updated
5637 manually. Minor reformatting.
5638
5639 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5640
5641 * refcard.tex: Update copyright year in header and text.
5642
5643 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5644
5645 * agentexpr.texi: Add 2010 to the list of copyright years.
5646 * annotate.texinfo: Likewise.
5647 * gdb.texinfo: Likewise.
5648 * gdbint.texinfo: Likewise.
5649 * observer.texi: Likewise.
5650 * stabs.texinfo: Likewise.
5651
5652 2009-12-31 Stan Shebs <stan@codesourcery.com>
5653
5654 * gdb.texinfo (Tracepoint Actions): Describe teval.
5655
5656 2009-12-29 Stan Shebs <stan@codesourcery.com>
5657
5658 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5659
5660 2009-12-28 Stan Shebs <stan@codesourcery.com>
5661
5662 * gdb.texinfo (Trace State Variables): New section.
5663 (Tracepoint Packets): Describe trace state variable packets.
5664 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5665 variable bytecodes.
5666
5667 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5668
5669 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5670 declarations.
5671
5672 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5673
5674 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5675 -gdb-exit behaviour.
5676
5677 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5678
5679 * gpl.texi: Update to version 3 of the GPL.
5680
5681 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5682
5683 * Makefile.in: Update copyright header.
5684 * observer.texi: Fix the copyright header of the generated files.
5685
5686 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5687
5688 * gdb.texinfo (Types In Python): Describe range function.
5689
5690 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5691
5692 * gdb.texinfo (Types In Python): Describe "is_base_class".
5693
5694 2009-12-03 Tom Tromey <tromey@redhat.com>
5695
5696 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5697
5698 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5699
5700 * observer.texi: New memory_changed observer.
5701
5702 2009-12-01 Tom Tromey <tromey@redhat.com>
5703
5704 * gdb.texinfo (Reverse Execution): Fix typo.
5705
5706 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5707
5708 PR gdb/8704
5709
5710 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5711 are allowed after the breakpoint condition.
5712
5713 2009-11-23 Tom Tromey <tromey@redhat.com>
5714
5715 PR python/10782:
5716 * gdb.texinfo (Types In Python): Document Type.pointer.
5717
5718 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5719
5720 * gdb.texinfo (Machine Code): Adjust.
5721
5722 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5723
5724 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5725 (Using Agent Expressions): Delete cross reference.
5726
5727 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5728
5729 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5730 and @settitle directives up to help makeinfo find them.
5731
5732 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5733
5734 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5735 (Auto-loading): Use plural and note one can use multiple components now.
5736
5737 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5738
5739 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5740 -stack-list-arguments have the same documentation for parameter
5741 as -stack-list-locals. Add comas.
5742
5743 2009-10-27 Tom Tromey <tromey@redhat.com>
5744 Eli Zaretskii <eliz@gnu.org>
5745
5746 PR python/10781
5747
5748 * gdb.texinfo (Values From Inferior): Document cast method.
5749
5750 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5751
5752 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5753 and adjust example.
5754
5755 2009-10-22 Michael Snyder <msnyder@vmware.com>
5756
5757 * gdb.texinfo (Process Record and Replay): Document new form of
5758 info record command. Also document the new save and restore
5759 commands.
5760
5761 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5762
5763 * gdb.texinfo (Machine Code): Mention current pc marker.
5764 (Memory): Likewise.
5765
5766 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5767 Stan Shebs <stan@codesourcery.com>
5768
5769 * observer.texi (new_inferior): Rename to...
5770 (inferior_appeared): ... this.
5771
5772 * gdb.texinfo (Inferiors): Rename node to ...
5773 (Inferiors and Programs): ... this. Mention running multiple
5774 programs in the same debug session.
5775 <info inferiors>: Mention the new 'Executable' column if "info
5776 inferiors". Update examples. Document the "add-inferior",
5777 "clone-inferior", "remove-inferior" and "maint info
5778 program-spaces" commands.
5779 (Process): Rename node to...
5780 (Forks): ... this. Document "set|show follow-exec-mode".
5781
5782 2009-10-11 Michael Snyder <msnyder@vmware.com>
5783
5784 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5785 (ReverseContinue): Ditto.
5786
5787 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5788
5789 * gdb.texinfo (Server): Document libthread-db-search-path.
5790
5791 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5792
5793 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5794
5795 2009-10-06 Michael Eager <eager@eagercon.com>
5796
5797 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5798 (Embedded Processors): Add MicroBlaze.
5799 (MicroBlaze): New. Describe Xilinx MicroBlaze
5800
5801 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5802
5803 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5804
5805 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5806
5807 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5808
5809 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5810
5811 * observer.texi (solib_unloaded): Document explicitly the fact that
5812 this observer is called before the associated symbols are unloaded.
5813
5814 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5815
5816 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5817 -stack-list-variables.
5818
5819 2009-09-18 Tom Tromey <tromey@redhat.com>
5820
5821 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5822 is experimental.
5823
5824 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5825
5826 * gdb.texinfo (convenince variables): Mention
5827 $_siginfo could be empty.
5828
5829 2009-09-15 Tom Tromey <tromey@redhat.com>
5830
5831 * gdb.texinfo (GDB/MI Variable Objects): Document
5832 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5833 Expand -var-update documentation.
5834
5835 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5836
5837 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5838 feature.
5839
5840 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5841
5842 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5843
5844 2009-09-10 Michael Snyder <msnyder@vmware.com>
5845
5846 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5847 ReverseStep replies to the qSupported query.
5848
5849 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5850
5851 Add documentation for set/show interactive-mode.
5852 * gdb.texinfo (Other Misc Settings): New node.
5853
5854 2009-09-01 Doug Evans <dje@google.com>
5855
5856 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5857 non-stop mode's affect on remote caching.
5858
5859 2009-08-31 Jacob Potter <jdpotter@google.com>
5860 Doug Evans <dje@google.com>
5861
5862 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5863 Mark `set/show remotecache' options as obsolete.
5864 Document new `set/show stack-cache' option.
5865 Update text for `info dcache'.
5866
5867 2009-08-27 Doug Evans <dje@google.com>
5868
5869 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5870 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5871
5872 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5873
5874 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5875 about autoconf.
5876
5877 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5878
5879 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5880 small example, and describe its columns. Replace "inferior-id" by
5881 "infno" throughout.
5882
5883 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5884
5885 * gdbint.texinfo (Releasing GDB): Point to
5886 README-maintainer-mode file for required autoconf version.
5887 * configure.ac: Do not substitute datarootdir, htmldir,
5888 pdfdir, docdir. Do not process --with-datarootdir,
5889 --with-htmldir, --with-pdfdir, --with-docdir.
5890 * configure: Regenerate.
5891
5892 * configure: Regenerate.
5893
5894 2009-08-20 Reid Kleckner <reid@kleckner.net>
5895
5896 * gdb.texinfo: Add chapter on JIT interface.
5897
5898 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5899
5900 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5901 confirmation request.
5902
5903 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5904
5905 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5906 CRC definitions.
5907
5908 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5909
5910 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5911 -break-commands.
5912
5913 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5914
5915 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5916 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5917
5918 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5919
5920 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5921 "set spu stop-on-load" and "show spu stop-on-load" commands.
5922
5923 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5924
5925 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5926
5927 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5928
5929 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5930 org.gnu.gdb.arm.neon.
5931
5932 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5933
5934 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5935 optional element.
5936 (subsection OS ABI): New subsection.
5937
5938 2009-07-14 Stan Shebs <stan@codesourcery.com>
5939
5940 * gdb.texinfo (Tracepoint Conditions): New section.
5941 (General Query Packets): Describe ConditionalTracepoints.
5942 (Tracepoint Packets): Describe condition field.
5943 (Maintenance Commands): Describe maint agent-eval.
5944 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5945
5946 2009-07-11 Hui Zhu <teawater@gmail.com>
5947
5948 * gdb.texinfo (disassemble): Add a new modifier /r
5949 to "disassemble" command to make it print the raw instructions
5950 in hex as well as in symbolic form.
5951
5952 2009-07-09 Tom Tromey <tromey@redhat.com>
5953
5954 * gdbint.texinfo (Testsuite): Document parallel make check.
5955
5956 2009-07-09 Tom Tromey <tromey@redhat.com>
5957
5958 * gdbint.texinfo (Testsuite): Document test transcripts.
5959
5960 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5961
5962 * gdb.texinfo (Values From Inferior): Add length parameter
5963 description.
5964
5965 2009-07-04 Chris Genly <chris@genly.us>
5966
5967 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5968 in -var-list-children. Fix example according to what the code
5969 does.
5970
5971 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5972
5973 * gdb.texinfo (Debugging multiple inferiors): Document the
5974 "inferior", "detach inferior" and "kill inferior" commands.
5975 (Debugging Programs with Multiple Processes): Adjust to mention
5976 generic "inferior" commands. Delete mention of "detach fork" and
5977 "delete fork". Cross reference to "Debugging multiple inferiors"
5978 section.
5979
5980 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5981
5982 * gdbint.texinfo (Item Output Functions): Update signature
5983 for ui_out_field_core_addr.
5984
5985 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5986
5987 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5988 Update example code extrated from breakpoint.c.
5989
5990 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5991
5992 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5993 MI commands.
5994 (GDB/MI Symbol Query): Likewise.
5995 (GDB/MI File Commands): Likewise.
5996 (GDB/MI File Transfer Commands): Likewise.
5997 (GDB/MI Target Manipulation): Likewise.
5998 (GDB/MI Miscellaneous Commands): Likewise.
5999
6000 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6001
6002 * gdb.texinfo (Debugging Optimized Code): New chapter.
6003 (Compiling for Debugging): Reference it. Move some
6004 text to the new section.
6005
6006 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6007
6008 * doc/gdb.texinfo (Calling): Document
6009 set-unwind-on-terminating-exception usage.
6010
6011 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6012
6013 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6014 command.
6015
6016 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6017
6018 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6019 references.
6020
6021 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6022
6023 * gdbint.texinfo: Rename formal parameters to gdbarch function
6024 protoypes from "current_gdbarch" to "gdbarch".
6025
6026 2009-05-28 Tom Tromey <tromey@redhat.com>
6027
6028 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6029
6030 2009-05-27 Tom Tromey <tromey@redhat.com>
6031
6032 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6033 feature.
6034 (GDB/MI Variable Objects): Document -var-set-visualizer.
6035
6036 2009-04-02 Tom Tromey <tromey@redhat.com>
6037
6038 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6039 feature.
6040 (GDB/MI Variable Objects): Document -var-set-visualizer.
6041
6042 2009-05-27 Tom Tromey <tromey@redhat.com>
6043 Thiago Jung Bauermann <bauerman@br.ibm.com>
6044 Phil Muldoon <pmuldoon@redhat.com>
6045
6046 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6047 (Pretty Printing): New node.
6048 (Selecting Pretty-Printers): Likewise.
6049 (Python API): Update.
6050 (Output Formats): Document /r format.
6051
6052 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6053 Tom Tromey <tromey@redhat.com>
6054
6055 * gdb.texinfo (Types In Python): New node.
6056 (Values From Inferior): "type" is now an attribute.
6057 (Python API): Update.
6058
6059 2009-05-27 Tom Tromey <tromey@redhat.com>
6060 Thiago Jung Bauermann <bauerman@br.ibm.com>
6061 Phil Muldoon <pmuldoon@redhat.com>
6062
6063 * gdb.texinfo: Add @syncodeindex for `tp'.
6064 (Python API): Update.
6065 (Auto-loading): New node.
6066 (Objfiles In Python): New node.
6067
6068 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6069
6070 * gdb.texinfo (Threads): Document libthread-db-search-path.
6071
6072 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6073
6074 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6075
6076 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6077
6078 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6079 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6080 show show-debug-regs' docs.
6081
6082 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6083
6084 * gdb.texinfo (Process Record and Replay): Add description of
6085 reverse execution.
6086
6087 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6088
6089 * gdbint.texinfo (Adding support for debugging core files): New node.
6090 (Native Debugging): Remove the ``Native core file Support'' section.
6091
6092 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6093
6094 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6095 Add index entries.
6096
6097 2009-04-30 Hui Zhu <teawater@gmail.com>
6098 Michael Snyder <msnyder@vmware.com>
6099
6100 * gdb.texinfo: (Process Record and Replay): Add documentation for
6101 process record and replay.
6102
6103 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6104
6105 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6106 a new part on command-line defined macros.
6107
6108 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6109
6110 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6111 clarify the wording.
6112
6113 2009-04-23 Tom Tromey <tromey@redhat.com>
6114
6115 * gdb.texinfo (Data Files): New node.
6116 (GDB Files): Update menu.
6117
6118 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6119
6120 * gdbint.texinfo (Defining Other Architecture Features): Remove
6121 entry for PROCESS_LINENUMBER_HOOK.
6122
6123 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6124
6125 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6126
6127 2009-04-22 Hui Zhu <teawater@gmail.com>
6128
6129 * gdb.texinfo (disassemble-next-line): Set the default of
6130 disassemble-next-line to off.
6131
6132 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6133
6134 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6135 --with-htmldir): New.
6136 * configure: Regenerate.
6137 * Makefile.in (datarootdir, docdir): Define.
6138 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6139 instead of $(SET_TEXINPUTS).
6140 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6141 gdbint.info instead of $(SET_TEXINPUTS).
6142 (gdbint/index.html): Use same -I options as for building
6143 gdbint.info.
6144 (stabs.dvi, stabs.pdf): Use same -I options as for building
6145 stabs.info instead of $(SET_TEXINPUTS).
6146 (stabs/index.html): Use same -I options as for building
6147 stabs.info.
6148 (annotate.dvi, annotate.pdf): Use same -I options as for building
6149 annotate.info instead of $(SET_TEXINPUTS).
6150 (annotate/index.html): Use same -I options as for building
6151 annotate.info.
6152
6153 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6154
6155 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6156
6157 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6158
6159 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6160
6161 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6162 Joseph Myers <joseph@codesourcery.com>
6163
6164 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6165 (MAKEHTMLFLAGS): Set to empty.
6166 (html__strip_dir): Define.
6167 (HTMLFILES): Define.
6168 (HTMLFILES_INSTALL): Define.
6169 (install-html): Copy new automake rule.
6170 (html): Depend on $(HTMLFILES).
6171 (gdb_toc.html): Rename to gdb/index.html.
6172 (gdbint_toc.html): Rename to gdbint/index.html.
6173 (stabs_toc.html): Rename to stabs/index.html.
6174 (annotate_toc.html): Rename to annotate/index.html.
6175
6176 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6177
6178 * Makefile.in: Set pdfdir and htmldir from configure
6179 substitutions.
6180 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6181 * configure: Regenerate.
6182
6183 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6186 This macro is no longer used.
6187
6188 2009-04-15 Tom Tromey <tromey@redhat.com>
6189
6190 * gdb.texinfo (Character Sets): Document default character set.
6191
6192 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6193
6194 * gdbint.texinfo: Change server name from sources.redhat.com to
6195 sourceware.org throughout.
6196
6197 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6198
6199 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6200 about a missing dot or coma after @xref.
6201
6202 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6203
6204 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6205 example, and add a small explanation about it.
6206 (Print Settings): Change the documentation of the "set print
6207 frame-arguments" to reflect the fact that the default is now "scalars".
6208
6209 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6210
6211 * gdb.texinfo (Print Settings): Add kindex for command "set
6212 print frame-arguments".
6213
6214 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6215
6216 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6217 breakpoints.
6218 (Set Breaks): Add reference to thread-specific and task-specific
6219 breakpoints.
6220
6221 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6222
6223 * gdb.texinfo (Ada Tasks): Remove the documentation about
6224 the "Running" state, as this state has been eliminated.
6225 Now all runnable tasks are shown as "Runnable".
6226
6227 2009-03-30 Stan Shebs <stan@codesourcery.com>
6228
6229 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6230 special case of breakpoints.
6231 (Enable and Disable Tracepoints): Mention deprecation.
6232 (Listing Tracepoints): Update description and example.
6233
6234 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6235
6236 * gdb.texinfo (Frames in Python): New node.
6237 (Python API): Update.
6238
6239 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6240
6241 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6242 from a method to an attribute.
6243
6244 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6245
6246 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6247 attribute.
6248
6249 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6250
6251 * observer.texi (thread_exit): Add "silent" parameter.
6252
6253 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6254
6255 * observer.texi (about_to_proceed): New.
6256
6257 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6258
6259 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6260 field throughout to handle types with spaces in them. Fix typos
6261 found by aspell.
6262 (Summary, Requirements, Contributors): New first chapter,
6263 "Summary" added, old Requirements section moved there, and new
6264 section, "Contributors" added.
6265 (Initializing a New Architecture, Register Representation)
6266 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6267 (Porting gdb): These sections extended and updated.
6268 (Compiler Characteristics): This section (empty) deleted.
6269 (Defining Other Architecture Features): This section renamed and
6270 duplicate material removed from (formerly "Target Conditionals").
6271 Use braces {} in @deftypeXX type field throughout to handle types
6272 with spaces in them. Typos found by aspell fixed.
6273
6274 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6275 * stack_frame.pdf: Version of image for PDF output.
6276 * stack_frame.png: Version of image for HTML output and for Emacs.
6277 * stack_frame.txt: Version of image for Info output.
6278 * stack_frame.eps: Version of image for TeX DVI output.
6279
6280 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6281
6282 * gdb.texinfo (Character Sets): Fix last change.
6283
6284 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6285
6286 * gdb.texinfo (Values From Inferior): Fix optional arguments
6287 markup.
6288 (Commands In Python): Adjust argument names of gdb.Command.__init__
6289 to what the function accepts as keywords.
6290
6291 2008-03-20 Tom Tromey <tromey@redhat.com>
6292
6293 * gdb.texinfo (Convenience Vars): Document convenience functions.
6294 (Functions In Python): New node.
6295 (Python API): Update.
6296
6297 2009-03-20 Tom Tromey <tromey@redhat.com>
6298
6299 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6300 set target-wide-charset.
6301 (Requirements): Mention iconv.
6302
6303 2009-03-17 Hui Zhu <teawater@gmail.com>
6304
6305 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6306
6307 2009-03-17 Hui Zhu <teawater@gmail.com>
6308
6309 * gdb.texinfo: Add documentation for disassemble-next-line.
6310
6311 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6312
6313 * gdb.texinfo (Commands In Python): Remove tindex entries.
6314
6315 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6316
6317 * gdb.texinfo (Returning): New description for missing debug info.
6318
6319 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6320
6321 * gdb.texinfo (Remote Configuration): Document query-attached.
6322 (General Query Packets): Document qAttached.
6323
6324 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6325
6326 * gdb.texinfo (Background Execution): Better describe the set
6327 target-async command.
6328 (Maintenance Commands): Delete description of the `maint set/show
6329 linux-async' and `maint set/show remote-async' commands.
6330
6331 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6332
6333 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6334 between sentences.
6335
6336 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6337
6338 * gdb.texinfo (GDB/MI Async Records): Document the
6339 =library-loaded and =library-unloaded notifications.
6340
6341 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6342
6343 * observer.texi (test_notification): New observer.
6344
6345 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6346
6347 * observer.texi: Add parameter 'print_frame' to normal_stop
6348 observer.
6349
6350 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6351
6352 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6353 (Commands In Python): Fix COMMAND_* constants in last change. Use
6354 @kbd for interactive input. Add cross-references and index
6355 entries.
6356
6357 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6358
6359 * gdb.texinfo (Signals): Document $_siginfo.
6360 (Convenience Variables): Mention $_siginfo.
6361 (Remote Configuration): Document qXfer:siginfo:read,
6362 qXfer:siginfo:write packets, and the read-siginfo-object,
6363 write-siginfo-object commands.
6364
6365 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6366
6367 * gdbint.texinfo (Values): New chapter.
6368
6369 2009-02-06 Tom Tromey <tromey@redhat.com>
6370
6371 * gdb.texinfo (Python API): Add entry for Commands In Python.
6372 (Commands In Python): New node.
6373
6374 2009-02-05 Tom Tromey <tromey@redhat.com>
6375
6376 * gdb.texinfo (Values From Inferior): Document Value.string.
6377
6378 2009-02-05 Tom Tromey <tromey@redhat.com>
6379
6380 * gdb.texinfo (Basic Python): Document execute's from_tty
6381 argument.
6382
6383 2009-02-04 Tom Tromey <tromey@redhat.com>
6384
6385 * gdb.texinfo (Basic Python): Document gdb.history.
6386
6387 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6388
6389 * gdb.texinfo (GDB/MI Thread Commands): Document the
6390 'current-thread-id' field. Remove the example with zero threads,
6391 since current GDB won't ever report that if there's inferior.
6392
6393 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6394
6395 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6396 option to -break-insert.
6397
6398 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6399 Jerome Guitton <guitton@adacore.com>
6400
6401 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6402 (System-wide configuration): New section.
6403
6404 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6405
6406 PR gdb/7580:
6407 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6408 internal-error|internal-warning quit|corefile ask|yes|no".
6409
6410 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6411
6412 * gdb.texinfo (Using the `gdbserver' Program): Document
6413 --remote-debug.
6414
6415 2009-01-23 Doug Evans <dje@google.com>
6416
6417 * gdb.texinfo: Add nexti to list of commands that support
6418 background execution.
6419
6420 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6421
6422 * gdb.texinfo (Define, Hooks): Document prefix command support.
6423
6424 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6425 Carlos O'Donell <carlos@codesourcery.com>
6426
6427 Fixes for makeinfo --html.
6428
6429 * annotate.texinfo: Use @copying and @insertcopying. Use
6430 @ifnottex in place of @ifinfo.
6431 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6432 place of @ifinfo. Use @ifnotinfo for one index entry.
6433 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6434 in place of @ifinfo.
6435 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6436 in place of @ifinfo. Include contents at start unconditionally.
6437
6438 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6439
6440 * gdb.texinfo (General Query Packets): Remove @var{} around the
6441 "spu" literal string.
6442
6443 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6444
6445 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6446 program may be running in another process" errors.
6447 * gdbint.texinfo (Native Conditionals): Delete
6448 ONE_PROCESS_WRITETEXT description.
6449
6450 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6451
6452 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6453 emacs local variable to be placed at the end of the ChangeLog.
6454 Add server.c and gdbreplay.c to the list of files where the
6455 copyright year needs to be updated.
6456
6457 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6458
6459 * gdb.texinfo (Remote Configuration): Document new
6460 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6461 commands.
6462
6463 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6464
6465 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6466 FETCH_INFERIOR_REGISTERS.
6467 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6468 FETCH_INFERIOR_REGISTERS descriptions. Remove
6469 gdbarch_get_longjmp_target descrition, since already described in
6470 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6471 (Target Conditionals): ... here.
6472
6473 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6474
6475 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6476 examples.
6477 (Additions to Ada): Likewise. Add the missing opening and closing
6478 parenthesis of the GDB prompt in one of the examples.
6479
6480 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6483 about the result of 'Address not being of type System.Address.
6484 This problem has been fixed a while ago.
6485
6486 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6487
6488 MI non-stop and multiprocess docs.
6489
6490 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6491 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6492 Adjust documentation for *stopped, document =thread-created,
6493 =thread-exited, =thread-group-created and =thread-group-exited.
6494 (GDB/MI Thread Commands): Document the 'state' field in
6495 -thread-info output.
6496 (GDB/MI Program Execution): Mention --all and --thread-group
6497 options.
6498 (GDB/MI Variable Objects): Describe floating and fixed variable
6499 objects.
6500 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6501
6502 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6503
6504 * gdb.texinfo (Operating System Information): New appendix.
6505 (Operating System Auxiliary Information): Document 'info os processes'
6506 (Remote Configuration): Document 'osdata'
6507 (General Query Packets): Document qXfer:osdata:read.
6508
6509 2008-11-27 Tristan Gingold <gingold@adacore.com>
6510
6511 * gdb.texinfo (Darwin): Document Darwin specific features.
6512
6513 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 * gdbint.texinfo (Target Conditionals): Extend the
6516 gdbarch_breakpoint_from_pc description.
6517
6518 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6519
6520 * gdb.texinfo (M68K Features): Fix typo.
6521
6522 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6523
6524 * gdb.texinfo (Symbols): Mention printing containing
6525 image name in "info symbol".
6526 (Maint translate-address): Likewise.
6527
6528 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6529
6530 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6531 commands "catch load" and "catch unload".
6532
6533 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6534
6535 * gdb.texinfo (GDB/MI Async Records): Document
6536 =thread-selected.
6537
6538 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6539
6540 * observer.texi (new_inferior, inferior_exit): New observers.
6541
6542 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6543
6544 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6545 .mt files, TM_CLIBS or TM_CDEPS.
6546 (x86 Watchpoints): Don't mention TDEPFILES.
6547
6548 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6549
6550 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6551 (Overview): Mention notifications and non-stop mode behavior.
6552 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6553 with non-stop mode behavior. Add vStopped description.
6554 (Stop Reply Packets): Update list of packets that return
6555 stop replies. Mention non-stop behavior.
6556 (General Query Packets): Document QNonStop packet and associated
6557 qSupported query response.
6558 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6559 behavior.
6560 (Notification Packets): New section.
6561 (Remote Non-Stop): New section.
6562 (File-I/O Overview): Mention non-stop behavior.
6563
6564 2008-10-24 Hui Zhu <teawater@gmail.com>
6565 Pedro Alves <pedro@codesourcery.com>
6566
6567 * gdb.texinfo (displaced-stepping): Describe the auto mode
6568 setting, and say it's the default. This is now a mainstream
6569 setting instead of a maintenance setting.
6570
6571 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6572
6573 * observer.texi (thread_stop_requested): New.
6574
6575 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6576
6577 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6578 (Patching): Replace incorrect usage of @samp by @kbd.
6579
6580 2008-10-17 Michael Snyder <msnyder@vmware.com>
6581
6582 * gdb.texinfo: Add documentation for reverse execution.
6583
6584 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6585 Eli Zaretskii <eliz@gnu.org>
6586
6587 * gdb.texinfo. (Values From Inferior): New subsubsection.
6588
6589 2008-10-06 Doug Evans <dje@google.com>
6590
6591 * gdb.texinfo (set debug dwarf2-die): Document it.
6592
6593 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.texinfo (catch) [exception]: Document how to insert
6596 a breakpoint on user-defined exceptions when the exception
6597 name is identical to one of the language-defined ones.
6598
6599 2008-09-27 Tom Tromey <tromey@redhat.com>
6600
6601 * gdb.texinfo (Macros): Remove text about stringification,
6602 varargs, and splicing.
6603
6604 2008-09-27 Tom Tromey <tromey@redhat.com>
6605
6606 * gdbint.texinfo (Language Support): Remove text about omitting
6607 support for a language.
6608
6609 2008-09-23 Doug Evans <dje@google.com>
6610
6611 * gdb.texinfo (info dcache): Update.
6612
6613 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6614
6615 * gdb.texinfo (Packets): Add info on thread-id syntax and
6616 multiprocess extensions.
6617 <D>: Document multiprocess form of packet.
6618 <H>: Use thread-id syntax.
6619 <T>: Likewise.
6620 <vCont>: Likewise. Note this is required for multiprocess.
6621 <vKill>: New packet.
6622 (Stop Reply Packets) <T>: Use thread-id syntax.
6623 <W>: Document multiprocess form of reply.
6624 <X>: Likewise.
6625 (General Query Packets) <qC>: Use thread-id syntax.
6626 <qfThreadInfo>: Likewise.
6627 <qGetTLSAddr>: Likewise.
6628 <qP>: Likewise.
6629 <qSupported>: Add "multiprocess" feature.
6630 <qThreadExtraInfo>: Use thread-id syntax.
6631
6632 2008-09-22 Stan Shebs <stan@codesourcery.com>
6633
6634 * gdb.texinfo (Inferiors): New section.
6635
6636 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6637
6638 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6639
6640 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6641
6642 * gdbint.texinfo (Target Conditionals): Remove documentation
6643 for gdbarch_name_of_malloc.
6644
6645 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6646
6647 * gdb.texinfo (Interrupts): Mention TCP interface for
6648 sending BREAK.
6649
6650 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6651
6652 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6653 argument prefix to "set sysroot".
6654
6655 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6656
6657 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6658 and False.
6659
6660 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6661
6662 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6663 for possible features of -list-features.
6664
6665 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6666
6667 * gdb.texinfo (Background execution): Adjust example
6668 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6669
6670 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6671
6672 * doc/gdb.texinfo (PowerPC): Fix typo.
6673 (PowerPC features): Fix typo.
6674
6675 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6676
6677 * observer.texi (thread_ptid_changed): New.
6678
6679 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6680
6681 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6682 (PowerPC features): Mention feature set for VSX registers.
6683
6684 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6685
6686 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6687 the direct visibility of all names in user-written packages.
6688
6689 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6690
6691 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6692 setting, and make it the default.
6693 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6694 non-stop script example.
6695
6696 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6697
6698 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6699 reference to the "Using Different Register and Memory Data
6700 Representation" section.
6701
6702 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6703
6704 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6705 (Remote Protocol): Add Packet Acknowledgment to menu.
6706 (Overview): Mention +/- can be disabled, and point to new section
6707 where this is discussed in detail.
6708 (General Query Packets): Document QStartNoAckMode packet, and
6709 corresponding qSupported reply.
6710 (Packet Acknowledgment): New section.
6711
6712 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6713 Pedro Alves <pedro@codesourcery.com>
6714
6715 * gdb.texinfo (Threads): Move paragraph about automatic thread
6716 selection to All-Stop Mode subsection.
6717 (Thread Stops): Reorganize existing material into subsections.
6718 Add introductory blurb and menu.
6719 (Non-Stop Mode): New subsection.
6720 (Background Execution): New subsection.
6721 (Maintenance Commands): Add cross-references from async mode
6722 commands to the new Background Execution section.
6723
6724 2008-08-06 Tom Tromey <tromey@redhat.com>
6725
6726 * gdb.texinfo (Extending GDB): New chapter.
6727 (Sequences): Demoted chapter, now a section under the new
6728 Extending GDB chapter.
6729 (Python): New section.
6730
6731 2008-07-31 Stan Shebs <stan@codesourcery.com>
6732
6733 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6734
6735 2008-07-29 Stan Shebs <stan@codesourcery.com>
6736
6737 * gdbint.texinfo: General round of cleanup and minor
6738 clarifications.
6739 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6740 (Longjmp Support): Update description to reflect how it is done
6741 for targets without using native header.
6742 (Symbol Handling): Add a little more general explanation.
6743 (COFF, ELF): Mention stabs encapsulation.
6744 (DWARF 3): New section.
6745 (Adding a New Host): Scrub out some obsolete bits.
6746 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6747 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6748 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6749 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6750 SEEK_SET, STOP_SIGNAL, USG.
6751 (Raw and Virtual Register Representations): Ditto for
6752 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6753 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6754 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6755 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6756 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6757 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6758 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6759 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6760 DEPRECATED_USE_STRUCT_CONVENTION.
6761 Describe gdbarch_deprecated_fp_regnum.
6762 Update description of gdbarch_print_insn.
6763 (Adding a New Target): Scrub out obsolete bits.
6764 (Obsolete Conditionals): Remove entire section.
6765
6766 2008-07-25 Tom Tromey <tromey@redhat.com>
6767
6768 * observer.texi (GDB Observers): Document new observers:
6769 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6770 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6771 architecture_changed.
6772
6773 2008-07-21 Stan Shebs <stan@codesourcery.com>
6774
6775 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6776 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6777
6778 2008-07-21 Tom Tromey <tromey@redhat.com>
6779
6780 * observer.texi (GDB Observers): Remove obsolete comment.
6781 <executable_changed>: Remove argument.
6782
6783 2008-07-18 Tom Tromey <tromey@redhat.com>
6784
6785 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6786
6787 2008-07-10 Doug Evans <dje@google.com>
6788
6789 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6790
6791 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6792
6793 * gdb.texinfo (Starting): Document "set disable-randomization".
6794
6795 2008-07-07 Andreas Schwab <schwab@suse.de>
6796
6797 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6798
6799 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6800
6801 * gdb.texinfo (GDB/MI Target Manipulation): Add
6802 example of -target-attach.
6803
6804 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6805
6806 * observer.texi (target_resumed): New observer.
6807 * gdb.texinfo (GDB/MI Output Records): Document *running.
6808
6809 2008-06-06 Tom Tromey <tromey@redhat.com>
6810
6811 * gdb.texinfo (Completion): Add field name example.
6812
6813 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6814
6815 * gdb.texinfo (GDB/MI Program Context): Added example
6816 to -exec-arguments
6817
6818 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6819
6820 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6821 annotation.
6822
6823 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6824 Nathan Sidwell <nathan@codesourcery.com>
6825 Joseph Myers <joseph@codesourcery.com>
6826
6827 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6828 and ACX_BUGURL.
6829 * configure: Regenerate.
6830 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6831 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6832 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6833 mailing-list-specific text about bug reporting unless
6834 BUGURL_DEFAULT.
6835
6836 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6837
6838 * gdb.texinfo (-target-select): Remove reference to target async.
6839 (Maintenance Commands): Document "maint set/show remote-async".
6840
6841 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6842
6843 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6844 in -target-file-get section.
6845
6846 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6847
6848 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6849 killing the inferior when it is already debugging a process.
6850
6851 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6852
6853 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6854 abbreviation for "finish".
6855
6856 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6859
6860 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6861
6862 * gdbint.texinfo (Target Conditionals): Delete entry for
6863 gdbarch_dwarf_reg_to_regnum.
6864
6865 2008-05-09 Doug Evans <dje@google.com>
6866
6867 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6868
6869 2008-05-05 Doug Evans <dje@google.com>
6870
6871 * gdb.texinfo (disassemble): Document /m modifier.
6872
6873 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6874
6875 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6876 will not report the time of commands that run the target.
6877
6878 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6879
6880 * gdb.texinfo (GDB/MI Output Records): Add
6881 missing semicolon.
6882
6883 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6884
6885 * gdb.texinfo (GDB/MI Output Records):
6886 Document =thread-create and =thread-exited.
6887
6888 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6889
6890 * gdb.texinfo (GDB/MI Development and Front Ends):
6891 Remove mention of dmi-discuss.
6892
6893 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6894
6895 * observer.texi (thread_exit): New.
6896
6897 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6898
6899 * gdb.texinfo (Debugging Output): Document "set/show debug
6900 displaced".
6901 (Maintenance Commands): Document "maint set/show
6902 can-use-displaced-stepping".
6903
6904 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6907 and set/show arm force-mode.
6908
6909 2008-05-02 Andreas Schwab <schwab@suse.de>
6910
6911 * gdbint.texinfo (Algorithms): Describe
6912 target_watchpoint_addr_within_range.
6913
6914 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6915
6916 * gdbint.texinfo (Stack Frames): New chapter.
6917 (Algorithms): Move Frames text to the new chapter.
6918 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6919 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6920
6921 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6922
6923 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6924 output does not necessary include any tokens.
6925
6926 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6927
6928 * gdb.texinfo (Set SH Calling convention): New @item.
6929 (Show SH Calling convention): Ditto.
6930
6931 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6932
6933 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6934
6935 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6936
6937 * gdb.texinfo (Set Breaks): Mention that multiple location
6938 breakpoints need line number info. Add index entries.
6939
6940 2008-04-19 Craig Silverstein <csilvers@google.com>
6941
6942 * gdb.texinfo (Requirements): Add an optional requirement on
6943 zlib.
6944 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6945 Compressed DWARF 2.
6946
6947 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6948
6949 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6950 sample output for 'stopped,reason="breakpoint-hit"' message.
6951 (GDB/MI Program Execution): Likewise.
6952
6953 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6954
6955 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6956 -var-set-format. Add -f option to -var-evaluate-expression.
6957
6958 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6959
6960 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6961 new node "Ambiguous Expressions". Replace references to this
6962 node by references to "Ambiguous Expressions" throughout.
6963 (Ambiguous Expressions): New node.
6964
6965 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6966
6967 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6968
6969 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6970
6971 * gdb.texinfo (Debugging Output): Document
6972 "set/show debug lin-lwp-async".
6973 (Maintenance Commands): Document "maint set/show linux-async".
6974
6975 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6976
6977 * gdb.texinfo (Expressions): Update description of malloced arrays.
6978
6979 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6980
6981 * gdb.texinfo (Thread Commands): Document
6982 -thread-info. Remove -thread-list-all-threads.
6983
6984 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6985 Sandra Loosemore <sandra@codesourcery.com>
6986
6987 * gdb.texinfo (Library List Format): Update to mention the
6988 possibility to pass section addresses instead of segment
6989 addresses.
6990
6991 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6992
6993 * gdb.texinfo (Starting): Document "set exec-wrapper".
6994 (Server): Document gdbserver --wrapper.
6995
6996 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6999 unreadable memory. Delete obsolete SPARClite reference.
7000
7001 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7002
7003 * gdb.texinfo (Starting): Mention always-running targets.
7004 (Target Commands): Add an anchor for load.
7005 (Connecting): Explain continue instead of run.
7006
7007 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7008
7009 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7010
7011 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7012
7013 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7014 breakpoint table.
7015
7016 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7017
7018 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7019 killing the inferior when it is already debugging a process.
7020
7021 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7022
7023 * gdbint.texinfo (Build Script): New section. Mention new build script
7024 gdb_buildall.sh.
7025
7026 2008-02-01 Jim Blandy <jimb@red-bean.com>
7027
7028 * gdb.texinfo (Help): Summarize 'info args' correctly.
7029
7030 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7031
7032 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7033 available in PowerPC architecture.
7034 (Embedded Processors): Change node name of PowerPC item in menu.
7035 (PowerPC): Rename to...
7036 (PowerPC Embedded): this.
7037 (Architectures): Add new PowerPC item in menu.
7038 (PowerPC): New node.
7039
7040 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7041
7042 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7043 commands.
7044
7045 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7046
7047 * gdb.texinfo (Setting Catchpoints): Mention features
7048 supported on GNU/Linux.
7049
7050 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7051
7052 * gdb.texinfo (GDB/MI File Commands): Describe new output
7053 field for MI command -file-list-exec-source-file.
7054
7055 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7056
7057 * gdb.texinfo (Using the `gdbserver' Program): Add security
7058 warning. Rearrange into subsections and subsubsections. Document
7059 --multi and --debug. Correct --with-sysroot typo. Update --attach
7060 usage. Make load reference clearer. Document monitor exit.
7061 (Remote Configuration): Document set remote exec-file, attach-packet,
7062 and run-packet.
7063 (Packets): Document vAttach and vRun.
7064
7065 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7066
7067 * gdb.texinfo (Processes): Mention process command.
7068 detach-on-follow -> detach-on-fork.
7069
7070 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7071
7072 * gdbint.texinfo (Native Conditionals): Remove
7073 SHELL_COMMAND_CONCAT and SHELL_FILE.
7074
7075 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7076
7077 * gdb.texinfo (Specify Location): Improve wording.
7078
7079 2008-01-23 Chris Demetriou <cgd@google.com>
7080
7081 * gdb.texinfo (Threads): Document new "set print thread-events"
7082 and "show print thread-events" commands.
7083
7084 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7085
7086 * gdb.texinfo (Specify Location): New section.
7087 (Delete Breaks, Edit, Set Breaks): Remove description of
7088 locations. Instead, add a reference to "Specify Location".
7089 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7090 (Symbols): Refer to "Specify Location" for the valid forms of
7091 linespecs and locations.
7092
7093 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7094
7095 * gdbint.texinfo (Target Conditionals): Replace the description of
7096 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7097
7098 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7099
7100 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7101 about &&var, which is rejected by the expression parser.
7102
7103 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7104
7105 * gdb.texinfo (Output): Update documentation on using printf with DFP
7106 types.
7107
7108 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7109
7110 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7111 subsubsection.
7112 (Decimal Floating Point format): New subsubsection.
7113
7114 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7115
7116 * gdb.texinfo (File Options): Remove mention of the attempt to
7117 open a core file with the -p option. Don't list -c as a valid
7118 option to attach to a process.
7119
7120 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7121
7122 * gdbint.texinfo (Host Conditionals): Remove mention of
7123 ALIGN_STACK_ON_ENTRY.
7124
7125 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7126
7127 * gdbint.texinfo (Start of New Year Procedure): Add item
7128 describing how to update the source and documentation copyright
7129 notices.
7130
7131 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7132
7133 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7134 watchpoint explanation into the main description of the watchpoint
7135 command; update synopses of 'watch', 'rwatch', and 'awatch'
7136 commands.
7137
7138 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7139
7140 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7141 Document 'pending-breakpoints' feature of
7142 -list-features.
7143
7144 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7145
7146 * gdb.texinfo: Add new parameter's description.
7147
7148 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7149
7150 * gdb.texinfo (Overview): Clarify run-length encoding
7151 example. Remove the restriction on "+" and "-" characters.
7152
7153 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7154
7155 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7156
7157 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7158
7159 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7160 the -f option for -break-insert, remove -r option,
7161 and clarify specification of location.
7162
7163 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7164
7165 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7166 formatting.
7167 (Remote Debugging): Add File Transfer section.
7168 (Remote Configuration): Document Host I/O packets.
7169 (GDB/MI): Add GDB/MI File Transfer Commands section.
7170 (Host I/O Packets): New section in "Remote Protocol".
7171 (Packets): Add vFile.
7172
7173 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7174
7175 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7176 breakpoints with multiple locations.
7177 (Breakpoint Menus): Improve wording.
7178 (Output): Fix last change.
7179
7180 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7181
7182 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7183
7184 2007-11-15 Doug Evans <dje@google.com>
7185
7186 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7187
7188 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7189
7190 * gdbint.texinfo (Native Conditionals): Remove
7191 mention of CLEAR_SOLIB.
7192
7193 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7194
7195 * gdb.texinfo (Print Settings): Add documentation for "set/show
7196 print frame-arguments".
7197
7198 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7199
7200 * gdb.texinfo (Output): Update printf command's description.
7201
7202 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7203
7204 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7205 powerpc soft-float".
7206
7207 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7208
7209 * gdb.texinfo (Files): Correct formatting. Mention Expat
7210 requirement.
7211 (Requirements for Building GDB): Expand the list of Expat
7212 uses.
7213 (Library List Format, Memory Map Format): Mention Expat.
7214 (Target Descriptions): Update Expat wording.
7215
7216 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7217
7218 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7219 Document that gdbarch_convert_register_p should return zero for no-op
7220 conversions.
7221
7222 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7223
7224 * gdbint.texi (Compiler Characteristics): Move documentation
7225 of set_gdbarch_sofun_address_maybe_missing back to ...
7226 (Target Conditionals): ... here to fix build break.
7227
7228 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7229
7230 * gdbint.texi (Target Conditionals): Remove documentation of
7231 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7232 (Compiler Characteristics): ... documentation of
7233 set_gdbarch_sofun_address_maybe_missing.
7234
7235 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7236
7237 * gdbint.texinfo (Target Conditionals): Use
7238 frame_unwind_register_unsigned in examples instead of
7239 frame_unwind_unsigned_register.
7240
7241 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7242
7243 * gdb.texinfo (Predefined Target Types): Add int128
7244 and uint128.
7245 (Standard Target Features): Add PowerPC features.
7246
7247 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7248
7249 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7250
7251 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7252
7253 * gdbint.texi (Target Conditionals): Remove documentation
7254 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7255 gdbarch_extract_return_value, and gdbarch_store_return_value.
7256
7257 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7258
7259 * gdbint.texi (Target Conditionals): Remove documentation of
7260 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7261
7262 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7263
7264 * gdb.texinfo: Mention that inaccessible-by-default is on by
7265 default.
7266
7267 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7268
7269 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7270
7271 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7272
7273 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7274 multi-threaded watchpoints.
7275 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7276 checked. Describe sticky notification. Expand description
7277 of steppable and continuable watchpoints.
7278 (Watchpoints and Threads): New subsection.
7279
7280 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7281
7282 * gdb.texinfo (Setting Breakpoints): Revise
7283 documentation for pending breakpoints. Document
7284 breakpoints with multiple locations.
7285
7286 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7287
7288 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7289 Document -list-features.
7290
7291 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7292
7293 * gdb.texinfo (Output): Spell out which features of C's printf are
7294 not supported by GDB's printf.
7295 (Separate Debug Files): More accurate wording regarding build ID
7296 and a reference to the ld manual rather than the Fedora wiki.
7297
7298 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7299 Jim Blandy <jimb@codesourcery.com>
7300
7301 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7302 (Examining Memory): Update mentions of the 's' format.
7303 (Automatic Display): Likewise.
7304
7305 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7306
7307 * gdb.texinfo: Update the FSF's Back-Cover Text.
7308
7309 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7310 Eli Zaretskii <eliz@gnu.org>
7311
7312 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7313 Fixed the ``build ID'' name. New binaries build instructions for the
7314 build ID inclusion. Explain how the commands are specific to the build
7315 ID vs. debug link.
7316
7317 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7318
7319 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7320 indexing for ``build ID'' support.
7321
7322 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7325 Enlisted BUILD ID to the debug file searching example.
7326 Included a BUILD ID `.note.gnu.build-id' section description.
7327 Updated/added the debug files splitting instructions for OBJCOPY.
7328
7329 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7330
7331 * gdb.texinfo (Variable Objects): Adjust docs
7332 for -var-info-expression and document
7333 -var-info-path-expression.
7334
7335 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7336
7337 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7338 (title page): Include the dedication in the printed manual, as a
7339 separate page after the copyright notice.
7340
7341 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7342 don't break a @var across a line.
7343
7344 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7345
7346 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7347 for include files.
7348
7349 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7350
7351 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7352 in annotate.texinfo.
7353 (Command History): Link to new node.
7354
7355 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7356
7357 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7358
7359 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7360
7361 * gdbint.texinfo (Target Conditionals): Fix last change.
7362
7363 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7364
7365 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7366 routines:
7367 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7368 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7369 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7370 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7371 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7372 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7373 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7374 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7375 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7376 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7377 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7378 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7379 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7380 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7381 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7382 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7383 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7384 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7385 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7386 (SOFTWARE_SINGLE_STEP_P)
7387
7388 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7389 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7390
7391 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7392 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7393 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7394 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7395 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7396 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7397 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7398 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7399 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7400 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7401
7402 (Converting an existing Target Architecture to Multi-arch): Remove
7403 section.
7404
7405 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7406 (gdbarch_addr_bits_remove): Add code example.
7407
7408 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7409
7410 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7411
7412 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7413 Add other missing entries. Adjust the table size to fit.
7414 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7415 stop reasons including the new "library" event.
7416 (General Query Packets): Adjust table widths for qSupported. Mention
7417 qXfer:libraries:read reply to qSupported and document the new packet.
7418 (Library List Format): New section.
7419
7420 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7423
7424 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7425
7426 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7427
7428 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7429
7430 * gdbint.texinfo (Register and Memory Data): Break sections
7431 into nodes and add a menu.
7432
7433 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7434
7435 * gdb.texinfo (Examining Memory): Document the new behaviour.
7436
7437 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7438
7439 * gdb.texinfo (Standard Target Features): Document
7440 m68k features.
7441
7442 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7443
7444 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7445
7446 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7447
7448 * gdb.texinfo (Target Description Format): Add version attribute
7449 for <target>.
7450
7451 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7452
7453 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7454
7455 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdb.texinfo (MIPS Features): New subsection.
7458
7459 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7460 Markus Deuling <deuling@de.ibm.com>
7461
7462 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7463 and qXfer:spu:write packets and mention them under qSupported.
7464
7465 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7466 Markus Deuling <deuling@de.ibm.com>
7467
7468 * gdb.texinfo (Architectures): Add new SPU section to document
7469 Cell Broadband Engine SPU architecture specific commands.
7470
7471 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7472
7473 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7474 comments.
7475
7476 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7477
7478 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7479
7480 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7481
7482 * gdb.texinfo (Overview): Doc fix.
7483
7484 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7485
7486 * gdb.texinfo (Remote Configuration): Document "set/show
7487 remoteflow".
7488
7489 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7490
7491 * gdb.texinfo (MIPS): Remove documentation for set mips
7492 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7493 stack-arg-size.
7494
7495 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7496
7497 * all-cfg.texi (GDBTUI): New.
7498 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7499 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7500 (TUI Configuration): Edit to improve clarity and fix problems of
7501 both style and content.
7502
7503 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7504
7505 * observer.texi (GDB Observers): New observer "new_objfile".
7506
7507 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7508
7509 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7510
7511 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7512
7513 * gdb.texinfo (GDB/MI Variable Objects): Document
7514 frozen variables objects.
7515
7516 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7517
7518 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7519 (Character Sets, Caching Data of Remote Targets): Likewise.
7520 (Targets): Delete Remote node. Move its text...
7521 (Debugging Remote Programs): ...to here. Delete description
7522 of the "remote" command.
7523 (Remote configuration): Delete description of "set remotedevice"
7524 and "show remotedevice".
7525 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7526
7527 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7528
7529 * gdb.texinfo (Contributors, Continuing and Stepping)
7530 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7531 (General Query Packets, File-I/O Remote Protocol Extension)
7532 (Protocol Basics, The F Reply Packet, Write)
7533 (Protocol-specific Representation of Datatypes, Memory Transfer):
7534 Fix hyphenation, punctuation and grammar problems.
7535 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7536 'section' instead of 'subsection' in the text.
7537 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7538 (i386): Remove period from section name.
7539 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7540 (Config Names, Configure Options): Use @file{configure}.
7541
7542 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7543
7544 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7545 and tab expansion.
7546
7547 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7548
7549 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7550
7551 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7552
7553 * gdb.texinfo: Consistently capitalize all significant words in
7554 node names, chapter titles, section titles, and headings. Update
7555 cross references to match.
7556 (Starting and Stopping Trace Experiment): Make node name plural.
7557 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7558
7559 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7560
7561 * gdb.texinfo (WinCE): Delete obsolete subsection.
7562
7563 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7564
7565 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7566 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7567 references.
7568
7569 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7570
7571 * gdb.texinfo (Startup): Delete references to some alternate
7572 names for .gdbinit.
7573 (Thread): Remove LynxOS reference.
7574 (Tandem ST2000): Delete target-specific documentation.
7575 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7576 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7577 and GDB_OSABI_LYNXOS.
7578
7579 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7580
7581 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7582
7583 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7584
7585 * gdbint.texinfo (Target Conditionals): Remove mention of
7586 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7587 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7588
7589 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7590
7591 * Makefile.in: Add "pdfdir" installation
7592 directory, PDFTEX macro, support for "install-pdf" target,
7593 and rules for making a pdf version of refcard.texi.
7594 * refcard.tex: Specify paper size for PDF output.
7595
7596 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7597
7598 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7599
7600 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7601
7602 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7603 (Source Path, Character Sets, Macros, Define)
7604 (GDB/MI Result Records, GDB/MI Simple Examples)
7605 (GDB/MI Program Execution, GDB/MI File Commands)
7606 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7607 (Bug Reporting): Use @value{GCC}.
7608
7609 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7610
7611 * gdb.texinfo (Help): Fix formatting of examples.
7612 (Variables): Use @ifnotinfo instead of @iftex.
7613 (Non-debug DLL symbols): Use @ref instead of @pxref.
7614 (Sparclet File): Use @samp instead of quotes.
7615
7616 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7617
7618 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7619
7620 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7621
7622 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7623 the order of the nodes.
7624 (C Operators, C Constants, Debugging C): Remove extra menus.
7625 (Method Names in Commands): Do not specify next/prev/up nodes.
7626
7627 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7628
7629 * gdb.texinfo (File Options): Add missing parenthesis.
7630 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7631
7632 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7633
7634 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7635
7636 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7637
7638 * gdb.texinfo (Standard Target Features): Mention
7639 case insensitivity.
7640 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7641
7642 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7645 (Files): Add section name to argument list for pxref.
7646 (Non-debug DLL symbols): Don't use `see' for pxref.
7647 (Embedded Processors): Fix typo.
7648 (GDB/MI Breakpoint Commands): Execution commands generate
7649 *stopped not ^done.
7650
7651 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7652
7653 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7654 values for in_scope. Mention that only root variables can be
7655 updated.
7656 (GDB/MI Development and Front Ends): Explain new values may be
7657 added to existing fields.
7658
7659 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7660
7661 * gdb.texinfo (-target-disconnect): Use @smallexample.
7662 (Requirements): Add anchor for Expat. Update description.
7663 (Target Descriptions): Mention Expat.
7664 (Target Description Format): Document new elements. Use
7665 @smallexample.
7666 (Predefined Target Types, Standard Target Features): New sections.
7667 * gdbint.texinfo (Target Descriptions): New section.
7668
7669 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7670
7671 * gdb.texinfo (Target Description Format): Add section on XInclude.
7672
7673 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7674
7675 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7676 command -enable-timings.
7677
7678 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7679
7680 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7681 descriptions for new/deleted elements in gdb_osabi. Add missing
7682 description for function generic_elf_osabi_sniff_abi_tag_sections.
7683
7684 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7685
7686 * gdb.texinfo (Maintenance Commands): Add documentation for
7687 the new "maint print target-stack" command.
7688
7689 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7690 Eli Zaretskii <eliz@gnu.org>
7691
7692 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7693
7694 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7695
7696 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7697 Use @value{NGCC} instead of @value{GCC}.
7698
7699 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7700
7701 * agentexpr.texi: Fix typos.
7702 * annotate.texinfo: Likewise.
7703 * gdb.texinfo: Likewise.
7704 * gdbint.texinfo: Likewise.
7705 * observer.texi: Likewise.
7706 * stabs.texinfo: Likewise.
7707
7708 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7709
7710 * gdbint.texinfo (Support Libraries): Remove mmalloc
7711 entry. Describe readline library.
7712
7713 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7714
7715 * gdb.texinfo (Target Descriptions): New section.
7716 (General Query Packets): Add QPassSignals anchor. Mention
7717 qXfer:features:read under qSupported. Expand mentions of
7718 qXfer:memory-map:read and QPassSignals. Document
7719 qXfer:features:read.
7720
7721 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7722
7723 * gdb.texinfo (Commands to specify files): Describe
7724 "set sysroot" and "show sysroot".
7725 (Using the `gdbserver' program): Lowercase argument
7726 to @var. Expand description of setting up GDB on the
7727 host.
7728
7729 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7730
7731 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7732 catch exception, catch exception unhandled, and catch assert
7733 commands.
7734
7735 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * gdb.texinfo (Debugging Output): Document "set debug xml"
7738 and "show debug xml".
7739
7740 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7741
7742 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7743
7744 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7745
7746 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7747
7748 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7749
7750 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7751 note in @ignore, to be removed later if nobody complains.
7752
7753 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7754
7755 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7756 of -var-delete.
7757
7758 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7759
7760 * gdb.texinfo (Setting breakpoints): Document
7761 automatic software/hardware breakpoint usage and
7762 the "set breakpoint auto-hw" command.
7763
7764 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7765
7766 * gdb.texinfo (Memory Access Checking): New.
7767
7768 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7769
7770 * gdb.texinfo (Remote configuration): Mention
7771 "pass-signals-packet".
7772 (General Query Packets): Document QPassSignals. Fix
7773 a typo.
7774
7775 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7776
7777 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7778
7779 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7780
7781 * gdb.texinfo (Remote configuration): Rewrite documentation for
7782 packet configuration commands.
7783 (OS Information): Adjust reference to qXfer:auxv:read.
7784 (General Query Packets): Remove references to read-aux-vector-packet
7785 and set remote get-thread-local-storage-address.
7786
7787 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7788
7789 * gdbint.texinfo (Target Architecture Definition): Add new
7790 Initializing a New Architecture section.
7791
7792 2006-10-31 David Taylor <dtaylor@emc.com>
7793
7794 * stabs.texinfo (Macro define and undefine): New node describing
7795 stabs for #define and #undef.
7796
7797 2006-10-27 Andreas Schwab <schwab@suse.de>
7798
7799 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7800
7801 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7802
7803 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7804 clarify on the possible meanings of ``expression'' watched by
7805 watchpoints. Add indexing.
7806 (Prompting, Errors, Invalidation, Annotations for Running)
7807 (Source Annotations): Fix index entries by adding "annotation" to
7808 them, to discriminate from index entries that point to the more
7809 general topic descriptions.
7810
7811 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7812
7813 * gdbint.texinfo (Target Vector Definition): Move most
7814 content into Existing Targets. Add a menu.
7815 (Existing Targets): New section, moved from Target Vector
7816 Definition. Use @subsection.
7817 (Managing Execution State): New section.
7818
7819 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7820
7821 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7822
7823 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7824
7825 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7826 (Command Syntax, Signals, Backtrace, Connecting)
7827 (Remote configuration, Renesas Boards, Console I/O): Fix last
7828 change: use Ctrl- instead of C-, except wrt Emacs.
7829 (File-I/O Examples): Put Ctrl-c in @kbd.
7830 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7831 (Console I/O): Use @samp with Ctrl-.
7832 (Signals, Set Breaks, Set Watchpoints): Document optional
7833 arguments to `info signals' `handle', `info breakpoints', and
7834 `info watchpoints'.
7835
7836 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7837
7838 * gdb.texinfo (Backtrace): Fix last change.
7839
7840 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7841
7842 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7843
7844 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7845
7846 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7847 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7848 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7849
7850 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7851 Daniel Jacobowitz <dan@codesourcery.com>
7852
7853 * gdb.texinfo (Packets): Document vFlashErase,
7854 vFlashWrite and vFlashDone packets.
7855 (General Query Packets): Document qXfer:memory-map:read.
7856 Add a new feature for qXfer:memory-map:read.
7857 (Memory map format): New section.
7858 (Target Commands): Mention that gdb can write flash.
7859
7860 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7861 Daniel Jacobowitz <dan@codesourcery.com>
7862
7863 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7864 memory regions and "mem auto".
7865
7866 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7867
7868 * gdbint.texinfo (Array Containers): New section.
7869
7870 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7871
7872 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7873 -stack-list-arguments HIGH_FRAME argument can be larger then the
7874 actual number of frames.
7875
7876 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7877
7878 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7879 -stack-list-locals HIGH_FRAME argument can be larger then the
7880 actual number of frames.
7881
7882 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7883
7884 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7885 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7886
7887 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7888
7889 * gdbint.texinfo (Overall Structure): New section "Source Tree
7890 Structure".
7891
7892 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7893
7894 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7895 responses.
7896
7897 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7898
7899 * gdb.texinfo (Source Path): Add documentation for new
7900 substitute-path commands.
7901
7902 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7903
7904 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7905 (Running Configure): ...here.
7906 (Requirements): New node. Mention expat.
7907
7908 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7909
7910 * gdb.texinfo (Target Commands): Remove
7911 'set download-write-size' and 'show download-write-size'.
7912
7913 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7914
7915 * stabs.texinfo (Member Type Descriptor): Correct example for
7916 pointer to member types.
7917
7918 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7919
7920 * gdb.texinfo (Optional warnings and messages): Add
7921 'set/show trace-commands'.
7922 (Command files): Add '-v' to source command.
7923
7924 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7925
7926 * gdb.texinfo (OS Information): Update qPart reference to
7927 qXfer.
7928 (Remote configuration): Likewise.
7929 (Overview): Move @cindex to the start of a paragraph. Talk
7930 about binary data encoding.
7931 (Packets): Refer to the overview for the details of the X
7932 packet encoding.
7933 (General Query Packets): Remove qPart description. Add qXfer
7934 description. Add an anchor to qSupported. Correct feature
7935 table title. Add a new feature for qXfer:auxv:read.
7936 (Interrupts): Add a missing parenthesis.
7937
7938 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7939
7940 * gdb.texinfo (KOD): Remove node.
7941 (GDB/MI Kod Commands): Remove commented out node.
7942
7943 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7944
7945 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7946 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7947 (GDB/MI Thread Commands, GDB/MI Program Execution)
7948 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7949 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7950 (GDB/MI File Commands, GDB/MI Target Manipulation)
7951 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7952 since the MI prompt is hard-wired into the code.
7953
7954 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7955
7956 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7957 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7958 (GDB/MI Data Manipulation): Remove description of unimplemented
7959 display related commands as variable objects perform this function
7960 and are superior: -display-delete, -display-disable,
7961 -display-enable, -display-insert and -display-list. Move
7962 -environment-cd, -environment-directory, -environment-path
7963 and -environment-pwd to "Program Context".
7964 (GDB/MI Program Control): Rename to "Program Execution". Move
7965 -exec-arguments -exec-abort to...
7966 (GDB/MI Program Context): ...here. New node split from "Data
7967 Manipulation".
7968
7969 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7970
7971 * gdb.texinfo (Remote configuration): Document set / show
7972 remote supported-packets.
7973 (General Query Packets): Document qSupported packet.
7974
7975 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7976
7977 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7978 and font markup.
7979 (Protocol basics): Likewise.
7980 (The F request packet): Likewise.
7981 (The F reply packet): Likewise.
7982 (Memory transfer): Move this node to be a subsubsection of
7983 "Protocol specific representation of datatypes".
7984 (The Ctrl-C message): More copy editing.
7985 (Console I/O): Likewise.
7986 (The isatty call): Delete this node, and merge its content into
7987 the "isatty" node. Fixed references elsewhere.
7988 (The system call): Delete this node, and merge its content into
7989 the "system" node. Fixed references elsewhere.
7990 (open): Reformat to use @table, and add appropriate font markup.
7991 (close): Likewise.
7992 (read): Likewise.
7993 (write): Likewise.
7994 (lseek): Likewise.
7995 (rename): Likewise.
7996 (unlink): Likewise.
7997 (stat/fstat): Likewise.
7998 (gettimeofday): Likewise.
7999 (isatty): Likewise.
8000 (system): Likewise, plus minor changes to fix confusing wording.
8001 (Integral datatypes): Fix font markup.
8002 (Pointer values): Likewise.
8003 (struct stat): Fix markup to use @table, plus minor copy editing.
8004 (struct timeval): Fix font markup, plus minor copy editing.
8005 (Constants): Minor copy editing.
8006 (Errno values): Add font markup.
8007 (File-I/O Examples): Likewise.
8008
8009 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8010
8011 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8012 (GDB/MI Simple Examples): Move node up one level. Use real
8013 examples.
8014 (GDB/MI Compatibility with CLI): Update.
8015 (GDB/MI Result Records): Add "connected" and "exit" result
8016 classes.
8017 (GDB/MI Stream Records): Clarify target output.
8018 (GDB/MI Command Description Format): Modify example description.
8019 (GDB/MI Breakpoint Table Commands): Rename to...
8020 (GDB/MI Breakpoint Commands): ...this
8021 (GDB/MI Breakpoint Commands): Add optional thread field.
8022 (GDB/MI Program Control): Add an introduction. Move "Program
8023 termination" examples into exec-run description.
8024 (GDB/MI File Commands): Mention similar CLI commands.
8025 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8026 is similar to "-gdb-version".
8027
8028 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8029
8030 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8031
8032 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8033
8034 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8035 sourceware.org for mailing lists.
8036 (GDB/MI File Commands): New node split from Program Control.
8037
8038 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8039
8040 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8041
8042 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8043
8044 * gdb.texinfo (Cygwin Native): Fix last change.
8045
8046 2006-05-22 Christopher Faylor <cgf@timesys.com>
8047
8048 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8049
8050 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8053 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8054
8055 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8056
8057 * gdb.texinfo (General Query Packets): Recommend not starting
8058 new packets with qC and clarify.
8059
8060 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8061
8062 * gdb.texinfo (M2 Types): New section.
8063
8064 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8065
8066 * agentexpr.texi: Add a copyright and license notice.
8067 * observer.texi: Likewise, with GPL clause for function prototypes.
8068 Remove trailing whitespace.
8069
8070 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8071
8072 * gdb.texinfo (General Query Packets): Document conventions for
8073 terminating packet names, and their violations.
8074
8075 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8076
8077 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8078 * gdb.texinfo: Likewise.
8079
8080 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8083 and "show remotedebug".
8084 (Debugging Output): Add additional index entries.
8085
8086 2006-04-27 Michael Snyder <msnyder@redhat.com>
8087
8088 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8089
8090 2006-04-22 Andrew Cagney <cagney@redhat.com>
8091
8092 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8093 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8094
8095 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8096
8097 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8098 and remove breakpoint prototypes.
8099 (Watchpoints): Move description of target_insert_hw_breakpoint and
8100 target_remove_hw_breakpoint ...
8101 (Breakpoints): ... to here. Document target_insert_breakpoint and
8102 target_remove_breakpoint.
8103
8104 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8105
8106 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8107 and C packets are optional.
8108
8109 2006-04-14 Frederic Riss <frederic.riss@st.com>
8110
8111 * gdb.texinfo (Specifying source directories): Update the description
8112 of the source file search to reflect the fact that the source path
8113 always contains at least $cdir and $cwd.
8114
8115 2006-03-31 Michael Snyder <msnyder@redhat.com>
8116
8117 * gdb.texinfo: Update copyright dates.
8118
8119 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8120
8121 * gdb.texinfo (Overview): Add an index entry to "empty response".
8122
8123 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8124
8125 * gdbint.texinfo (Prologue Analysis): New section.
8126
8127 2006-03-07 Jim Blandy <jimb@red-bean.com>
8128
8129 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8130
8131 * gdb.texinfo (Target Commands): Update text describing how to
8132 specify a target. Refer to the detailed section on remote
8133 debugging, not the brief mention.
8134
8135 * gdb.texinfo (Connecting): Organize the different 'target remote'
8136 connection methods into a table. Add a 'target remote' index
8137 entry. (!!!)
8138
8139 2006-02-17 Fred Fish <fnf@specifix.com>
8140
8141 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8142 'ptype' commands to reflect the fact that the only significant
8143 difference between them is that ptype prints the complete type
8144 description instead of just the name.
8145
8146 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8147
8148 * gdbint.texinfo (Watchpoints): Delete
8149 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8150
8151 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8152
8153 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8154 times fields where needed. Fix typos. Update general form given
8155 for output of -break-insert.
8156 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8157
8158 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8159
8160 * gdbint.texinfo (Symbol Handling): Add a section
8161 on memory management.
8162
8163 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8164
8165 * gdb.texinfo (Breakpoint table commands): Document the fullname
8166 field in -break-list output.
8167
8168 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8169
8170 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8171 debugging information produced by the various "set debug..."
8172 options.
8173
8174 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8175
8176 * gdb.texinfo (Files): Remove obsolete bits from the description
8177 of "symbol-file".
8178
8179 2006-01-25 Jim Blandy <jimb@redhat.com>
8180
8181 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8182
8183 2006-01-24 Jim Blandy <jimb@redhat.com>
8184
8185 * gdbint.texinfo (Frames): Document the basics of GDB's register
8186 unwinding model, and explain the existence of the "sentinel" frame.
8187
8188 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8189
8190 * gdb.texinfo (Choosing files): Mention that -directory is used
8191 for script files.
8192 (Specifying source directories): Likewise.
8193 (Command files): Explain how script files are found.
8194
8195 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8196
8197 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8198 the threads in a multi-threaded program.
8199 (Threads): The threadno argument of "thread apply" can be a range
8200 of numbers.
8201
8202 2006-01-18 Jim Blandy <jimb@redhat.com>
8203
8204 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8205 of warning flags.
8206
8207 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8208
8209 * gdb.texinfo (Sequences): Improve menu annotations.
8210 (Define): Add index entries for arguments of user-defined
8211 commands. Move the description of flow-control commands...
8212 (Command Files): ...to here. Document loop_break and
8213 loop_continue.
8214 (Define, Command Files): Document `end' and add index entries for
8215 it.
8216
8217 2006-01-04 Michael Snyder <msnyder@redhat.com>
8218
8219 * gdb.texinfo: Add documentation for linux-fork.
8220 * gdbint.texinfo: Add internal documentation for checkpoints.
8221
8222 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8223
8224 * gdb.texinfo (Omissions from Ada): Document that there is now
8225 limited aggregate support.
8226
8227 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8228
8229 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8230 registers and the likes.
8231
8232 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8233
8234 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8235 (Symbols): Fix usage of "e.g.".
8236 (Memory Region Attributes): Fix usage of "etc."
8237
8238 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8239 (Coding): Fix usage of "e.g.".
8240
8241 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8242
8243 * stabs.texinfo:
8244 * refcard.tex:
8245 * gpl.texi:
8246 * gdbint.texinfo:
8247 * gdb.texinfo:
8248 * gdb-cfg.texi:
8249 * fdl.texi:
8250 * annotate.texinfo:
8251 * all-cfg.texi:
8252 * Makefile.in: Add (C) after Copyright. Update the FSF
8253 address.
8254
8255 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8256
8257 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8258 extend GDB with commands for external monitor.
8259
8260 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8261
8262 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8263
8264 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8265
8266 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8267
8268 2005-11-21 Jim Blandy <jimb@redhat.com>
8269
8270 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8271 placement of 'R' actions in tracepoint action packets; document
8272 dependence of 'X' and 'M' actions on a preceding 'R' action for
8273 their registers.
8274
8275 2005-11-19 Jim Blandy <jimb@redhat.com>
8276
8277 * gdb.texinfo (Tracepoint Packets): New node.
8278 (General Query Packets): Add entries for the tracepoint packets,
8279 referring to the "Tracepoint Packets" node.
8280 (Tracepoints): Add reference to "Tracepoint Packets".
8281
8282 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8283
8284 * gdb.texinfo (set remotebreak): Add anchor.
8285 (X packet): Likewise.
8286 (Remote Protocol): Add new section `Interrupts' and new index
8287 entry `interrupts (remote protocol)'.
8288
8289 2005-11-18 Jim Blandy <jimb@redhat.com>
8290
8291 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8292 entries into the General Query Packets section. Add a
8293 cross-reference to that section. Drop description of replies, as
8294 these are covered in the descriptions of each packet.
8295 (General Query Packets): Add introductory text. Explain naming
8296 conventions, and how the end of a name is recognized.
8297
8298 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8299
8300 * gdb.texinfo (Remote configuration): Fix typo in description of
8301 "set remotebreak" command.
8302
8303 2005-11-16 Jim Blandy <jimb@redhat.com>
8304
8305 * gdb.texinfo (Packets, Stop Reply Packets)
8306 (General Query Packets): Various formatting cleanups.
8307 - Use @samp for packet contents.
8308 - Drop summaries from packet @item lines; the same information appears
8309 immediately below in the description.
8310 - Delete paragraph breaks after packet @item commands, so that the
8311 description appears directly to the right of the packet prototype
8312 in the printed manual, if it fits.
8313 - Place spaces in packet prototypes between @vars and non-@var
8314 letters, and explain that they're just for formatting.
8315 - Use @dots{} instead of '...'.
8316 - Fix uses of @code where @var was needed.
8317 - Replace "deprecated" markers with English text spelling out the
8318 packet's status and the preferred alternatives.
8319 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8320 what this ever meant.
8321 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8322 this for a long time.
8323 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8324 implemented several times, and have been in use for years.
8325
8326 2005-11-15 Jim Blandy <jimb@redhat.com>
8327
8328 * gdb.texinfo (Packets): Add index entries for 'm' packet
8329 disclaimers.
8330
8331 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8332 of stub when processing an 'm' packet.
8333
8334 * gdb.texinfo (Packets): Mention that packets beginning with
8335 letters are reserved once, at the top, instead of actually listing
8336 them all and saying "reserved".
8337
8338 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8339
8340 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8341 Change @var{$arg0 to @code{$arg0.
8342
8343 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8344
8345 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8346
8347 2005-11-12 Jim Blandy <jimb@redhat.com>
8348
8349 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8350 order. Remove extraneous 'z'.
8351
8352 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8353
8354 * gdb.texinfo (Choosing files): Add --eval-command.
8355
8356 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8357
8358 * gdb.texinfo (Choosing modes): Add --return-child-result.
8359
8360
8361 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8362
8363 * gdb.texinfo (Choosing modes): Add --batch-silent.
8364
8365 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8366
8367 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8368 "The -var-update Command".
8369
8370 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8371
8372 * gdb.texinfo (Print Settings): Add documentation for set/show
8373 print array-indexes.
8374
8375 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8376
8377 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8378 6.2 and 6.3.
8379
8380 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8381
8382 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8383 since 19-Jan-2004.
8384 (Files): Likewise.
8385 (Variables, Symbols): Document the "<incomplete type>" message and
8386 its reasons.
8387
8388 2005-08-01 Fred Fish <fnf@specifix.com>
8389
8390 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8391
8392 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8393
8394 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8395 option for -var-list-children and -var-update.
8396 (GDB/MI Stack Manipulation): Simplify description of
8397 print-values option for -stack-list-locals.
8398 (GDB/MI Command Description Format): Clarify.
8399 (Mode Options): Spelling of superseded.
8400
8401 2005-07-12 Bob Rossi <bob@brasko.net>
8402
8403 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8404 corresponding GDB command comment.
8405
8406 2005-07-06 Bob Rossi <bob@brasko.net>
8407
8408 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8409 and -inferior-tty-show.
8410 (Input/Output): Document "set/show inferior-tty" and tty alias.
8411
8412 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8413
8414 * gdb.texinfo (Packets): Change description of 'D' packet to note
8415 that GDB does wait for a response.
8416
8417 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * gdb.texinfo (History) Rename "Command History".
8420 (Command History): Move node "Server Prefix" from section on
8421 Annotations here.
8422
8423 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8424
8425 * gdb.texinfo (GDB/MI Stack Manipulation):
8426 Re-instate -stack-info-frame with example. Say that it gets
8427 info on selected frame, not current frame.
8428
8429 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8430
8431 * gdb.texinfo (Server): Clarify that `file' should be used before
8432 connecting to the server.
8433 (Files): Add an xref to the above description.
8434 (Output Formats): More detailed description of the `c' format.
8435 (Memory): List explicitly all the formats supported by `x'.
8436 (Threads): Add an @cindex entry for "thread apply".
8437 (Files): Document the possibility of loading unlinked object
8438 files. Add more indexing for solib-absolute-prefix and
8439 --with-sysroot.
8440 (Machine Code): Document possible problems with locations in
8441 shared libraries.
8442 (Backtrace): Document that free-standing environments do not need
8443 to have a `main' function.
8444
8445 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8448 -stack-info-frame.
8449
8450 2005-06-07 Andrew Cagney <cagney@gnu.org>
8451
8452 * gdb.texinfo (Contributors): Note the original multi-arch
8453 contributors.
8454
8455 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8456
8457 * gdb.texinfo (Registers): Add index entries for the standard
8458 registers.
8459 (Frames): Add cross-reference from frame pointer description to
8460 the Registers node.
8461 (Annotations Overview): Fix the reference to GDB name.
8462
8463 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8464
8465 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8466 can-use-hw-watchpoints.
8467
8468 2005-05-28 Bob Rossi <bob@brasko.net>
8469
8470 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8471 the possible reasons why an exec async record would be returned to FE.
8472
8473 2005-05-26 Andrew Cagney <cagney@gnu.org>
8474
8475 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8476 Andrew Cagney implemented the original GDB/MI.
8477
8478 2005-05-23 Orjan Friberg <orjanf@axis.com>
8479
8480 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8481 documentation. Add documentation for cris-mode.
8482
8483 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8484
8485 * gdb.texinfo (Numbers): Explain the example and make the wording
8486 more acurate.
8487
8488 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8489 Dennis Brueni <dennis@slickedit.com>
8490
8491 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8492 (GDB/MI Data Manipulation, GDB/MI Program Control)
8493 (GDB/MI Stack Manipulation): Update examples to include the fullname
8494 attribute in stack frames.
8495
8496 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8497
8498 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8499 do with other non-standard names of init files.
8500
8501 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8502
8503 * gdb.texinfo (Command Files): Move the description of the startup
8504 from here...
8505 (Startup): ...to this new subsection of the Invocation chapter.
8506 Rearrange the description of init files more logically and add a
8507 cross-reference to "Command Files". Document the special gdbinit
8508 name for CISCO 68k. Expand the description of what GDB does
8509 during startup.
8510 (History): Add index entry for HISTSIZE.
8511
8512 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8513
8514 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8515
8516 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8517
8518 * gdb.texinfo (SVR4 Process Information, The isatty call)
8519 (The system call): Don't use foo(N) notation for man pages and
8520 functions.
8521 (Compilation, DJGPP Native): Improve wording.
8522
8523 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8524
8525 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8526 were optimized away.
8527
8528 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8529
8530 * gdb.texinfo (Remote configuration): Document "set/show
8531 get-thread-local-storage-address". Add cross-reference to the
8532 description of the qGetTLSAddr packet.
8533 (General Query Packets): Mention "set remote
8534 get-thread-local-storage-address" and add a reference to its
8535 description.
8536
8537 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8538
8539 * gdb.texinfo (Backtrace): Describe 'bt full'.
8540
8541 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8542
8543 * gdb.texinfo (Mode Options): Fix typo.
8544 (GDB/MI): Describe how to invoke GDB/MI.
8545
8546 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8547
8548 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8549 references changed. Add description of "info udot".
8550 (Files): Document "set/show stop-on-solib-events".
8551 (M32R/D): Document "set/show download-path", "set/show
8552 board-address", "set/show server-address", "upload", "tload".
8553 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8554 "use_mon_code", "use_ib_break", "use_dbt_break".
8555 (Maintenance Commands): Improve indexing.
8556 (Target Commands): Document "set/show hash", "set/show debug
8557 monitor".
8558 (SVR4 Process Information): Document "info pidlist" and "info
8559 meminfo". Document "set/show procfs-tarce" and "set/show
8560 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8561 (Symbols, The Print Command with Objective-C): Improve indexing.
8562 (Objective-C): Add references to "info classes" and "info
8563 selectors".
8564 (Debugging Output): Improve wording. Document "set/show debug
8565 solib-frv". Fix "set/show debugvarobj".
8566 (Set Breaks): Add index entry for "hardware breakpoints".
8567 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8568 and "set/show usehardbreakpoints".
8569 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8570 monitor-prompt", "set/show monitor-warnings", "pmon".
8571 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8572 rdiromatzero", "set/show rdiheartbeat".
8573 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8574 "sds".
8575 (Embedded Processors): Document the "sim" command.
8576 (Remote): Document the "remote" command.
8577 (DJGPP Native): Document the "info serial" command.
8578 (Threads): Document "maint info sol-threads".
8579 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8580 (Set Breaks): Improve indexing.
8581 (Command Syntax): Add a reference to dont-repeat.
8582 (Define): Document "dont-repeat".
8583 (TUI Commands): Document "tabset".
8584 (WinCE): New subsection. Document "set/show remotedirectory",
8585 "set/show remoteupload", "set/show remoteaddhost".
8586
8587 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8588
8589 * gdb.texinfo (Hurd Native): New subsection, documents
8590 Hurd-specific commands.
8591 (Maintenance Commands): Add cross-reference to "Debugging Output".
8592 (Debugging Output): Document "set/show debug lin-lwp".
8593 (MIPS): Improve documentation of heuristic-fence-post. Document
8594 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8595 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8596 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8597 (ARM): Document ARM-specific commands.
8598 (AVR): New section. Document "info io_registers".
8599 (CRIS): New section. Document "set/show cris-version" and
8600 "set/show cris-dwarf2-cfi".
8601 (HPPA): New section. Document "set/show debug hppa" and "maint
8602 print unwind".
8603 (Neutrino): New subsection. Document "set/show debug nto-debug".
8604 (Super-H): New section. Document the "regs" command.
8605 (Debugging Output): Document "set/show debug aix-thread".
8606
8607 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8608
8609 * gdb.texinfo (Print Settings): Document "set/show print
8610 pascal_static-members", "set print repeats", "show print
8611 null-stop". Improve indexing. Fix documentation of "set print
8612 union".
8613 (Pascal): New section.
8614 (Supported languages): Rename from "Support"; all references
8615 updated. Add a menu item for Pascal.
8616 (Numbers): Document "set radix.
8617 (Screen Size): Document "set/show pagination".
8618 (MIPS Embedded): Remove "set processor" documentation.
8619 (Remote configuration): Document "set/show X/P/Z-packet",
8620 "set/show read-aux-vector-packet", "set/show remote
8621 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8622 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8623 remotedebug", "set/show remotebreak", "set/show remotedevice",
8624 "set/show remotelogfile".
8625 (Auxiliary Vector): Add reference to the description of the
8626 read-aux-vector-packet setting.
8627 (Set Watchpoints): Add a cross-reference to "set remote
8628 hardware-breakpoint-limit".
8629 (General Query Packets): Add indexing of requests and
8630 cross-references to related commands in "Remote configuration".
8631 (File-I/O Overview, The system call): Fix wording and typos.
8632 (Thread Stops): Add index entries.
8633 (Continuing and Stepping): Document "show step-mode".
8634 (i386): New node. Document "set/show struct-convention".
8635 (Files): Document "show trust-readonly-sections".
8636 (Calling): Document "set/show unwindonsignal".
8637 (Messages/Warnings): Add index entries.
8638 (Maintenance Commands): Document "set/show watchdog".
8639 (Annotations Overview): Document "show annotate".
8640 (Set Watchpoints): Add index entries.
8641 (Symbols): Fix doc of case-sensitive.
8642 (ABI): Document "show coerce-float-to-double".
8643 (Convenience Vars, Help): Improve indexing.
8644 (Machine Code): Document "show disassembly-flavor".
8645 (Debugging C plus plus): Document "show overload-resolution".
8646 (Value History, Signaling): Add index entries.
8647
8648 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8649
8650 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8651 (Processes): Fix wording.
8652 (History, List, Logging output, Define, Symbols, Print Settings):
8653 Improve indexing.
8654
8655 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8656
8657 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8658 redundant index entry for "target" command.
8659 (Backtrace): Add index entries.
8660 (Symbols, Fortran): Document the "set case-sensitive" command.
8661 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8662 (Print Settings): Add index entry for "set demangle-style".
8663 (Target Commands): Document "set download-write-size".
8664 (Debugging Output): Document "set exec-done-display".
8665
8666 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8667
8668 * gdb.texinfo (Files): Fix the name and documentation of
8669 add-shared-symbol-files. Document its alias assf. Update the
8670 list of OSs where GDB supports shared libraries. Fix markup.
8671 (Continuing and Stepping): Add reference to @var{location} in the
8672 text.
8673 (Dump/Restore Files): Fix reference to @{filename}.
8674 (Help): Fix wording.
8675 (Attach): Ditto.
8676 (Set Watchpoints): Ditto.
8677 (Backtrace): Remove redundant index entries. Improve index
8678 entries.
8679 (Delete Breaks): Fix wording.
8680 (Memory): Document the compare-sections command.
8681 (Memory Region Attributes): Improve wording.
8682 (Disabling): Improve wording.
8683 (Fortran): New subsection. Document the "info common" command.
8684 (Help): Document aliases "info copying" and "info warranty".
8685 (Caching Remote Data): New section. Document the "set/show
8686 remotecache" and "info dcache" commands.
8687 (Show): Fix wording of the documentation of the "set
8688 extension-language" command.
8689 (Signals): Add index entry for "info handle".
8690 (Memory Region Attributes): Fix punctuation.
8691 (Symbols): Change the arg name to "location" and refer to it in
8692 the text. Fix wording of "info types" doc.
8693 (Threads): Fix usage of @enumerate @item's.
8694 (Listing Tracepoints): Add index entry for "info tp".
8695 (Set Watchpoints): Add xref to "info break" description.
8696 (Macros): Add an index entry for "macro exp1". Document the
8697 "macro list" command.
8698 (Maintenance Commands): Document "flushregs", "maint agent",
8699 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8700 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8701 "maint print architecture", "maint print objfiles", "maint print
8702 statistics", "maint print type", "maint show-debug-regs", "maint
8703 space", "maint time", and "maint translate-address".
8704 (Connecting): Document the "monitor" command.
8705 (Annotations Overview): Describe the "set annotate" command.
8706
8707 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8708
8709 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8710 Rearrange index entries and improve wording about support for
8711 hardware watchpoints.
8712
8713 2005-03-10 Bob Rossi <bob@brasko.net>
8714
8715 * gdb.texinfo: Update copyright
8716
8717 2005-02-09 Theodore A. Roth <troth@openavr.org>
8718
8719 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8720 error.
8721
8722 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8723
8724 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8725
8726 2005-01-17 Michael Snyder <msnyder@redhat.com>
8727
8728 * gdb.texinfo: Fix spelling, infinte -> infinite.
8729
8730 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8731
8732 * observer.texi (GDB Observers): Document "solib_loaded".
8733
8734 2005-01-07 Andrew Cagney <cagney@gnu.org>
8735
8736 * configure.ac: Rename configure.in, require autoconf 2.59.
8737 * configure: Re-generate.
8738
8739 * configure.in: Replace configdirs with multiple references to
8740 AC_CONFIG_SUBDIRS.
8741 * configure: Re-generate.
8742
8743 2005-01-04 Andrew Cagney <cagney@gnu.org>
8744
8745 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8746 part of the version number.
8747
8748 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8749
8750 * gdbint.texinfo (Algorithms): Remove description of
8751 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8752
8753 2004-12-07 Jim Blandy <jimb@redhat.com>
8754
8755 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8756 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8757 numbers.
8758
8759 2004-12-07 Andreas Schwab <schwab@suse.de>
8760
8761 * gdb.texinfo (Mode Options): Document -l option.
8762
8763 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8764
8765 * gdbint.texinfo (Algorithms): More accurate description of
8766 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8767 is not needed unless data-read and data-access watchpoints are
8768 supported. Add a description of how GDB checks whether the
8769 inferior stopped because a watchpoint was hit.
8770
8771 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8772
8773 * gdb.texinfo (Files): Add cross-reference to description of
8774 -readnow command-line switch.
8775
8776 2004-11-10 Randolph Chung <tausq@debian.org>
8777
8778 * gdb.texinfo: Document set/show backtrace past-entry commands.
8779 Rearrange index entries for set/show backtrace past-main.
8780
8781 2004-11-10 Jon Beniston <jon@beniston.com>
8782
8783 Committed by Andrew Cagney <cagney@gnu.org>.
8784 * gdb.texinfo (Remote Serial Protocol): Further describe
8785 binary transfer escaping mechanism .
8786
8787 2004-11-08 Randolph Chung <tausq@debian.org>
8788
8789 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8790 and "show debug infrun". Add index entries.
8791
8792 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8793
8794 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8795 "info proc" that are already implemented. Add index entries.
8796 (Working Directory): Add a cross-reference to "info proc" command.
8797 (Files): Add a tip for decreasing memory used for symtabs from
8798 shared libraries.
8799 (Starting): Fix whitespace; make "elaboration" stand out where it
8800 is first used, and add an index entry for the term.
8801 (Calling): Expand and elaborate text. Add "print". Add the
8802 description of problems with weak aliases.
8803 (Core File Generation): New section.
8804
8805 2004-10-12 Andrew Cagney <cagney@gnu.org>
8806
8807 * gdbint.texinfo (Versions and Branches): New chapter.
8808 (Releasing GDB): Delete "Versions and Branches" section.
8809 (Top): Add "Versions and Branches".
8810
8811 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8812
8813 * gdb.texinfo (Editing, History): Add cross-references to the
8814 included Readline and History user documentation. Remove
8815 references to the symbol have-readline-appendices which is unused
8816 and undefined.
8817 (History): Fix indexing.
8818
8819 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8820
8821 * gdbint.texinfo (target_stopped_data_address): Update to
8822 new prototype.
8823 (i386_stopped_data_address): Update prototype and description.
8824 (i386_stopped_by_watchpoint): New function and description.
8825
8826 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8827
8828 * gdb.texinfo (Filenames): Add Ada suffixes.
8829 (Ada) New section.
8830
8831 2004-09-27 Andrew Cagney <cagney@gnu.org>
8832 Robert Picco <Robert.Picco@hp.com>
8833
8834 * gdb.texinfo (Packets): Document the "p" packet.
8835
8836 2004-09-21 Jason Molenda (jmolenda@apple.com)
8837
8838 * gdb.texinfo (Paths and Names of the Source Files): Document the
8839 meaning of values in the 'desc' field of a SO stab.
8840
8841 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8842
8843 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8844 max-cache-age" and "maint show dwarf2 max-cache-age".
8845
8846 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8847
8848 * gdb.texinfo (Set Breaks): Add index entry for setting
8849 breakpoints on overloaded C++ functions that are not members of
8850 any classes. Add an example and an index entry for setting
8851 breakpoints on all program functions.
8852 (Character Sets, Macros, Overlay Commands)
8853 (Non-debug DLL symbols, GDB/MI Output Syntax)
8854 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8855 Use "(@value{GDBP})" instead of a literal "(gdb)".
8856
8857 2004-09-12 Andrew Cagney <cagney@gnu.org>
8858
8859 * gdbint.texinfo (Native Debugging): Delete description of
8860 FILES_INFO_HOOK.
8861
8862 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8863
8864 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8865 to hex_string_custom (not historically correct, but more
8866 understandable, given the current code).
8867
8868 2004-09-03 Andrew Cagney <cagney@gnu.org>
8869
8870 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8871
8872 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8873
8874 * observer.texi (solib_unloaded): New observer.
8875
8876 2004-08-24 Andrew Cagney <cagney@gnu.org>
8877
8878 * gdbint.texinfo (Target Architecture Definition): Add missing
8879 comma.
8880
8881 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8882
8883 * (Using the Testsuite): build != host is supported,
8884 but some test scripts do not support build != host.
8885
8886 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8887
8888 * gdbint.texinfo (Host Definition): Delete description of
8889 FCLOSE_PROVIDED and GETENV_PROVIDED.
8890
8891 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8892
8893 * gdbint.texinfo (Host Definition): Delete description of
8894 NO_SYS_FILE.
8895 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8896 PTRACE_FP_BUG.
8897
8898 2004-08-05 Andrew Cagney <cagney@gnu.org>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Delete
8901 reference to deprecated_read_fp.
8902
8903 2004-08-02 Andrew Cagney <cagney@gnu.org>
8904
8905 * gdbint.texinfo (Target Architecture Definition): Delete
8906 description of DEPRECATED_REGISTER_BYTES.
8907
8908 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8909
8910 * gdb.texinfo (Source Path): Document the new behavior of
8911 searching for the source files.
8912
8913 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8914
8915 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8916 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8917 (Auto Display): Improve indexing.
8918
8919 2004-07-16 Andrew Cagney <cagney@gnu.org>
8920
8921 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8922 "-noasync".
8923
8924 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8925
8926 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8927 have the same prefix have only their prefix in the index.
8928
8929 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8930
8931 * gdb.texinfo (BSD libkvm Interface): New node (section)
8932 (Native): Add it to the menu.
8933
8934 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8935
8936 * gdbint.texinfo (Target Architecture Definition): Remove
8937 PCC_SOL_BROKEN.
8938
8939 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8940
8941 * gdbint.texinfo (Target Architecture Definition): Remove
8942 SUN_FIXED_LBRAC_BUG.
8943
8944 2004-06-26 Andrew Cagney <cagney@gnu.org>
8945
8946 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8947
8948 2004-06-20 Andrew Cagney <cagney@gnu.org>
8949
8950 * gdbint.texinfo (Target Architecture Definition): Deprecate
8951 USE_STRUCT_CONVENTION.
8952
8953 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8954
8955 gdb.texinfo (Bug Reporting): Mention session recording,
8956 with the script command or Emacs.
8957
8958 2004-06-18 Andrew Cagney <cagney@gnu.org>
8959
8960 * gdbint.texinfo (Target Architecture Definition): Deprecate
8961 FUNCTION_START_OFFSET.
8962
8963 2004-06-14 Andrew Cagney <cagney@gnu.org>
8964
8965 Based on changes from Karl Berry.
8966 * gdb.texinfo: Do not use @sc in a direntry.
8967 * stabs.texinfo: Change @dircateogry to "Software development".
8968 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8969
8970 2004-06-13 Andrew Cagney <cagney@gnu.org>
8971
8972 * gdbint.texinfo (Target Architecture Definition): Delete
8973 description of RETURN_VALUE_ON_STACK.
8974
8975 2004-06-09 Andrew Cagney <cagney@gnu.org>
8976
8977 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8978 deleted by previous patch.
8979
8980 2004-06-08 Andrew Cagney <cagney@gnu.org>
8981
8982 * gdbint.texinfo (Native Debugging): Delete documentation on
8983 ATTACH_DETACH.
8984
8985 2004-06-06 Randolph Chung <tausq@debian.org>
8986
8987 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8988
8989 2004-06-06 Randolph Chung <tausq@debian.org>
8990
8991 * gdb.texinfo (push_dummy_call): Update argument list to match
8992 the new push_dummy_call method signature. Describe the function
8993 argument.
8994
8995 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8996
8997 * gdb.texinfo (Starting): Document new start command.
8998
8999 2004-05-21 Andrew Cagney <cagney@redhat.com>
9000
9001 * observer.texi (GDB Observers): Document "inferior_created".
9002
9003 2004-05-08 Andrew Cagney <cagney@redhat.com>
9004
9005 * gdbint.texinfo (Target Architecture Definition): Delete
9006 description of DO_DEFERRED_STORES.
9007
9008 * gdbint.texinfo (Target Architecture Definition): Delete
9009 references to DEPRECATED_FIX_CALL_DUMMY.
9010
9011 * gdbint.texinfo (Target Architecture Definition): Delete
9012 description of DEPRECATED_CALL_DUMMY_WORDS,
9013 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9014
9015 * gdbint.texinfo (Target Architecture Definition): Delete
9016 description of DEPRECATED_PUSH_DUMMY_FRAME.
9017
9018 * gdbint.texinfo (Target Architecture Definition): Delete
9019 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9020
9021 2004-05-07 Andrew Cagney <cagney@redhat.com>
9022
9023 * observer.texi (GDB Observers): Add "Debugging" section. Include
9024 cross reference to "set/show debug observer".
9025 * gdb.texinfo (Debugging Output): Document "set/show debug
9026 observer".
9027
9028 2004-05-01 Andrew Cagney <cagney@redhat.com>
9029
9030 * gdbint.texinfo (Target Architecture Definition): Delete
9031 description of DEPRECATED_PC_IN_SIGTRAMP.
9032
9033 2004-04-30 Andrew Cagney <cagney@redhat.com>
9034
9035 * gdbint.texinfo (Target Architecture Definition): Delete
9036 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9037
9038 2004-04-30 Orjan Friberg <orjanf@axis.com>
9039
9040 * observer.texi (GDB Observers): Correct spelling.
9041
9042 2004-04-26 Orjan Friberg <orjanf@axis.com>
9043
9044 * observer.texi (GDB Observers): Add target_changed event.
9045
9046 2004-04-08 Andrew Cagney <cagney@redhat.com>
9047
9048 * observer.texi (GDB Observers): Rework, provide generic observer
9049 definitions and then a list of observable events.
9050
9051 2004-04-04 Andrew Cagney <cagney@redhat.com>
9052
9053 * gdbint.texinfo (Host Definition): Delete reference to
9054 NO_SIGINTERRUPT.
9055
9056 2004-04-02 Andrew Cagney <cagney@redhat.com>
9057
9058 * gdbint.texinfo (Target Architecture Definition): Delete
9059 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9060
9061 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9062
9063 * gdb.texinfo (TUI Commands): Document tui reg commands.
9064
9065 2004-03-26 Andrew Cagney <cagney@redhat.com>
9066
9067 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9068 "gdbtui".
9069 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9070 (Contributors): Mention both Text and Terminal User Interface.
9071
9072 2004-03-23 Andrew Cagney <cagney@redhat.com>
9073
9074 * gdbint.texinfo (Target Architecture Definition): Deprecate
9075 references to SIGTRAMP_START and SIGTRAMP_END.
9076
9077 2004-03-23 Andrew Cagney <cagney@redhat.com>
9078
9079 * gdbint.texinfo (Target Architecture Definition): Deprecate
9080 references to PC_IN_SIGTRAMP.
9081
9082 2004-03-19 Andrew Cagney <cagney@redhat.com>
9083
9084 * gdbint.texinfo (Target Architecture Definition): Delete
9085 reference to GDB_TARGET_IS_HPPA.
9086
9087 2004-03-18 Andrew Cagney <cagney@redhat.com>
9088
9089 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9090 describe pre_init and post_init.
9091
9092 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9093
9094 * gdb.texinfo (Debugging Output): Document values for "set debug
9095 target".
9096
9097 2004-02-28 Andrew Cagney <cagney@redhat.com>
9098
9099 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9100
9101 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9102
9103 * gdb.texinfo (breakpoints): Add information about the
9104 new "set breakpoint pending" and "show breakpoint pending"
9105 commands.
9106
9107 2004-02-26 Andrew Cagney <cagney@redhat.com>
9108
9109 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9110 in Per-architecture module data section.
9111
9112 2004-02-25 Roland McGrath <roland@redhat.com>
9113
9114 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9115
9116 2004-02-24 Andrew Cagney <cagney@redhat.com>
9117
9118 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9119 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9120 * fdl.texi: Import Version 1.2, November 2002.
9121
9122 2004-02-17 Andrew Cagney <cagney@redhat.com>
9123
9124 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9125
9126 2004-02-16 Andrew Cagney <cagney@redhat.com>
9127
9128 * gdbint.texinfo (Target Architecture Definition): Deprecate
9129 FRAMELESS_FUNCTION_INVOCATION.
9130
9131 2004-02-16 Andrew Cagney <cagney@redhat.com>
9132
9133 * gdbint.texinfo (Coding): Mention -Wunused-function.
9134
9135 2004-02-14 Andrew Cagney <cagney@redhat.com>
9136
9137 * gdbint.texinfo (Target Architecture Definition): Delete
9138 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9139
9140 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9141
9142 * gdb.texinfo: Properly quote the name "C++".
9143 * gdbint.texinfo: Ditto.
9144 * stabs.texinfo: Ditto.
9145
9146 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9147
9148 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9149 minimal information about libiberty.
9150
9151 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9152
9153 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9154
9155 2004-02-04 Roland McGrath <roland@redhat.com>
9156
9157 * gdb.texinfo (Auxiliary Vector): New node (section).
9158 (Data): Add it to the menu.
9159
9160 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9161
9162 * gdb.texinfo (Breakpoints): Add information about pending
9163 breakpoint support.
9164
9165 2004-01-26 Andrew Cagney <cagney@redhat.com>
9166
9167 * gdb.texinfo (Overview): Delete references to the cisco protocol
9168 including the "N" response.
9169
9170 2004-01-26 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdbint.texinfo (Target Architecture Definition): Rename
9173 EXTRACT_STRUCT_VALUE_ADDRESS to
9174 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9175
9176 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9177
9178 * gdb.texinfo (KOD): Document "show os". Add index entries for
9179 "set/show os" and "info cisco" commands.
9180
9181 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9182
9183 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9184
9185 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9186
9187 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9188 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9189
9190 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9191
9192 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9193 -stack-list-locals.
9194 (GDB/MI Variable Objects): Describe extension to
9195 -var-list-children.
9196
9197 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9198
9199 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9200
9201 2004-01-17 Andrew Cagney <cagney@redhat.com>
9202
9203 * gdbint.texinfo (Target Architecture Definition): Delete
9204 documentation on DEPRECATED_NPC_REGNUM.
9205
9206 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9207
9208 * gdb.texinfo: Update copyright year. Mention that set
9209 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9210 "set follow-fork-mode ask".
9211
9212 2004-01-13 Andrew Cagney <cagney@redhat.com>
9213
9214 * gdbint.texinfo: Update copyright year.
9215 (Coding): Add -Wunused-label to list of -Werror warnings.
9216
9217 2004-01-08 Jason Molenda <jmolenda@apple.com>
9218 Eli Zaretskii <eliz@gnu.org>
9219
9220 * gdb.texinfo: Update copyright.
9221 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9222 around names, as appropriate. Minor syntax cleanup of
9223 _NSPrintForDebugger explanation. Two spaces after periods.
9224 GDBN used instead of lit. "gdb". Index entries added for
9225 print-object and _NSPrintForDebugger. @noindent added in one spot.
9226
9227 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9228
9229 * stabs.texinfo: Add dircategory and direntry commands.
9230 * annotate.texinfo: Ditto.
9231
9232 2003-11-10 Andrew Cagney <cagney@redhat.com>
9233
9234 * gdbint.texinfo (Target Architecture Definition): Replace the
9235 return_value method's "inval" and "outval" parameters with
9236 "readbuf" and "writebuf".
9237
9238 2003-10-28 Jim Blandy <jimb@redhat.com>
9239
9240 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9241 from "The `F' request packet" and "The `F' reply packet", to make
9242 texi2dvi happy.
9243 (File-I/O remote protocol extension): Update menu entries, too.
9244
9245 2003-10-26 Michael Chastain <mec@shout.net>
9246
9247 * gdb.texinfo (Thread Stops): Document the issue with
9248 premature return from system calls in multi-threaded programs.
9249
9250 2003-10-24 Andrew Cagney <cagney@redhat.com>
9251
9252 * annotate.texinfo: Fix "fortunatly"[sic].
9253
9254 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9255
9256 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9257 with "Hitachi" and "Mitsubishi".
9258
9259 2003-10-20 Andrew Cagney <cagney@redhat.com>
9260
9261 * gdbint.texinfo (Target Architecture Definition): Document
9262 gdbarch_return_value. Add cross references from
9263 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9264 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9265
9266 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9267
9268 * gdbint.texinfo (Target Architecture Definition): Document
9269 regset_from_core_section.
9270
9271 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9272
9273 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9274
9275 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9276
9277 From Anthony Green <green@redhat.com>:
9278 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9279
9280 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9281
9282 * gdb.texinfo (Breakpoint related warnings): New node.
9283 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9284
9285 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9286
9287 * gdb.texinfo (Remote Protocol): Document v and vCont.
9288
9289 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9290
9291 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9292 * gdbint.texinfo: Ditto.
9293
9294 2003-10-09 Andrew Cagney <cagney@redhat.com>
9295
9296 From 2003-09-18 David Anderson <davea@sgi.com>:
9297 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9298 "command".
9299
9300 2003-10-03 Andrew Cagney <cagney@redhat.com>
9301
9302 * gdbint.texinfo (Target Architecture Definition): Deprecate
9303 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9304 just target.
9305
9306 2003-10-02 Andrew Cagney <cagney@redhat.com>
9307
9308 * gdbint.texinfo (Target Architecture Definition): Rename
9309 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9310 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9311 * gdbint.texinfo (Target Architecture Definition): Rename
9312
9313 2003-09-30 Andrew Cagney <cagney@redhat.com>
9314
9315 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9316 (Target Architecture Definition):
9317
9318 * gdbint.texinfo (Target Architecture Definition): Rename
9319 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9320
9321 2003-09-29 Andrew Cagney <cagney@redhat.com>
9322
9323 * gdbint.texinfo (Target Architecture Definition): Delete
9324 documentation for NEED_TEXT_START_END.
9325
9326 * gdbint.texinfo (Target Architecture Definition): Rename
9327 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9328 TARGET_WRITE_PC.
9329
9330 2003-09-22 Michael Chastain <mec@shout.net>
9331
9332 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9333
9334 2003-09-21 Anthony Green <green@redhat.com>
9335
9336 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9337
9338 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9339
9340 * gdbint.texinfo (Target Architecture Definition): Document
9341 stabs_argument_has_addr.
9342
9343 2003-09-18 Andrew Cagney <cagney@redhat.com>
9344
9345 * gdbint.texinfo (Target Architecture Definition): Delete
9346 documentation on REGISTER_NAMES.
9347
9348 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9349
9350 * gdbint.texinfo (Target Architecture Definition): Replace
9351 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9352
9353 2003-09-11 Andrew Cagney <cagney@redhat.com>
9354
9355 * gdbint.texinfo (Target Architecture Definition): Replace
9356 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9357
9358 2003-08-18 Andrew Cagney <cagney@redhat.com>
9359
9360 * gdbint.texinfo (Target Architecture Definition): Document
9361 "frame_red_zone_size".
9362
9363 2003-08-09 Andrew Cagney <cagney@redhat.com>
9364
9365 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9366 with "set/show backtrace past-main" and "set/show backtrace
9367 limit".
9368
9369 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9370
9371 * Makefile.in (install-info): Support DESTDIR.
9372 (install-html): Likewise.
9373
9374 2003-08-07 Andrew Cagney <cagney@redhat.com>
9375
9376 Patch from Nick Roberts.
9377 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9378 bindings. Remove description of send-gdb-command.
9379
9380 2003-08-07 Andrew Cagney <cagney@redhat.com>
9381
9382 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9383 GDB 6.0.
9384
9385 2003-08-06 Andrew Cagney <cagney@redhat.com>
9386
9387 * gdb.texinfo (Mode Options): Mention that level three is the
9388 highest available and that level 2 is deprecated.
9389 (Annotations Overview): Mention annotation levels. Cross reference
9390 to "Limitations of the Annotation Interface" in annotate.texi.
9391 (TODO, Value Annotations, Frame Annotations): Delete section.
9392 (Displays, Breakpoint Info): Delete.
9393
9394 2003-08-04 Andrew Cagney <cagney@redhat.com>
9395
9396 * agentexpr.texi: Delete @bye.
9397 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9398 (stabs.info): Add $(srcdir) to include search path.
9399 (html): Depend on "annotate_toc.html", and not "annotate.html".
9400 * stabs.texinfo: Ditto. Include "fdl.texi".
9401 * gdbint.texinfo: Update copyright statement's list of invariant
9402 sections.
9403
9404 2003-07-28 Andrew Cagney <cagney@redhat.com>
9405
9406 * Makefile.in (INFO_DEPS): Add annotate.info.
9407 (dvi, ps, html, pdf): Add annotate.
9408 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9409 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9410 (ANNOTATE_DOC_FILES): New macro.
9411 (ANNOTATE_TEX_TMPS): New macro.
9412 (annotate.info, annotate_toc.html): Specify dependencies.
9413 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9414 * annotate.texinfo: Rename annotate.texi. Get building. Add
9415 "Migrating to GDB/MI" and "Limitations of the Annotation
9416 Interface" chapters. Mention why it is not part of the user
9417 guide. Update copyright notice. Include "fdl.texi".
9418
9419 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9420
9421 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9422
9423 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9424
9425 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9426
9427 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9428
9429 * gdb.texinfo (Server): Mention pidof.
9430
9431 2003-07-22 Andrew Cagney <cagney@redhat.com>
9432
9433 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9434 list.
9435
9436 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9437
9438 * gdb.texinfo (Logging output): New chapter.
9439
9440 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9441
9442 * gdb.texinfo (Unsupported languages): New section.
9443 (Languages): Add link to new section.
9444
9445 2003-06-22 Andrew Cagney <cagney@redhat.com>
9446
9447 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9448
9449 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9450
9451 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9452
9453 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9456 * agentexpr.texi: Retitle section, and change it to an appendix.
9457 Comment out texinfo initialization. Factor a @var{} into two
9458 pieces to prevent makeinfo warnings.
9459 * gdb.texinfo: Add Agent Expressions appendix.
9460
9461 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9464
9465 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9466
9467 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9468 remote target". Document the "detach" and "disconnect" commands.
9469 (Server, Netware, Debug Session): Reference "Connecting to a
9470 remote target".
9471 (GDB/MI Target Manipulation): Document "-target-disconnect".
9472
9473 2003-06-13 Andrew Cagney <cagney@redhat.com>
9474
9475 * gdbint.texinfo (Target Architecture Definition): Deprecate
9476 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9477 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9478
9479 2003-06-09 Jim Blandy <jimb@redhat.com>
9480
9481 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9482
9483 2003-06-08 Andrew Cagney <cagney@redhat.com>
9484
9485 * gdbint.texinfo (Target Architecture Definition): Delete
9486 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9487
9488 2003-06-08 Andrew Cagney <cagney@redhat.com>
9489
9490 * gdbint.texinfo (Target Architecture Definition): Document
9491 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9492
9493 2003-06-07 Adam Fedor <fedor@gnu.org>
9494
9495 * gdb.texinfo: Add Objective-C documentation.
9496
9497 2003-06-01 Andrew Cagney <cagney@redhat.com>
9498
9499 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9500 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9501
9502 2003-05-21 Andrew Cagney <cagney@redhat.com>
9503
9504 * gdbint.texinfo (Target Architecture Definition): Delete
9505 references to "extract_address" and "store_address".
9506
9507 2003-05-16 Andrew Cagney <cagney@redhat.com>
9508
9509 * gdbint.texinfo (Target Architecture Definition): Replace
9510 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9511 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9512
9513 2003-05-14 Theodore A. Roth <troth@openavr.org>
9514
9515 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9516
9517 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9518
9519 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9520 (gdb.dvi): Likewise.
9521 (gdb.pdf): Likewise.
9522 (links2roff): Likewise.
9523
9524 2003-05-08 Jim Blandy <jimb@redhat.com>
9525
9526 * gdb.texinfo (Dump/Restore Files): Update documentation for
9527 'dump', 'append', and 'restore': note that format argument is
9528 optional; simplify presentation of the command variants; and be
9529 more precise about the formats.
9530
9531 2003-05-07 Jim Blandy <jimb@redhat.com>
9532
9533 * gdb.texinfo (Symbols): Update documentation: 'maint list
9534 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9535 symtabs' and 'maint info psymtabs'.
9536
9537 2003-05-05 Andrew Cagney <cagney@redhat.com>
9538
9539 * gdbint.texinfo (Target Architecture Definition): Make
9540 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9541 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9542 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9543
9544 2003-05-04 Andrew Cagney <cagney@redhat.com>
9545
9546 * gdb.texinfo (Maintenance Commands): Document "maint print
9547 dummy-frames".
9548
9549 2003-05-04 Andrew Cagney <cagney@redhat.com>
9550
9551 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9552
9553 2003-05-03 J. Brobecker <brobecker@gnat.com>
9554
9555 Thierry Schneider <tpschneider1@yahoo.com>
9556 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9557 for new MI command.
9558
9559 2003-05-03 Andrew Cagney <cagney@redhat.com>
9560
9561 * gdbint.texinfo (Target Architecture Definition): Document
9562 push_dummy_code. Add cross references.
9563
9564 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9565
9566 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9567 set/show charsets commands.
9568
9569 2003-04-28 Andrew Cagney <cagney@redhat.com>
9570
9571 * gdbint.texinfo (Target Architecture Definition): Replace
9572 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9573 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9574
9575 2003-04-28 Andrew Cagney <cagney@redhat.com>
9576
9577 * gdbint.texinfo (Target Architecture Definition): Rename
9578 "tm_print_insn" to "deprecated_tm_print_insn".
9579
9580 2003-04-09 Jim Blandy <jimb@redhat.com>
9581
9582 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9583 list psymtabs'.
9584
9585 2003-04-08 Andrew Cagney <cagney@redhat.com>
9586
9587 * gdbint.texinfo (Target Architecture Definition): Delete
9588 references to EXTRA_FRAME_INFO.
9589
9590 2003-04-08 Andrew Cagney <cagney@redhat.com>
9591
9592 * gdbint.texinfo (Target Architecture Definition): Delete
9593 PRINT_TYPELESS_INTEGER.
9594
9595 2003-04-02 J. Brobecker <brobecker@gnat.com>
9596
9597 * observer.texi (GDB Observers): Adjust the documentation for the
9598 normal_stop notification to better describe reality. Fix a couple
9599 of minor typos.
9600
9601 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9602
9603 * gdb.texinfo (GDB/MI Program Control): Add
9604 '-file-list-exec-source-file'
9605
9606 2003-03-31 Andrew Cagney <cagney@redhat.com>
9607
9608 * gdbint.texinfo (Target Architecture Definition): Delete
9609 references to CALL_DUMMY_P.
9610
9611 2003-03-30 Andrew Cagney <cagney@redhat.com>
9612
9613 * gdbint.texinfo (Target Architecture Definition): Remove
9614 reference to TARGET_WRITE_SP.
9615
9616 2003-03-27 Andrew Cagney <cagney@redhat.com>
9617
9618 * gdbint.texinfo (Target Architecture Definition): Remove
9619 references to write_sp.
9620
9621 2003-03-27 Andrew Cagney <cagney@redhat.com>
9622
9623 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9624 chapter body. Use @smallexample instead of @example.
9625 (Annotations): Ditto.
9626 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9627 annotate.texi.
9628
9629 2003-03-26 Andrew Cagney <cagney@redhat.com>
9630
9631 * gdbint.texinfo (Target Architecture Definition): Replace
9632 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9633 dummy_addr parameters.
9634
9635 2003-03-25 Andrew Cagney <cagney@redhat.com>
9636
9637 * gdbint.texinfo (Target Architecture Definition): Delete
9638 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9639 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9640 Add reference to PUSH_ARGUMENTS.
9641
9642 2003-03-23 Andrew Cagney <cagney@redhat.com>
9643
9644 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9645 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9646
9647 2003-03-18 J. Brobecker <brobecker@gnat.com>
9648
9649 * gdbint.texinfo (Algorithms): Add new section describing the
9650 Observer paradigm.
9651 (Top): Add menu entry to new observer appendix.
9652 * observer.texi: New file.
9653 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9654 new observer.texi file.
9655
9656 2003-03-17 Andrew Cagney <cagney@redhat.com>
9657
9658 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9659 that GNU Press update the manual version number.
9660
9661 2003-03-12 Andrew Cagney <cagney@redhat.com>
9662
9663 * gdbint.texinfo (Target Architecture Definition): Delete
9664 references to get_saved_register. Rename GET_SAVED_REGISTER to
9665 DEPRECATED_GET_SAVED_REGISTER.
9666
9667 2003-03-13 Andrew Cagney <cagney@redhat.com>
9668
9669 * gdbint.texinfo (Target Architecture Definition): Replace
9670 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9671
9672 2003-03-12 Andrew Cagney <cagney@redhat.com>
9673
9674 * gdbint.texinfo (Target Architecture Definition): Rename
9675 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9676
9677 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9678
9679 * gdb.texinfo: Add File-I/O documentation.
9680
9681 2003-03-10 Andrew Cagney <cagney@redhat.com>
9682
9683 * gdbint.texinfo (Target Architecture Definition): Cross reference
9684 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9685
9686 2003-03-07 Andrew Cagney <cagney@redhat.com>
9687
9688 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9689 frame" command.
9690
9691 2003-03-05 Andrew Cagney <cagney@redhat.com>
9692
9693 * gdbint.texinfo (Target Architecture Definition): Document
9694 unwind_dummy_id. Cross reference unwind_dummy_id and
9695 SAVE_DUMMY_FRAME_TOS.
9696
9697 2003-03-05 James Ingham <jingham@apple.com>
9698 Daniel Jacobowitz <drow@mvista.com>
9699
9700 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9701 and "show cp-abi".
9702
9703 2003-03-03 Andrew Cagney <cagney@redhat.com>
9704
9705 * gdbint.texinfo (Target Architecture Definition): Document
9706 register_type.
9707
9708 2003-03-03 Andrew Cagney <cagney@redhat.com>
9709
9710 * stabs.texinfo (Structures): Use @samp and separate @var's
9711 instead of a single @var containing a comma separated list.
9712 (Unions): Ditto.
9713
9714 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9715
9716 * Makefile.in (distclean): Remove config.log.
9717
9718 2003-03-01 Andrew Cagney <cagney@redhat.com>
9719
9720 * gdbint.texinfo (Target Architecture Definition): Rename
9721 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9722
9723 2003-03-01 Andrew Cagney <cagney@redhat.com>
9724
9725 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9726 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9727
9728 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9729
9730 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9731 (Non-debug DLL symbols): New node, describing the minimal symbols
9732 loaded from DLLs without real debugging symbols.
9733
9734 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9735
9736 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9737 hardware-breakpoint-limit".
9738 (Set Watchpoints): Add cross reference to "set remote
9739 hardware-watchpoint-limit".
9740 (Remote configuration options): New section.
9741
9742 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9743
9744 * gdbint.texinfo (Target Architecture Definition): Delete
9745 descrption of IS_TRAPPED_INTERNALVAR.
9746
9747 From Keith Seitz <keiths@redhat.com>:
9748 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9749 option "-i"/"--interpreter" to this chapter. Include index
9750 entries.
9751
9752 2003-02-04 David Carlton <carlton@math.stanford.edu>
9753
9754 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9755 (Variables): Recommend stabs+ and DWARF 2.
9756 (C plus plus expressions): Correct info about
9757 compiler versions, debug formats.
9758 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9759 PR symtab/874.
9760
9761 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9762
9763 * gdbint.texinfo (Target Architecture Definition): Delete
9764 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9765 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9766 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9767 references to nindy and i960.
9768 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9769
9770 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9771
9772 * gdbint.texinfo (Target Architecture Definition): Delete
9773 FLOAT_INFO.
9774
9775 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9776
9777 * stabs.texinfo (Member Type Descriptor): Clarify description of
9778 `@'. Suggested by Ben Hutchings.
9779
9780 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9781
9782 * gdb.texinfo (M68K): Delete reference to es1800.
9783
9784 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9785
9786 * gdb.texinfo (Maintenance Commands): Document `maint print
9787 reggroups' and `maint print register-groups'.
9788 * gdbint.texinfo (Target Architecture Definition): Document
9789 register_reggroup_p.
9790
9791 2003-01-23 Jim Blandy <jimb@redhat.com>
9792
9793 * gdb.texinfo (Separate Debug Files): New section.
9794
9795 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9796
9797 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9798 and "maint show profile".
9799
9800 2003-01-16 Michael Chastain <mec@shout.net>
9801
9802 * gdb.texinfo (Installing GDB): Warn against
9803 ".../gdb-VERSION/gdb/configure".
9804 (Separate Objdir): Likewise.
9805
9806 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9807
9808 * gdbint.texinfo (Target Architecture Definition): Delete
9809 definition of PRINT_REGISTER_HOOK.
9810
9811 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9812
9813 (OpenRISC 1000): Fix formatting of command names.
9814
9815 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9816
9817 * gdb.texinfo (Continuing and Stepping): Add new command
9818 'advance'. Clarify behavior of 'until'.
9819
9820 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9821
9822 * gdb.texinfo (Files): Document solib-absolute-prefix and
9823 solib-search-path.
9824
9825 2003-01-09 Michael Chastain <mec@shout.net>
9826
9827 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9828 (Create a Release): Add new instructions for new @file{src-release}.
9829 Document existing instructions for @file{Makefile.in} as
9830 being for @value{GDBN} 5.3.1 or earlier.
9831
9832 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9833
9834 * gdbint.texinfo (Target Architecture Definition): Mention
9835 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9836 allocate memory.
9837
9838 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9839
9840 * gdb.texinfo (Controlling GDB): Add @kindex for
9841 "show osabi".
9842 (Backtraces): Add @kindex's for backtrace-below-main.
9843
9844 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9845
9846 * gdb.texinfo (Controlling GDB): Document "set osabi".
9847
9848 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9849
9850 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9851 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9852
9853 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9854
9855 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9856 "set coerce-float-to-double".
9857 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9858
9859 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9860
9861 * stabs.texinfo: Remove obsolete text.
9862 * gdbint.texinfo: Ditto.
9863 * gdb.texinfo: Ditto.
9864
9865 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9866
9867 * gdbint.texinfo (Target Architecture Definition): Update
9868 description of gdbarch_register_osabi.
9869
9870 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9871
9872 * agentexpr.texi: Fix typos.
9873 * annotate.texi: Likewise.
9874 * fdl.texi: Likewise.
9875
9876 2002-12-10 Andrew Cagney <cagney@redhat.com>
9877
9878 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9879 DEPRECATED_INIT_FRAME_PC.
9880
9881 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9882
9883 * gdbint.texinfo (Target Architecture Definition): Delete
9884 PC_IN_CALL_DUMMY.
9885
9886 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9887
9888 * gdbint.texinfo (Host Definition): Delete documentation on
9889 USE_GENERIC_DUMMY_FRAMES.
9890
9891 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9892
9893 Fix PR gdb/723 and PR gdb/245.
9894 * Makefile.in (install-info): Run the install-info command as part
9895 of the post install steps only.
9896 (uninstall-info): New target.
9897 (uninstall): New target.
9898
9899 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9900
9901 * Makefile.in (install): Make install do some real work.
9902
9903 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9904
9905 Fix POSIX problem reported by Paul Eggert.
9906 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9907 Fix PR gdb/527.
9908
9909 2002-10-26 Andrew Cagney <cagney@redhat.com>
9910
9911 * gdbint.texinfo (Target Architecture Definition): Delete
9912 definition of DO_REGISTERS_INFO.
9913
9914 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9915
9916 * gdbint.texinfo (Address Classes): Fix problems with insertion
9917 of ``{'' and ``}'' in example.
9918
9919 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9920
9921 * gdbint.texinfo (Address Classes): New section.
9922 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9923 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9924 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9925 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9926
9927 2002-10-11 Klee Dienes <kdienes@apple.com>
9928
9929 * gdb.texinfo (Registers): Mention vector registers as well as
9930 floating registers in the documentation for 'info registers' and
9931 'info all-registers'.
9932
9933 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9934
9935 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9936
9937 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9938
9939 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9940 interface definition.
9941
9942 2002-10-03 Marko Mlinar <markom@opencores.org>
9943
9944 * gdb.texinfo (Target Commands): Add or1k target specific
9945 commands.
9946 * gdb.texinfo (Contributors): Add myself to the contributors list.
9947
9948 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9949
9950 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9951 and "mi1" instead of "mi1" and "mi0".
9952
9953 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9954
9955 * gdb.texinfo (Packets): Fix typos "alligned".
9956 Correct z3/Z3 description. Correct z4/Z4 title.
9957
9958 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9959
9960 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9961
9962 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9963
9964 * gdb.texinfo: Use GNU/Linux instead of Linux.
9965
9966 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9967
9968 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9969
9970 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9971
9972 * gdb.texinfo: Replace @example with @smallexample.
9973
9974 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9975
9976 From Eli Zaretskii <eliz@gnu.org>:
9977 * gdb.texinfo (Character Sets): Use @smallexample instead of
9978 @example. Use GNU/Linux instead of Linux.
9979
9980 2002-09-20 Jim Blandy <jimb@redhat.com>
9981
9982 * gdb.texinfo: Add character set documentation.
9983
9984 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9985
9986 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9987 (Packets): Add cross reference from `b' packet to `z' packets.
9988
9989 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9990
9991 * gdb.texinfo (Maintenance Commands): Document ``maint
9992 internal-error'' and ``maint internal-warning''.
9993
9994 * gdbint.texinfo (Target Architecture Definition): Revise
9995 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9996
9997 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9998
9999 * gdbint.texinfo (Target Conditionals): Document the new
10000 NAME_OF_MALLOC macro.
10001
10002 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10003
10004 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10005 engineer.
10006
10007 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10008
10009 * gdb.texinfo (TUI Overview): Document status line fields.
10010
10011 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10012
10013 * gdb.texinfo (TUI Commands): Document info win command.
10014
10015 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10016
10017 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10018
10019 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10020
10021 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10022 (TUI Keys): Likewise.
10023
10024 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10025
10026 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10027 for a packet receive.
10028
10029 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10030
10031 * Makefile.in (clean): Move to end of file.
10032 (distclean, maintainer-clean, realclean): Ditto.
10033 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10034 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10035 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10036 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10037
10038 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10039
10040 * Makefile.in (GDBINT_TEX_TMPS): Define.
10041 (gdbint.dvi, gdbint.pdf): Use
10042 (GDB_TEX_TMPS): Define.
10043 (gdb.dvi, gdb.pdf): Use.
10044 (STABS_TEX_TMPS): Define.
10045 (stabs.dvi, stabs.pdf): Use.
10046 (GDB_DOC_SOURCE_INCLUDES): New macros.
10047 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10048 (GDBINT_DOC_FILES_INCLUDES): New macros.
10049 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10050 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10051 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10052 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10053 (links2roff): Replace SFILES_INCLUDED with
10054 GDB_DOC_SOURCE_INCLUDES.
10055 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10056 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10057 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10058 dependencies.
10059 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10060 dependencies.
10061 (gdbmi.texinfo): Delete rule.
10062 (inc-hist.texinfo): Delete rule.
10063 (rluser.texinfo): Delete rule.
10064
10065 2002-08-23 Andrew Cagney <cagney@redhat.com>
10066
10067 * gdbint.texinfo (Target Architecture Definition): Update
10068 STORE_RETURN_VALUE, mention regcache.
10069
10070 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10071
10072 * gdbint.texinfo (Target Architecture Definition): Document
10073 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10074
10075 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10076
10077 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10078 Fix minor typos. Add index entries.
10079
10080 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10081
10082 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10083
10084 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10085
10086 * gdbint.texinfo (Target Architecture Definition): Document
10087 PRINT_VECTOR_INFO.
10088 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10089
10090 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10091
10092 * gdb.texinfo (Maintenance Commands): Document "maint print
10093 registers", "maint print raw-registers" and "maint print
10094 cooked-registers".
10095
10096 2002-08-08 Grace Sainsbury <graces@redhat.com>
10097
10098 From Mark Salter:
10099 * gdb.texinfo (Protocol): Document T packet extension to
10100 allow watchpoint address reporting.
10101
10102 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10103
10104 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10105
10106 2002-08-01 Andrew Cagney <cagney@redhat.com>
10107
10108 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10109 to CHILL.
10110
10111 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10112
10113 * gdbint.texinfo (Coding): Revise section "Include Files".
10114
10115 2002-07-24 Andrew Cagney <cagney@redhat.com>
10116
10117 * gdbint.texinfo: Obsolete references to m88k.
10118 * gdb.texinfo: Ditto.
10119
10120 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10121
10122 * gdbint.texinfo (Create a release candiate): Add the location
10123 where the proper version of autoconf can be retrieved.
10124
10125 2002-07-09 Don Howard <dhoward@redhat.com>
10126
10127 * gdb.texinfo (Command Files): Further describe the behavior of
10128 sourced command files.
10129
10130 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10131
10132 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10133 (Coding): Clarify ISO C version that GDB assumes.
10134
10135 2002-06-26 Tom Tromey <tromey@redhat.com>
10136
10137 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10138 add_setshow_cmd_full.
10139
10140 2002-06-25 Don Howard <dhoward@redhat.com>
10141
10142 * gdb.texinfo (Memory Region Attributes): Document new behavior
10143 for 'mem' command.
10144
10145 2002-06-11 Jim Blandy <jimb@redhat.com>
10146
10147 * gdb.texinfo (Symbols): Update documentation for `info source'
10148 command.
10149
10150 * gdb.texinfo (Macros): Call the command `info macro', not
10151 `show macro'.
10152
10153 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10154
10155 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10156 data''.
10157
10158 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10159
10160 * gdbint.texinfo (Target Architecture Definition): Document
10161 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10162
10163 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10164
10165 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10166 lists.
10167
10168 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10169
10170 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10171 Branch''.
10172
10173 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10174
10175 * gdbint.texinfo (Target Architecture Definition): Add section
10176 ``Converting an existing Target Architecture to Multi-arch''.
10177
10178 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10179
10180 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10181 to ``Obsoleting code''. Revise.
10182
10183 2002-05-17 Jim Blandy <jimb@redhat.com>
10184
10185 * gdb.texinfo (C Preprocessor Macros): New chapter.
10186 Include it in the main menu.
10187 (Contributors): Credit Jim Blandy with macro support.
10188 (Compilation): Explain how to get macro information into the
10189 executable.
10190 (Expressions): Note that preprocessor macros are expanded.
10191
10192 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10193
10194 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10195 options for `target remote'.
10196
10197 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10198
10199 * gdbint.texinfo (Target Architecture Definition): Delete
10200 documentation on NNPC_REGNUM.
10201
10202 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10203
10204 * gdbint.texinfo (Target Architecture Definition): Document
10205 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10206 (Target Architecture Definition): Revise section `Using Different
10207 Register and Memory Data Representations'. Add section `Raw and
10208 Virtual Register Representations'.
10209
10210 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10211
10212 * gdbint.texinfo (Target Architecture Definition): Mention
10213 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10214 (Target Architecture Definition): Mention same. Add references to
10215 web pages.
10216
10217 2002-05-08 Michael Snyder <msnyder@redhat.com>
10218
10219 * stabs.texinfo (Attributes): Document new "vector" attribute.
10220
10221 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10222
10223 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10224
10225 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10226
10227 * gdb.texinfo: Delete obsolete references to a29k.
10228
10229 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10230
10231 * gdbint.texinfo (Target Architecture Definition): Replace
10232 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10233
10234 2002-04-24 David S. Miller <davem@redhat.com>
10235
10236 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10237
10238 2002-04-21 David S. Miller <davem@redhat.com>
10239
10240 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10241
10242 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10243
10244 * gdbint.texinfo (Target Architecture Definition): Delete
10245 definition of HAVE_REGISTER_WINDOWS.
10246
10247 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10248
10249 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10250 "Theodore A. Roth" <troth@verinet.com>.
10251
10252 2002-04-15 Don Howard <dhoward@redhat.com>
10253
10254 From Eli Zaretskii <eliz@gnu.org>
10255 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10256 Provide a better explaination of this feature.
10257
10258 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10259
10260 * gdbint.texinfo (Target Architecture Definition): Remove
10261 FRAME_CHAIN_COMBINE.
10262
10263 2002-04-12 Michael Chastain <mec@shout.net>
10264
10265 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10266 REG_STACK_SEGMENT.
10267
10268 2002-04-09 Michael Chastain <mec@shout.net>
10269
10270 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10271 PYRAMID_* macros.
10272
10273 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10274
10275 * gdb.texinfo (Bug Reporting): Document that the web is the
10276 prefered way of submitting bug reports.
10277 (Bug Reporting): Delete the s-mail address as the last resort.
10278
10279 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10280
10281 * gdbint.texinfo (Target Architecture Definition): Delete
10282 references to TARGET_WRITE_FP and write_fp.
10283
10284 2002-03-27 Michael Snyder <msnyder@redhat.com>
10285
10286 * gdb.texinfo: Document new commands dump, append, and restore.
10287
10288 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10289
10290 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10291 Branch'.
10292
10293 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10294
10295 * gdb.texinfo: Change all examples to @smallexample.
10296 * gdbint.texinfo: Ditto.
10297
10298 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10299
10300 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10301 Branches''.
10302
10303 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10304
10305 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10306 Policy''.
10307
10308 2002-03-04 Fred Fish <fnf@redhat.com>
10309
10310 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10311 expresson, suports, dependant, trhe, perhaphs, situtations,
10312 explictily, taged, oportunity, unfortunatly).
10313
10314 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10315
10316 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10317 Remove reference to 3.12.
10318
10319 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10320
10321 * gdbint.texinfo: Include fdl.texi.
10322 (Top): Add GNU Free Documentation License.
10323 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10324 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10325 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10326 (gdbint.info): Add srcdir to include path.
10327 * gdb.texinfo: Include gpl.texi.
10328 (Top): Add Copying.
10329 * gpl.texi: New file.
10330
10331 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10332
10333 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10334
10335 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10336
10337 * gdb.texinfo: Document Cygwin native specific commands.
10338
10339 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10340
10341 * gdb.texinfo: Document gdbserver ``--attach'' command.
10342
10343 2002-02-07 Michael Snyder <msnyder@redhat.com>
10344
10345 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10346 to @code(_ovly_debug_event).
10347
10348 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10349
10350 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10351
10352 2002-02-06 Michael Snyder <msnyder@redhat.com>
10353
10354 * gdb.texinfo (overlays): Mention new magic symbol
10355 '_ovly_debug_event', which allows GDB to keep better track
10356 of overlays.
10357
10358 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10359
10360 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10361 Suggested by Dmitry Sivachenko.
10362
10363 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10364
10365 2002-02-01 Michael Snyder <msnyder@redhat.com>
10366
10367 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10368
10369 2002-01-30 Michael Snyder <msnyder@redhat.com>
10370
10371 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10372 (set trust-readonly-sections): Document.
10373
10374 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10375
10376 * gdbint.texinfo (Releasing GDB): Revise and update.
10377
10378 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10379
10380 * gdbint.texinfo (Target Architecture Definition): Delete
10381 description of TARGET_BYTE_ORDER_DEFAULT.
10382
10383 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10384
10385 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10386 <mitya@cavia.pp.ru>.
10387
10388 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10389
10390 * libgdb.texinfo: Delete file.
10391
10392 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10393
10394 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10395 * gdbint.texinfo: Ditto.
10396
10397 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10398
10399 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10400
10401 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10402
10403 * Makefile.in: Update copyright.
10404 (TEXI2DVI): Define.
10405 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10406 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10407 gdb-cfg.texi.
10408 (TEXINDEX, PDFTEX): Delete makefile variables.
10409
10410 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10411
10412 * gdb.texinfo (Protocol): Move section to appendix.
10413
10414 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10415
10416 * gdb.texinfo (Remote Debugging): Create a menu.
10417 (Top): Add ``Remote Debugging'' to menu.
10418
10419 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10420
10421 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10422 serial protocol'' from here.
10423 (Remote Debugging): To here. New chapter.
10424
10425 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10426
10427 * gdbint.texinfo (Target Architecture Definition): Delete
10428 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10429
10430 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10431
10432 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10433 are no longer needed.
10434 (Porting GDB): Add maintainer note about configure.host.
10435
10436 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10437
10438 * gdbint.texinfo (Target Architecture Definition): Remove
10439 definition of IEEE_FLOAT.
10440
10441 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10442
10443 * gdb.texinfo: Beautify copyright years; fix a typo.
10444 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10445 <3diff@gnu.org>
10446
10447 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10448
10449 * gdbint.texinfo (Host Definition): Remove references to
10450 MALLOC_INCOMPATIBLE.
10451
10452 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10453
10454 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10455 and xyz-xdep.o.
10456
10457 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10458
10459 * gdb.texinfo (Maintenance Commands): Add appendix.
10460 (Set Breaks): Copy ``maint info breakpoint'' doco to
10461 ``Maintenance Commands'' appendix. Add reference.
10462
10463 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10464
10465 * fdl.texi: Remove next/prev from @node.
10466
10467 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10468
10469 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10470 for monstrous @multitable (from Brian Youmans).
10471
10472 * fdl.texi: New file.
10473
10474 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10475
10476 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10477
10478 * gdbint.texinfo (Releasing GDB): New chapter.
10479
10480 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10481
10482 * gdb.texinfo (Embedded Processors, Calling program functions):
10483 Obsolete references to a29k.
10484
10485 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10486
10487 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10488 examples. Document that a code-block should do or discard its
10489 cleanups before exit.
10490
10491 2002-01-11 Michael Snyder <msnyder@redhat.com>
10492
10493 * gdb.texinfo (Choosing files): Change @samp to @file.
10494
10495 2002-01-05 Michael Snyder <msnyder@redhat.com>
10496
10497 * gdb.texinfo (--pid): Document new command line option (attach).
10498
10499 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10500
10501 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10502 in the stub.
10503
10504 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10505
10506 * gdbint.texinfo (Target Architecture Definition): Replace
10507 BIG_ENDIAN with BFD_ENDIAN_BIG.
10508
10509 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10510
10511 * gdbint.texinfo (Target Architecture Definition): Replace
10512 value_ptr with struct value pointer.
10513
10514 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10515
10516 * gdb.texinfo (Free Software): Fix wording.
10517
10518 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10519
10520 * gdb.texinfo (Free Software): New section ``Free Software Needs
10521 Free Documentation''.
10522
10523 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10524
10525 * stabs.texinfo:
10526 * gdb.texinfo:
10527 * gdbint.texinfo:
10528 * libgdb.texinfo:
10529 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10530
10531 2001-12-29 Michael Snyder <msnyder@redhat.com>
10532
10533 * gdb.texinfo (maint info sections): Fix typo.
10534
10535 2001-12-26 Michael Snyder <msnyder@redhat.com>
10536
10537 * gdb.texinfo (maint info sections): Document.
10538
10539 * gdb.texinfo (info proc): Comment out documentation for
10540 'info proc' sub-options that are currently not implemented.
10541
10542 2001-12-20 Jim Blandy <jimb@redhat.com>
10543
10544 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10545
10546 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10547
10548 * gdbint.texinfo (Target Architecture Definition): Replace
10549 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10550
10551 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10552
10553 * gdbint.texinfo (Host Definition): Delete documentation on
10554 HOST_BYTE_ORDER.
10555
10556 2001-11-30 Jim Blandy <jimb@redhat.com>
10557
10558 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10559 overlay support. Add to top-level menu.
10560
10561 2001-11-26 Tom Tromey <tromey@redhat.com>
10562
10563 * gdb.texinfo (Command Syntax): Document C-o binding.
10564
10565 2001-07-26 Christopher Faylor <cgf@redhat.com>
10566
10567 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10568 use since it is described in the referenced section.
10569
10570 From Eli Zaretskii <eliz@gnu.org>
10571 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10572 clearer when using DJGPP.
10573
10574 2001-11-24 Christopher Faylor <cgf@redhat.com>
10575
10576 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10577 specifically refer to MS-DOS.
10578 (command files): Mention gdb.ini is only used on MS-DOS.
10579
10580 2001-11-21 Tom Tromey <tromey@redhat.com>
10581
10582 * gdb.texinfo (Invoking GDB): Document --args.
10583 (Mode Options): Likewise.
10584
10585 2001-11-21 Jim Blandy <jimb@redhat.com>
10586
10587 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10588 Delete documentation; this macro has been removed from the
10589 sources.
10590
10591 2001-11-13 Jim Blandy <jimb@redhat.com>
10592
10593 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10594
10595 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10596
10597 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10598
10599 2001-11-05 Michael Snyder <msnyder@redhat.com>
10600
10601 * gdb.texinfo (info functions): Document use of backslash to
10602 quote regexp chars in function names such as "operator*()".
10603
10604 2001-11-01 Fred Fish <fnf@redhat.com>
10605
10606 * gdbint.texinfo (SOLIB_ADD): Document additional new
10607 "readsyms" arg.
10608
10609 2001-10-30 Don Howard <dhoward@redhat.com>
10610
10611 * gdb.texinfo: (Command Files) Added documentation for the
10612 behavior of gdb with input redirected from a file.
10613
10614 2001-10-28 Fred Fish <fnf@redhat.com>
10615
10616 * gdb.texinfo (auto-solib-add): Change docs to match
10617 implementation change.
10618 (auto-solib-limit): Add docs for new variable.
10619
10620 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10621
10622 * gdbint.texinfo (Target Architecture Definition): Function
10623 value_as_pointer renamed to value_as_address.
10624
10625 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10626
10627 * gdbint.texinfo (Target Architecture Definition): Default
10628 POINTER_TO_ADDRESS functions assume unsigned addresses.
10629 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10630 posting by Jim Blandy.
10631
10632 2001-10-12 Jim Blandy <jimb@redhat.com>
10633
10634 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10635 version of texi2html (1.64) doesn't support this flag any more.
10636
10637 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10638
10639 * gdbint.texinfo (Host Definition): Remove description of
10640 MEM_FNS_DECLARED.
10641
10642 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10643
10644 * gdbint.texinfo (Host Definition): Remove description of
10645 HAVE_SIGSETMASK.
10646
10647 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10648
10649 * gdbint.texinfo (Target Architecture Definition): Add
10650 explanation of TARGET_PRINT_INSN macro.
10651
10652 2001-08-30 Jim Blandy <jimb@redhat.com>
10653
10654 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10655 Explain what it means to load relocatable files.
10656
10657 2001-08-28 Jim Blandy <jimb@redhat.com>
10658
10659 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10660 info `top' menu.
10661
10662 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10663
10664 * gdbint.texinfo: Add a cautionary note about macro use.
10665
10666 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10667
10668 * gdb.texinfo: Explain omitting the hostname in the
10669 `target remote' command.
10670
10671 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10672
10673 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10674 and END-INFO-DIR-ENTRY.
10675
10676 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10677
10678 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10679
10680 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10681
10682 * gdbint.texinfo (libgdb): Rewrite.
10683
10684 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10685
10686 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10687
10688 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10689
10690 * gdb.texinfo (TUI): New chapter, document the TUI.
10691 (Mode Options): Document the -tui option.
10692
10693 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10694
10695 * gdbint.texinfo (Host Definition): Remove description of
10696 NEED_POSIX_SETPGID.
10697
10698 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10699
10700 * gdb.tex (DJGPP Native): New node, with descriptions of
10701 DJGPP-specific commands.
10702
10703 2001-07-19 John R. Moore <jmoore@redhat.com>
10704
10705 * gdbint.texinfo: Three misspellings.
10706
10707 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10708
10709 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10710 `test` expressions on bash. Problem reported by Colin Walters.
10711
10712 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10713
10714 * gdbint.texinfo (User Interface): Update ui-out documentation to
10715 refelect recent UI/MI updates.
10716
10717 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10718
10719 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10720 interpreters.
10721
10722 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10723
10724 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10725 structure and not macros.
10726 (Host Definition): Document that much of this chapter is obsolete.
10727 (Target Architecture Definition): Update list of files that make
10728 up a target architecture.
10729 (Coding): Update.
10730
10731 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10732
10733 * gdbint.texinfo (Target Architecture Definition): Update
10734 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10735 The latter has been changed to a true predicate.
10736
10737 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10738
10739 * annotate.texi: Add @noindent where needed. From Dmitry
10740 Sivachenko <dima@Chg.RU>.
10741 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10742
10743 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10744
10745 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10746
10747 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10748
10749 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10750 returns ``OK''. Document that the ``R'' packet does not reply.
10751
10752 2001-06-13 Michael Snyder <msnyder@redhat.com>
10753
10754 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10755
10756 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10757
10758 * gdb.texinfo (Signals): Clarify the default setting of signal
10759 handling.
10760
10761 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10762
10763 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10764 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10765
10766 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10767
10768 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10769
10770 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10771
10772 * gdbint.texinfo (Clean Design and Portable Implementation):
10773 Renamed from "Clean Design".
10774 (Clean Design and Portable Implementation): Document portable
10775 methods of handling file names, and the associated macros.
10776
10777 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10778
10779 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10780 command and provide a cross-reference to its description.
10781 (Symbols): Note that "info scope" is useful for trace experiments.
10782
10783 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10784
10785 * gdb.texinfo (Symbols): Document "info scope".
10786 (Tracepoints): New chapter.
10787 (Contributors): Update for v5.1.
10788 <All nodes>: Change "C++" to "C@t{++}".
10789
10790 * gdbint.texinfo (User Interface): A new section about ui_out
10791 functions, based on text written by Fernando Nasser.
10792
10793 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10794
10795 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10796
10797 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10798
10799 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10800
10801 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10802 Replace "GDB" with "@value{GDBN}". Fix markup.
10803
10804 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10805
10806 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10807 a cross-reference to its description.
10808 (Symbols): Document "info symbol".
10809
10810 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10811
10812 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10813 subsection "x86 Watchpoints".
10814 (Target Architecture Definition): Document the macros
10815 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10816 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10817
10818 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10819
10820 * gdbint.texinfo (Target Architecture Definition): Update
10821 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10822 list.
10823
10824 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10825
10826 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10827 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10828
10829 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10830
10831 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10832
10833 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10834
10835 * gdb.texinfo (Environment): Document that `path' does not change
10836 the value of PATH in GDB's own environment (it did in the past,
10837 but that was changed on March 15, 1994). Reported by Doug Evans
10838 <dje@transmeta.com>.
10839
10840 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10841 its line. Fix markup of commands and macros. Add an Index node
10842 and index entries.
10843
10844 2001-01-23 J.T. Conklin <jtc@redback.com>
10845
10846 * gdb.texinfo (Memory region attributes): New manual section.
10847
10848 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10849
10850 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10851
10852 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10853
10854 * refcard.tex: Version and copyright fixed. From Phil Edwards
10855 <pedwards@disaster.jaj.com>.
10856
10857 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10858
10859 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10860 DWARF2_REG_TO_REGNUM): Document.
10861
10862 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10863
10864 * gdbint.texinfo (Coding): Update current value of
10865 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10866
10867 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10868
10869 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10870 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10871
10872 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10873
10874 * gdb.texinfo: Document new 'set step-mode' command.
10875
10876 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10877
10878 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10879 changes from Dmitry Sivachenko <dima@Chg.RU>.
10880
10881 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10882
10883 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10884 From Steven Johnson <sbjohnson@ozemail.com.au>.
10885
10886 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10887
10888 * gdbint.texinfo (Overall Structure): Spelling fix.
10889
10890 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10891
10892 * gdbint.texinfo (Target Architecture Definition): Document that
10893 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10894 for which REGISTER_CONVERTIBLE returns a zero value.
10895
10896 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10897
10898 * Makefile.in (install-info): Find files to install in either the
10899 build or source directories (adapted from Makefile.am).
10900
10901 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10902
10903 * stabs.texinfo: Fix spelling errors.
10904 (String Field): FILE-NUMBER starts from 0, not 1.
10905
10906 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10907
10908 * refcard.tex: Remove \centerline from the blurb. Patch from
10909 Brian Youmans.
10910
10911 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10912
10913 * Makefile.in (install-info): Support installation from outside of
10914 the source directory. Reported by Mark Harig
10915 <markh@frazier.landmark.com>.
10916
10917 2000-06-20 J.T. Conklin <jtc@redback.com>
10918
10919 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10920
10921 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10922
10923 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10924 Generate using pdftex.
10925 (PDFTEX): Define.
10926 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10927 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10928 @contents at the start.
10929
10930 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10931
10932 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10933 Youmans.
10934
10935 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10936
10937 From Brian Youmans:
10938 * gdb.texinfo: Fix ``et al.''.
10939
10940 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10941
10942 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10943 loop.
10944
10945 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10946
10947 * configure: Regenerate.
10948
10949 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10950
10951 * Makefile.in (install-info): Run install-info on installed Info
10952 files.
10953
10954 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10955
10956 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10957 Andrew Cagney.
10958
10959 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10960
10961 * gdb.texinfo: Proofreading changes from Brian Youmans.
10962
10963 2000-05-01 Nick Duffek <nsd@cygnus.com>
10964
10965 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10966 startup sequence, minor edits.
10967
10968 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10969
10970 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10971 TeX.
10972
10973 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10974 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10975 like `n' and `s' which look weird. Convert some of the @kindex to
10976 @vindex, when they refer to variables, not commands.
10977
10978 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10979
10980 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10981
10982 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10983
10984 * Makefile.in (GDBMI_DIR): New variable.
10985 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10986 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10987 (gdbmi.texinfo): New target, for texi2roff.
10988 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10989 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10990
10991 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10992 gdbmi.texinfo.
10993 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10994 comment.
10995
10996 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10997
10998 * gdb.texinfo (Files): Update description of add-symbol-file
10999 command.
11000
11001 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11002
11003 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11004 prevents the build (and is generally a Bad Idea).
11005
11006 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11007
11008 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11009 a comma inside @var.
11010 (Command Files): Index markup changes from Dmitry Sivachenko
11011 <dima@Chg.RU>.
11012
11013 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11014
11015 * Makefile.in (LN_S): Define.
11016 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11017 invoke "ln -s" unless it is known to work.
11018
11019 * configure.in (AC_PROG_LN_S): Add.
11020
11021 2000-04-14 Jim Blandy <jimb@redhat.com>
11022
11023 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11024 section.
11025 (Target Conditionals): Document ADDRESS_TO_POINTER,
11026 POINTER_TO_ADDRESS.
11027
11028 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11029
11030 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11031 gdb-cfg.texi to get the value.
11032
11033 2000-04-10 Jim Blandy <jimb@redhat.com>
11034
11035 * gdbint.texinfo (Target Architecture Definition): Fix
11036 cross-references.
11037
11038 2000-04-08 Jim Blandy <jimb@redhat.com>
11039
11040 * gdbint.texinfo (Using Different Register and Memory Data
11041 Representations): New section.
11042 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11043 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11044 REGISTER_CONVERT_TO_RAW): Document.
11045
11046 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11047
11048 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11049 for acknowledgments.
11050
11051 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11052
11053 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11054 qThreadExtraInfo.
11055
11056 2000-03-28 J.T. Conklin <jtc@redback.com>
11057
11058 * gdb.texinfo: Clarify which remote debug protocol commands are
11059 required and which are optional.
11060
11061 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11062
11063 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11064 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11065 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11066 * annotate.texi: Update.
11067
11068 2000-03-28 Stan Shebs <shebs@apple.com>
11069
11070 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11071 expectation of additional changes before release), update
11072 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11073 node links, rephrase and/or shorten lines to fix formatting
11074 problem in both regular and @smallbook formats.
11075 * annotate.texi: Shorten lines in example, use smallexample
11076 consistently everywhere.
11077 * Makefile.in: Add comment about texinfo 4.0 html generation.
11078 (SFILES_INCLUDED): Add annotate.texi.
11079
11080 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11081
11082 * gdb.texinfo (Debugging Output): Added new section, documenting
11083 the "set/show debug" commands.
11084
11085 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11086
11087 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11088 entry.
11089
11090 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11091 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11092 @chapter and @node entries.
11093
11094 * gdb.texinfo: Link all top-level nodes.
11095
11096 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11097
11098 * Makefile.in (install-info): Create $(infodir) before installing
11099 files.
11100
11101 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11102
11103 From David Whedon <dwhedon@gordian.com>
11104 * gdbint.texinfo : Added paragraphs about command deprecation.
11105
11106 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11107
11108 * gdb.texinfo: Add documentation for the apropos command.
11109
11110 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11111
11112 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11113
11114 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11115
11116 * gdb.texinfo: Add white space to prevent overprinting in
11117 two places.
11118
11119 2000-03-17 Stan Shebs <shebs@apple.com>
11120
11121 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11122 <dima@Chg.RU>, also clarification of allowed content for
11123 string constants.
11124
11125 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11126
11127 * gdb.texinfo (main menu): Add Annotations.
11128 (File Options): Add @cindex entries for each command-line option.
11129 Document --epoch, --annotate, --async, --interpreter, --write,
11130 --statistics, and --version.
11131
11132 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11133 of GDB.
11134
11135 2000-02-23 Jim Blandy <jimb@redhat.com>
11136
11137 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11138
11139 2000-02-22 Jim Blandy <jimb@redhat.com>
11140
11141 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11142
11143 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11144
11145 * Makefile.in (diststuff): New target.
11146
11147 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11148
11149 * agentexpr.texi: Fix wording regarding Intel's IA-64
11150 architecture. [From Jim Wilson.]
11151
11152 2000-01-16 Tom Tromey <tromey@cygnus.com>
11153
11154 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11155 (Delete Breaks): Mention range arguments.
11156 (Disabling): Likewise.
11157
11158 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11159
11160 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11161
11162 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11163
11164 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11165 valid functions.
11166
11167 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11168
11169 * gdb.texinfo: Clarify regular expressions used in rbreak.
11170
11171 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11172
11173 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11174 MEMORY_REMOVE_BREAKPOINT): Document.
11175
11176 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11177
11178 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11179 offset re-using the DATA offset instead.
11180
11181 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11182
11183 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11184
11185 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11186
11187 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11188 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11189 typos.
11190
11191 * gdb.texinfo: Various minor wording and formatting improvements,
11192 mentions of additional command-line options.
11193
11194 1999-09-30 Fred Fish <fnf@cygnus.com>
11195
11196 * gdb.texinfo: Document additional forms of specifying section
11197 names and addresses for the add-symbol-file command.
11198
11199 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11200
11201 * gdbint.texinfo: Fix typo, add the word "have".
11202
11203 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11204
11205 * gdbint.texinfo (Target Architecture Definition): Document the
11206 SKIP_PERMANENT_BREAKPOINT macro.
11207
11208 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11209
11210 * gdb.texinfo: Fiks speling errers.
11211
11212 * gdb.texinfo: Fix uses of @multitable.
11213
11214 From Eli Zaretskii <eliz@gnu.org>:
11215 * gdb.texinfo: Include details specific to DOS host, clarify
11216 some confusing language, fix @ref/@xref/@pxref usages, add
11217 comments about using with optimization, add more indexing,
11218 fix info about disassembly-flavor.
11219
11220 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11221
11222 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11223 SKIP_SOLIB_RESOLVER): Define.
11224
11225 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11226
11227 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11228 ``g'' packets.
11229
11230 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11231
11232 * gdb.texinfo: Create a new "Configurations" chapter with
11233 platform-specific info, inline remote.texi and move sections of it
11234 into the new chapter, move bits about info proc, heuristic search,
11235 and register stack into the new chapter.
11236 * remote.texi: Remove, now part of gdb.texinfo.
11237 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11238
11239 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11240
11241 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11242 GDB_TARGET_IS_MACH386): These kludges have gone away.
11243
11244 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11245
11246 * gdbint.texinfo (Target Architecture Definition): Mention
11247 TDEPLIBS.
11248
11249 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11250
11251 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11252 surrounding text to fit HP-UX bits into general info.
11253 (HPPA-cfg.texi): Remove, no longer useful.
11254
11255 * gdb.texinfo: Remove explicit links from @node lines, remove
11256 HP-added "Detailed Node Listing" from main menu which confuses
11257 things.
11258
11259 From Dmitry Sivachenko <dima@Chg.RU>:
11260 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11261 in description of `set environment'.
11262
11263 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11264
11265 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11266
11267 1999-08-12 Ben Elliston <bje@cygnus.com>
11268
11269 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11270
11271 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11272
11273 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11274 watch, awatch, and rwatch. Explain why the latter two cannot be
11275 set as software watchpoints. Document that watchpoints for local
11276 variables are deleted when the debuggee terminates.
11277
11278 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11279
11280 * remote.texi (Protocol): Further clarification of the "qRcmd"
11281 packet. Allow E.. response packet. "qRcmd" packet is no longer
11282 reserved.
11283
11284 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11285
11286 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11287 * gdb.texinfo: Ditto.
11288
11289 1999-08-06 Tom Tromey <tromey@cygnus.com>
11290
11291 * gdb.texinfo (KOD): New node.
11292
11293 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11294
11295 * remote.texi (Rcmd): Fix minor formatting typos.
11296
11297 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11298
11299 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11300 packets.
11301
11302 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11303
11304 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11305 fixes.
11306
11307 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11308
11309 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11310
11311 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11312
11313 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11314 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11315 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11316 packets that are not supported on all hosts. Expand examples.
11317 Spell check.
11318
11319 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11320
11321 * Makefile.in: Recognize html, install-html. Add targets
11322 to build HTML versions of documentation via texi2html.
11323
11324 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11325
11326 * gdbint.texinfo (Testsuite): New chapter, information about the
11327 testsuite.
11328
11329 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11330
11331 * remote.texi (Communication Protocol): Rewrite.
11332
11333 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11334
11335 * stabs.texinfo: Fix uses of xref.
11336
11337 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11338
11339 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11340 info about patch submission.
11341
11342 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11343
11344 From Per Bothner <bothner@cygnus.com>:
11345 * gdb.texinfo: Document Chill support.
11346
11347 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11348
11349 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11350 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11351 Document that the value should be greater-than or equal-to zero.
11352 (NO_STD_REGS): Document. Deprecate.
11353
11354 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11355
11356 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11357 Document that these are not used.
11358
11359 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11360
11361 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11362
11363 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11364
11365 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11366 numargs was dropped.
11367
11368 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11369
11370 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11371
11372 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11373
11374 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11375 Update.
11376
11377 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11378
11379 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11380 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11381
11382 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11383
11384 * gdbint.texinfo: Fix typos: $ -> @.
11385
11386 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11387
11388 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11389 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11390 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11391 BREAKPOINT_FROM_PC.
11392
11393 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11394
11395 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11396 CALL_DUMMY_STACK_ADJUST): Document.
11397
11398 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11399
11400 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11401 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11402
11403 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11404
11405 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11406 longer exists.
11407
11408 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11409
11410 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11411 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11412 they make the manual source incomprehensible.
11413 * h8-cfg.texi: Remove, hasn't been used in years.
11414
11415 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11416
11417 * gdb.texinfo: Update the credits.
11418
11419 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11420
11421 * gdb.texinfo: Fix mistakes noticed in printout of last
11422 draft, add Alpha to discussion of heuristic fence post.
11423
11424 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11425
11426 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11427 Edition, merge some HP changes into mainline, describe some
11428 previously undocumented features, describe more of the target
11429 commands available, eliminate obsolete section on renamed
11430 commands.
11431 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11432
11433 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11434
11435 * gdb.texinfo: Make many HPPA conditionals unconditional,
11436 including catchpoint description, since now on for all configs.
11437 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11438 specializations.
11439
11440 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11441
11442 * Makefile.in (GDBvn.texi): Fix match expression to work with
11443 current format of VERSION in gdb/Makefile.in.
11444 * gdb.texinfo: Fix node ref to match new readline.
11445
11446 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11447
11448 * gdb.texinfo: Changes made as part of a project to merge in
11449 changes made by HP. Documentation makes extensive use of
11450 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11451 on remote debugging. There are differences in documentation
11452 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11453 the HP manual discusses catchpoints, hardware watchpoints, and
11454 some HPUX specific limitations for shared library support.
11455
11456 There are also a number of @node changes.
11457
11458 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11459
11460 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11461 (C Usage): Same.
11462
11463 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11464
11465 The following changes were made by Edith Epstein
11466 <eepstein@cygnus.com> as part of a project to merge in changes
11467 made by HP.
11468
11469 * HPPA-cfg.texi: new file.
11470
11471 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11472
11473 * refcard.tex: change documentation about catch.
11474 removed info catch.
11475
11476 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11477
11478 * gdbint.texinfo: Expand on GDB's coding standards,
11479 specify the use of arg names with prototypes.
11480
11481 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11482
11483 * gdb.texinfo: Fix tipo.
11484
11485 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11486
11487 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11488 TARGET_BYTE_ORDER_SELECTABLE_P.
11489
11490 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11491
11492 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11493
11494 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11495
11496 * agentexpr.texi: New file.
11497
11498 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11499
11500 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11501
11502 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11503
11504 * remote.texi: Changed wording that implied that the GDB remote
11505 protocol caches register values instead of GDB itself.
11506
11507 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11508
11509 * gdbint.texinfo: Add some info about symbol readers.
11510 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11511 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11512 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11513 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11514
11515 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11516
11517 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11518
11519 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11520
11521 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11522
11523 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11524
11525 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11526 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11527
11528 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11529
11530 * gdbint.texinfo: Fix minor typos.
11531
11532 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11533
11534 * gdbint.texinfo: Complete overhaul. Group descriptions more
11535 logically, add more info on generic algorithms, remove much
11536 obsolete and/or wrong material.
11537
11538 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11539
11540 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11541
11542 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11543
11544 * refcard.tex: Copyright, address updates.
11545
11546 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11547
11548 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11549 for the edition instead of confusing GDB-version-like numbers.
11550
11551 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11552
11553 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11554
11555 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11556
11557 * LRS: Reformat a bit to keep text under 80 columns.
11558
11559 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11560
11561 * gdb.texinfo: Add some credits, mention bug monitor.
11562 * remote.texi: Mention mips monitor targets.
11563 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11564
11565 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11566
11567 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11568 files, finish sorting of host vs target vs native macros, describe
11569 some more of them.
11570
11571 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11572
11573 * gdbint.texinfo (Host Conditionals): Document change from
11574 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11575
11576 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11577
11578 * gdbint.texinfo (Host Conditionals): Document
11579 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11580
11581 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11582
11583 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11584 Document LSEEK_NOT_LINEAR.
11585
11586 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11587
11588 * stabs.texinfo (Stab Section Basics): Make it clear that only
11589 some versions of the GNU linker remove the leading N_UNDF symbol.
11590
11591 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11592
11593 * stabs.texinfo (String Field): Document type number pairs here,
11594 instead of in the Sun specific section.
11595 (Include Files): The GNU linker supports the N_BINCL
11596 optimization. Clarify the N_BINCL value, and what it is used
11597 for.
11598 (Procedures): Document N_FUN with an empty string to mark the end
11599 of a function.
11600 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11601 (Sun Differences): Remove this node, as the information is now
11602 elsewhere in the main document.
11603 (Stab Section Basics): Mention that the GNU linker may optimize
11604 stabs and remove the leading N_UNDF symbol.
11605
11606 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11607
11608 * gdb.texinfo, refcard.tex: Restore author credit
11609
11610 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11611
11612 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11613 documentation to account for START and END macros taking
11614 one arg.
11615
11616 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11617
11618 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11619 * gdb.texinfo (Frames): Fix typo.
11620
11621 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11622
11623 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11624 a target_signal as arg type, not a pid.
11625
11626 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11627
11628 * gdb.texinfo: Document `set assembly-language'.
11629
11630 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11631
11632 * remote.texi: Update list of stubs in the GDB distribution.
11633
11634 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11635
11636 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11637 Also document that some systems can use mmalloc but must define
11638 this if their C runtime allocates memory that is later freed.
11639 (MMCHECK_FORCE): Document new macro.
11640
11641 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11642
11643 * remote.texi: Add documentation for target Sparclet.
11644
11645 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11646
11647 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11648 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11649 * configure.in: Rewritten for autoconf.
11650 * configure: New.
11651
11652 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11653
11654 * Makefile.in (DVIPS): New define, set to dvips.
11655 (dvi): Add stabs.dvi.
11656 (ps): New target.
11657 (all-doc): Depend on info, dvi, and ps targets.
11658 (STAGESTUFF): Add *.ps and *.dvi files.
11659 (clean-info, clean-dvi): Remove.
11660 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11661 rules completely rewritten.
11662 (maintainer-clean): Remove clean-info and clean-dvi
11663 dependencies and put their actions in the rules.
11664 (gdb.ps): New target
11665 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11666 intermediate TeX files, whether they have 2 or 3 character
11667 extensions.
11668 (gdbint.ps): Add target and rules.
11669 (gdb-internals): Delete unused target.
11670 (Makefile): Depends upon config.status also.
11671
11672 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11673
11674 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11675 set.
11676
11677 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11678
11679 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11680 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11681
11682 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11683
11684 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11685
11686 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11687
11688 * gdb.texinfo (Print settings): Document
11689 `set/show print static-members' commands.
11690
11691 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11692
11693 * gdbint.texinfo (Native): Document name change, coredep.c to
11694 core-aout.c.
11695
11696 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11697
11698 * stabs.texinfo (Include Files): Document the values the SunOS4
11699 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11700
11701 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11702
11703 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11704 Fix typo.
11705
11706 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11707
11708 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11709 "gdb.tar.Z".
11710
11711 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11712
11713 * Makefile.in (maintainer-clean): New target, synonym for
11714 realclean.
11715
11716 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11717
11718 * Update all FSF addresses except those in COPYING* files.
11719
11720 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11721
11722 From Richard Earnshaw (rearnsha@armltd.co.uk):
11723 * gdb.texinfo (convenience variables): Document $_exitcode.
11724 (quit): Document optional expression to use as exit code.
11725
11726 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11727
11728 * gdb.texinfo, remote.texi: Brought up to date with various
11729 GDB changes.
11730
11731 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11732
11733 * gdb.texinfo: Update dates and versions, fix comments about
11734 hardware watchpoints in future releases and about the
11735 sharedlibrary command.
11736
11737 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11738
11739 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11740 C_FUN stab. Other cleanups.
11741
11742 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11743
11744 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11745 for the sparc stub.
11746
11747 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11748
11749 * annotate.texi: Clarify which addresses have differing formats
11750 depending on the language and which do not.
11751
11752 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11753
11754 * remote.texi (NetWare): Changed example to use BOARD= instead of
11755 NODE= argument to reflect correspoding change to gdbserve.nlm.
11756
11757 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11758
11759 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11760 GDB, as well as AIX dbx, supports the size type attribute.
11761
11762 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11763
11764 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11765
11766 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11767
11768 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11769 and new 'if' and 'while' commands.
11770
11771 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11772
11773 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11774
11775 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11776
11777 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11778 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11779 NetWare targets. Mostly stolen from the Server node.
11780
11781 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11782
11783 * gdb.texinfo (Setting): Talk about the language of a source file
11784 versus the working language. The old documentation did not match
11785 what GDB did.
11786
11787 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11788
11789 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11790 of a source file.
11791
11792 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11793
11794 * gdb.texinfo (Processes): New node.
11795
11796 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11797
11798 * remote.texi: Update documentation of set/show mipsfpu.
11799
11800 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11801
11802 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11803 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11804
11805 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11806
11807 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11808 obsolete conditionals, described some others.
11809
11810 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11811
11812 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11813 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11814
11815 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11816
11817 * gdbint.texinfo: Put regex conditionals in their own table.
11818
11819 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11820
11821 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11822 described or fixed the descriptions of many others.
11823
11824 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11825
11826 * gdb.texinfo: Add some more credits.
11827 * gdbint.texinfo: Capitalize GDB consistently, describe some
11828 macros and remove some.
11829
11830 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11831
11832 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11833 obsolete conditionals, described some others.
11834
11835 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11836
11837 * gdb.texinfo (help targets): Changed to `help target', which
11838 is the correct gdb command.
11839
11840 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11841
11842 * annotate.texi (TODO): New node, for keeping track of annotations
11843 suggested but not yet implemented.
11844
11845 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11846
11847 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11848 another symbol, it is not the address itself.
11849
11850 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11851
11852 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11853 of stabs-in-coff sections.
11854
11855 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11856
11857 * annotate.texi: Change edition to 0.5 and date to May 1994.
11858 Add index.
11859 (Frames): New node, for frame annotation.
11860 (Displays): New node, for display annotation.
11861
11862 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11863 when waiting for your program to stop.
11864
11865 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11866
11867 * annotate.texi (Breakpoint Info): Document annotation of header
11868 fields and record annotation.
11869
11870 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11871
11872 * annotate.texi: New file, to document annotations.
11873
11874 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11875
11876 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11877 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11878
11879 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11880
11881 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11882 section, and say n_strx field is compilation unit relative.
11883 * stabs.texinfo: Don't use @code for a.out when it is the name of
11884 an object file format.
11885
11886 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11887
11888 * gdb.texinfo: Refer to file names, not path names, per rms
11889 convention.
11890 (Arguments): Fix typo.
11891
11892 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11893
11894 * stabs.texinfo (Global Variables): Talk about stabs in files
11895 where variables are referenced, but not defined.
11896
11897 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11898
11899 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11900 Cplusplus to new nodes Member Type Descriptor and Method Type
11901 Descriptor. Re-write stuff for #.
11902
11903 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11904
11905 * gdb.texinfo (Print Settings): Don't document "set print
11906 fast-symbolic-addr off". The bug which it worked around was fixed
11907 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11908
11909 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11910 N_ENTRY node.
11911
11912 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11913
11914 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11915
11916 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11917 references to ieee-float.c.
11918
11919 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11920
11921 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11922 match what the code actually does.
11923
11924 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11925
11926 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11927
11928 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11929
11930 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11931 i, and b.
11932
11933 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11934
11935 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11936 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11937 as "stabs in sections" rather than just saying "ELF and SOM".
11938 Also make that stuff apply to COFF.
11939
11940 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11941
11942 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11943 Ghostscript.
11944
11945 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11946
11947 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11948 versus functions without line numbers, also mention stepping into
11949 them as well as "step" when you are in them. Tell the user how to
11950 deal with the situation. Add comment about "debugging information".
11951
11952 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11953
11954 * stabs.texinfo (Enumerations): Document restriction on where
11955 enumeration types can appear and still win with GDB.
11956
11957 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11958
11959 * stabs.texinfo (Negative Type Numbers): Document format for type
11960 -16.
11961
11962 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11963
11964 * gdb.texinfo (Selection, Frame Info): Update information about
11965 arbitrary frame specficiations.
11966
11967 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11968
11969 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11970
11971 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11972
11973 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11974
11975 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11976
11977 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11978
11979 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11980
11981 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11982 Differences node to Statics node.
11983 (Statics): Discuss XCOFF use of V symbol descriptor.
11984
11985 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11986 not clean.
11987
11988 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11989
11990 * gdb.texinfo (Print Settings): Document `set print
11991 fast-symbolic-addr' and improve the doc for some other
11992 `set print's.
11993
11994 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11995
11996 * stabs.texinfo (String Field): Talk about defining several type
11997 numbers at once.
11998 Fix lint regarding changing node ELF Transformations to
11999 ELF and SOM Transformations.
12000
12001 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12002
12003 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12004
12005 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12006
12007 * stabs.texinfo (Cross-References): `::' is for nested types only
12008 within <>.
12009 (Structures): Document static members.
12010
12011 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12012
12013 * stabs.texinfo: Document S type attribute.
12014
12015 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12016
12017 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12018
12019 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12020
12021 * gdbint.texinfo: Fix a few typos.
12022
12023 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12024
12025 * gdb.texinfo, remote.texi: formatting improvements
12026
12027 * gdb.texinfo (New Features): mention threads.
12028 (Summary, C): fix xrefs in newly contributed text.
12029 (Threads): index entries, clarifications, example
12030 (passim): minor typos fixed, phrasing improvements
12031
12032 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12033 entries; (Server): explain use of gdbserver w/real-time systems,
12034 add example of conflicting TCP port; (MIPS Remote) break up
12035 running text into table, highlighting commands, and add example.
12036
12037 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12038
12039 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12040
12041 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12042
12043 * stabs.texinfo (Nested Symbols): New node.
12044 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12045
12046 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12047
12048 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12049 to picking which Bbss.bss symbol to use, and (because there seems to
12050 be no good way of doing it) re-write some of the text to make it
12051 sound like Bbss.bss isn't such a great idea after all (as currently
12052 designed).
12053
12054 * gdb.texinfo (C): In addition to saying people have to use g++ for
12055 good results, say they have to use stabs. Specifically say cfront
12056 doesn't work well.
12057 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12058 the gdb README. Add xrefs to places where the support for the various
12059 languages is described in detail.
12060
12061 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12062
12063 * stabs.texinfo: Clean up stuff about visibility and virtual
12064 characters.
12065
12066 * stabs.texinfo (N_M2C): Cite Sun doc.
12067
12068 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12069
12070 * gdb.texinfo: updates re threads.
12071 * remote.texinfo: avoid index entries starting with digits.
12072
12073 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12074
12075 * stabs.texinfo (Enumerations): Talk about large, negative and
12076 octal values. Clean up cross reference to type attributes.
12077 (String Field): Say that GDB 4.11 supports size attribute.
12078
12079 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12080
12081 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12082 is a mandatory step. Make the stuff about that more concise.
12083
12084 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12085
12086 * stabs.texinfo (Class Names): New node.
12087
12088 * gdb.texinfo (Command Files): Explain order of init file reading.
12089
12090 * remote.texi (Bootstrapping): Talk about getting the serial driver
12091 to deal with ^C sent by gdb to stop the remote system.
12092
12093 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12094
12095 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12096
12097 * libgdb.texinfo (Defining Commands): made the DOC arg
12098 to gdb_define_app_command a char * instead of char **
12099 per a suggestion from kingdon.
12100
12101 * libgdb.texinfo: total rewrite from a different starting
12102 premise.
12103
12104 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12105
12106 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12107 floats passed as doubles (to improve clarity).
12108
12109 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12110
12111 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12112
12113 * a4rc.sed: update to work with Andreas Vogel papersize params
12114
12115 * refcard.tex: use Andreas Vogel simplifications of papersize
12116 params; remove useless version info; update copyright date.
12117
12118 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12119
12120 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12121
12122 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12123
12124 * gdb.texinfo (Files): Say what address the load command loads it at.
12125
12126 * stabs.texinfo (Common Blocks): Minor cleanups.
12127
12128 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12129 that Sun has backed away from the linker kludge and thus the relevant
12130 issue is changes to the SunPRO tools, not the Solaris linker.
12131
12132 * stabs.texinfo (Traditional Integer Types): Clean up description
12133 of octal bounds a little bit. Document extra leading zeroes.
12134
12135 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12136
12137 * gdb.texinfo (Signaling): Update for symbolic symbol names
12138 and add a section explaining the difference between the GDB
12139 signal command and the shell kill utility.
12140
12141 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12142
12143 * libgdb.texinfo: added `@' to braces that were unescaped.
12144
12145 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12146
12147 * libgdb.texinfo: new file. Spec for the gdb library.
12148
12149 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12150
12151 * stabs.texinfo (Include Files): Fix typo (start -> end).
12152
12153 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12154
12155 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12156 from Melissa at FSF's editing pass.
12157
12158 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12159
12160 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12161 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12162 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12163
12164 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12165
12166 * remote.texi (Bootstrapping): Discuss 386 call gates.
12167
12168 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12169
12170 * stabs.texinfo (Based Variables): New node.
12171
12172 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12173
12174 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12175 names, sizes, and formats to suggest how not to lose.
12176
12177 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12178
12179 * stabs.texinfo (Methods): Fix typo.
12180
12181 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12182
12183 * gdb.texinfo: Fix a few typos.
12184
12185 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12186
12187 * gdb.texinfo: Clarify how well it works with Fortran.
12188
12189 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12190 More on relocating stabs in ELF files.
12191
12192 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12193
12194 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12195
12196 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12197
12198 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12199 parameters on VAX.
12200
12201 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12202
12203 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12204
12205 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12206
12207 * stabs.texinfo: Make info author notice match the TeX author notice.
12208
12209 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12210
12211 * stabs.texinfo: Initial-caps all words in node names and
12212 non-trivial words in section names.
12213
12214 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12215
12216 * stabs.texinfo: Many minor cleanups.
12217
12218 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12219
12220 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12221
12222 * stabs.texinfo: Remove full description of big example.
12223 It's not really helpful; just use pieces of it where appropriate.
12224 Add more Texinfo formatting directives (@samp, etc.).
12225 Use @deffn to define stab types.
12226 Eliminate some wordiness. Break up some nodes.
12227 Add an (alphabetized) index of symbol types.
12228 Use consistent capitalization style in node and section names.
12229
12230 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12231
12232 * gdb.texinfo: Change typo "Two two" to "The two".
12233
12234 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12235
12236 * stabs.texinfo (XCOFF-differences): Remove references to
12237 non-existent types N_DECL and N_RPSYM.
12238
12239 * stabs.texinfo (String Field): Say that type attributes bug is
12240 fixed in GDB 4.10, since it is.
12241
12242 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12243
12244 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12245
12246 * stabs.texinfo: Formatting cleanups.
12247
12248 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12249
12250 * stabs.texinfo: When explaining the n_type of a stab, standardize
12251 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12252 no tabs, use @r).
12253 (Global Variables): Clean up.
12254
12255 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12256
12257 * stabs.texinfo (Stack Variables): Re-write.
12258
12259 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12260
12261 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12262 addresses of a source file. Also revise formatting.
12263 Change "object module" or "object file" to "source file".
12264 Various: Miscellaneous cleanups.
12265
12266 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12267
12268 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12269
12270 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12271
12272 * gdbint.texinfo: Removed many nonsensical machine-collected
12273 host and target conditionals, described some of the remainder.
12274
12275 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12276
12277 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12278
12279 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12280 paragraph which follows.
12281
12282 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12283 variables. Looks better and avoids overful hbox.
12284
12285 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12286
12287 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12288
12289 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12290
12291 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12292 retransmit-timeout
12293
12294 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12295
12296 * gdbint.texinfo: Update statement about `some ancient Unix
12297 systems, like Ultrix 4.0' to Ultrix 4.2.
12298
12299 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12300
12301 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12302
12303 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12304
12305 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12306 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12307
12308 * remote.texi: new name for former gdbinv-s.texi
12309
12310 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12311
12312 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12313
12314 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12315 variables for MIPS remote debugging protocol.
12316
12317 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12318
12319 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12320
12321 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12322
12323 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12324
12325 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12326
12327 * gdb.texinfo: repair conditional bugs in text markup
12328
12329 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12330
12331 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12332 to select Modula-2 material.
12333
12334 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12335
12336 * stabs.texinfo: Cleanups regarding statics.
12337
12338 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12339 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12340
12341 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12342
12343 * stabs.texinfo: N_MAIN is sometimes used for C.
12344
12345 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12346
12347 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12348
12349 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12350
12351 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12352 removed from the code by Kingdon.
12353
12354 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12355
12356 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12357 input when evaluating breakpoint conditions; the bug has been fixed.
12358
12359 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12360 sets the ignore count to N-1, not to N.
12361
12362 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12363
12364 * refcard.tex (\hoffset): correct longstanding error to match
12365 intended offset; avoids cutting off edge on some printers
12366
12367 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12370
12371 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12372
12373 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12374
12375 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12376
12377 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12378 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12379 collect sed edits if any, apply to refcard before formatting;
12380 (refcard.ps) stop implying PS fonts if PS output requested;
12381 (lrefcard.ps) delete extra target for variant PS fonts
12382
12383 * refcard.tex: parametrize papersize dependent info, collect
12384 in easily replaced spot
12385
12386 * a4rc.sed: new file, edits to refcard for A4 paper
12387
12388 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12389
12390 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12391
12392 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12393
12394 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12395
12396 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12397
12398 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12399 politely rather than rudely.
12400
12401 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12402
12403 * stabs.texinfo: Document common blocks.
12404
12405 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12406
12407 * stabs.texinfo: Add some basic info about stabs-in-elf.
12408
12409 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12410
12411 * stabs.texinfo (Top): Minor cleanup.
12412
12413 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12414
12415 * Makefile.in (install-info): remove parentdir support
12416
12417 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12418
12419 * gdb.texinfo (Copying): delete this node and references to it;
12420 RMS says this manual need not carry GPL. (passim): Improvements
12421 from last round at FSF, largely due to Ian Taylor review, and
12422 minor formatting improvements.
12423
12424 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12425 largely due to Ian Taylor review. (Debug Session): minor edits to
12426 new text.
12427
12428 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12429
12430 * Makefile.in (realclean): Remove info and dvi files too.
12431
12432 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12433
12434 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12435 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12436 * gdb.texinfo: Change accordingly.
12437
12438 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12439 N_{L,R}BRAC,N_SLINE are relative to.
12440
12441 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12442
12443 * Makefile.in (GDBvn.texi): Update atomically.
12444
12445 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12446
12447 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12448
12449 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12450
12451 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12452 addresses together. Also motivate the set print symbol-filename
12453 command and suggest other solutions.
12454
12455 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12456
12457 * gdb.texinfo (set print elements): Note that the number of
12458 elements is set to unlimited by "set print elements 0".
12459
12460 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12461
12462 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12463 NF_LDOUBLE means.
12464 (Stab Types): Include Solaris stab types.
12465 (Procedures): Document Solaris extensions.
12466
12467 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12468
12469 * gdb.texinfo: Add `set print symbol-filename' doc.
12470
12471 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12472
12473 * stabs.texinfo (Arrays): Talk about type definition vs. type
12474 information.
12475
12476 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12477 the trailing semicolon.
12478
12479 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12480
12481 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12482 and merge in other parts of the document addressing these subjects.
12483 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12484
12485 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12486 at the end of a range type.
12487
12488 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12489 AIX extensions.
12490
12491 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12492
12493 * stabs.texinfo (Stabs Format): Misc fixes.
12494
12495 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12496
12497 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12498 (Traditional builtin types): Document convex convention for long long.
12499 (Negative builtin types): Discuss type names, and misc fixes.
12500
12501 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12502
12503 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12504 point types used with @samp{R} type descriptor.
12505 (Symbol Descriptors): Describe how to handle conflict between
12506 different meanings of @samp{P} symbol descriptor.
12507
12508 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12509
12510 * stabs.texinfo: Remove node Quick Reference and put its children
12511 directly under the main menu.
12512
12513 * stabs.texinfo: Many more changes to bring it into line with
12514 AIX documentation and reality. I think it now has all the
12515 information from the AIX documentation, except that I burned
12516 out when I got to variant records (Pascal and Modula-2) and
12517 all the COBOL types. Oh well, we can add them later when we're
12518 worrying more about those languages.
12519
12520 * stabs.texinfo (Automatic variables): Talk about what it means
12521 to omit the symbol descriptor.
12522
12523 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12524
12525 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12526 gcc2 behavior with promoted args.
12527
12528 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12529
12530 * gdb.texinfo: include readline appendices in info version of manual
12531
12532 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12533
12534 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12535 target remote.
12536
12537 * gdb.texinfo (Machine Code): more index entries for disassemble
12538
12539 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12540
12541 * Clarify the intended use of the gdb-testers and gdb-patches
12542 mailing lists, and shrink gzip comment.
12543
12544 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12545
12546 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12547 DOSHOST configuration of manual.
12548
12549 * gdb.texinfo (MIPS Stack): new node.
12550
12551 * all-config.texi (MIPS) new switch.
12552
12553 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12554 tense; (MIPS Remote) new node.
12555
12556 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12557 bug; (Environment) less passive, other small cleanups in text about
12558 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12559 (Remote) new MIPS Remote menu entry.
12560
12561 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12562
12563 * stabs.texinfo: Many changes to include information from the
12564 AIX documentation.
12565
12566 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12567
12568 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12569
12570 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12571 Move a bunch of information from ../README.
12572 (Getting Started): New node.
12573
12574 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12575
12576 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12577
12578 * gdb.texinfo: advance manual revision dates to present
12579
12580 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12581 stop using silly Roman numerals in @set variable names
12582
12583 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12584
12585 * stabs.texinfo (Parameters): Keep trying to get this right.
12586
12587 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12588
12589 * stabs.texinfo (Parameters): More on "local parameters".
12590
12591 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12592
12593 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12594
12595 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12596
12597 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12598 (Parameters): Rewrite.
12599 (xcoff-differences, Sun-differences): Minor changes.
12600
12601 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12602
12603 * stabs.texinfo: Minor cleanup.
12604
12605 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12606
12607 * gdbint.texinfo: Minor xcoff stuff.
12608
12609 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12610
12611 * gdbint.texinfo: Update for new config directory structure.
12612 Add info about internal type data structures.
12613
12614 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12615
12616 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12617 $(srcdir).
12618 (gdb-config.texi): Depend on file in $(srcdir).
12619
12620 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12621
12622 * stabs.texinfo: Fixes about N_SO.
12623
12624 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12625
12626 * gdb.texinfo: include list of nonstandard init file names
12627
12628 * *-config.texi: new switch GENERIC for text that applies *only*
12629 to (usual) multiple-target version of manual
12630
12631 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12632 h8 config
12633
12634 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12635 in menus (rather than conditionally selected multiple alternative
12636 menus).
12637
12638 * Makefile.in: define and use DOC_CONFIG var to select
12639 configuration for GDB user manual.
12640
12641 * gdb-config.texi: delete from repository, generate from Makefile.
12642
12643 * all-config.texi: normal `generic' configuration file, formerly
12644 stored as gdb-config.texi
12645
12646 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12647
12648 * Makefile.in: add dvi target to build all .dvi files
12649
12650 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12651
12652 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12653
12654 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12655
12656 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12657 host conditionals.
12658 * stabs.texinfo: More array fixes inspired by Jim's.
12659
12660 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12661
12662 * stabs.texinfo: Fixes re arrays and continuations.
12663
12664 * gdbint.texinfo: Add XCOFF node.
12665
12666 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12667
12668 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12669
12670 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12671
12672 * stabs.texinfo: Fix for array types to mention lower bounds.
12673
12674 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12675
12676 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12677
12678 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12679
12680 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12681
12682 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12683
12684 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12685 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12686
12687 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12688
12689 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12690
12691 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12692
12693 * gdb.texinfo, gdbinv-s.texi: misc updates
12694
12695 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12696
12697 * gdbint.texinfo: Brief documentation for longjmp support,
12698 from an email msg by Stu.
12699
12700 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12701
12702 * stabs.texinfo: Fix description of floating point "range"
12703 types (which really define basic types). Reported by Jim Meehan,
12704 <meehan@src.dec.com>.
12705
12706 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12707
12708 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12709
12710 * gdbint.texinfo: Slightly expand section on supporting a new
12711 object file format.
12712
12713 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12714
12715 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12716 intermediate file.
12717
12718 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12719
12720 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12721
12722 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12723
12724 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12725
12726 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12727 as well as Z8002.
12728
12729 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12730
12731 * gdbint.texinfo: Add sections on clean design and on how to send
12732 in changes.
12733
12734 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12735
12736 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12737
12738 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12739
12740 * gdb.texinfo: Fix typo, reported by Karl Berry.
12741
12742 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12743
12744 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12745
12746 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12747
12748 * gdbint.texinfo: fixed a stray email address (needs @@),
12749 added @table @code to node "Native Conditionals"
12750
12751 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12752
12753 * gdbint.texinfo: Describe coding style of GDB.
12754
12755 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12756
12757 * stabs.texinfo: Minor wording changes.
12758
12759 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12760
12761 * gdbint.texinfo: Improve release doc slightly.
12762
12763 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12764
12765 * gdbint.texinfo: Improve doc of GDB config macros.
12766
12767 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12768
12769 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12770 These will be reinserted when examined.
12771
12772 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12773
12774 * gdbint.texinfo: Make a start at documenting all the #if macros
12775 in GDB. At least list them all, and start separating them into
12776 host-specific and target-specific.
12777
12778 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12779
12780 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12781 examples (not consistent w others).
12782 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12783 for generic vn of doc
12784
12785 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12786
12787 * Makefile.in: always create installation directories.
12788
12789 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12790
12791 * gdb.texinfo: in h8 config, do not describe searching commands.
12792
12793 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12794
12795 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12796 conditionals; introduce a few generic switches that may be
12797 useful for other cross-dev or dos-hosted configs.
12798
12799 * gdb.texinfo: fix typo in "info reg" description
12800
12801 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12802
12803 * stabs.texinfo: Minor updates from running TeX over it.
12804 * Makefile.in (stabs.dvi, stabs.ps): Add.
12805
12806 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12807
12808 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12809 First pass at converting it to texinfo.
12810
12811 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12812
12813 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12814 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12815
12816 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12817
12818 * gdbint.texinfo: Add section on partial symbol tables.
12819
12820 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12821
12822 * gdb.texinfo: document `set remotedebug' and `set
12823 rstack_high_address'.
12824
12825 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12826
12827 * gdb.texinfo: slight expansion of new text on reading info files
12828 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12829 H8/300 from DOS.
12830
12831 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12832
12833 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12834
12835 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12836
12837 * gdb.texinfo: Say how to read the `info' files.
12838
12839 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12840
12841 * Makefile.in: gm4 -> m4.
12842
12843 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12844
12845 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12846 Documentation' ahead of `Installing GDB' to match README.
12847 Update shared library doc, -readnow and -mapped, and directory
12848 structure (add glob and mmalloc). Update configure doc.
12849
12850 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12851
12852 * Makefile.in: remove $(srcdir) from gdb.info rule.
12853
12854 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12855
12856 * Makefile.in: commented out gdb-all.texinfo rule. This is
12857 temporary.
12858
12859 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12860
12861 * Makefile.in, configure.in: removed traces of namesubdir,
12862 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12863 copyrights to '92, '13, changed some from Cygnus to FSF.
12864
12865 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12866
12867 * gdb.texinfo: Improve how we ask for bug reports.
12868
12869 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12870
12871 * Makefile.in: infodir belongs in datadir.
12872
12873 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12874
12875 * Makefile.in: remove spaces following hyphens, bsd make can't
12876 cope. install using INSTALL_DATA. added clean-info. added
12877 standards.text support.
12878
12879 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12880
12881 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12882 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12883 and mandir now keyed off datadir by default.
12884
12885 \f
12886 Local Variables:
12887 mode: change-log
12888 left-margin: 8
12889 fill-column: 74
12890 version-control: never
12891 coding: utf-8
12892 End:
This page took 0.411009 seconds and 5 git commands to generate.