Make TUI react to "set style enabled"
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.texinfo (Mode Options): Mention mi3.
4 (Interpreters): Likewise.
5 (GDB/MI Development and Front Ends): Add entry for MI 3 in
6 version table. Document -fix-multi-location-breakpoint-output.
7 (GDB/MI Breakpoint Information): Document format of breakpoint
8 location output.
9
102019-03-05 Simon Marchi <simon.marchi@efficios.com>
11
12 * python.texi (Values From Inferior): Change synopsys of the
13 second form of Value.__init__.
14
152019-03-02 Eli Zaretskii <eliz@gnu.org>
16
17 * gdb.texinfo (Output Styling): Fix typos. Document the default
18 foreground colors of the available styles.
19
202019-02-27 Kevin Buettner <kevinb@redhat.com>
21
22 * gdb.texinfo (Configure Options): Document minimum python
23 version.
24
252019-02-26 Kevin Buettner <kevinb@redhat.com>
26
27 * python.texi (Values From Inferior): Document second form
28 of Value.__init__.
29
302019-02-23 Joel Brobecker <brobecker@adacore.com>
31
32 * gdb.texinfo: Update copyright year ranges.
33 * refcard.tex: Likewise.
34
352019-02-21 Alan Hayward <alan.hayward@arm.com>
36
37 * gdb.texinfo: Update style defaults.
38
392019-02-21 Tom Tromey <tromey@adacore.com>
40
41 * gdb.texinfo (Remote Configuration): Remove trailing "." from
42 @item.
43
442019-01-16 Simon Marchi <simon.marchi@ericsson.com>
45
46 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
47 MI versions. Update text around it.
48
492019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
50
51 * gdb.texinfo (PowerPC Features): Document the alias
52 pseudo-registers for the org.gnu.gdb.power.altivec feature.
53
542019-01-09 Simon Marchi <simon.marchi@ericsson.com>
55
56 * gdb.texinfo (Print Settings): Remove mention of specific
57 demangle-style values, just refer to the in-process help.
58
592018-12-28 Tom Tromey <tom@tromey.com>
60
61 * gdb.texinfo (Output Styling): New node.
62
632018-12-13 John Baldwin <jhb@FreeBSD.org>
64
65 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
66 (Native): Add a FreeBSD subsection.
67 (FreeBSD): Document use of system call aliases for compatibility
68 system calls.
69
702018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * gdb.texinfo (Standard Target Features): Add RISC-V Features
73 sub-section.
74
752018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
76
77 * gdb.texinfo (Examining the Symbol Table): Document language choice
78 for 'info types|functions|variables' commands.
79 (Setting Breakpoints): Document language choice to print
80 the functions in which a breakpoint is set.
81
822018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
83
84 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
85 requirements for the org.gnu.gdb.power.vsx feature.
86
872018-11-01 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
90 output to match the current implementation.
91
922018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
93
94 * gdb.texinfo (Information About a Frame): Document changes
95 to 'info args' and 'info locals'.
96 (Examining the Symbol Table): Document changes to 'info functions'
97 and 'info variables'.
98
992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
100
101 * gdb.texinfo (PowerPC Features): Describe new features
102 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
103 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
104 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
105 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
106
1072018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
108
109 * gdb.texinfo (PowerPC Features): Describe new features
110 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
111
1122018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
113
114 * gdb.texinfo (PowerPC Features): Describe new feature
115 "org.gnu.gdb.power.tar".
116
1172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
118
119 * gdb.texinfo (PowerPC Features): Describe new features
120 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
121
1222018-10-20 Tom Tromey <tom@tromey.com>
123
124 * gdb.texinfo (TUI Commands): Add @end table.
125 (TUI Configuration): Remove stray @end table.
126
1272018-10-19 Tom Tromey <tom@tromey.com>
128
129 PR tui/18388:
130 * gdb.texinfo (TUI Commands): Remove tabset documentation.
131 (TUI Configuration): Document "set tui tab-width".
132
1332018-10-09 Tom Tromey <tom@tromey.com>
134
135 * python.texi (Inferiors In Python): Link to "Frames In Python",
136 not "Unwinding Frames in Python".
137
1382018-10-09 Tom Tromey <tom@tromey.com>
139
140 * gdb.texinfo (Configure Options): Update --enable-ubsan
141 documentation.
142
1432018-10-08 John Baldwin <jhb@FreeBSD.org>
144
145 * gdb.texinfo (Contributors): Add SRI International and University
146 of Cambridge for FreeBSD/riscv.
147
1482018-10-06 Tom Tromey <tom@tromey.com>
149
150 PR python/19399:
151 * python.texi (Inferiors In Python): Document
152 Inferior.Architecture.
153
1542018-10-06 Tom Tromey <tom@tromey.com>
155
156 PR python/21765:
157 * python.texi (Symbols In Python): Document the module and
158 common-block domains. Remove documentation for incorrect
159 domains.
160
1612018-10-03 Tom Tromey <tom@tromey.com>
162
163 * gdb.texinfo (Configure Options): Document --enable-ubsan.
164
1652018-10-02 John Darrington <john@darrington.wattle.id.au>
166
167 * gdb.texinfo (Remote Connection Commands): Describe
168 the changes to target remote and target extended-remote
169 relating to Unix domain sockets.
170
1712018-10-01 Tom Tromey <tom@tromey.com>
172
173 * gdb.texinfo (Configure Options): Document configure options.
174
1752018-09-29 Tom Tromey <tom@tromey.com>
176
177 * gdb.texinfo (Requirements): Mention C++, GNU make.
178 (Requirements): Sort the table. Add more libraries.
179 (Running Configure): Remove obsolete text.
180 (Separate Objdir): Likewise.
181 (Configure Options): Likewise.
182
1832018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
186 to highlight that the number is also the frame's level.
187 (Selection): Rewrite documentation for 'frame' and 'select-frame'
188 commands.
189 (Frame Info): Rewrite documentation for 'info frame' command.
190
1912018-09-23 Tom Tromey <tom@tromey.com>
192
193 PR python/18852:
194 * python.texi (Parameters In Python): Document exception behavior
195 of get_set_string.
196
1972018-09-18 John Baldwin <jhb@FreeBSD.org>
198
199 * gdb.texinfo (info proc): Remove "running".
200 (info proc mappings): Replace "program" with "process".
201
2022018-09-18 John Baldwin <jhb@FreeBSD.org>
203
204 * gdb.texinfo (Process Information): Document "info proc files"
205 command.
206
2072018-09-17 Tom Tromey <tom@tromey.com>
208
209 * gdb.texinfo (Index Files): Update for cache directory change on
210 macOS.
211
2122018-09-16 Tom Tromey <tom@tromey.com>
213
214 * python.texi (Basic Python): Update docs for find_pc_line,
215 solib_name.
216 (Progspaces In Python): Update docs for current_progspace.
217 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
218 Move method documentation before example.
219
2202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
221
222 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
223
2242018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2252018-09-13 Tom Tromey <tom@tromey.com>
226
227 * python.texi (Program Spaces In Python): Document the
228 Progspace.objfiles method.
229 (Objfiles In Python): Mention that gdb.objfiles() is identical
230 to gdb.selected_inferior().progspace.objfiles().
231
2322018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2332018-09-13 Tom Tromey <tom@tromey.com>
234
235 * python.texi (Inferiors In Python): Document
236 Inferior.progspace.
237 (Program Spaces In Python): Document that
238 gdb.current_progspace() is the same as
239 gdb.selected_inferior().progspace.
240
2412018-09-13 Simon Marchi <simon.marchi@ericsson.com>
242
243 * python.texi (Basic Python): Mention the string representation
244 of GDB Python objects.
245
2462018-09-12 Simon Marchi <simon.marchi@ericsson.com>
247
248 * gdb.texinfo (Skipping Over Functions and Files): Document
249 set/show debug skip.
250
2512018-09-10 Tom Tromey <tom@tromey.com>
252
253 * python.texi (Frames In Python, Blocks In Python)
254 (Symbols In Python, Symbol Tables In Python)
255 (Lazy Strings In Python): Remove periods from section titles.
256
2572018-09-10 Tom Tromey <tom@tromey.com>
258
259 * python.texi (Pretty Printing API): Swap sentence order.
260
2612018-09-10 Tom Tromey <tom@tromey.com>
262
263 PR python/16461:
264 * python.texi (Values From Inferior): Mention use of virtual
265 table.
266
2672018-09-10 Tom Tromey <tom@tromey.com>
268
269 * python.texi (Basic Python): Parenthesize argument to
270 decode_line.
271
2722018-09-10 Tom Tromey <tom@tromey.com>
273
274 * python.texi (Python): Mention Python versions. Don't mention
275 execfile.
276
2772018-09-10 Tom Tromey <tom@tromey.com>
278
279 PR python/19808:
280 * python.texi (Unwinding Frames in Python): Rewrite
281 create_unwind_info documentation. Update read_register
282 documentation and add a note about unwinder caution.
283
2842018-09-10 Tom Tromey <tom@tromey.com>
285
286 PR python/18909:
287 * python.texi (Events In Python): Fix inferior_call
288 documentation.
289
2902018-09-10 Tom Tromey <tom@tromey.com>
291
292 PR python/17752:
293 * python.texi (Frame Filter API): Remove period from subsection
294 title. Mention 100 as good default priority.
295 (Frame Decorator API): Remove period from subsection title.
296 Mention FrameDecorator module.
297
2982018-09-10 Tom Tromey <tom@tromey.com>
299
300 PR python/23108:
301 * python.texi (Exception Handling): Rearrange gdb.GdbError text
302 and add a table.
303
3042018-09-10 Tom Tromey <tom@tromey.com>
305
306 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
307 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
308 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
309 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
310
3112018-09-10 Tom Tromey <tom@tromey.com>
312
313 PR python/16484:
314 * python.texi (Frames In Python): Document that Frame.block can
315 throw.
316
3172018-09-10 Tom Tromey <tom@tromey.com>
318
319 PR python/23487:
320 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
321
3222018-09-10 Tom Tromey <tom@tromey.com>
323
324 PR python/16033:
325 * python.texi (Blocks In Python): Document that Block.end is
326 exclusive.
327
3282018-08-29 Keith Seitz <keiths@redhat.com>
329
330 * gdb.texinfo (Compiling and injecting code in GDB): Document
331 set/show "compile-oracle" and "compile-cplus-types" commands.
332
3332018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
334
335 * gdb.texinfo (The -stack-list-frames Command): Update description
336 to mention "arch".
337 Update MI examples throughout the document to contain "arch" in
338 frame output.
339
3402018-08-21 Alan Hayward <alan.hayward@arm.com>
341
342 * gdb.texinfo (AArch64 SVE): New subsubsection.
343
3442018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
345
346 * gdb.texinfo (GDB/MI Data Manipulation): Document
347 "-data-disassemble -a addr".
348 (GDB/MI Support Commands): Document "data-disassemble-a-option"
349 feature.
350
3512018-08-07 Simon Marchi <simon.marchi@ericsson.com>
352
353 * gdb.texinfo (Index Files Speed Up GDB): Add section about
354 symbol index cache.
355
3562018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
357
358 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
359 option sections to further clarify that gcore can take more
360 than one PID, and that "-o" is used to specify a prefix, not a
361 filename.
362
3632018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.texinfo (Maintenance Commands): Add description of
366 maintenance command to control dwarf unwinders.
367
3682018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.texinfo (Debugging Programs with Multiple Threads):
371 Document changes to 'thread apply'. Document 'taas'.
372 Document 'tfaas'.
373 (Examining the Stack): Document 'frame apply'. Document 'faas'.
374
3752018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
376 Jan Kratochvil <jan.kratochvil@redhat.com>
377 Paul Fertser <fercerpav@gmail.com>
378 Tsutomu Seki <sekiriki@gmail.com>
379
380 * gdb.texinfo (Remote Connection Commands): Add explanation
381 about new IPv6 support. Add new connection prefixes.
382
3832018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.texinfo (Remote Configuration): Update descriptions for
386 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
387 and hardware-watchpoint-length-limit variables.
388
3892018-07-02 Maciej W. Rozycki <macro@mips.com>
390
391 PR tdep/8282
392 * gdb.texinfo (Source and Machine Code): Document `set
393 disassembler-options' support for the MIPS target.
394
3952018-06-28 Petr Tesarik <ptesarik@suse.cz>
396
397 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
398
3992018-06-28 Petr Tesarik <ptesarik@suse.cz>
400
401 * gdb.texinfo (Files): The address argument for "add-symbol-file"
402 is no longer mandatory.
403
4042018-06-28 Petr Tesarik <ptesarik@suse.cz>
405
406 * gdb.texinfo (Files): Document "symbol-file -o offset".
407
4082018-06-14 Tom de Vries <tdevries@suse.de>
409
410 * gdb.texinfo (Background Execution): Add @cindex for '&'.
411
4122018-06-11 Eli Zaretskii <eliz@gnu.org>
413
414 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
415
4162018-06-08 Gary Benson <gbenson@redhat.com>
417
418 * gdb.texinfo (Maintenance Commands): Document "maint check
419 libthread-db" and "maint set/show check-libthread-db".
420
4212018-06-05 Tom Tromey <tom@tromey.com>
422
423 PR cli/12326:
424 * gdb.texinfo (Screen Size): Document "c" response to pagination
425 prompt.
426
4272018-05-31 Maciej W. Rozycki <macro@mips.com>
428
429 * gdb.texinfo (Choosing Target Byte Order): Document endianness
430 selection details with the `set endian auto' mode.
431
4322018-05-04 Tom Tromey <tom@tromey.com>
433
434 PR python/22731:
435 * python.texi (Breakpoints In Python): Mention that "commands" is
436 writable.
437
4382018-05-02 Tom Tromey <tom@tromey.com>
439
440 PR python/20084:
441 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
442 PARAM_ZUINTEGER_UNLIMITED.
443
4442018-04-30 Tom Tromey <tom@tromey.com>
445
446 * python.texi (Types In Python): Document Type.align.
447
4482018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
449
450 * gdb.texinfo (Symbols): Mention the fact that "info
451 variables/functions/types" show source files and line numbers.
452
4532018-04-13 Markus Metzger <markus.t.metzger@intel.com>
454
455 * gdb.texinfo: Document set/show record btrace cpu.
456
4572018-03-27 Joel Brobecker <brobecker@adacore.com>
458
459 * gdb.texinfo (Ada Settings): New subsubsection.
460
4612018-03-26 Tom Tromey <tom@tromey.com>
462
463 PR backtrace/15582:
464 * gdb.texinfo (Backtrace): Mention "hide" argument.
465
4662018-03-26 Tom Tromey <tom@tromey.com>
467
468 * gdb.texinfo (Backtrace): Describe options individually.
469
4702018-03-19 Tom Tromey <tom@tromey.com>
471
472 * observer.texi: Remove.
473
4742018-03-04 John Baldwin <jhb@FreeBSD.org>
475
476 * gdb.texinfo (Debugging Output): Document "set/show debug
477 fbsd-nat".
478
4792018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.texinfo (Machine Code): Additional information about "info
482 line" command.
483
4842018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
485
486 * gdb.texinfo (gdb-add-index man): Add pindex.
487
4882018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
489
490 * gdb.texinfo (set cwd): Add period.
491 (gdb-add-index man): Move anchor.
492
4932017-01-12 Tom Tromey <tom@tromey.com>
494 Sergio Durigan Junior <sergiodj@redhat.com>
495
496 * gdb.texinfo (Index Files): Mention gdb-add-index.
497 (gdb-add-index man): New section.
498 * Makefile.in (gdb-add-index.1): New rule to generate manpage
499 from gdb.texinfo.
500
5012018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
502
503 * gdb.texinfo (pwd): Fix whitespace.
504
5052018-01-09 John Baldwin <jhb@FreeBSD.org>
506
507 * gdb.texinfo (pwd): Update cross-reference for Process Information
508 node and remove explicit /proc reference.
509 (Native): Rename subsection from SVR4 Process Information to
510 Process Information.
511 (Process Information): Reword introduction to be less /proc
512 centric. Document support for "info proc" on FreeBSD.
513
5142018-01-03 Xavier Roirand <roirand@adacore.com>
515
516 * gdb.texinfo (Set Catchpoints): Add documentation for new
517 "catch handlers" action.
518
5192017-12-27 Stafford Horne <shorne@gmail.com>
520
521 * gdb.texinfo (Target Description Format): Explain that arbitrary
522 strings are now allowed for register groups.
523
5242017-12-27 Stafford Horne <shorne@gmail.com>
525
526 * gdb.texinfo (Registers): Document info reg $reggroup feature.
527
5282017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
529
530 PR cli/16224
531 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
532
5332017-12-13 Simon Marchi <simon.marchi@ericsson.com>
534
535 * python.texi (Manipulating breakpoints using Python): Document
536 qualified parameter to gdb.Breakpoint.
537
5382017-12-13 Simon Marchi <simon.marchi@ericsson.com>
539
540 * python.texi (Manipulating breakpoints using Python): Split doc
541 of Breakpoint.__init__ in two, split text in multiple
542 paragraphs, don't nest parameter square brackets.
543
5442017-12-12 Stafford Horne <shorne@gmail.com>
545 Stefan Wallentowitz <stefan@wallentowitz.de>
546 Franck Jullien <franck.jullien@gmail.com>
547 Jeremy Bennett <jeremy.bennett@embecosm.com>
548
549 * gdb.texinfo: Add OpenRISC documentation.
550
5512017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
554
5552017-12-07 Keith Seitz <keiths@redhat.com>
556
557 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
558 and "show print type nested-type-limit".
559
5602017-12-07 Phil Muldoon <pmuldoon@redhat.com>
561
562 * python.texi (Breakpoints In Python): Add text relating
563 to allowed explicit locations and keywords in gdb.Breakpoints.
564
5652017-12-04 Tom Tromey <tom@tromey.com>
566
567 * gdb.texinfo (Rust): Update trait object status
568
5692017-12-01 Andrew Cagney <cagney@redhat.com>
570 Joel Brobecker <brobecker@adacore.com>
571 Sergio Durigan Junior <sergiodj@redhat.com>
572
573 * gdb.texinfo (File Options): Document --readnever.
574 (Commands to Specify Files): Likewise, for 'symbol-file' and
575 'add-symbol-file'.
576
5772017-11-29 Pedro Alves <palves@redhat.com>
578
579 PR c++/19436
580 * gdb.texinfo (Debugging C Plus Plus): Document setting
581 breakpoints in functions with ABI tags.
582
5832017-11-29 Pedro Alves <palves@redhat.com>
584
585 * gdb.texinfo (Linespec Locations): Document how "function" is
586 interpreted in C++ and Ada. Document "-qualified".
587 (Explicit Locations): Document how "-function" is interpreted in
588 C++ and Ada. Document "-qualified".
589
5902017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
591
592 PR gdb/21945
593 * gdb.texinfo (Search Memory): Update description and example
594 about how to search a string without NULL terminator.
595
5962017-11-24 Joel Brobecker <brobecker@adacore.com>
597
598 * gdb.texinfo (GDB/MI Ada Exception Information): Document
599 new "exception-message" field.
600
6012017-11-24 Simon Marchi <simon.marchi@ericsson.com>
602
603 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
604
6052017-11-24 Pedro Alves <palves@redhat.com>
606
607 * gdb.texinfo (Completion): Update need-quoting examples. Remove
608 false claim that GDB inserts quoting automatically.
609 (Symbols): Add anchor.
610
6112017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
612
613 * gdb.texinfo (Requirements): Document use of GNU MPFR.
614
6152017-11-16 Phil Muldoon <pmuldoon@redhat.com>
616
617 * python.texi (Basic Python): Add rbreak documentation.
618
6192017-11-07 Xavier Roirand <roirand@adacore.com>
620 Pedro Alves <palves@redhat.com>
621
622 * gdb.texinfo (Set Breaks): Document support for breakpoint
623 location ranges in the enable/disable commands.
624
6252017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
626
627 * gdb.texinfo (Starting your Program) <The working directory.>:
628 Mention remote debugging.
629 (Working Directory) <Your Program's Working Directory>:
630 Likewise.
631 (Connecting) <Remote Packet>: Add "set-working-dir"
632 and "QSetWorkingDir" to the table.
633 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
634 packet.
635
6362017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
637
638 * gdb.texinfo (Starting your Program) <The working directory.>:
639 Mention new "set cwd" command.
640 (Working Directory) <Your Program's Working Directory>:
641 Rephrase to explain that "set cwd" exists and is the default
642 way to change the inferior's cwd.
643
6442017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
645
646 * gdb.texinfo (S/390 and System z Features): Document the new
647 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
648
6492017-09-21 Kevin Buettner <kevinb@redhat.com>
650
651 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
652 attribute.
653
6542017-09-21 Kevin Buettner <kevinb@redhat.com>
655
656 * python.texi (Inferiors In Python): Add description for method
657 Inferior.thread_from_thread_handle.
658
6592017-09-19 John Baldwin <jhb@FreeBSD.org>
660
661 * gdb.texinfo (Starting your Program): Add description of
662 starti command. Mention starti command as an alternative for
663 debugging the elaboration phase.
664
6652017-09-16 Simon Marchi <simon.marchi@ericsson.com>
666
667 * gdb.texinfo (Maintenance Commands): Document filter parameter
668 of "maint selftest". Document "maint info selftests" command.
669
6702017-09-11 Tom Tromey <tom@tromey.com>
671
672 * python.texi (Events In Python): Document new events.
673
6742017-09-04 Pedro Alves <palves@redhat.com>
675
676 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
677 no-debug-info variables.
678 (Symbols) <Examining the Symbol Table>: Document inspecting
679 no-debug-info types.
680 (Calling) <Calling functions with no debug info>: New subsection,
681 documenting calling no-debug-info functions.
682 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
683
6842017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
685
686 * gdb.texinfo (set environment): Add @anchor. Explain that
687 environment variables set by the user are sent to GDBserver.
688 (unset environment): Likewise, but for unsetting variables.
689 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
690 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
691 "environment-reset" and "QEnvironmentReset" to the table.
692 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
693 QEnvironmentReset>: New item, explaining the packet.
694
6952017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
696
697 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
698 "Compiler search for the compile command" descriptions of set
699 compile-gcc and show compile-gcc.
700
7012017-08-07 Weimin Pan <weimin.pan@oracle.com>
702
703 * gdb.texinfo (Architectures): Add new Sparc64 section to document
704 ADI support.
705 * NEWS: Add "adi examine" and "adi assign" commands.
706
7072017-08-18 Yao Qi <yao.qi@linaro.org>
708
709 * gdb.texinfo (Server): Document "--selftest".
710
7112017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
712
713 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
714 Single-Key mode.
715
7162017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
717
718 PR gdb/21925
719 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
720 set...").
721
7222017-08-09 Simon Marchi <simon.marchi@ericsson.com>
723
724 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
725 conditional expression.
726
7272017-07-31 Simon Marchi <simon.marchi@ericsson.com>
728
729 * agentexpr.texi (rot): Fix symbolic description, improve
730 textual description.
731
7322017-07-26 Yao Qi <yao.qi@linaro.org>
733
734 * gdb.texinfo (Maintenance Commands): Document command
735 "maint check xml-descriptions".
736
7372017-07-26 Yao Qi <yao.qi@linaro.org>
738
739 * gdb.texinfo (Maintenance Commands): Document optional
740 argument of "maint print c-tdesc".
741
7422017-07-18 Yao Qi <yao.qi@linaro.org>
743
744 * gdb.texinfo (Maintenance Commands): Improve the doc to
745 command "maint print c-tdesc".
746
7472017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
748
749 PR gdb/21606
750 * python.texi (Python representation of Symbols.): Replace
751 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
752 * guile.texi (Guile representation of Symbols.): Likewise.
753
7542017-06-11 Simon Marchi <simon.marchi@ericsson.com>
755
756 * gdb.texinfo (Optional Messages about Internal Happenings):
757 Document {set,show} debug separate-debug-file commands.
758
7592017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
760
761 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
762 (Connecting) <Remote Packet>: Add "startup-with-shell"
763 and "QStartupWithShell" to the table.
764 (Remote Protocol) <QStartupWithShell>: New item, explaining the
765 packet.
766
7672017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
770
7712017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
772
773 * python.texi (Recording in Python): Factor out the documentation of
774 gdb.RecordInstruction's super class.
775
7762017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
777
778 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
779 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
780 prev and next.
781
7822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
783
784 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
785 gdb.RecordInstruction
786
7872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
788
789 * python.texi (Recording in Python): Add documentation for
790 gdb.RecordGap and remove documentation of special cases for
791 gdb.BtraceInstruction.
792
7932017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
794
795 * python.texi (Recording in Python): Remove Record.ptid defvar.
796
7972017-04-21 Simon Marchi <simon.marchi@ericsson.com>
798
799 * gdb.texinfo (GDB/MI Thread Information): Add missing
800 fields, re-word some things.
801 (GDB/MI Thread Commands): Describe fields found in the output of
802 -thread-info, remove description of fields in the
803 thread output tuple, replace with a cross-reference to "GDB/MI
804 Thread Information".
805
8062017-04-21 Simon Marchi <simon.marchi@ericsson.com>
807
808 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
809 from -thread-info output.
810
8112017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
812
813 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
814
8152017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
816
817 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
818
8192017-03-22 Yao Qi <yao.qi@linaro.org>
820
821 * python.texi (Inferiors In Python): Remove @code from Python.
822
8232017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
824
825 * python.texi (Recordings In Python): Document return type of
826 gdb.BtraceInstruction.data.
827
8282017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
829
830 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
831 command file-list-shared-libraries
832 (GDB/MI Async Records): Update documentation of library-loaded with new
833 field.
834
8352017-03-16 Doug Evans <dje@google.com>
836
837 * guile.texi (Lazy Strings In Guile): Mention arrays.
838 * python.texi (Lazy Strings In Python): Ditto.
839
8402017-03-08 Jiong Wang <jiong.wang@arm.com>
841
842 * gdb.texinfo (Memory Protection Extensions): Add missing escape
843 character "@".
844
8452017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
846
847 * Memory Protection Extensions: Add information about inferior
848 calls.
849
8502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
851
852 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
853 DW_TAG_GNU_* and DW_AT_GNU_*.
854
8552017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
856
857 * python.texi (Recordings In Python): New section.
858
8592017-02-14 Tom Tromey <tom@tromey.com>
860
861 PR python/13598:
862 * python.texi (Events In Python): Document events.before_prompt.
863
8642017-02-13 Luis Machado <lgustavo@codesourcery.com>
865
866 * gdb.texinfo (Target Commands): Document the optional offset
867 argument for the load command.
868
8692017-02-10 Martin Galvan <martingalvan@sourceware.org>
870
871 PR gdb/21122
872 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
873 space-separated breakpoint lists. Also add a missing @table command
874 and @cindex for breakpoint lists.
875
8762017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
877
878 PR tdep/20936
879 * gdb.texinfo: (Standard Target Features): Document SPARC features.
880 (Sparc Features): New node.
881
8822017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
883
884 * gdb.texinfo (i386 Features): Add system segment registers
885 as feature.
886
8872017-01-24 Simon Marchi <simon.marchi@ericsson.com>
888
889 * python.texi (Events In Python): Fix typo.
890
8912017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
892 Luis Machado <lgustavo@codesourcery.com>
893
894 * gdb.texinfo (-target-flash-erase): New MI command description.
895 (flash-erase): New CLI command description.
896
8972017-01-04 John Baldwin <jhb@FreeBSD.org>
898
899 * gdb.texinfo (Contributors): Add SRI International and University
900 of Cambridge for FreeBSD/mips.
901
9022016-12-22 Doug Evans <xdje42@gmail.com>
903
904 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
905 commands.
906
9072016-12-02 Pedro Alves <palves@redhat.com>
908
909 * gdb.texinfo (User-defined Commands): Limit on number of
910 arguments passed to user-defined commands removed; update.
911
9122016-12-02 Pedro Alves <palves@redhat.com>
913
914 PR cli/20559
915 * gdb.texinfo (Define): Add example of using "eval" to process a
916 variable number of arguments.
917 (Output) <eval>: Add anchor.
918
9192016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
920
921 * Makefile.in: Likewise.
922
9232016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
924
925 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
926 xref.
927
9282016-10-29 Pedro Alves <palves@redhat.com>
929
930 * gdb.texinfo (Packets) <vCont>: Remove mention of default
931 actions.
932
9332016-10-26 Pedro Alves <palves@redhat.com>
934
935 * gdb.texinfo (Packets): Clarify vCont packets with multiple
936 actions that match a thread, and what happens when an action
937 matches a thread that is already running.
938
9392016-10-14 Simon Marchi <simon.marchi@ericsson.com>
940
941 * gdb.texinfo (Using Trace Files): Fix typo.
942 (GDB/MI Tracepoint Commands): Likewise.
943
9442016-10-14 Simon Marchi <simon.marchi@ericsson.com>
945
946 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
947 of -trace-save.
948
9492016-10-06 Tom Tromey <tom@tromey.com>
950
951 * guile.texi (Types In Guile): Remove Java mentions.
952 * python.texi (Types In Python): Remove Java mentions.
953 * gdb.texinfo (Address Locations, Supported Languages)
954 (Index Section Format): Remove Java mentions.
955
9562016-08-15 Doug Evans <dje@google.com>
957
958 * gdb.texinfo (Target Description Format): Update docs on "end"
959 field spec and field default type.
960
9612016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9622016-10-03 Simon Marchi <simon.marchi@ericsson.com>
963
964 PR gdb/20487
965 * gdb.texinfo (Context management): Update mention of frame
966 change notifications.
967 (gdb/mi Async Records): Document frame field in
968 =thread-select event.
969 * observer.texi (GDB Observers): New user_selected_context_changed
970 observer.
971
9722016-09-28 Tom Tromey <tom@tromey.com>
973
974 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
975 than "memory breakpoint". Further document "kind". Move
976 protocol-details link earlier.
977 <z1>: Document the cmd_list argument. Fix typo.
978 <g>: Remove incorrect sentence.
979 (Stop Reply Packets): Document "OK" response to requests when in
980 non-stop mode.
981 <swbreak>: Use "software breakpoint" rather than "memory
982 breakpoint".
983 <create>: Document that "R" is ignored.
984 <W, X, w>: Document formatting of "AA".
985 (Notification Packets): Use "%Stop", not "%%Stop".
986
9872016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
988
989 * gdb.texinfo (Embedded Processors): Document ARC.
990 (Synopsys ARC): New section.
991 (Standard Target Features): Document ARC features.
992 (ARC Features): New section.
993
9942016-09-21 Simon Marchi <simon.marchi@ericsson.com>
995
996 * .gitignore: New file.
997
9982016-08-24 Simon Marchi <simon.marchi@ericsson.com>
999
1000 * gdb.texinfo (Input/Output): Mention possibility to unset
1001 inferior-tty.
1002
10032016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1004
1005 * gdb.texinfo: Resume btrace on reconnect.
1006
10072016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1008
1009 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1010 syscall.
1011
10122016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1013
1014 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1015 command.
1016
10172016-07-13 Tom Tromey <tom@tromey.com>
1018
1019 PR python/15620, PR python/18620:
1020 * python.texi (Events In Python): Document new breakpoint events.
1021
10222016-07-13 Tom Tromey <tom@tromey.com>
1023
1024 PR python/17698:
1025 * python.texi (Breakpoints In Python): Document
1026 Breakpoint.pending.
1027
10282016-07-13 Tom Tromey <tom@tromey.com>
1029
1030 * python.texi (Breakpoints In Python): Move table of types and
1031 table of watchpoint types earlier in node.
1032
10332016-07-12 Tom Tromey <tom@tromey.com>
1034
1035 PR python/19293:
1036 * python.texi (Frames In Python): Document
1037 gdb.invalidate_cached_frames.
1038
10392016-06-21 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1042 document new-ui and explain use case.
1043
10442016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1045
1046 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1047 (NDS32 Features): New Section.
1048
10492016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1050
1051 * gdb.texinfo (Examining Memory): Document negative repeat
1052 count in the 'x' command.
1053
10542016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1055
1056 * gdb.texinfo (GDB/MI Async Records): Document method and
1057 format fields in =record-started.
1058 * observer.texi (record_changed): Add method and format
1059 parameters.
1060
10612016-05-27 Eli Zaretskii <eliz@gnu.org>
1062
1063 * gdb.texinfo (General Query Packets): Move the description of the
1064 response before the long list of the specific 'read' and 'write'
1065 requests.
1066
10672016-05-23 Tom Tromey <tom@tromey.com>
1068
1069 * python.texi (Basic Python): Document gdb.breakpoints return.
1070
10712016-05-24 Tom Tromey <tom@tromey.com>
1072
1073 PR gdb/19194:
1074 * gdb.texinfo (gdb man): Fix typo.
1075
10762016-05-17 Tom Tromey <tom@tromey.com>
1077
1078 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1079 (Rust): New node.
1080
10812016-05-17 Tom Tromey <tom@tromey.com>
1082
1083 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1084
10852016-04-27 Yao Qi <yao.qi@linaro.org>
1086
1087 * gdb.texinfo (tfind): Complete doc about tfind without
1088 argument.
1089
10902016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1091
1092 * agentexpr.texi (byte): Fix zero_ext description.
1093
10942016-03-31 Pedro Alves <palves@redhat.com>
1095
1096 * gdb.texinfo (M32R/SDI): Delete node.
1097 (MIPS Embedded): Remove references to the MIPS remote debugging
1098 protocol, PMON and variants, and the associated commands.
1099
11002016-03-15 Doug Evans <dje@google.com>
1101
1102 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1103 (Target Description Format): Mention enum types. Update docs on
1104 flags types.
1105 (Predefined Target Types): Add "bool".
1106 (Enum Target Types): New node.
1107
11082016-03-15 Pedro Alves <palves@redhat.com>
1109
1110 * gdb.texinfo (Tracepoint Actions): Fix typo.
1111
11122016-03-15 Pedro Alves <palves@redhat.com>
1113 Andreas Arnez <arnez@linux.vnet.ibm.com>
1114 Marcin Kościelnicki <koriakin@0x04.net>
1115
1116 * gdb.texinfo (Tracepoint Actions): Document possible
1117 unreliability of '$_ret'.
1118
11192016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1122 command.
1123
11242016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1125
1126 * gdb.texinfo (Convenience Functions): Document $_as_string.
1127
11282016-02-23 Doug Evans <dje@google.com>
1129
1130 * gdb.texinfo (Skipping Over Functions and Files): Document new
1131 options to "skip" command. Update docs of output of "info skip".
1132
11332016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1134
1135 * gdb.texinfo (Signals): Add bound violation display hints for
1136 a SIGSEGV.
1137
11382016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1139
1140 * gdb.texinfo (Trace File Format): Add documentation for description
1141 section lines.
1142
11432016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1144
1145 * gdb.texinfo (Trace File Format): Remove misleading information
1146 about register block ordering.
1147
11482016-02-01 Doug Evans <dje@google.com>
1149
1150 * gdb.texinfo (Value Sizes): Fix typo.
1151
11522016-02-01 Doug Evans <dje@google.com>
1153
1154 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1155
11562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * gdb.texinfo (Value Sizes): New section.
1159 (Data): Add the 'Value Sizes' node to the menu.
1160
11612016-01-26 John Baldwin <jhb@FreeBSD.org>
1162
1163 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1164
11652016-01-19 John Baldwin <jhb@FreeBSD.org>
1166
1167 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1168
11692016-01-18 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1172 of the thread that hit a breakpoint or received a signal.
1173
11742016-01-15 Pedro Alves <palves@redhat.com>
1175
1176 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1177
11782016-01-13 Pedro Alves <palves@redhat.com>
1179
1180 * gdb.texinfo (Threads): Document the $_gthread convenience
1181 variable.
1182 (Convenience Vars): Likewise.
1183
11842016-01-13 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.texinfo (Threads): Document "info threads -gid".
1187
11882016-01-13 Pedro Alves <palves@redhat.com>
1189
1190 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1191 anchor.
1192 (Threads In Python): Document new InferiorThread.global_num
1193 attribute.
1194
11952016-01-07 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1198 qualified thread IDs, global thread IDs and thread ID lists.
1199 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1200 thread IDs.
1201 (Convenience Vars): Document the $_thread convenience variable.
1202 (Ada Tasks): Adjust to refer to thread IDs.
1203 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1204 Commands, GDB/MI Variable Objects): Update to mention global
1205 thread IDs.
1206 * guile.texi (Breakpoints In Guile)
1207 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1208 global thread IDs instead of thread IDs.
1209 * python.texi (Threads In Python): Adjust documentation of
1210 InferiorThread.num.
1211 (Breakpoint.thread): Mention global thread IDs instead of thread
1212 IDs.
1213
12142016-01-13 Pedro Alves <palves@redhat.com>
1215
1216 * python.texi (Threads In Python): Document
1217 InferiorThread.inferior.
1218
12192016-01-13 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1222 convenience variable.
1223 (Convenience Vars): Likewise.
1224
12252016-01-12 Josh Stone <jistone@redhat.com>
1226 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1227
1228 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1229 (Stop Reply Packets): List the syscall entry and return stop reasons.
1230 (General Query Packets): Describe QCatchSyscalls, and add it to the
1231 table and the detailed list of stub features.
1232
12332016-01-12 Pedro Alves <palves@redhat.com>
1234
1235 Remove use of the registered trademark symbol throughout.
1236
12372016-01-12 Yao Qi <yao.qi@linaro.org>
1238
1239 * gdb.texinfo (Interrupts): Update the document on handling
1240 interrupt when program is stopped.
1241
12422015-12-11 Don Breazeal <donb@codesourcery.com>
1243
1244 * gdb.texinfo (Forks): Correct Linux kernel version where
1245 fork and exec events are supported, add notes about support
1246 of these events in target remote mode.
1247 (Connecting): Reorganize and clarify distinctions between
1248 target remote, extended-remote, and multiprocess.
1249 Reorganize related text from separate sections into new
1250 sections.
1251 (Server): Note effects of target extended-remote mode.
1252 Delete section on Multi-Process Mode for gdbserver.
1253 Move some text to "Connecting" node.
1254
12552015-12-10 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.texinfo (Threads): Replace warning with explanation
1258 about single-threaded programs.
1259
12602015-12-10 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.texinfo (Threads): Remove mention of SGI.
1263 (Forks): Remove mention of HP-UX.
1264 (Breakpoints): Remove mention of HP-UX.
1265 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1266 Reword in terms of architectures.
1267 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1268 mention supported systems.
1269 (Convenience Vars): Don't mention HP-UX.
1270 (Jumping): Remove mention of HP-UX in comment.
1271 (Files) <shared libraries>: Update supported shared library types
1272 list. Remove mention of HP-UX.
1273 (Native): Remove HP-UX subsection.
1274 (SVR4 Process Information): Remove mention of HP-UX.
1275
12762015-12-10 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.texinfo (Stack): Reorder menu.
1279
12802015-12-09 Luis Machado <lgustavo@codesourcery.com>
1281
1282 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1283 -var-set-format's new zero-hexadecimal format.
1284
12852015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1286
1287 * gdb.texinfo (Ada Mode Into): Move overloading support
1288 description to its own node.
1289 (Overloading support for Ada): New node.
1290
12912015-11-30 Pedro Alves <palves@redhat.com>
1292
1293 PR 14618
1294 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1295 (Remote Configuration): Add the "set/show remote
1296 no-resumed-stop-reply" to the available settings table.
1297 (General Query Packets): Document the "no-resumed" qSupported
1298 feature.
1299
13002015-11-30 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.texinfo (Remote Configuration): List "set/show remote
1303 thread-events" command in configuration table.
1304 (Stop Reply Packets): Document "T05 create" stop
1305 reason and 'w' stop reply.
1306 (General Query Packets): Document QThreadEvents packet. Document
1307 QThreadEvents qSupported feature.
1308
13092015-11-30 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1312 anchor.
1313 (Packets): Document vCtrlC.
1314
13152015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1316
1317 * gdb.texinfo (Thread List Format): Mention thread names.
1318
13192015-11-24 Pedro Alves <palves@redhat.com>
1320
1321 PR 17539
1322 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1323 program-spaces" example to ascending order listing.
1324 (Threads): Adjust "info threads" example to ascending order
1325 listing.
1326 (Forks): Adjust "info inferiors" example to ascending order
1327 listing.
1328
13292015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1330
1331 * gdb.texinfo (Process Record and Replay): Document "record
1332 instruction-history" modifiers.
1333
13342015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1335
1336 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1337 description.
1338 (Frame Filter Management): Move to later in the 'Examining the
1339 Stack' chapter.
1340 (Selection): Add entry for 'select-frame'.
1341
13422015-09-25 Doug Evans <dje@google.com>
1343
1344 * gdb.texinfo (Process Record and Replay): Fix syntax of
1345 "record instruction-history begin, end" and
1346 "record function-call-history begin, end".
1347
13482015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1349
1350 * gdb.texinfo (Specifying Source Directories): Fix
1351 substitute-path example.
1352
13532015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1354
1355 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1356
13572015-09-15 Pedro Alves <palves@redhat.com>
1358
1359 PR remote/18965
1360 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1361 the vforkdone description.
1362
13632015-09-15 Pedro Alves <palves@redhat.com>
1364
1365 PR remote/18965
1366 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1367 part indicates the thread ID of the parent process.
1368
13692015-09-15 Yao Qi <yao.qi@linaro.org>
1370
1371 * gdb.texinfo (General Query Packets): Add vContSupported to
1372 tables of 'gdbfeatures' and 'stub features' supported in the
1373 qSupported packet, as well as to the list containing stub
1374 feature details.
1375
13762015-09-11 Don Breazeal <donb@codesourcery.com>
1377
1378 * gdb.texinfo (Remote Configuration): Add exec event
1379 feature to table of packet settings.
1380 (Stop Reply Packets): Add exec events to the list of stop
1381 reasons.
1382 (General Query Packets): Add exec events to tables of
1383 'gdbfeatures' and 'stub features' supported in the qSupported
1384 packet, as well as to the list containing stub feature
1385 details.
1386
13872015-08-24 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.texinfo (Remote Configuration): Document the "set/show
1390 remote multiprocess-extensions-packet" commands.
1391
13922015-08-24 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1395 <M32R>: Remove references to M32R/D.
1396 <M68K>: Remove references to target dbug.
1397 <MIPS Embedded>: Remove references to target r3900 and target
1398 array.
1399 <PowerPC Embedded>: Remove references to target dink32 and target
1400 ppcbug, target sds
1401 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1402
14032015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1406
14072015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1410
14112015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1414 info bfds" to...
1415 (File Caching): A New section. Outline bfd caching, and add new
1416 description for "main set/show bfd-sharing".
1417
14182015-08-14 Doug Evans <xdje42@gmail.com>
1419
1420 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1421 disassembly.
1422 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1423
14242015-08-11 Keith Seitz <keiths@redhat.com>
1425
1426 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1427 Use "location(s)"instead of "linespec(s)".
1428 (Specifying a Location): Rewrite.
1429 Add subsections describing linespec, address, and explicit locations.
1430 Add node/menu for each subsection.
1431 (Source and Machine Code, C Preprocessor Macros)
1432 (Create and Delete Trace points)
1433 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1434 (Continuing at a Different Address): Remove "linespec" examples.
1435 Add reference to "Specify a Location"
1436 (The -break-insert Command): Rewrite. Add anchor.
1437 Add reference to appropriate manual section discussing locations.
1438 (The -dprintf-insert Command): Refer to -break-insert for
1439 specification of 'location'.
1440
14412015-08-07 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1444 target-non-stop".
1445
14462015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1447
1448 * gdb.texinfo (Process Record and Replay): Document prefixing of
1449 speculatively executed instructions in the "record instruction-history"
1450 command.
1451
14522015-07-20 Doug Evans <dje@google.com>
1453
1454 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1455
14562015-07-16 Doug Evans <dje@google.com>
1457
1458 * stabs.texinfo: @include gdb-cfg.texi.
1459
14602015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1461
1462 Revert the previous 2 commits:
1463 gdbserver build-id attribute generator
1464 Validate symbol file using build-id
1465
14662015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1467
1468 * gdb.texinfo (Files): Add 'set validate-build-id'
1469 and 'show validate-build-id'.
1470
14712015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1472 Jan Kratochvil <jan.kratochvil@redhat.com>
1473
1474 gdbserver build-id attribute generator.
1475 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1476 'build-id' in description, example, new attribute in dtd.
1477
14782015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1479
1480 * gdb.texinfo (Selection): Update documentation for 'frame'
1481 command.
1482
14832015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1484
1485 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1486 commands.
1487
14882015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1489
1490 * gdb.texinfo (Process Record and Replay): Spell out that variables
1491 and registers are not available during btrace replay.
1492 Describe the new "record btrace pt" command.
1493 Describe the new "set|show record btrace pt buffer-size" options.
1494 (General Query Packets): Describe the new Qbtrace:pt and
1495 Qbtrace-conf:pt:size packets.
1496 Expand "bts" to "Branch Trace Store".
1497 Update the branch trace DTD.
1498
14992015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1500
1501 * gdb.texinfo (Command History): Document the new option
1502 "history remove-duplicates".
1503
15042015-06-19 Doug Evans <dje@google.com>
1505
1506 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1507 longer supported.
1508
15092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1510
1511 * gdb.texinfo (Command History): Mention that setting
1512 GDBHISTSIZE to the empty string disables history truncation.
1513
15142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1515
1516 PR gdb/16999
1517 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1518 behavior.
1519
15202015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1521
1522 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1523 with GDBHISTSIZE.
1524
15252015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1526
1527 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1528 bytes and memory units for -data-{read,write}-memory-bytes.
1529 (Packets): Same for m, M and X packets.
1530 * python.texi (Inferiors In Python): Same for read_memory and
1531 write_memory.
1532
15332015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1534
1535 * gdb.texinfo (Separate Debug Files): Document that PE is also
1536 supported.
1537
15382015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1539
1540 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1541 single table entry.
1542
15432015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1544
1545 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1546
1547
15482015-06-10 Gary Benson <gbenson@redhat.com>
1549
1550 * gdb.texinfo (Remote Configuration): Document the
1551 "set/show remote hostio-setfs-packet" command.
1552 (Host I/O Packets): Document the vFile:setfs packet.
1553
15542015-06-10 Gary Benson <gbenson@redhat.com>
1555
1556 * gdb.texinfo (Debugging Output): Document the "set/show debug
1557 linux-namespaces" command.
1558
15592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1560 Mircea Gherzan <mircea.gherzan@intel.com>
1561
1562 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1563 and "set mpx bound".
1564
15652015-05-27 Doug Evans <dje@google.com>
1566
1567 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1568
15692015-05-26 Doug Evans <dje@google.com>
1570
1571 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1572 command renamings.
1573 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1574
15752015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1576
1577 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1578
15792015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1582 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1583
15842015-05-16 Doug Evans <xdje42@gmail.com>
1585
1586 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1587 memory ports.
1588
15892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1590
1591 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1592
15932015-05-12 Don Breazeal <donb@codesourcery.com>
1594
1595 * gdb.texinfo (Forks): Note that fork debugging is
1596 supported in extended mode.
1597 (Remote Configuration): Add fork event features to table
1598 of packet settings.
1599 (Stop Reply Packets): Add fork events to list of stop reasons.
1600 (General Query Packets): Add fork events to tables of
1601 'gdbfeatures' and 'stub features' supported in the qSupported
1602 packet, as well as to the list containing stub feature
1603 details.
1604
16052015-05-12 Gary Benson <gbenson@redhat.com>
1606
1607 * gdb.texinfo (General Query Packets): Document
1608 qXfer:exec-file:read with empty annex.
1609
16102015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1611
1612 * python.texi (Values From Inferior): Add descriptions of new
1613 methods gdb.Value.reference_value and gdb.Value.const_value.
1614
16152015-05-06 Joel Brobecker <brobecker@adacore.com>
1616
1617 * gdb.texinfo (Files): Add "info dll" documentation.
1618 (Cygwin Native): Remove "info dll" documentation.
1619
16202015-04-29 Doug Evans <dje@google.com>
1621
1622 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1623 Document.
1624 (Writing an Xmethod): Add get_result_type to example.
1625
16262015-04-28 Sasha Smundak <asmundak@google.com>
1627
1628 * python.texi: New method documented.
1629
16302015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1631
1632 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1633 format.
1634
16352015-04-24 Doug Evans <dje@google.com>
1636
1637 * python.texi (Xmethods In Python): Fix name of method to call the
1638 xmethod.
1639
16402015-04-17 Gary Benson <gbenson@redhat.com>
1641
1642 * gdb.texinfo (Connecting to a Remote Target): Mention that
1643 GDB can access program files from remote targets that support
1644 qXfer:exec-file:read and Host I/O packets.
1645
16462015-04-17 Gary Benson <gbenson@redhat.com>
1647
1648 * gdb.texinfo (Remote Configuration): Document the "set/show
1649 remote pid-to-exec-file-packet" command.
1650 (General Query Packets): Document the qXfer:exec-file:read
1651 qSupported features. Document the qXfer:exec-file:read packet.
1652
16532015-04-17 Gary Benson <gbenson@redhat.com>
1654
1655 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1656 applies to executable paths if supplied to GDB as absolute.
1657
16582015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1659
1660 * gdb.texinfo (Mode Options): Remove -xdb.
1661
16622015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1663 Eli Zaretskii <eliz@gnu.org>
1664
1665 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1666 compile, show debug compile. New subsection Compilation options for
1667 the compile command. New subsection Compiler search for the compile
1668 command.
1669
16702015-04-09 Andy Wingo <wingo@igalia.com>
1671
1672 * guile.texi (Frames In Guile): Describe frame-read-register.
1673
16742015-04-02 Gary Benson <gbenson@redhat.com>
1675
1676 * gdb.texinfo (set sysroot): Document "target:".
1677
16782015-04-01 Sasha Smundak <asmundak@google.com>
1679
1680 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1681 section.
1682
16832015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1684
1685 PR corefiles/16092
1686 * gdb.texinfo (gcore): Mention new command 'set
1687 use-coredump-filter'.
1688 (set use-coredump-filter): Document new command.
1689
16902015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1691
1692 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1693 documentation, reorder the info os entries in alphabetical order.
1694
16952015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1696
1697 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1698 -data-write-memory-bytes.
1699
17002015-03-24 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1703 mention that threads may sometimes run unlocked.
1704
17052015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1706
1707 * gdb.texinfo (Remote configuration): Document "set/show
1708 serial parity" command.
1709
17102015-03-18 Gary Benson <gbenson@redhat.com>
1711
1712 * gdb.texinfo (General Query Packets): Remove documentation
1713 for now-removed vFile:fstat qSupported features.
1714
17152015-03-11 Gary Benson <gbenson@redhat.com>
1716
1717 * gdb.texinfo (Remote Configuration): Document the
1718 "set/show remote hostio-fstat-packet" command.
1719 (General Query Packets): Document the vFile:fstat
1720 qSupported features.
1721 (Host I/O Packets): Document the vFile:fstat packet.
1722
17232015-03-11 Andy Wingo <wingo@igalia.com>
1724
1725 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1726
17272015-03-04 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.texinfo (Remote Configuration): Document the "set/show
1730 remote swbreak-feature-packet" and "set/show remote
1731 hwbreak-feature-packet" commands.
1732 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1733 decription.
1734 (Stop Reply Packets): Document the swbreak and hwbreak stop
1735 reasons.
1736 (General Query Packets): Document the swbreak and hwbreak
1737 qSupported features.
1738 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1739
17402015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1741
1742 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1743 under *stopped.
1744
17452015-03-02 Doug Evans <xdje42@gmail.com>
1746
1747 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1748
17492015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1750
1751 * gdb.texinfo (S/390 and System z Features): Describe new feature
1752 "org.gnu.gdb.s390.vx".
1753
17542015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1755
1756 PR gdb/18008
1757 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1758 demangler-warning): Fix typo ("problam").
1759
17602015-02-19 David Taylor <dtaylor@emc.com>
1761
1762 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1763
17642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1765
1766 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1767 point, DTrace'.
1768 (Static Probe Points): Modified to cover DTrace probes in addition
1769 to SystemTap probes. Also modified to cover the `enable probe'
1770 and `disable probe' commands.
1771
17722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1773
1774 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1775 `disable probe' commands.
1776
17772015-02-12 David Taylor <dtaylor@emc.com>
1778
1779 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1780 fields of the QTDV packet.
1781
17822015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1783
1784 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1785 (Process Record and Replay): Describe new set|show commands.
1786 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1787
17882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1789
1790 * gdb.texinfo (Process Record and Replay): Describe the "record
1791 btrace bts" command.
1792 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1793 (Branch Trace Configuration Format): New.
1794
17952015-01-31 Gary Benson <gbenson@redhat.com>
1796 Doug Evans <dje@google.com>
1797
1798 * gdb.texinfo (Command Completion): Document new
1799 "set/show max-completions" option.
1800
18012015-01-31 Doug Evans <xdje42@gmail.com>
1802
1803 * gdb.texinfo (Symbols): Document new commands
1804 "maint print symbol-cache", "maint print symbol-cache-statistics",
1805 "maint flush-symbol-cache". Document new option
1806 "maint set symbol-cache-size".
1807
18082015-01-31 Doug Evans <xdje42@gmail.com>
1809
1810 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1811 distinguish script files vs inlined scripts.
1812 * python.texi (Python Auto-loading): Ditto.
1813
18142015-01-30 Doug Evans <dje@google.com>
1815
1816 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1817 string if present.
1818
18192015-01-27 Doug Evans <dje@google.com>
1820
1821 * python.texi (Objfiles In Python): Document Objfile.username.
1822
18232015-01-27 Doug Evans <dje@google.com>
1824
1825 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1826 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1827
18282015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1829
1830 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1831
18322015-01-16 Eli Zaretskii <eliz@gnu.org>
1833
1834 * doc/gdb.texinfo (TUI Commands): Document the possible
1835 values of NAME argument to 'winheight' command. Explain the
1836 effect of 'tabset' setting better.
1837
18382015-01-11 Doug Evans <xdje42@gmail.com>
1839
1840 PR gdb/15830
1841 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1842 (Symbols): Ditto.
1843 (Maintenance Commands): Delete docs for "maint demangle".
1844
18452014-12-31 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.texinfo (Files): Remove documentation of the
1848 "add-shared-symbol-files" and "assf" commands.
1849 (Cygwin Native): Remove documentation of the "dll-symbols"
1850 command.
1851
18522014-12-17 Doug Evans <xdje42@gmail.com>
1853
1854 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1855
18562014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1857 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 * gdb.texinfo (Altering): Update.
1860 (Compiling and Injecting Code): New node.
1861
18622014-12-12 Doug Evans <dje@google.com>
1863
1864 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1865
18662014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1867
1868 * gdb.texinfo: Document "maint print user-registers".
1869
18702014-12-08 Doug Evans <dje@google.com>
1871
1872 * python.texi (Objfiles In Python): Document Objfile.owner.
1873
18742014-12-04 Doug Evans <dje@google.com>
1875
1876 * python.texi (Objfiles In Python): Document
1877 Objfile.add_separate_debug_file.
1878
18792014-12-04 Doug Evans <dje@google.com>
1880
1881 * python.texi (Objfiles In Python): Document Objfile.build_id.
1882
18832014-12-02 Nick Bull <nicholaspbull@gmail.com>
1884
1885 * python.texi (Events In Python): Document new events
1886 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1887 and RegisterChangedEvent.
1888
18892014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1890
1891 Add add-auto-load-scripts-directory.
1892 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1893 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1894
18952014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1896
1897 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1898 description typo.
1899
19002014-10-30 Doug Evans <dje@google.com>
1901
1902 * python.texi (Progspaces In Python): Document ability to add
1903 random attributes to gdb.Progspace objects.
1904 (Objfiles In Python): Document ability to add random attributes to
1905 gdb.objfile objects.
1906
19072014-10-27 Pedro Alves <palves@redhat.com>
1908
1909 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1910 info on stepping and signal handlers.
1911 (Signals): Explain stepping and signal handlers. Add context
1912 index entry, and cross references.
1913
19142014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1915
1916 * python.texi (Breakpoints In Python): Add parenthesis after
1917 Breakpoint.delete. Clarify Breakpoint.enabled description so
1918 that it contains "disable".
1919
19202014-10-17 Doug Evans <dje@google.com>
1921
1922 * python.texi (Events In Python): Document clear_objfiles event.
1923
19242014-10-17 Doug Evans <dje@google.com>
1925
1926 * python.texi (Objfiles In Python): Document new progspace attribute.
1927
19282014-10-17 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1931 (SVR4 Process Information): Delete mention of OSF/1.
1932
19332014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1934
1935 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1936 exit-code field in -list-thread-groups output.
1937
19382014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1939
1940 * gdb.texinfo (Set Breaks): Add missing "@end table".
1941
19422014-09-22 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1945 always-inserted off" is the default mode now. Delete
1946 documentation of "set breakpoint always-inserted auto".
1947
19482014-09-18 Doug Evans <dje@google.com>
1949
1950 * python.texi (Symbol Tables In Python): Document "producer"
1951 attribute of gdb.Symtab objects.
1952
19532014-09-16 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1956 (Embedded OS): Remove VxWorks menu entry.
1957 (VxWorks): Remove node.
1958
19592014-09-13 Doug Evans <xdje42@gmail.com>
1960
1961 * gdb.texinfo (Signaling): Document new queue-signal command.
1962
19632014-09-06 Doug Evans <xdje42@gmail.com>
1964
1965 PR 15276
1966 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1967 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1968
19692014-09-03 Justin Lebar <jlebar@google.com>
1970
1971 * python.texi (Types In Python): Type.template_argument(n) returns a
1972 gdb.Value or a gdb.Type and throws an exception if n is out of
1973 range.
1974
19752014-09-03 Sasha Smundak <asmundak@google.com>
1976
1977 * python.texi (Frames in Python): Add read_register description.
1978
19792014-08-04 Tom Tromey <tromey@redhat.com>
1980
1981 * gdb.texinfo (Debugging Output): Update for change to "set debug
1982 target".
1983
19842014-08-01 Masaki Muranaka <monaka@monami-software.com>
1985
1986 Pushed by Joel Brobecker <brobecker@adacore.com>.
1987 * Makefile.in (transform): New variable.
1988 (install-man1, install-man5): Apply $(transform) to man file names.
1989
19902014-07-26 Doug Evans <xdje42@gmail.com>
1991
1992 PR guile/17177
1993 * guile.texi (Guile Pretty Printing API): Fix typo.
1994 Document set-pretty-printers!, pretty-printers.
1995 (Selecting Guile Pretty-Printers): Update.
1996 Mention program-space based pretty-printers.
1997
19982014-07-25 Pedro Alves <palves@redhat.com>
1999 Eli Zaretskii <eliz@gnu.org>
2000
2001 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2002 with multi-threaded programs.
2003
20042014-06-27 Yao Qi <yao@codesourcery.com>
2005
2006 * gdb.texinfo (Maintenance Commands): Update the output of
2007 'maint print dummy-frames' command.
2008
20092014-06-24 Eli Zaretskii <eliz@gnu.org>
2010
2011 * gdb.texinfo (Screen Size): Improve indexing.
2012
20132014-06-19 Gary Benson <gbenson@redhat.com>
2014
2015 * gdb.texinfo (Maintenance Commands): Document new
2016 "maint set/show catch-demangler-crashes" option.
2017
20182014-06-19 Gary Benson <gbenson@redhat.com>
2019
2020 * gdb.texinfo (Maintenance Commands): Document new
2021 "maint demangler-warning" command and new
2022 "maint set/show demangler-warning" option.
2023
20242014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2025
2026 * python.texi (Xmethod API): Add space before the opening
2027 parenthesis in function descriptions.
2028
20292014-06-06 Doug Evans <xdje42@gmail.com>
2030
2031 * guile.texi (Guile Configuration): Document guile-data-directory.
2032
20332014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2034
2035 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2036
20372014-06-04 Doug Evans <xdje42@gmail.com>
2038
2039 * guile.texi (Breakpoints In Guile): Update.
2040
20412014-06-03 Joel Brobecker <brobecker@adacore.com>
2042
2043 * python.texi (Xmethod API): Fix reference to "Progspaces In
2044 Python".
2045
20462014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2047
2048 * python.texi (Xmethods In Python, XMethod API)
2049 (Writing an Xmethod): New nodes.
2050 (Python API): New menu entries "Xmethods In Python",
2051 "Xmethod API", "Writing an Xmethod".
2052
20532014-06-02 Doug Evans <xdje42@gmail.com>
2054
2055 * guile.texi (Guile API): Add entry for Parameters In Guile.
2056 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2057 (Parameters In Guile): New node.
2058
20592014-06-02 Doug Evans <xdje42@gmail.com>
2060
2061 * guile.texi (Guile API): Add entry for Commands In Guile.
2062 (Basic Guile) <parse-and-eval>: Add reference.
2063 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2064 (GDB Scheme Data Types): Mention <gdb:command> object.
2065 (Commands In Guile): New node.
2066
20672014-06-02 Doug Evans <xdje42@gmail.com>
2068
2069 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2070 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2071 (Progspaces In Guile): New node.
2072
20732014-05-30 Andrew Burgess <aburgess@broadcom.com>
2074
2075 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2076 * python.texi (Frames In Python): Mention
2077 gdb.FRAME_UNWIND_MEMORY_ERROR.
2078
20792014-05-29 Pedro Alves <palves@redhat.com>
2080 Tom Tromey <tromey@redhat.com>
2081
2082 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2083 from example.
2084 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2085 Mention that target-async is now deprecated.
2086 (Maintenance Commands): Document maint set/show target-async.
2087
20882014-05-29 Pedro Alves <palves@redhat.com>
2089
2090 * observer.texi (sync_execution_done, command_error): New
2091 subjects.
2092
20932014-05-29 Pedro Alves <palves@redhat.com>
2094
2095 PR gdb/13860
2096 * observer.texi (signal_received, end_stepping_range)
2097 (signal_exited, exited, no_history): New observer subjects.
2098
20992014-05-26 Andy Wingo <wingo@igalia.com>
2100
2101 * guile.texi (GDB Scheme Data Types): Remove documentation for
2102 removed interfaces. Update spelling of gdb-object-kind.
2103
21042014-05-26 Andy Wingo <wingo@igalia.com>
2105
2106 * guile.texi (Basic Guile): Fix some typos.
2107
21082014-05-26 Andy Wingo <wingo@igalia.com>
2109
2110 * guile.texi (Writing a Guile Pretty-Printer)
2111 (Guile Types Module): Fix excess parentheses in use-modules forms.
2112
21132014-05-24 Eli Zaretskii <eliz@gnu.org>
2114
2115 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2116 (Breakpoints In Guile, Guile Printing Module)
2117 (Guile Exception Handling, Values From Inferior In Guile)
2118 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2119 Don't use @var at the beginning of a sentence.
2120
2121 * gdb.texinfo (Frame Filter Management, Trace Files)
2122 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2123 (PowerPC Embedded, Define, Annotations for Running)
2124 (IPA Protocol Commands, Packets, General Query Packets)
2125 (Tracepoint Packets, Notification Packets, Environment)
2126 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2127 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2128 (Frames, Backtrace, Selection, Expressions, Registers)
2129 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2130 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2131 (Source Annotations, Using JIT Debug Info Readers, Packets)
2132 (Stop Reply Packets, Host I/O Packets)
2133 (Target Description Format): Don't use @var at the beginning of a
2134 sentence.
2135
2136 * python.texi (Basic Python, Types In Python)
2137 (Commands In Python, Frames In Python, Line Tables In Python)
2138 (Breakpoints In Python, gdb.printing, gdb.types)
2139 (Type Printing API): Don't use @var at the beginning of a
2140 sentence.
2141
21422014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2143
2144 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2145 replay-memory-access".
2146
21472014-05-21 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.texinfo (Starting): Document "set/show
2150 auto-connect-native-target".
2151 (Target Commands): Document "target native".
2152
21532014-05-20 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2156 not be remote specific. Add cross reference to the qCRC packet.
2157 (Separate Debug Files): Update cross reference to the qCRC packet.
2158 (General Query Packets) <qCRC packet>: Add anchor.
2159
21602014-05-17 Doug Evans <xdje42@gmail.com>
2161
2162 Copy over changes from guile.texi.
2163 * python.texi (Basic Python) <gdb.execute>: Add text.
2164 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2165 (Values From Inferior) <Python string>: Add text.
2166 (Values From Inferior) <Value.string>: Clarify string length handling.
2167 (Pretty Printing API): Add cindex.
2168 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2169 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2170 @vindex.
2171 (Commands In Python) <COMPLETE_*>: Similarly.
2172 (Symbols In Python) <SYMBOL_*>: Similarly.
2173 (Breakpoints In Python) <WP_*>: Similarly.
2174 (Breakpoints In Python) <BP_*>: Similarly.
2175
21762014-05-17 David Taylor <dtaylor@emc.com>
2177
2178 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2179 mentioned in the qfThreadInfo reply.
2180
21812014-05-16 Doug Evans <dje@google.com>
2182
2183 * gdb.texinfo (Mode Options): Add -D.
2184
21852014-05-09 Samuel Bronson <naesten@gmail.com>
2186
2187 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2188 "make -C".
2189
21902014-04-29 Tom Tromey <tromey@redhat.com>
2191
2192 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2193 "show debug varobj".
2194
21952014-05-01 David Taylor <dtaylor@emc.com>
2196
2197 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2198 option.
2199
22002014-04-24 Michael Sturm <michael.sturm@mintel.com>
2201 Walfred Tedeschi <walfred.tedeschi@intel.com>
2202
2203 * gdb.texinfo (i386 Features): Add description of AVX512
2204 registers.
2205
22062014-03-31 Doug Evans <dje@google.com>
2207
2208 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2209
22102014-03-30 Doug Evans <dje@google.com>
2211
2212 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2213 (Background Execution): Ditto.
2214
22152014-03-21 Pedro Alves <palves@redhat.com>
2216 Stan Shebs <stan@codesourcery.com>
2217 Hui Zhu <hui@codesourcery.com>
2218
2219 * gdb.texinfo (Packets): Add anchor to "? packet".
2220 Remove fixme and update introduction of "k packet".
2221 Add anchor to "vKill packet".
2222
22232014-03-12 Stan Shebs <stan@codesourcery.com>
2224
2225 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2226
22272014-02-26 Ludovic Courtès <ludo@gnu.org>
2228
2229 * guile.texi (Basic Guile): Document 'history-append!'.
2230
22312014-02-20 Joel Brobecker <brobecker@adacore.com>
2232
2233 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2234 and "assf" as being deprecated.
2235 (Cygwin Native): Likewise for "dll-symbols".
2236 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2237 as a way to force the loading of symbols from a DLL.
2238
22392014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2240
2241 * python.texi (Values From Inferior): Add description about the
2242 new feature.
2243
22442014-02-17 Doug Evans <xdje42@gmail.com>
2245
2246 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2247 * gdb.texinfo (Python): Moved to ...
2248 * python.texi: ... here. New file.
2249
22502014-02-17 Ludovic Courtès <ludo@gnu.org>
2251
2252 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2253 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2254 parameter to 'str-lookup-function' procedure. Look for
2255 the "std::string<" prefix.
2256 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2257 Adjust description.
2258
22592014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2260
2261 * guile.texi (Values From Inferior In Guile): Remove stray
2262 parantheses for deffn.
2263 (Disassembly In Guile): Ditto.
2264
22652014-02-10 Stan Shebs <stan@codesourcery.com>
2266
2267 Add Doxygen support.
2268 * Makefile.in (doxy): New action, generates Doxygen files.
2269 (DOXYGEN): New.
2270 (doxyedit): New.
2271 * Doxyfile-base.in: New file.
2272 * Doxyfile-gdb-api.in: New file.
2273 * Doxyfile-gdb-xref.in: New file.
2274 * Doxyfile-gdbserver.in: New file.
2275 * doxy-index.in: New file.
2276 * filter-for-doxygen: New file.
2277 * filter-params.pl: New file.
2278
22792014-02-10 Doug Evans <xdje42@gmail.com>
2280
2281 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2282 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2283 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2284 (Guile docs): Include guile.texi.
2285 (objfile-gdbdotext file): Add objfile-gdb.scm.
2286 (dotdebug_gdb_scripts section): Mention Guile scripts.
2287 (Multiple Extension Languages): New node.
2288 * guile.texi: New file.
2289
22902014-01-28 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2293 ignore-descriptive-types". commands.
2294
22952014-01-22 Doug Evans <dje@google.com>
2296
2297 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2298 (gdbserver man): Ditto.
2299
23002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2301
2302 * gdb.texinfo: Document limited reverse/replay support
2303 for target record-btrace.
2304
23052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2306
2307 * gdb.texinfo (Process Record and Replay): Update documentation.
2308
23092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2310
2311 * gdb.texinfo (Process Record and Replay): Document new /c
2312 modifier accepted by "record function-call-history".
2313 Add /i modifier to "record function-call-history" example.
2314
23152014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2316 Joel Brobecker <brobecker@adacore.com>
2317
2318 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2319 markers. Remove one that was misplaced.
2320
23212014-01-10 Pedro Alves <palves@redhat.com>
2322
2323 * gdb.texinfo (Your Program's Environment) <set environment>:
2324 Mention the shell, and point at 'set exec-wrapper'.
2325
23262014-01-07 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2329
23302013-12-30 Joel Brobecker <brobecker@adacore.com>
2331
2332 * gdb.texinfo (Types In Python): Clarify the documentation
2333 of attribute gdb.Field.bitpos.
2334
23352013-12-28 Joel Brobecker <brobecker@adacore.com>
2336
2337 * gdb.texinfo (Types In Python): Fix the documentation of
2338 attribute "bitpos" in class gdb.Field for enum types. Add
2339 documentation for attribute "enumval" in that same class.
2340
23412013-12-28 Joel Brobecker <brobecker@adacore.com>
2342
2343 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2344 @ftable.
2345
23462013-12-23 Doug Evans <xdje42@gmail.com>
2347
2348 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2349 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2350 corresponding section in Extending GDB.
2351 (Extending GDB): Move menu up. New menu item "Auto-loading
2352 extensions".
2353 (Sequences): New menu item "Auto-loading sequences".
2354 (Auto-loading sequences): New node.
2355 (Python): Rename section from Scripting GDB to Extending GDB.
2356 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2357 Move docs on ways to auto-load extensions to ...
2358 (Auto-loading extensions): ... here. New node.
2359
23602013-12-23 Joel Brobecker <brobecker@adacore.com>
2361
2362 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2363 in menu.
2364 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2365 command, now in a new node.
2366 (GDB/MI Support Commands): New node, with its contents being
2367 extracted from the "GDB/MI Miscellaneous Commands" node.
2368 A small paragraph introducing the section is also added at
2369 the start.
2370 (GDB/MI Miscellaneous Commands): Delete the description of the
2371 -info-gdb-mi-command, -list-features and -list-target-features
2372 commands, now hosted in the "GDB/MI Support Commands" node.
2373
23742013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2375
2376 PR python/16113
2377 * gdb.texinfo (Values From Inferior): Add a note about using
2378 gdb.Field objects as subscripts on gdb.Value objects.
2379 (Types In Python): Add description about the new attribute
2380 "parent_type" of gdb.Field objects.
2381
23822013-12-12 Joel Brobecker <brobecker@adacore.com>
2383
2384 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2385 entry for section docuumenting the -list-features GDB/MI command.
2386
23872013-12-10 Joel Brobecker <brobecker@adacore.com>
2388
2389 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2390 "exec-run-start-option" entry in the output of the "-list-features"
2391 command.
2392
23932013-12-04 Eli Zaretskii <eliz@gnu.org>
2394
2395 * gdb.texinfo (i386): Fix yesterday's commit.
2396
23972013-12-03 Tom Tromey <tromey@redhat.com>
2398
2399 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2400 documented here.
2401
24022013-12-03 Tom Tromey <tromey@redhat.com>
2403
2404 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2405
24062013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2407
2408 * gdb.texinfo (i386 Features): Add MPX feature registers.
2409 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2410 a subsubsection for MPX and describes the display of the
2411 boundary registers.
2412
24132013-12-03 Joel Brobecker <brobecker@adacore.com>
2414
2415 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2416 documentation of the "ada-exceptions" entry.
2417
24182013-12-03 Joel Brobecker <brobecker@adacore.com>
2419
2420 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2421 "^error" result record concerning the error message. Document
2422 the error code that may also be part of that result record.
2423 (GDB/MI Miscellaneous Commands): Document the
2424 "undefined-command-error-code" element in the output of
2425 the "-list-features" GDB/MI command.
2426
24272013-12-03 Joel Brobecker <brobecker@adacore.com>
2428
2429 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2430 the new -info-gdb-mi-command GDB/MI command. Document
2431 the meaning of "-info-gdb-mi-command" in the output of
2432 -list-features.
2433
24342013-11-29 Pedro Alves <palves@redhat.com>
2435
2436 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2437 Update comment.
2438
24392013-11-24 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.texinfo (Caching Remote Data): Document new
2442 "set/show stack-cache" option.
2443
24442013-11-24 Yao Qi <yao@codesourcery.com>
2445
2446 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2447 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2448 "off" respectively.
2449
24502013-11-23 Yao Qi <yao@codesourcery.com>
2451
2452 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2453 of "displayhint" to the table about child results.
2454
24552013-11-21 Yao Qi <yao@codesourcery.com>
2456
2457 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2458 'dynamic' for the output of command -var-list-children.
2459
24602013-11-21 Yao Qi <yao@codesourcery.com>
2461
2462 * gdb.texinfo (Caching Target Data): Remove "see" before
2463 @pxref.
2464
24652013-11-20 Yao Qi <yao@codesourcery.com>
2466
2467 * gdb.texinfo (Caching Target Data): Update doc for
2468 per-address-space dcache.
2469
24702013-11-20 Yao Qi <yao@codesourcery.com>
2471
2472 * gdb.texinfo (Data): Rename menu item.
2473 (Caching Remote Data): Rename to ...
2474 (Caching Target Data): ... it. Update.
2475
24762013-11-18 Joel Brobecker <brobecker@adacore.com>
2477
2478 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2479 "language-option" entry in the output of the "-list-features"
2480 command.
2481
24822013-11-15 Tom Tromey <tromey@redhat.com>
2483
2484 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2485 Add example.
2486
24872013-11-14 Tom Tromey <tromey@redhat.com>
2488
2489 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2490
24912013-11-14 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2494 (Context management): Place current subsection text into its own
2495 subsubsection. Add new subsubsection describing the "--language"
2496 command option.
2497
24982013-11-13 Joel Brobecker <brobecker@adacore.com>
2499
2500 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2501 the documentation of "info-ada-exceptions" in the output
2502 of the "-list-features" command. Add the documentation
2503 of the "ada-exception" entry instead.
2504
25052013-11-12 Joel Brobecker <brobecker@adacore.com>
2506
2507
2508 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2509 word of a couple of sentences to start with a capital letter.
2510
25112013-11-12 Joel Brobecker <brobecker@adacore.com>
2512
2513 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2514 (Ada Exceptions): New node.
2515 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2516 Commands" node.
2517 (GDB/MI Ada Exceptions Commands): New node.
2518 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2519 field in the output of the "-list-features" command.
2520 * NEWS: Add entry for the new "info exceptions" CLI command,
2521 and for the new "-info-ada-exceptions" GDB/MI command.
2522
25232013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2524
2525 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2526 (Line Tables In Python): New node.
2527
25282013-11-08 Doug Evans <dje@google.com>
2529
2530 * gdb.texinfo (Debugging Output): Update text for
2531 "set debug dwarf2-read".
2532
25332013-11-08 Doug Evans <dje@google.com>
2534
2535 * gdb.texinfo (Debugging Output): Update text for
2536 "set debug symtab-create".
2537
25382013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2539
2540 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2541 constant.
2542
25432013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2544
2545 * gdb.texinfo (Breakpoints In Python): Document temporary
2546 option in breakpoint constructor, and add documentation to the
2547 temporary attribute.
2548
25492013-11-07 Yao Qi <yao@codesourcery.com>
2550
2551 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2552 output of "-var-info-expression".
2553
25542013-11-06 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2557 non-interactive mode.
2558 (Environment) <shell startup files warning>: Mention
2559 non-interactive mode. Mention .zshenv for Z shell, and talk about
2560 BASH_ENV instead of .bashrc for BASH.
2561
25622013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2563
2564 * gdb.texinfo (Commands to Specify Files): Add description
2565 of the remove-symbol-file command.
2566 * observer.texi: New free_objfile event
2567
25682013-10-24 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2571
25722013-10-11 Joel Brobecker <brobecker@adacore.com>
2573
2574 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2575 New subsection inside which the "-catch-load" and "-catch-unload"
2576 commands documentation is now placed.
2577 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2578 documenting the "-catch-assert" and "-catch-exception" new
2579 GDB/MI commands.
2580
25812013-10-10 Joel Brobecker <brobecker@adacore.com>
2582
2583 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2584
25852013-10-10 Joel Brobecker <brobecker@adacore.com>
2586
2587 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2588 serial baud".
2589 (Remote Configuration): Replace "set remotebaud" by "set serial
2590 baud". Replace "show remotebaud" by "show serial baud".
2591
25922013-10-07 Pedro Alves <palves@redhat.com>
2593
2594 PR breakpoints/11568
2595 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2596 when the thread is removed from the thread list.
2597
25982013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2599
2600 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2601 Update entry for $_exitcode.
2602
26032013-10-04 Joel Brobecker <brobecker@adacore.com>
2604
2605 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2606 new "--start" option.
2607
26082013-10-02 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.texinfo (Registers): Expand description of saved registers
2611 in frames. Explain <not saved>.
2612
26132013-09-25 Doug Evans <dje@google.com>
2614
2615 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2616
26172013-09-16 Stan Shebs <stan@codesourcery.com>
2618
2619 Remove the internals manual gdbint.texinfo.
2620 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2621 (PDFFILES): Remove gdbint.pdf.
2622 (HTMLFILES): Remove gdbint/index.html.
2623 (HTMLFILES_INSTALL): Remove gdbint.
2624 (GDBINT_DOC_FILES): Remove.
2625 (dvi): Remove gdbint.dvi.
2626 (ps): Remove gdbint.ps.
2627 * gdbint.texinfo: Remove file.
2628 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2629
26302013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2631
2632 * gdb.texinfo (Convenience Functions): Mention new convenience
2633 function $_isvoid.
2634
26352013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2636
2637 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2638 (Standard Target Features): Add new node to menu.
2639 (S/390 and System z Features): New node.
2640
26412013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2642
2643 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2644 -list-target-features in the example.
2645
26462013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2649 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2650
26512013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 Sync documentation with gdb.base/gnu-debugdata.exp.
2654 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2655
26562013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2657
2658 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2659
26602013-08-27 Pedro Alves <pedro@codesourcery.com>
2661 Yao Qi <yao@codesourcery.com>
2662
2663 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2664 Document new --skip-unavailable option.
2665 <-stack-list-variables>: Document new --skip-unavailable option.
2666
26672013-08-26 Doug Evans <dje@google.com>
2668
2669 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2670 an optional regexp.
2671
26722013-08-13 Tom Tromey <tromey@redhat.com>
2673
2674 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2675 Document GDB_PARALLEL and GDB_INOTIFY.
2676
26772013-08-09 Stan Shebs <stan@codesourcery.com>
2678
2679 * LRS: Remove file, describes a long-abandoned live-range
2680 splitting extension to stabs.
2681
26822013-07-25 Andrew Burgess <aburgess@broadcom.com>
2683
2684 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2685
26862013-07-17 Doug Evans <dje@google.com>
2687
2688 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2689
26902013-07-02 Tom Tromey <tromey@redhat.com>
2691
2692 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2693
26942013-06-28 Tom Tromey <tromey@redhat.com>
2695
2696 * Makefile.in (version.subst): Use version.in, not
2697 common/version.in.
2698 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2699 Likewise.
2700
27012013-06-27 Pedro Alves <palves@redhat.com>
2702
2703 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2704 dynamic symbol resolution code>: New section, based on infrun.c
2705 comment.
2706
27072013-06-26 Tom Tromey <tromey@redhat.com>
2708
2709 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2710 Update.
2711 (Releasing GDB): Likewise.
2712
27132013-06-26 Pedro Alves <pedro@codesourcery.com>
2714 Yao Qi <yao@codesourcery.com>
2715
2716 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2717 -trace-frame-collected.
2718
27192013-06-26 Pedro Alves <pedro@codesourcery.com>
2720
2721 * gdb.texinfo (Traceframe Info Format): Document tvar element
2722 and its attributes.
2723
27242013-06-25 Yao Qi <yao@codesourcery.com>
2725
2726 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2727
27282013-06-24 Tom Tromey <tromey@redhat.com>
2729
2730 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2731 (GDBvn.texi): Use version.subst.
2732 (version.subst): New target.
2733 (mostlyclean): Remove version.subst.
2734
27352013-06-20 Pedro Alves <pedro@codesourcery.com>
2736
2737 * gdb.texinfo (GDB/MI Data Manipulation)
2738 <-data-list-register-values>: Document the --skip-unavailable
2739 option.
2740
27412013-06-07 Yao Qi <yao@codesourcery.com>
2742
2743 * gdb.texinfo (Symbols): Add kindex and cindex for
2744 'maint print msymbols'.
2745
27462013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2747
2748 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2749 response field name (thread-group to inferior).
2750
27512013-06-04 Gary Benson <gbenson@redhat.com>
2752
2753 * gdb.texinfo (General Query Packets/qSupported): Added
2754 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2755 to the table of currently defined stub features.
2756 Added a more detailed entry for "augmented-libraries-svr4-read".
2757 (General Query Packets/qXfer:libraries-svr4:read): Documented
2758 the augmented form of this packet.
2759
27602013-05-23 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.texinfo (System-wide Configuration Scripts): Renames
2763 "Installed System-wide Configuration Scripts". Add associated
2764 @menu block.
2765
27662013-05-23 Yao Qi <yao@codesourcery.com>
2767 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.texinfo (Packets): Document 'vCont;r'.
2770 (Continuing and Stepping): Document target-assisted range
2771 stepping, and the 'set range-stepping' and 'show range-stepping'
2772 commands.
2773
27742013-05-23 Joel Brobecker <brobecker@adacore.com>
2775
2776 * gdb.texinfo (Installed System-wide Configuration Scripts):
2777 Add subsection describing the scripts now available under
2778 the data-dir's system-gdbbinit subdirectory.
2779 * NEWS: Add entry announcing the availability of system-wide
2780 configuration scripts for ElinOS and Wind River Linux.
2781
27822013-05-21 Hui Zhu <hui@codesourcery.com>
2783
2784 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2785 "-dprintf-insert" command.
2786
27872013-05-17 Doug Evans <dje@google.com>
2788
2789 * gdb.texinfo (Maintenance Commands): Update doc for
2790 "maint check-psymtabs". Add doc for "maint check-symtabs",
2791 "maint expand-symtabs".
2792
27932013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2794
2795 * gdb.texinfo (Process Record and Replay): Document the
2796 "record goto" command and its sub-commands.
2797
27982013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2799
2800 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2801 (Python API): Add Frame Filters API, Frame Wrapper API,
2802 Writing a Frame Filter/Wrapper, Managing Management of Frame
2803 Filters chapter entries.
2804 (Frame Filters API): New Node.
2805 (Frame Wrapper API): New Node.
2806 (Writing a Frame Filter): New Node.
2807 (Managing Frame Filters): New Node.
2808 (Progspaces In Python): Add note about frame_filters attribute.
2809 (Objfiles in Python): Ditto.
2810 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2811 @anchors and --no-frame-filters option to -stack-list-variables,
2812 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2813 commands.
2814
28152013-05-08 Joel Brobecker <brobecker@adacore.com>
2816
2817 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2818 Support" subsection documenting the XML format used to transfer
2819 shared library info on AIX.
2820
28212013-05-08 Joel Brobecker <brobecker@adacore.com>
2822
2823 * gdb.texinfo (Debugging Output): Add documentation of
2824 "set debug aix-solib" and "show debug aix-solib" commands.
2825
28262013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2827
2828 * gdb.texinfo (Nios II): New section.
2829 (Nios II Features): New section.
2830
28312013-05-06 Joel Brobecker <brobecker@adacore.com>
2832
2833 * gdbint.texinfo (Algorithms): Remove entries documenting
2834 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2835 SOLIB_CREATE_INFERIOR_HOOK.
2836
28372013-04-29 Tom Tromey <tromey@redhat.com>
2838
2839 PR python/14204:
2840 * gdb.texinfo (Python API): Fix menu entry.
2841 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2842 Define global and static block. Add example. Clarify
2843 block relationship for inline functions.
2844
28452013-04-29 Tom Tromey <tromey@redhat.com>
2846
2847 * gdb.texinfo (Python API): Mention Python help and keyword
2848 arguments. Move pagination text to Basic Python.
2849 (Basic Python): Put pagination text here. Document
2850 close-on-exec, SIGCHLD, and SIGINT.
2851
28522013-04-19 Pedro Alves <palves@redhat.com>
2853
2854 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2855 "signedness" instead of "signness".
2856
28572013-04-19 Pedro Alves <palves@redhat.com>
2858
2859 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2860 -Wno-pointer-sign text with text on -Wpointer-sign.
2861
28622013-04-16 Tom Tromey <tromey@redhat.com>
2863
2864 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2865 GCC that has the SDT probe points.
2866
28672013-04-15 Tom Tromey <tromey@redhat.com>
2868
2869 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2870 exception catchpoints.
2871
28722013-04-15 Tom Tromey <tromey@redhat.com>
2873
2874 * gdb.texinfo (Set Catchpoints): Document $_exception.
2875 (Convenience Vars): Mention $_exception.
2876
28772013-04-15 Tom Tromey <tromey@redhat.com>
2878
2879 * gdb.texinfo (Set Catchpoints): Reorganize exception
2880 catchpoints. Document "catch rethrow".
2881 (Debugging C Plus Plus): Mention "catch rethrow".
2882
28832013-04-15 Tom Tromey <tromey@redhat.com>
2884
2885 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2886
28872013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2888 Eli Zaretskii <eliz@gnu.org>
2889
2890 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2891 line below the sample output.
2892
28932013-04-12 Eli Zaretskii <eliz@gnu.org>
2894
2895 * gdb.texinfo (Mode Options): Document '-configuration'.
2896 (Help): Document "show configuration".
2897 (Bug Reporting): Add requirements to include the configuration
2898 details in bug reports.
2899
29002013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 * Makefile.in (MAN1S): Add gcore.1.
2903 Remove "Host, target, and site specific Makefile fragments" comment.
2904 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2905 (install-man1, uninstall-man1): Conditionalize gcore.1.
2906 (gcore.1): New.
2907 * gdb.texinfo (Man Pages): Add gcore man.
2908 (gcore man): New node.
2909
29102013-04-10 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.texinfo (Process Record and Replay): Document that "set
2913 record full insn-number-max", "set record
2914 instruction-history-size" and "set record
2915 function-call-history-size" accept "unlimited".
2916 (Backtrace): Document that "set backtrace limit" accepts
2917 "unlimited".
2918 (List): Document that "set listsize" accepts "unlimited".
2919 (Print Settings)" Document that "set print max-symbolic-offset",
2920 "set print elements" and "set print repeats" accept "unlimited".
2921 (Starting and Stopping Trace Experiments): Document that "set
2922 trace-buffer-size" accepts "unlimited".
2923 (Remote Configuration): Document that "set tcp connect-timeout"
2924 accepts "unlimited".
2925 (Command History): Document that "set history size" accepts
2926 "unlimited".
2927 (Screen Size): Document that "set height" and "set width" accepts
2928 "unlimited". Adjust "set pagination"'s description to suggest
2929 "set height unlimited" instead of "set height 0".
2930
29312013-04-10 Yao Qi <yao@codesourcery.com>
2932
2933 * gdb.texinfo (Trace Files): Add "target ctf".
2934
29352013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2936
2937 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2938
2939 * Makefile.in (install-man1, install-man5, uninstall-man1)
2940 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2941
2942 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2943
29442013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2945 Eli Zaretskii <eliz@gnu.org>
2946
2947 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2948 parameters order. Remove "On some targets" for --attach. Document the
2949 --multi parameter and extended-remote command. Document all the
2950 options.
2951
29522013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2953
2954 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2955 the list of supported languages.
2956
29572013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2958
2959 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2960 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2961 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2962 (diststuff): Add man.
2963 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2964 (uninstall-man5): New.
2965 (STAGESTUFF): Add *.1 and *.5.
2966 (GDBvn.texi): Add SYSTEM_GDBINIT.
2967 (gdb.1, gdbserver.1, gdbinit.5): New.
2968 (maintainer-clean realclean): Add $(MANS).
2969 (install): Add install-man.
2970 (uninstall): Add uninstall-man.
2971 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2972 (@copying): Wrap it by @c man begin COPYRIGHT.
2973 (Top): Add Man Pages.
2974 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2975
29762013-04-02 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.texinfo (Debugging Output): Document "set/show debug
2979 aarch64", "set/show debug coff-pe-read" and "set/show debug
2980 mach-o".
2981
29822013-04-02 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2985 table>: Add entry for "trace-buffer-size".
2986
29872013-03-28 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2990 table>: Add entry for "trace-status".
2991
29922013-03-28 Eli Zaretskii <eliz@gnu.org>
2993
2994 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2995 @bullet", which is invalid (makeinfo 5.1 barfs).
2996
29972013-03-28 Pedro Alves <palves@redhat.com>
2998
2999 PR gdb/15294
3000
3001 * gdb.texinfo (List) <set listsize>: Adjust to document that
3002 listsize 0 means no limit, and remove mention of -1.
3003
30042013-03-22 Yao Qi <yao@codesourcery.com>
3005
3006 * gdb.texinfo (Embedded Processors): Remove menu item
3007 "OpenRISC 1000".
3008 (OpenRISC 1000): Remove.
3009
30102013-03-21 Doug Evans <dje@google.com>
3011
3012 * gdb.texinfo (Maintenance Commands): Add docs for
3013 "mt set per-command {space,time,symtab} {on,off}".
3014
30152013-03-14 Hui Zhu <hui@codesourcery.com>
3016 Yao Qi <yao@codesourcery.com>
3017
3018 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3019
30202013-03-13 Keith Seitz <keiths@redhat.com>
3021
3022 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3023 "maint agent" reference to Dynamic printf.
3024
30252013-03-11 Eli Zaretskii <eliz@gnu.org>
3026
3027 * gdb.texinfo (General Query Packets): Don't use colon in index
3028 entries visible to Info format.
3029
30302013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3031
3032 * gdb.texinfo (Process Record and Replay): Document record
3033 changes.
3034
30352013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3036
3037 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3038 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3039 qXfer:btrace:read.
3040
30412013-03-09 Eli Zaretskii <eliz@gnu.org>
3042
3043 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3044 use colons in @anchor and @cindex entries.
3045
30462013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3047
3048 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3049
30502013-03-08 Stan Shebs <stan@codesourcery.com>
3051 Hafiz Abid Qadeer <abidh@codesourcery.com>
3052
3053 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3054 trace-buffer-size set and show commands.
3055 (Tracepoint Packets): Document QTBuffer:size.
3056 (General Query Packets): Document QTBuffer:size.
3057
30582013-02-21 Tom Tromey <tromey@redhat.com>
3059
3060 * gdb.texinfo: Remove bad @syncodeindex.
3061 (Values From Inferior, Types In Python, Inferiors In Python)
3062 (Events In Python, Threads In Python, Frames In Python, Blocks In
3063 Python, Symbols In Python, Symbol Tables In Python): Remove
3064 @tables.
3065 (Packets, General Query Packets, Tracepoint Packets)
3066 (Host I/O Packets): Use @w{} for empty @item.
3067
30682013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3069
3070 * gdb.texinfo (Architectures In Python): Add description about
3071 the new method gdb.Architecture.disassemble.
3072
30732013-02-15 Pedro Alves <pedro@codesourcery.com>
3074 Hafiz Abid Qadeer <abidh@codesourcery.com>
3075
3076 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3077 Document the "trace-file" field.
3078
30792013-02-07 Doug Evans <dje@google.com>
3080
3081 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3082 command.
3083
30842013-02-06 Yao Qi <yao@codesourcery.com>
3085
3086 * gdb.texinfo (GDB/MI Async Records): Document new MI
3087 notification "=tsv-modified". Update the document of MI
3088 notification "=tsv-created".
3089 * observer.texi (GDB Observers): New observer tsv_modified.
3090 Update observer tsv_created and tsv_delete.
3091
30922013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3093
3094 * gdb.texinfo (AArch64 Features): New section; document
3095 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3096 (Architectures): Add new AArch64 section to document AArch64
3097 architecture specific commands.
3098 (ABI): Add description of the new OS ABI "Newlib" and its influence
3099 on the longjmp handling.
3100
31012013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3102 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3105 variable in 'set/show backtrace' section.
3106
31072013-01-31 Tom Tromey <tromey@redhat.com>
3108
3109 * gdb.texinfo (Target Commands): Fix typo.
3110
31112013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3112
3113 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3114 describing the gdb.Architecture class.
3115 (Frames In Python): Add description about the new method
3116 gdb.Frame.architecture().
3117
31182013-01-23 Doug Evans <dje@google.com>
3119
3120 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3121
31222013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3123
3124 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3125 'thread-groups' field when printing a breakpoint in MI.
3126
31272012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3128 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3129 to reflect that jit-reader-load now supports absolute file-names.
3130
31312013-01-16 Tom Tromey <tromey@redhat.com>
3132
3133 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3134 (Signals): Likewise.
3135
31362013-01-16 Tom Tromey <tromey@redhat.com>
3137
3138 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3139 "catch-type" field.
3140 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3141
31422013-01-07 Tom Tromey <tromey@redhat.com>
3143
3144 * gdb.texinfo (Mode Options): Don't mention -epoch.
3145 (Data, Emacs): Remove obsolete comments.
3146
31472013-01-02 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.texinfo (GDB/MI Output Records): Update menu.
3150 (GDB/MI Breakpoint Information): New node.
3151 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3152 <-break-insert>: Likewise.
3153
31542012-12-31 Yao Qi <yao@codesourcery.com>
3155
3156 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3157 (Packets): Move "vStopped" packet to ...
3158 (Notification Packets): ... here. Describe the components
3159 of notification. Add a table of supported notifications.
3160 Add an example on the process of he async notification.
3161
31622012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3163
3164 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3165 present.
3166 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3167 fullname output always present.
3168
31692012-12-23 Pierre Muller <muller@sourceware.org>
3170
3171 * gdbint.texinfo (Function prototypes): Require use of "extern"
3172 modifier for function prototypes in headers.
3173
31742012-12-19 Joel Brobecker <brobecker@adacore.com>
3175
3176 * refcard.tex: Update copyright notice to GPL v3 or later.
3177 Update contact info.
3178
31792012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3180
3181 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3182
31832012-12-15 Yao Qi <yao@codesourcery.com>
3184
3185 * gdb.texinfo (Debugging Output): Document 'set debug
3186 notification' and 'show debug notification'.
3187
31882012-12-15 Yao Qi <yao@codesourcery.com>
3189
3190 * gdb.texinfo (Listing Tracepoints): New item and example about
3191 'installed on target' output.
3192 Add more in the example about 'installed on target'.
3193 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3194
31952012-12-14 Tom Tromey <tromey@redhat.com>
3196
3197 * gdb.texinfo (SVR4 Process Information): Mention core files.
3198
31992012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3200
3201 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3202
32032012-12-11 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.texinfo: Remove all mentions of Unixware throughout.
3206
32072012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3210
32112012-11-29 Tom Tromey <tromey@redhat.com>
3212
3213 * gdb.texinfo (SVR4 Process Information): Document missing
3214 "info proc" subcommands.
3215
32162012-11-29 Yao Qi <yao@codesourcery.com>
3217
3218 PR gdb/1477.
3219 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3220 to 'auto' instead of 'gnu'.
3221
32222012-11-26 Tom Tromey <tromey@redhat.com>
3223
3224 * gdb.texinfo (MiniDebugInfo): New node.
3225 (GDB Files): Update.
3226
32272012-11-16 Doug Evans <dje@google.com>
3228
3229 * gdb.texinfo (System-wide configuration): If the system-wide init
3230 file lives in the data-directory, and --data-directory is provided,
3231 look for it there.
3232
32332012-11-15 Tom Tromey <tromey@redhat.com>
3234
3235 * gdb.texinfo (Signaling): Fix typo.
3236
32372012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3238
3239 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3240 parameter "count" of -data-write-memory-bytes, and add an example.
3241
32422012-11-12 Tom Tromey <tromey@redhat.com>
3243
3244 * gdb.texinfo (Symbols): Document "info type-printers",
3245 "enable type-printer" and "disable type-printer".
3246 (Python API): Add new node to menu.
3247 (Type Printing API): New node.
3248 (Progspaces In Python): Document type_printers field.
3249 (Objfiles In Python): Likewise.
3250 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3251 register_type_printer, TypePrinter>: Document.
3252
32532012-11-12 Tom Tromey <tromey@redhat.com>
3254
3255 * gdb.texinfo (Symbols): Document "set print type methods",
3256 "set print type typedefs", and flags to ptype and whatis.
3257
32582012-11-09 Andrew Burgess <aburgess@broadcom.com>
3259
3260 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3261 the example -data-disassemble output. Extend the description of
3262 the -data-disassemble results to document all fields. Document
3263 the cli disassemble command as being related to -data-disassemble.
3264
32652012-11-09 Yao Qi <yao@codesourcery.com>
3266
3267 PR gdb/14777.
3268 * gdb.texinfo (OS Information): Remove doc on command
3269 'info udot'.
3270
32712012-11-08 Joel Brobecker <brobecker@adacore.com>
3272
3273 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3274 gdb.ini warning for Windows port.
3275
32762012-11-08 Yao Qi <yao@codesourcery.com>
3277
3278 * gdb.texinfo (Search): Add kindex for 'fo'.
3279
32802012-11-05 Tom Tromey <tromey@redhat.com>
3281
3282 PR python/14802:
3283 * gdb.texinfo (Functions In Python): Add example.
3284
32852012-11-03 Yao Qi <yao@codesourcery.com>
3286
3287 * observer.texi (GDB Observers): Remove observer
3288 'tracepoint_modified', 'tracepoint_created' and
3289 'tracepoint_deleted'.
3290
32912012-10-26 Tom Tromey <tromey@redhat.com>
3292
3293 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3294
32952012-10-25 Tom Tromey <tromey@redhat.com>
3296
3297 * gdb.texinfo (General Query Packets): Use @itemx.
3298
32992012-10-17 Yao Qi <yao@codesourcery.com>
3300
3301 * observer.texi (GDB Observers): Update observer
3302 'memory_changed'.
3303 * gdb.texinfo (GDB/MI Async Records): Document for
3304 "memory-changed" notification.
3305
33062012-10-15 Doug Evans <dje@google.com>
3307
3308 * gdb.texinfo (Mode Options): Document -nh.
3309 Elaborate on docs for -nx.
3310
33112012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3312
3313 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3314
33152012-09-21 Yao Qi <yao@codesourcery.com>
3316 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.texinfo (GDB/MI Async Records): Document notification
3319 'record-started' and 'record-stopped'.
3320 * observer.texi (GDB Observers): New observer 'record-changed'.
3321
33222012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3323
3324 * gdb.texinfo: Document the removal of SH's 'regs' command.
3325
33262012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3327
3328 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3329
33302012-09-18 Yao Qi <yao@codesourcery.com>
3331
3332 * gdb.texinfo (GDB/MI Async Records): Document new MI
3333 notifications '=tsv-created' and '=tsv-deleted'.
3334 * observer.texi (GDB Observers): New observer tsv_created and
3335 tsv_deleted.
3336
33372012-09-18 Yao Qi <yao@codesourcery.com>
3338
3339 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3340 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3341 '=traceframe-changed'.
3342
33432012-09-17 Yao Qi <yao@codesourcery.com>
3344
3345 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3346 'set listsize'.
3347
33482012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3349 Eli Zaretskii <eliz@gnu.org>
3350
3351 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3352 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3353 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3354
33552012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3356
3357 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3358
33592012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3360
3361 Document how to return from "python-interactive" to GDB.
3362 * gdb.texinfo (Python Commands): Update documentation.
3363
33642012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3365
3366 Add a new "python-interactive" command that starts a standard
3367 Python interactive prompt with "pi" as alias, and add "py" as
3368 an alias to "python".
3369 * gdb.texinfo (Python Commands): Document the new commands.
3370
33712012-08-22 Tom Tromey <tromey@redhat.com>
3372
3373 * gdbint.texinfo (Host Definition): Remove documentation for
3374 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3375
33762012-08-17 Keith Seitz <keiths@redhat.com>
3377
3378 PR c++/13356
3379 * gdb.texinfo (Type and Range Checking): Remove warning.
3380 Remove spurious commas.
3381 Update text and examples for re-implementation of set/show
3382 check type.
3383 (C and C++ Type and Range Checks): Likewise.
3384
33852012-08-16 Yao Qi <yao@codesourcery.com>
3386
3387 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3388 is deprecated.
3389
33902012-08-13 Doug Evans <dje@google.com>
3391
3392 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3393 to include functions.
3394
33952012-08-10 Doug Evans <dje@google.com>
3396
3397 * gdb.texinfo (Convenience Funs): New node.
3398 (Types In Python): Document Type.vector.
3399
34002012-08-09 Yao Qi <yao@codesourcery.com>
3401
3402 * observer.texi: New observer command_param_changed.
3403 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3404
34052012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3406
3407 * gdbint.texinfo (Debugging GDB): In section
3408 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3409 Mention also gdb-gdb.py.
3410
34112012-08-07 Yao Qi <yao@codesourcery.com>
3412
3413 Revert the folloing patch:
3414 2012-08-06 Yao Qi <yao@codesourcery.com>
3415 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3416 remote hardware-watchpoint-limit' and 'set
3417 remote hardware-breakpoint-limit'.
3418
34192012-08-06 Nathaniel Flath <flat0103@gmail.com>
3420
3421 * gdb.texinfo (Working Directory): Added information about new
3422 default argument for 'cd' command.
3423
34242012-08-06 Yao Qi <yao@codesourcery.com>
3425
3426 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3427 remote hardware-watchpoint-limit' and 'set
3428 remote hardware-breakpoint-limit'.
3429
34302012-08-06 Yao Qi <yao@codesourcery.com>
3431
3432 Fix PR14371.
3433
3434 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3435 '=breakpoint-deleted'.
3436
34372012-08-02 Yao Qi <yao@codesourcery.com>
3438
3439 * gdb.texinfo (Native): Remove node Neutrino.
3440
34412012-07-27 Yao Qi <yao@codesourcery.com>
3442
3443 * gdb.texinfo (IPA Protocol Commands): Document new command
3444 'close'.
3445
34462012-07-25 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3449
34502012-07-20 Doug Evans <dje@google.com>
3451
3452 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3453 (Index Files): Document how to control the use of deprecated index
3454 sections.
3455 (Index Section Format): Replace --use-deprecated-index-sections with
3456 "set use-deprecated-index-sections on".
3457
34582012-07-12 Eli Zaretskii <eliz@gnu.org>
3459
3460 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3461 indices into a single node "Index". Instead, join function and
3462 variable indices into a single index, separate from the concept
3463 index. Requested in
3464 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3465 (Top): Update the top-level menu: instead of one "Index" there are
3466 now separate entries "Concept Index" and "Function and Variable
3467 Index".
3468 (Concept Index, Function and Variable Index): New nodes.
3469 (Index): Node deleted.
3470
34712012-07-05 Hui Zhu <hui_zhu@mentor.com>
3472
3473 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3474 and "maint agent-eval".
3475
34762012-07-03 Eli Zaretskii <eliz@gnu.org>
3477
3478 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3479 avoid file-name clashes between Index.html and index.html on
3480 case-insensitive filesystems. See the discussion starting in
3481 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3482 details of the problem.
3483 (Top): Update the master menu for the above.
3484 (Concept Index, Command and Variable Index): New nodes, instead of
3485 the old "Index" node that was deleted. All cross-references
3486 updated.
3487
34882012-07-02 Stan Shebs <stan@codesourcery.com>
3489
3490 * gdb.texinfo (Dynamic Printf): Mention agent style and
3491 disconnected dprintf.
3492 (Maintenance Commands): Describe maint agent-printf.
3493 (General Query Packets): Mention BreakpointCommands feature.
3494 (Packets): Document commands extension to Z0 packet.
3495 * agentexpr.texi (Bytecode Descriptions): Document printf
3496 bytecode.
3497
34982012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3499
3500 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3501 only after gdbinit files.
3502 (Startup): Move -iex and -iex commands down after gdbinit files.
3503
35042012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3505
3506 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3507 possibility.
3508
35092012-06-29 Tom Tromey <tromey@redhat.com>
3510
3511 * gdb.texinfo (Index Section Format): Update for version 7.
3512
35132012-06-28 Stan Shebs <stan@codesourcery.com>
3514
3515 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3516 example, add note about title column.
3517
35182012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3519
3520 * gdb.texinfo (Symbol Tables In Python): Add description about
3521 the new 'last' attribute of gdb.Symtab_and line.
3522
35232012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3524
3525 * gdb.texinfo (Symbol Tables In Python): Correct the description
3526 of the 'pc' attribute of gdb.Symtab_and_line.
3527
35282012-06-26 Doug Evans <dje@google.com>
3529
3530 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3531 and symtab-create.
3532
35332012-06-25 Keith Seitz <keiths@redhat.com>
3534
3535 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3536 from example. Remove "rbreak" from list of corresponding
3537 gdb commands.
3538
35392012-06-23 Doug Evans <dje@google.com>
3540
3541 * gdb.texinfo (Index Section Format): Document version 7 format.
3542
35432012-06-22 Yao Qi <yao@codesourcery.com>
3544
3545 * gdb.texinfo: Add missing cindex for some packets.
3546
35472012-06-20 Keith Seitz <keiths@redhat.com>
3548
3549 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3550 for -break-insert and document -p.
3551
35522012-06-20 Yao Qi <yao@codesourcery.com>
3553
3554 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3555 and "gdb.write_memory" with "Inferior.read_memory" and
3556 "Inferior.write_memory".
3557
35582012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3559
3560 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3561 (Free Documentation): Add @node line.
3562 (Continuing and Stepping) <advance location>: Use @item instead of
3563 @itemx.
3564 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3565 @itemx.
3566 (Embedded Processors): Put the link to "PA" to its correct place,
3567 according to document structure.
3568 (Python API): Put the link to "Lazy Strings In Python" to its
3569 correct place.
3570 (Index): Use @@ in @tex block to get a literal @.
3571
3572 * gdbint.texinfo: Fix the @subtitle line.
3573
3574 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3575 correct place.
3576
35772012-06-08 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3580 Protocol'.
3581 (In-Process Agent Protocol, IPA Protocol Objects)
3582 (IPA Protocol Commands): New nodes.
3583 (Tracepoint Packets): Add anchors.
3584
35852012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3586
3587 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3588
35892012-06-06 Yao Qi <yao@codesourcery.com>
3590
3591 * gdb.texinfo: Update copyright year.
3592
35932012-05-23 Stan Shebs <stan@codesourcery.com>
3594 Kwok Cheung Yeung <kcy@codesourcery.com>
3595
3596 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3597
35982012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3599
3600 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3601 Mention also --with-separate-debug-dir.
3602 (Auto-loading): Prepend $debugdir in the sample output.
3603 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3604 auto-load safe-path variable.
3605 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3606 Mention also $debugdir for 'set auto-load scripts-directory'.
3607
36082012-05-19 Eli Zaretskii <eliz@gnu.org>
3609
3610 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3611 (MIPS Embedded, MIPS, MIPS Register packet Format)
3612 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3613 appropriate.
3614
36152012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3616 Maciej W. Rozycki <macro@codesourcery.com>
3617
3618 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3619 mips compression".
3620 (MIPS Breakpoint Kinds): New subsubsection.
3621
36222012-05-18 Eli Zaretskii <eliz@gnu.org>
3623
3624 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3625 nodes for subsections. Add @acronym mark-ups and adjust
3626 formatting.
3627
36282012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3629
3630 Rename $ddir to $datadir.
3631 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3632 (objfile-gdb.py file): Rename $ddir to $datadir.
3633
36342012-05-18 Tom Tromey <tromey@redhat.com>
3635
3636 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3637
36382012-05-14 Stan Shebs <stan@codesourcery.com>
3639
3640 * gdb.texinfo (Dynamic Printf): New subsection.
3641
36422012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3643
3644 * gdb.texinfo (Basic Python): Add description about the function
3645 gdb.find_pc_line
3646
36472012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3648 Eli Zaretskii <eliz@gnu.org>
3649
3650 * gdb.texinfo (Separate Debug Files): Use plural form for global
3651 debugging information directory.
3652
36532012-05-11 Stan Shebs <stan@codesourcery.com>
3654 Kwok Cheung Yeung <kcy@codesourcery.com>
3655
3656 * gdb.texinfo (Operating System Auxiliary Information): Document new
3657 'info os' subcommands.
3658
36592012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3662 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3663 (dotdebug_gdb_scripts section): Add reference
3664 to 'Auto-loading safe path'.
3665
36662012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3667
3668 Implement multi-component --with-auto-load-dir.
3669 * gdb.texinfo (Auto-loading): New references
3670 for 'set auto-load scripts-directory'
3671 and 'show auto-load scripts-directory'.
3672 (Auto-loading safe path): Describe the new default. Move $ddir
3673 substituation reference to 'objfile-gdb.py file'.
3674 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3675 script-name. Describe new 'set auto-load scripts-directory'
3676 and 'show auto-load scripts-directory'.
3677
36782012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3679
3680 Provide $ddir substitution for --with-auto-load-safe-path.
3681 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3682 (Auto-loading safe path): Likewise. Mention the default value,
3683 $ddir substitution, --with-auto-load-safe-path and
3684 --without-auto-load-safe-path.
3685 * observer.texi (gdb_datadir_changed): New.
3686
36872012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3688
3689 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3690 Twice.
3691
3692 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3693 directory separator by path separator.
3694
36952012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3696
3697 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3698 for 'set auto-load safe-path' optional. Mention if it is omitted.
3699 Change disabling security protection condition to "/", twice.
3700
37012012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3702
3703 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3704 the new methods global_block and static_block on gdb.Symtab
3705 objects.
3706
37072012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3708
3709 * gdb.texinfo (Blocks In Python): Add a note saying that future
3710 improvements to GDB and its infrastructure can move symbols
3711 across blocks within a symbol table.
3712
37132012-04-29 Yao Qi <yao@codesourcery.com>
3714
3715 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3716 (A29K): Remove.
3717
37182012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3719 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3722 and generic static probe support on GDB.
3723
37242012-04-25 Doug Evans <dje@google.com>
3725
3726 * gdb.texinfo (Go): Fix thinko.
3727
3728 * gdb.texinfo (Supported Languages): Add Go.
3729 (Go): New node.
3730
37312012-04-25 Yao Qi <yao@codesourcery.com>
3732
3733 * gdbint.texinfo (Testsuite): New section `Board settings'.
3734
37352012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3736
3737 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3738 Three times.
3739
3740 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3741 Three times.
3742
37432012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3744
3745 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3746 by @table @asis. Fix formatting of one item.
3747
37482012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3749
3750 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3751
37522012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3753
3754 New option "set debug auto-load".
3755 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3756 (auto-load verbose mode): New node.
3757
37582012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3759
3760 New option "set auto-load safe-path".
3761 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3762 and "info auto-load" examples for safe-path. Put there also references
3763 for "set auto-load safe-path" and "show auto-load safe-path".
3764 New menu item for Auto-loading safe path.
3765 (Auto-loading safe path): New node.
3766 (Python Auto-loading): Update the expected output from "Missing"
3767 to "No".
3768
37692012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3770
3771 auto-load: Implementation.
3772 * gdb.texinfo (Mode Options): New anchor for -nx.
3773 (Startup): New anchors for Option -init-eval-command,
3774 Home Directory Init File
3775 and Init File in the Current Directory during Startup.
3776 Mention set auto-load local-gdbinit with a reference.
3777 Change the sample code to "set auto-load python-scripts".
3778 (Threads): New anchor set libthread-db-search-path.
3779 Provide references to libthread_db.so.1 file.
3780 (Controlling GDB): New menu item for Auto-loading.
3781 (Auto-loading, Init File in the Current Directory)
3782 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3783 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3784 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3785 reference.
3786 (Auto-loading): Rename to ...
3787 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3788 "set auto-load python-scripts", new anchor for it. Change
3789 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3790 for it. Change "info auto-load-scripts"
3791 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3792 to "Python scripts".
3793
37942012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3795
3796 PR mi/13393
3797 * gdb.texinfo (Print Settings): Extend the description for "set print
3798 object".
3799 (GDB/MI Variable Objects): Extend the description for -var-create and
3800 -var-list-children.
3801
38022012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3803
3804 * gdb.texinfo (Examining Data): Document the 'explore' command.
3805
38062012-03-28 Joel Brobecker <brobecker@adacore.com>
3807
3808 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3809 to the children of a varobj and its update range when -var-update
3810 returns that the varobj's type changed.
3811
38122012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3815 Create two new links fir 'objfile-gdb.py file'
3816 and 'dotdebug_gdb_scripts section'.
3817
38182012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3819
3820 * gdb.texinfo (Auto-loading): Rename node reference
3821 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3822 Twice.
3823 (.debug_gdb_scripts section): Rename the node ...
3824 (dotdebug_gdb_scripts section): ... here.
3825 (Maintenance Commands): Also rename this node reference.
3826
38272012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3828
3829 * gdb.texinfo (Python API/Values From Inferior): Add description
3830 about the new method Value.referenced_value. Add description on
3831 how Value.dereference is different (and similar) to
3832 Value.referenced_value.
3833
38342012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3835
3836 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3837 --init-eval-command=COMMAND, -iex.
3838 (Startup): Describe -iex and -ix. Simplify the example
3839 for "set auto-load-scripts off".
3840
38412012-03-16 Gary Benson <gbenson@redhat.com>
3842
3843 PR breakpoints/10738
3844 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3845 stating that GDB cannot set breakpoints on inlined functions.
3846 (Mode Options): Document --use-deprecated-index-sections.
3847 (Index Section Format): Document new index section version format.
3848
38492012-03-15 Tom Tromey <tromey@redhat.com>
3850
3851 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3852
38532012-03-13 Doug Evans <dje@google.com>
3854
3855 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3856 of "reload".
3857 (Symbols): Delete docs for set/show symbol-reloading.
3858 * gdbint.texinfo (Defining Other Architecture Features): Delete
3859 SYMBOL_RELOADING_DEFAULT.
3860 * refcard.tex: Delete reference to symbol-reloading.
3861
38622012-03-07 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.texinfo (General Query Packets): Document new
3865 QProgramSignals packet.
3866 * gdb.texinfo (Remote configuration): Mention
3867 "program-signals-packet".
3868
38692012-03-05 Tristan Gingold <gingold@adacore.com>
3870
3871 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3872
38732012-03-03 Yao Qi <yao@codesourcery.com>
3874
3875 * gdb.texinfo (In-Process Agent): New node.
3876 Document new commands.
3877 (General Query Packets): Add packet `QAgent'.
3878
38792012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3880
3881 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3882
38832012-03-01 Scott J. Goldman <scottjg@vmware.com>
3884
3885 * gdb.texinfo (Commands In Python): Put example python macro in
3886 COMMAND_USER category rather than COMMAND_OBSCURE.
3887 Document gdb.COMMAND_USER.
3888 (User-defined Commands): Update documentation to clarify
3889 "set/show max-user-call-depth" and "show user" don't apply to python
3890 commands. Update documentation to clarify "help user-defined" may
3891 also include python commands defined as COMMAND_USER.
3892
38932012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3894
3895 * gdb.texinfo (Startup): Add option -ex description to the option -x
3896 description.
3897
38982012-02-24 Luis Machado <lgustavo@codesourcery.com>
3899
3900 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3901 condition-evaluation breakpoint parameter.
3902 Mention condition-evaluation mode being shown in "info break".
3903 (Break Conditions): Add description for target-side
3904 conditional breakpoints.
3905 (Remote Configuration): Mention conditional-breakpoints-packet.
3906 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3907 cond-expr.
3908 (General Query Packets): Mention new ConditionalBreakpoint feature.
3909
39102012-02-22 Tom Tromey <tromey@redhat.com>
3911
3912 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3913
39142012-02-17 Tom Tromey <tromey@redhat.com>
3915
3916 PR python/10753:
3917 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3918 directory.
3919
39202012-02-14 Stan Shebs <stan@codesourcery.com>
3921
3922 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3923
39242012-02-13 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3927 mips-idt-ecoff.
3928
39292012-02-09 Yao Qi <yao@codesourcery.com>
3930
3931 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3932
39332012-02-07 Tom Tromey <tromey@redhat.com>
3934
3935 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3936 Symbol.value.
3937
39382012-02-07 Tom Tromey <tromey@redhat.com>
3939
3940 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3941
39422012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3943
3944 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3945
39462012-01-24 Tom Tromey <tromey@redhat.com>
3947
3948 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3949 unload".
3950 (Files): Mention new catch commands.
3951 (GDB/MI Async Records): Likewise.
3952
39532012-01-24 Gary Benson <gbenson@redhat.com>
3954
3955 Delete #if 0'd out code.
3956 * gdb.texinfo (Frame Info): Remove "info catch".
3957
39582012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3959
3960 * gdb.texinfo (Remote Configuration): Document
3961 "set remote hostio-readlink-packet" command.
3962 (General Query Packets): Document vFile:readlink packet.
3963
39642012-01-16 Tom Tromey <tromey@redhat.com>
3965
3966 * gdb.texinfo (Specify Location): Document relative file name
3967 handling.
3968
39692012-01-16 Tom Tromey <tromey@redhat.com>
3970
3971 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3972
39732012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3974 Eli Zaretskii <eliz@gnu.org>
3975
3976 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3977 code.
3978
39792012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3980
3981 * gdb.texinfo (Variables): Document use of :: for non-static
3982 variables.
3983
39842012-01-05 Joel Brobecker <brobecker@adacore.com>
3985
3986 * gdbint.texinfo (Start of New Year Procedure): Update
3987 to replace use of copyright.sh by use of copyright.py.
3988
39892012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3990
3991 Remove the gdbtui binary.
3992 * all-cfg.texi (GDBTUI): Remove.
3993 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3994 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3995 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3996
39972011-12-23 Kevin Pouget <kevin.pouget@st.com>
3998
3999 Introduce gdb.FinishBreakpoint in Python.
4000 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4001 (Python API): Add menu entry for Finish Breakpoints.
4002
40032011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4004
4005 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4006 tests.
4007
40082011-12-16 Doug Evans <dje@google.com>
4009
4010 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4011
40122011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4013
4014 * gdb.texinfo (Python Commands): Remove "maint set/show print
4015 stack". Add documentation for "set/show python print-stack".
4016
40172011-12-14 Pedro Alves <pedro@codesourcery.com>
4018
4019 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4020 should transfer control to the stub in the startup code instead of
4021 in main. Mention the need to get past the initial breakpoint.
4022
40232011-12-06 Tom Tromey <tromey@redhat.com>
4024
4025 * gdb.texinfo (Set Breaks): Update for new behavior.
4026
40272011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4028
4029 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4030 List Format for SVR4 Targets'.
4031 (General Query Packets): New item qXfer:libraries-svr4:read.
4032 (Library List Format for SVR4 Targets): New node.
4033
40342011-12-01 Tom Tromey <tromey@redhat.com>
4035
4036 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4037 add.
4038
40392011-11-22 Tom Tromey <tromey@redhat.com>
4040
4041 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4042 reasons.
4043
40442011-11-20 Stan Shebs <stan@codesourcery.com>
4045
4046 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4047 note-related options and variables.
4048 (Tracepoint Packets): Document packet changes.
4049
40502011-11-20 Sanjoy Das <sdas@igalia.com>
4051
4052 * gdb.texinfo (JIT Interface): Add documentation on writing and
4053 usind JIT debug info readers.
4054 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4055 Debug Info Readers): New nodes.
4056
40572011-11-18 Yao Qi <yao@codesourcery.com>
4058
4059 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4060 tracepoint.
4061
40622011-11-15 Doug Evans <dje@google.com>
4063
4064 * gdb.texinfo (Files): Document basenames-may-differ.
4065
40662011-11-14 Doug Evans <dje@google.com>
4067
4068 * gdb.texinfo (Shell Commands): Document "!".
4069
40702011-11-14 Stan Shebs <stan@codesourcery.com>
4071 Kwok Cheung Yeung <kcy@codesourcery.com>
4072
4073 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4074 needed to get shorter fast tracepoints.
4075 (Tracepoint Packets): Document new qTMinFTPILen packet.
4076
40772011-11-14 Yao Qi <yao@codesourcery.com>
4078
4079 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4080 behavior of tracepoint.
4081 (General Query Packets): New feature InstallInTrace.
4082 (Remote Configuration): Document "set remote
4083 install-in-trace-packet".
4084
40852011-11-12 Matt Rice <ratmice@gmail.com>
4086
4087 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4088 Add arguments to info macro.
4089
40902011-11-10 Tom Tromey <tromey@redhat.com>
4091
4092 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4093 manual.
4094 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4095 (Macros): Add a footnote.
4096 (C): Remove paragraph about compiler options.
4097 (C Constants): Mention wide character and string constants.
4098 (C Plus Plus Expressions): Update compiler option advice. Mention
4099 using declarations. Mention ADL. Remove old HP compiler
4100 information.
4101
41022011-11-10 Tom Tromey <tromey@redhat.com>
4103
4104 PR c++/9257:
4105 * gdb.texinfo (Print Settings): Add an extra note about the need
4106 for a vtable.
4107
41082011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4109
4110 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4111 "set mips abi" documentation.
4112
41132011-11-04 Doug Evans <dje@google.com>
4114
4115 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4116
41172011-11-03 Tom Tromey <tromey@redhat.com>
4118
4119 * gdb.texinfo (Stopping): Add menu entry.
4120 (Continuing and Stepping): Restore @node. Use @section, not
4121 @subsection.
4122
41232011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4124
4125 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4126 designation. Fix "Specify Location" cross-reference.
4127
41282011-11-02 Stan Shebs <stan@codesourcery.com>
4129
4130 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4131 (General Query Packets): Describe tracenz feature.
4132 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4133
41342011-10-28 Paul Koning <paul_koning@dell.com>
4135
4136 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4137
41382011-10-27 Kevin Pouget <kevin.pouget@st.com>
4139
4140 * gdb.texinfo ((Frames In Python): Document
4141 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4142
41432011-10-26 Paul Koning <paul_koning@dell.com>
4144
4145 * gdb.texinfo (gdb.types): Document new deepitems function.
4146
41472011-10-25 Paul Koning <paul_koning@dell.com>
4148
4149 PR python/13327
4150
4151 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4152 fetch_lazy method.
4153
41542011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4155
4156 PR python/12656
4157
4158 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4159 global_block, static_block function.
4160
41612011-10-19 Tom Tromey <tromey@redhat.com>
4162
4163 * gdb.texinfo (Commands In Python): Add missing "@"s.
4164
41652011-10-13 Kevin Pouget <kevin.pouget@st.com>
4166
4167 PR python/13285 Document named constants for frame unwind stop reasons
4168 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4169 constants.
4170
41712011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4172
4173 Fix compatibility with texinfo versions older than 4.12.
4174 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4175 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4176 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4177 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4178 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4179 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4180 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4181
41822011-10-09 Doug Evans <dje@google.com>
4183
4184 * gdb.texinfo (Extending GDB): Document alias command.
4185
41862011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4187
4188 Support @entry in input expressions.
4189 * gdb.texinfo (Variables): Describe @entry names suffix.
4190 (Print Settings): Add anchor for `set print entry-values'.
4191
41922011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4193 Eli Zaretskii <eliz@gnu.org>
4194
4195 Display @entry parameter values (without references).
4196 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4197 example.
4198 (Print Settings): New description of set print entry-values and show
4199 print entry-values.
4200
42012011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4202 Eli Zaretskii <eliz@gnu.org>
4203
4204 Recognize virtual tail call frames.
4205 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4206 (Tail Call Frames): New node.
4207 (Frames In Python): Add gdb.TAILCALL_FRAME.
4208
42092011-10-07 Doug Evans <dje@google.com>
4210
4211 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4212 register_pretty_printer.
4213
42142011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4215
4216 PR python/12930
4217 PR python/12802
4218
4219 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4220 stop method.
4221
42222011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4223
4224 * gdb.texinfo (Starting your Program): "set disable-randomization"
4225 is no longer Linux-specific.
4226 (Remote Configuration): Document "set remote
4227 disable-randomization-packet".
4228 (General Query Packets): Document "QDisableRandomization" packet
4229 and add it to "qSupported" list.
4230
42312011-10-07 Kevin Pouget <kevin.pouget@st.com>
4232
4233 Allow Python notification of new object-file loadings.
4234 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4235 event type.
4236
42372011-10-04 Kevin Pouget <kevin.pouget@st.com>
4238
4239 PR python/12691: Add the inferior to Python exited event
4240 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4241
42422011-10-03 Joel Brobecker <brobecker@adacore.com>
4243
4244 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4245 rephasing.
4246
42472011-10-03 Joel Brobecker <brobecker@adacore.com>
4248
4249 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4250 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4251 as possible feature returned by the `-list-features'
4252 command.
4253
42542011-09-28 Paul Koning <paul_koning@dell.com>
4255
4256 * gdb.texinfo (gdb.Type): Document field access by dictionary
4257 key syntax.
4258
42592011-09-28 Yao Qi <yao@codesourcery.com>
4260
4261 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4262 Add one space after option `-s'. Remove @r{} markup.
4263
42642011-09-27 Stan Shebs <stan@codesourcery.com>
4265
4266 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4267
42682011-09-16 Hui Zhu <teawater@gmail.com>
4269
4270 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4271 to *(unsigned char *)$esp@300.
4272
42732011-09-15 Paul Koning <paul_koning@dell.com>
4274
4275 * gdb.texinfo: Make style of Python functions and methods match
4276 the syntax of Python. Also put class and module names explicitly
4277 on function, member, and variable names, matching Python
4278 documentation conventions.
4279
42802011-09-15 Kevin Pouget <kevin.pouget@st.com>
4281
4282 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4283 * gdb.texinfo (Inferiors In Python): Describe new
4284 gdb.selected_inferior() function.
4285
42862011-09-15 Kevin Pouget <kevin.pouget@st.com>
4287
4288 Handle multiple breakpoint hits in Python interface:
4289 * gdb.texinfo (Events In Python): New function documentation:
4290 gdb.BreakpointEvent.breakpoints. Indicate that
4291 gdb.BreakpointEvent.breakpoint is now deprecated.
4292
42932011-09-04 Joel Brobecker <brobecker@adacore.com>
4294
4295 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4296
42972011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4298
4299 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4300
43012011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4302
4303 * gdb.texinfo (Prompt): Add set/show extended-prompt
4304 documentation
4305 (Basic Python): Add prompt_hook anchor.
4306 (Python modules): Reword module text to reflect multiple modules.
4307 (gdb.prompt): Document gdb.prompt module.
4308
43092011-08-14 Yao Qi <yao@codesourcery.com>
4310
4311 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4312
43132011-08-14 Yao Qi <yao@codesourcery.com>
4314
4315 * gdb.texinfo (Standard Target Features): Document C6x features.
4316 (TIC6x Features): New node.
4317
43182011-08-12 Doug Evans <dje@google.com>
4319
4320 * gdb.texinfo (Symbols In Python): Document symbol.type.
4321
43222011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4323
4324 * gdb.texinfo (Python): Document command and function
4325 auto-loading.
4326
43272011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4328 Eli Zaretskii <eliz@gnu.org>
4329
4330 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4331 typedefs unrolling. Extend the sample code by an inner typedef and
4332 outer typedefs unrolling.
4333
43342011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4335
4336 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4337 size and line-size.
4338
43392011-07-21 Matt Rice <ratmice@gmail.com>
4340
4341 PR macros/12999
4342 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4343 Update text and cindex entries for info macro command.
4344
43452011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4346
4347 * observer.texi (GDB Observers): Add before_prompt observer.
4348 * gdb.texinfo (Basic Python): Add documentation for prompt
4349 substitution.
4350
43512011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4352
4353 PR python/12438
4354 * gdb.texinfo (Python Commands): Add deprecate note to maint
4355 set/show python print-stack. Document set/show python
4356 print-backtrace.
4357
43582011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4359
4360 * gdb.texinfo: Fix typos.
4361
43622011-07-01 Tom Tromey <tromey@redhat.com>
4363
4364 * gdb.texinfo (Debugging Output): Document set debug
4365 check-physname.
4366
43672011-06-29 Tom Tromey <tromey@redhat.com>
4368
4369 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4370 breakpoint-notifications feature.
4371
43722011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4373
4374 * gdb.texinfo (Target Description): Remove warning about
4375 possibly unstable format.
4376
43772011-06-03 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4380 (Events In Python): Note that exit_code is optional.
4381
43822011-05-17 Pedro Alves <pedro@codesourcery.com>
4383
4384 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4385 required for multi-threading support.
4386 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4387 Hc are deprecated for multi-threading debugging. Point readers at
4388 the vCont packet.
4389
43902011-05-15 Doug Evans <dje@google.com>
4391
4392 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4393
43942011-05-13 Doug Evans <dje@google.com>
4395
4396 * gdb.texinfo (Threads): Document $sdir,$pdir.
4397 (Server): Document $pdir exception.
4398
4399 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4400
4401 * gdb.texinfo (Threads): Clarify default value for
4402 libthread-db-search-path.
4403
4404 * gdb.texinfo (Completion): Update example.
4405 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4406
44072011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4408
4409 * gdb.texinfo: Document change in the behaviour of the enable and
4410 disable GDB commands when applied to tracepoints.
4411 Document the EnableDisableTracepoints remote stub feature.
4412 Document QTEnable and QTDisable in the list of tracepoint packets.
4413
44142011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4417 hsuser.texi.
4418 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4419 comment to hsuser.texi. Change rluser.texi name in the comment.
4420
44212011-05-10 Doug Evans <dje@google.com>
4422
4423 * gdb.texinfo (Threads): If an empty path is provided for
4424 libthread-db-search-path it is reset to its default value.
4425 (Server): Ditto.
4426
44272011-05-09 Doug Evans <dje@google.com>
4428
4429 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4430
44312011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4432 Thiago Jung Bauermann <bauerman@br.ibm.com>
4433
4434 Implement support for PowerPC BookE masked watchpoints.
4435 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4436 (PowerPC Embedded): Mention support of masked watchpoints.
4437
44382011-05-03 Joel Brobecker <brobecker@adacore.com>
4439
4440 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4441 `@value{GDBN}'.
4442
44432011-05-03 Joel Brobecker <brobecker@adacore.com>
4444
4445 * gdb.texinfo (titlepage): Remove dedication.
4446 (In Memoriam): New appendix.
4447
44482011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4449 Eli Zaretskii <eliz@gnu.org>
4450
4451 * gdb.texinfo (Index Section Format): Change the version to 5.
4452 Describe the different formula.
4453
44542011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4455 Eli Zaretskii <eliz@gnu.org>
4456
4457 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4458 for disconnected tracing.
4459 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4460 extended-remote relationship. Mention --once.
4461 (TCP port allocation lifecycle of @code{gdbserver}): New.
4462
44632011-04-23 Eli Zaretskii <eliz@gnu.org>
4464
4465 * gdb.texinfo (Server): Improve indexing. Index all optional
4466 switches to gdbserver.
4467
44682011-04-20 Tom Tromey <tromey@redhat.com>
4469
4470 * gdb.texinfo (Index Section Format): New node.
4471 (Top): Add new node to menu.
4472
44732011-04-20 Pedro Alves <pedro@codesourcery.com>
4474
4475 * gdb.texinfo (Maintenance Commands): Document `maint print
4476 remote-registers'.
4477
44782011-04-20 Tom Tromey <tromey@redhat.com>
4479
4480 * gdb.texinfo (Trace File Format): Move node later.
4481
44822011-04-19 Tom Tromey <tromey@redhat.com>
4483
4484 * gdbint.texinfo (Register Information Functions): Remove
4485 duplicate "the".
4486 * gdb.texinfo (Emacs): Remove duplicate "to".
4487 (GDB/MI Variable Objects): Remove duplicate "the".
4488 (General Query Packets): Likewise.
4489
44902011-04-02 Joel Brobecker <brobecker@adacore.com>
4491
4492 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4493 "GDB/MI Ada Exception Information" node.
4494
44952011-04-01 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4498 the "exception-name" field in the *stopped async record.
4499
45002011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4501 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4502
4503 Implement support for PowerPC BookE ranged breakpoints.
4504 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4505
45062011-03-28 Tom Tromey <tromey@redhat.com>
4507
4508 * gdb.texinfo (Set Tracepoints): Fix typo.
4509
45102011-03-24 Tom Tromey <tromey@redhat.com>
4511
4512 * gdb.texinfo (Specify Location): Document `function:label'
4513 linespec.
4514
45152011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4516
4517 PR python/12149
4518
4519 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4520
45212011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4522
4523 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4524 (Inferiors In Python): Likewise.
4525 (Threads In Python): Likewise.
4526 (Symbols In Python): Likewise.
4527 (Objfiles In Python): Likewise.
4528 (Symbol Tables In Python): Likewise.
4529
45302011-03-15 Pedro Alves <pedro@codesourcery.com>
4531
4532 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4533 display>: Explain that the commands accept number ranges.
4534
45352011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4536
4537 * gdb.texinfo (Breakpoints In Python): Add description and example
4538 of Python stop function operation.
4539
45402011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4541
4542 * gdb.texinfo (Parameters In Python): Document get_set_string and
4543 get_show_string methods.
4544
45452011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4546
4547 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4548
4549 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4550 circular-trace-buffer name.
4551
45522011-02-28 Joel Brobecker <brobecker@adacore.com>
4553
4554 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4555 in the previous change.
4556
45572011-02-27 Michael Snyder <msnyder@vmware.com>
4558
4559 * gdb.texinfo (Inferiors and Programs): Update commands to show
4560 that they can accept multiple arguments.
4561
45622011-02-24 Joel Brobecker <brobecker@adacore.com>
4563
4564 Revert the following patch (code patch was not approved):
4565 2011-02-21 Hui Zhu <teawater@gmail.com>
4566 * agentexpr.texi (bytecode descriptions): add printf.
4567 * gdb.texinfo (tracepoint action lists): add printf.
4568
45692011-02-23 Doug Evans <dje@google.com>
4570
4571 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4572
45732011-02-23 Michael Snyder <msnyder@vmware.com>
4574
4575 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4576 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4577 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4578
45792011-02-22 Doug Evans <dje@google.com>
4580
4581 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4582 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4583 add description of result, fix @defun formatting.
4584
45852011-02-21 Hui Zhu <teawater@gmail.com>
4586
4587 * agentexpr.texi (Bytecode Descriptions): Add printf.
4588 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4589
45902011-02-18 Tom Tromey <tromey@redhat.com>
4591
4592 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4593
45942011-02-14 Michael Snyder <msnyder@vmware.com>
4595
4596 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4597 Document new command "thread find".
4598
45992011-02-14 Michael Snyder <msnyder@vmware.com>
4600
4601 * gdb.texinfo (Threads): Update example of new thread message.
4602
46032011-02-14 Pedro Alves <pedro@codesourcery.com>
4604
4605 * gdb.texinfo (Remote Configuration): Mention set/show remote
4606 traceframe-info.
4607 (Tools/Packages Optional for Building GDB): Mention that expat is
4608 used for traceframe info.
4609 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4610 (General Query Packets) <qSupported>: Describe the
4611 qXfer:traceframe-info:read feature.
4612 (qXfer::read): Describe qXfer:traceframe-info:read.
4613 (Traceframe Info Format): New section.
4614
46152011-02-04 Pedro Alves <pedro@codesourcery.com>
4616
4617 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4618 for casts and unary operators.
4619
46202011-02-04 Tom Tromey <tromey@redhat.com>
4621
4622 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4623 is not useful.
4624
46252011-01-25 Pedro Alves <pedro@codesourcery.com>
4626
4627 * gdb.texinfo: s/value optimized out/optimized out/g
4628
46292011-01-21 Joel Brobecker <brobecker@adacore.com>
4630
4631 * gdb.texinfo (Other Misc Settings): Rework part of the
4632 documentation of the "set interactive mode" command.
4633
46342011-01-19 Tom Tromey <tromey@redhat.com>
4635
4636 * gdb.texinfo (Threads): Document thread name output and `thread
4637 name' command.
4638 (Threads In Python): Document Thread.name attribute.
4639 (GDB/MI Thread Commands): Document thread attributes.
4640
46412011-01-12 Andrew Burgess <aburgess@broadcom.com>
4642
4643 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4644 changes in mi/mi-cmd-disas.c
4645
46462011-01-12 Tom Tromey <tromey@redhat.com>
4647
4648 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4649 Fix "thread apply" text.
4650
46512011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4652 Thiago Jung Bauermann <bauerman@br.ibm.com>
4653
4654 Implement support for PowerPC BookE ranged watchpoints.
4655 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4656 the "set powerpc exact-watchpoints" flag.
4657
46582011-01-07 Tom Tromey <tromey@redhat.com>
4659
4660 * gdb.texinfo (Python API): Add descriptions to @menu items.
4661
46622011-01-06 Tom Tromey <tromey@redhat.com>
4663
4664 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4665
46662010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4667
4668 * gdb.texinfo (Debugging Output): Document "set debug jit".
4669
46702011-01-06 Tom Tromey <tromey@redhat.com>
4671
4672 PR python/12133:
4673 * gdb.texinfo (Frames In Python): Document various frame
4674 constants.
4675
46762011-01-05 Joel Brobecker <brobecker@adacore.com>
4677
4678 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4679 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4680 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4681
46822011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4685 (clean): Add GDBvn.texi.
4686
46872010-12-29 Joel Brobecker <brobecker@adacore.com>
4688
4689 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4690 occasional case where the debugger prints an array address
4691 instead of the array itself.
4692
46932010-12-23 Pedro Alves <pedro@codesourcery.com>
4694
4695 * gdb.texinfo (Packets) <read registers packet>: Document support
4696 for registers that were not collected.
4697
46982010-12-15 Doug Evans <dje@google.com>
4699
4700 * gdb.texinfo (Startup): Document auto-loading of scripts during
4701 startup.
4702 (Auto-loading): Delete "maint set python auto-load on|off".
4703 Add "set auto-load-scripts on|off".
4704
47052010-12-07 Doug Evans <dje@google.com>
4706
4707 * gdb.texinfo (Mode Options): Document -data-directory.
4708 (Data Files): Add reference to -data-directory.
4709
47102010-11-29 Doug Evans <dje@google.com>
4711
4712 * gdb.texinfo (Pretty-Printer Introduction): Change
4713 printer-name:subprinter-name to printer-name;subprinter-name.
4714
47152010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4716
4717 PR python/12199
4718
4719 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4720
47212010-11-23 Tom Tromey <tromey@redhat.com>
4722
4723 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4724 (Editing): Likewise.
4725 (Command History): Likewise.
4726 (TUI Keys): Likewise.
4727 (Bug Reporting): Conditionally include rluser.texi and
4728 inc-history.texinfo.
4729 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4730 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4731 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4732 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4733 (gdb.pdf): Likewise.
4734 (gdb.info): Likewise.
4735 (gdb/index.html): Likewise.
4736
47372010-11-23 Tom Tromey <tromey@redhat.com>
4738
4739 * Makefile.in (Makefile): Run ../config.status.
4740 (distclean): Update.
4741 * configure: Remove.
4742 * configure.ac: Remove.
4743
47442010-11-12 Tom Tromey <tromey@redhat.com>
4745
4746 * gdb.texinfo (Basic Python): Update. Add xref.
4747 (Exception Handling): Document new exception classes.
4748 (Types In Python): Update.
4749 (Frames In Python): Update.
4750
47512010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4752
4753 * gdb.texinfo (Breakpoints In Python): Document "internal"
4754 parameter, and visible attribute.
4755
47562010-11-05 Doug Evans <dje@google.com>
4757
4758 * gdb.texinfo (Source Path): Document "set directories".
4759
47602010-11-05 Ken Werner <ken.werner@de.ibm.com>
4761
4762 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4763 (OpenCL C): New node.
4764
47652010-11-02 Doug Evans <dje@google.com>
4766
4767 * gdb.texinfo (Pretty Printing): Expand into three sections,
4768 introduction, example, and commands.
4769 (Python API): Delete section Disabling Pretty-Printers, merge into
4770 Selecting Pretty-Printers.
4771 (Writing a Pretty-Printer): New section. Move the pretty-printer
4772 example here, and reformat to match python coding style. Add a second
4773 example using the gdb.printing module.
4774 (Python modules): Add gdb.printing.
4775
47762010-10-29 Doug Evans <dje@google.com>
4777
4778 * gdb.texinfo (Python): Fix long line.
4779
47802010-10-20 Doug Evans <dje@google.com>
4781
4782 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4783 All references updated. Correct sections marked as subsections.
4784 (Coding Standards): New chapter. Move the coding standard related
4785 subsections here. Add section on Python coding standards.
4786
47872010-10-13 Doug Evans <dje@google.com>
4788
4789 * gdb.texinfo (Python): Add "Python modules".
4790 (Types in Python): Add reference to gdb.types section.
4791 (Python modules): New node.
4792
47932010-10-11 Doug Evans <dje@google.com>
4794
4795 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4796 Python" from gdb.Value.type description.
4797
47982010-09-28 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.texinfo (Ravenscar Profile): New node.
4801
48022010-09-22 Tom Tromey <tromey@redhat.com>
4803
4804 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4805
48062010-09-22 Eli Zaretskii <eliz@gnu.org>
4807
4808 * gdb.texinfo (Values From Inferior): Clarify that
4809 value.dynamic_type works only in C++ programs with RTTI.
4810
48112010-09-15 Paul Bolle <pebolle@tiscali.nl>
4812
4813 * gdb.texinfo (Character Sets): Correctly reference host-charset
4814 in example.
4815
48162010-09-13 Tom Tromey <tromey@redhat.com>
4817
4818 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4819 Document "fullname" and "from".
4820
48212010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4822
4823 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4824 feature `reverse' output by -list-target-features.
4825
48262010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4827
4828 * gdb.texinfo (i386 Features): Remove an extra "@item".
4829
48302010-08-30 Tom Tromey <tromey@redhat.com>
4831
4832 PR python/11792:
4833 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4834
48352010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4836
4837 * gdb.texinfo (ARM Features): Document
4838 org.gnu.gdb.arm.m-profile.
4839
48402010-08-23 Tom Tromey <tromey@redhat.com>
4841
4842 PR python/11145:
4843 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4844 reinterpret_cast methods.
4845
48462010-08-23 Tom Tromey <tromey@redhat.com>
4847
4848 PR python/11915:
4849 * gdb.texinfo (Types In Python): Document array method.
4850
48512010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4852
4853 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4854
48552010-08-16 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.texinfo (Set Watchpoints): Document -location option.
4858
48592010-08-13 Doug Evans <dje@google.com>
4860
4861 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4862
48632010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4864
4865 * gdb.texinfo (GDB/MI Data Manipulation): Document
4866 -data-read-memory-raw and -data-write-memory-raw.
4867
48682010-08-11 Tom Tromey <tromey@redhat.com>
4869 Phil Muldoon <pmuldoon@redhat.com>
4870
4871 * gdb.texinfo (Basic Python): Describe post_event API.
4872
48732010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4874
4875 * gdb.texinfo (Basic Python): Describe solib_address and
4876 decode_line Python APIs
4877
48782010-08-10 Tom Tromey <tromey@redhat.com>
4879
4880 * gdb.texinfo (Pretty Printing API): Document
4881 gdb.default_visualizer.
4882
48832010-08-10 Tom Tromey <tromey@redhat.com>
4884
4885 Revert gdb-add-index addition:
4886 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4887
48882010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4889 Eli Zaretskii <eliz@gnu.org>
4890
4891 * gdb.texinfo (Mode Options) <-batch>
4892 (Basic Python) <gdb.execute>: Describe setting width and height.
4893
48942010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4895
4896 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4897
48982010-07-30 Tom Tromey <tromey@redhat.com>
4899
4900 * gdb.texinfo (Index Files): Mention gdb-add-index.
4901
49022010-07-30 Hui Zhu <teawater@gmail.com>
4903
4904 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4905 "detach inferior" and "kill inferior".
4906
49072010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4908
4909 * gdb.texinfo (Machine Code): Update description of two forms of
4910 arguments, and add new example to demonstrate the new form.
4911
49122010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4913
4914 * gdb.texinfo (Values From Inferior): Add value inferior function
4915 call description.
4916
49172010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4918
4919 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4920
49212010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4922 Eli Zaretskii <eliz@gnu.org>
4923
4924 Make core files the process_stratum.
4925 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4926 record_stratum example.
4927
49282010-07-13 Tom Tromey <tromey@redhat.com>
4929
4930 * gdb.texinfo (Index Files): New node.
4931
49322010-07-13 Tom Tromey <tromey@redhat.com>
4933
4934 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4935
49362010-07-13 Tom Tromey <tromey@redhat.com>
4937
4938 * gdb.texinfo (Specify Location): Document labels.
4939
49402010-07-01 Pedro Alves <pedro@codesourcery.com>
4941
4942 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4943 entries for fast tracepoints and static tracepoints.
4944
49452010-07-01 Pedro Alves <pedro@codesourcery.com>
4946
4947 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4948 qsThreadInfo>: Spell out `l' as ell.
4949
49502010-07-01 Pedro Alves <pedro@codesourcery.com>
4951
4952 * gdb.texinfo (Convenience Variables): Document $_sdata.
4953 (Commands to Set Tracepoints): Describe static tracepoints. Add
4954 `Listing Static Tracepoint Markers' menu entry. Document
4955 "strace".
4956 (Tracepoint Action Lists): Document collecting $_sdata.
4957 (Listing Static Tracepoint Markers): New subsection.
4958 (Tracepoints support in gdbserver): Mention static tracepoints.
4959 (remote packets, enabling and disabling): Mention
4960 read-sdata-object.
4961 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4962 and StaticTracepoint.
4963 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4964 Document qXfer:sdata:read.
4965 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4966
49672010-06-29 Joel Brobecker <brobecker@adacore.com>
4968
4969 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4970
49712010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4972 Tom Tromey <tromey@redhat.com>
4973 Thiago Jung Bauermann <bauerman@br.ibm.com>
4974
4975 * gdb.texinfo (Inferiors In Python): New node.
4976 * gdb.texinfo (Threads In Python): New node.
4977
49782010-06-28 Joel Brobecker <brobecker@adacore.com>
4979
4980 * gdb.texinfo (Python): Document what the python directory is
4981 and what its location is.
4982 (Basic Python): Document the gdb.PYTHONDIR constant.
4983
49842010-06-25 Tom Tromey <tromey@redhat.com>
4985
4986 PR python/10808:
4987 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4988
49892010-06-24 Hui Zhu <teawater@gmail.com>
4990
4991 * gdb.texinfo: (Commands for Controlled Output): Add
4992 documentation for command "eval".
4993
49942010-06-21 Stan Shebs <stan@codesourcery.com>
4995
4996 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4997 * annotate.texinfo: Ditto.
4998 * gdbint.texinfo: Ditto.
4999 * stabs.texinfo: Ditto.
5000
50012010-06-22 Hui Zhu <teawater@gmail.com>
5002
5003 * gdb.texinfo: (Process Record and Replay): Add documentation
5004 for command "set record memory-query".
5005
50062010-06-21 Stan Shebs <stan@codesourcery.com>
5007
5008 * gdb.texinfo: Relicense under GFDL version 1.3.
5009 * annotate.texinfo: Relicense under GFDL version 1.3.
5010 * gdbint.texinfo: Relicense under GFDL version 1.3.
5011 * stabs.texinfo: Relicense under GFDL version 1.3.
5012 * fdl.texi: Update to version 1.3.
5013
50142010-06-18 Stan Shebs <stan@codesourcery.com>
5015
5016 * gdb.texinfo (Operating System Auxiliary Information): Describe
5017 "info os" when no arguments given.
5018
5019 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5020 $_thread.
5021
50222010-06-18 Hui Zhu <teawater@gmail.com>
5023
5024 * gdb.texinfo: (Process Record and Replay): Add documentation
5025 for commands "record save" and "record restore".
5026
50272010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5028
5029 * gdb.texinfo: Include information about the correct use
5030 of addresses in the `watch' command.
5031
50322010-06-11 Stan Shebs <stan@codesourcery.com>
5033
5034 * gdb.texinfo (Observer Mode): New section.
5035 (General Query Packets): Document QAllow.
5036
50372010-06-04 Doug Evans <dje@google.com>
5038
5039 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5040
50412010-06-03 Doug Evans <dje@google.com>
5042
5043 * gdbint.texinfo (Coding): Add subsection on command names.
5044
50452010-06-02 Tom Tromey <tromey@redhat.com>
5046
5047 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5048 always-disassemble.
5049
50502010-06-01 Pedro Alves <pedro@codesourcery.com>
5051
5052 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5053 gdbserver, and add cross reference.
5054 (Tracepoints support in gdbserver): New subsection.
5055
50562010-05-26 Pedro Alves <pedro@codesourcery.com>
5057
5058 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5059 `qRelocInsn' feature.
5060 (Relocate instruction reply packet): New subsection
5061 of `Tracepoint Packets'.
5062 (Tracepoint Packets): Mention that packets QTDP and QTStart
5063 support the qRelocInsn request, and add cross reference to new
5064 subsection.
5065
50662010-05-25 Doug Evans <dje@google.com>
5067
5068 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5069 (Commands In Python): Document gdb.string_to_argv.
5070
50712010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5072
5073 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5074 ATTR_NORETURN.
5075
50762010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5077 Tom Tromey <tromey@redhat.com>
5078 Thiago Jung Bauermann <bauerman@br.ibm.com>
5079
5080 * gdb.texinfo (Parameters In Python): New Node.
5081
50822010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5083
5084 * gdb.texinfo: (Summary) Add mention about D language support.
5085 (Filenames): Add D suffixes.
5086 (D): New node.
5087
50882010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5089
5090 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5091 of macro deleted from GDB code.
5092
50932010-04-24 Pedro Alves <pedro@codesourcery.com>
5094
5095 * gdb.texinfo (Commands to specify files): Describe what how GDB
5096 looks up DOS-based filesystem paths on the system root. Document
5097 the new `set/show target-file-system-kind' commands.
5098
50992010-04-23 Doug Evans <dje@google.com>
5100
5101 * gdb.texinfo (Python): Move Auto-loading section here ...
5102 (Python API): from here.
5103 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5104 (Maintenance Commands): Add docs for "maint print section-scripts".
5105
51062010-04-20 Chris Moller <cmoller@redhat.com>
5107
5108 * gdb.texinfo (Setting Breakpoints): Added description of
5109 filename-qualified rbreak.
5110 * refcard.tex (Breakpoints and Watchpoints): Added brief
5111 description of filename-qualified rbreak.
5112
51132010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5114
5115 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5116 (Python API): Change the reference to Pretty Printing API.
5117 (Pretty Printing): Move the user part under the Data node. Reformat
5118 the sample output to 72 columns. Create a new reference to Pretty
5119 Printing API. Rename the API part ...
5120 (Pretty Printing API): To a new node name.
5121 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5122 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5123
51242010-04-21 Stan Shebs <stan@codesourcery.com>
5125
5126 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5127 and commands.
5128 (Listing Tracepoints): Update to reflect current behavior.
5129
51302010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5131
5132 * gdb.texinfo (Examining memory): Update for change in string
5133 display with explicit size.
5134
51352010-04-19 Pedro Alves <pedro@codesourcery.com>
5136
5137 PR breakpoints/8554.
5138
5139 * gdb.texinfo (Save Breakpoints): New node.
5140 (save-tracepoints): Rename to ...
5141 (save tracepoints): ... this. Mention that `save-tracepoints' is
5142 a deprecated alias to `save tracepoints'.
5143
51442010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5145
5146 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5147 (info w32 thread-information-block): Document new command.
5148 (qGetTIBAddress): Document new gdbserver query.
5149 (maint set/show show-all-tib): Document new command.
5150
51512010-04-15 Doug Evans <dje@google.com>
5152
5153 * gdb.texinfo (Python API): Add progspaces section.
5154 (Selecting Pretty-Printers): Progspace pretty-printers are
5155 searched too.
5156 (Progspaces In Python): New section.
5157
5158 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5159
51602010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5161
5162 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5163 returns None.
5164
51652010-04-09 Stan Shebs <stan@codesourcery.com>
5166
5167 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5168 Describe the `frames-created' field, tweak grammar.
5169
51702010-04-09 Pedro Alves <pedro@codesourcery.com>
5171
5172 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5173 Describe the `circular' and `disconnected' fields.
5174
51752010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5176
5177 * gdb.texinfo (maint print registers): Mention unavailable and
5178 invisible registers.
5179
51802010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5181 Thiago Jung Bauermann <bauerman@br.ibm.com>
5182 Tom Tromey <tromey@redhat.com>
5183
5184 * gdb.texinfo (Breakpoints In Python): New Node.
5185
51862010-04-08 Stan Shebs <stan@codesourcery.com>
5187
5188 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5189 trace status fields.
5190
51912010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5192
5193 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5194 optional. Make org.gnu.gdb.i386.avx requires
5195 org.gnu.gdb.i386.avx.
5196
51972010-04-08 Doug Evans <dje@google.com>
5198
5199 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5200 search path, and document that gdb only scans the search path if
5201 the script's path doesn't specify a directory.
5202
52032010-04-05 Doug Evans <dje@google.com>
5204
5205 * gdb.texinfo (maint show python auto-load): Fix typo.
5206
52072010-04-04 Stan Shebs <stan@codesourcery.com>
5208
5209 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5210 (Setting Watchpoints): Update description of "info watch".
5211 (Disabling Breakpoints): Only "info break" lists all.
5212
5213 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5214 (tdump): Explain how tdump works.
5215
52162010-04-01 Pedro Alves <pedro@codesourcery.com>
5217
5218 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5219 add cross reference.
5220
52212010-03-31 Pedro Alves <pedro@codesourcery.com>
5222
5223 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5224 commands error out.
5225
52262010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5227
5228 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5229
52302010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5231
5232 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5233
52342010-03-29 Stan Shebs <stan@codesourcery.com>
5235 Nathan Sidwell <nathan@codesourcery.com>
5236
5237 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5238 GDBN equivalent.
5239 (Set Tracepoints): Remove mention that conditional tracepoints
5240 don't exist.
5241 (Tracepoint Actions): Clarify when while-stepping collection
5242 happens, note that while-stepping does not automatically collect
5243 $pc.
5244
52452010-03-29 Stan Shebs <stan@codesourcery.com>
5246
5247 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5248 (General Query Packets): Describe TracepointSource.
5249
52502010-03-27 Matt Rice <ratmice@gmail.com>
5251
5252 * gdb.texinfo (ARM): Document arguments to "target sim".
5253 (Set Catchpoints): Use @dots{} instead of @r{...}.
5254
52552010-03-26 Pedro Alves <pedro@codesourcery.com>
5256
5257 * gdb.texinfo (Tracepoint Packets): Remove mention that
5258 terror:string may be plain text, and drop mention of X prefix.
5259
52602010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5261
5262 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5263
52642010-03-24 Stan Shebs <stan@codesourcery.com>
5265
5266 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5267
52682010-03-24 Tom Tromey <tromey@redhat.com>
5269
5270 PR breakpoints/9352:
5271 * gdb.texinfo (Break Commands): Update.
5272
52732010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5274
5275 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5276 commands.
5277
52782010-03-16 Stan Shebs <stan@codesourcery.com>
5279
5280 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5281 circular-trace-buffer.
5282 (Tracepoint Packets): Describe QTBuffer, and details of the
5283 qTStatus reply.
5284
52852010-03-12 Stan Shebs <stan@codesourcery.com>
5286 Nathan Sidwell <nathan@codesourcery.com>
5287
5288 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5289 doing instruction stepping.
5290 (Tracepoint Restrictions): New node.
5291
52922010-03-10 Tom Tromey <tromey@redhat.com>
5293
5294 * gdbint.texinfo (Symbol Handling): Update.
5295
52962010-03-08 Tom Tromey <tromey@redhat.com>
5297
5298 PR cli/9591:
5299 * gdb.texinfo (Mode Options): Mention lack of pagination and
5300 confirmation with --batch.
5301 (Screen Size): Mention --batch.
5302 (Messages/Warnings): Likewise.
5303
53042010-03-05 Tom Tromey <tromey@redhat.com>
5305
5306 * gdb.texinfo (Basic Python): Document target_charset and
5307 target_wide_charset.
5308
53092010-03-05 Tom Tromey <tromey@redhat.com>
5310
5311 * gdb.texinfo (Data): Link to pretty-printing.
5312 (Output Formats): Likewise. Correct text.
5313
53142010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5315
5316 * gdb.texinfo (Types): Describe <struct> and <flags>.
5317
53182010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5319
5320 * gdb.texinfo (Frames In Python): Add block parameter and
5321 description to read_var text.
5322
53232010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5324 Tom Tromey <tromey@redhat.com>
5325
5326 * gdb.texinfo (Types In Python): Describe block argument in
5327 template_argument and gdb.lookup_type.
5328
53292010-02-24 Tom Tromey <tromey@redhat.com>
5330
5331 * gdb.texinfo (Cygwin Native): Fix typo.
5332
53332010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5334
5335 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5336 and select method descriptions.
5337 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5338 Tables in Python to menu.
5339 (Blocks In Python): New node.
5340 (Symbols In Python): New node.
5341 (Symbol Tables in Python): New node.
5342
53432010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5344
5345 Multiexec MI
5346
5347 gdb/
5348 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5349
5350 gdb/doc/
5351 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5352 changes.
5353 (GDB/MI Program Execution): Document current behaviour of
5354 --all and --thread-group.
5355 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5356 -remove-inferior.
5357 * observer.texi (inferior_added, inferior_removed): New
5358 observers.
5359
53602010-02-19 Tom Tromey <tromey@redhat.com>
5361
5362 * gdbint.texinfo (Getting Started): Fix @node.
5363 (Debugging GDB): Likewise.
5364
53652010-02-13 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5368 documenting the gdb_test_timeout variable.
5369
53702010-02-12 Jakob Engblom <jakob@virtutech.com>
5371
5372 * gdb.texinfo (MI commands): Added documentation of --reverse
5373 option to a set of MI commands. Restructured documentation of MI
5374 commands --exec-continue to reflect the complexity of reverse
5375 execution.
5376
53772010-02-12 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdb.texinfo (Using the Collected Data): Specify that the address
5380 range of `tfind outsize' is exclusive, and that the address range
5381 of `tfind range' is inclusive.
5382 (Tracepoint Packets): Specify that the address range of
5383 `QTFrame:range' is inclusive, and that the address range of
5384 `QTFrame:outside' is exclusive
5385
53862010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5387
5388 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5389
53902010-02-10 Tom Tromey <tromey@redhat.com>
5391
5392 * gdb.texinfo (Debugging Output): Document set debug parser and
5393 show debug parser.
5394
53952010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5396
5397 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5398 i386_eflags and i386_mxcsr.
5399
54002010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5401
5402 * gdb.texinfo: Document i386 target features.
5403
54042010-02-05 Doug Evans <dje@google.com>
5405
5406 * gdbint.texinfo (Testsuite): Add a new section to document the
5407 various DejaGnu variables that may be overridden.
5408 Document INTERNAL_GDBFLAGS.
5409
54102010-02-04 Tom Tromey <tromey@redhat.com>
5411
5412 PR cli/8830:
5413 * gdb.texinfo (Files): -readnow comes before the filename for file
5414 and symbol-file.
5415
54162010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5417
5418 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5419 Document ARM breakpoint types.
5420 (Register Packet Format): Move into the new section.
5421 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5422
54232010-01-21 Joel Brobecker <brobecker@adacore.com>
5424
5425 * gdb.texinfo (File Options): Adjust the documentation of this
5426 switch to refer to the "source" command rather than partially
5427 duplicating some of the relevant information.
5428 (Extending GDB): Introduce and document the set/show script-extension
5429 setting.
5430 (Command Files): Add note explaining that the "source" command
5431 is also used to evalute scripts written in other languages.
5432 Remove the short slightly incorrect reference to sourcing Python
5433 scripts.
5434 (Python Commands): Document how to execute a Python script from GDB.
5435
54362010-01-19 Joel Brobecker <brobecker@adacore.com>
5437
5438 * gdb.texinfo (Command Files): Fix typo.
5439
54402010-01-18 Tom Tromey <tromey@redhat.com>
5441
5442 * gdb.texinfo (File Options): Document -x on .py files.
5443 (Command Files): Document handling of Python scripts.
5444
54452010-01-18 Jie Zhang <jie.zhang@analog.com>
5446
5447 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5448
54492010-01-15 Stan Shebs <stan@codesourcery.com>
5450
5451 * gdb.texinfo (Trace Files): New section.
5452 (Tracepoint Packets): Document QTSave and qTBuffer.
5453 (Trace File Format): New appendix.
5454
54552010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5456
5457 * gdb.texinfo (Values From Inferior): Document lazy_string value
5458 method.
5459 (Python API): Add Lazy strings menu item.
5460 (Lazy Strings In Python): New node.
5461
54622010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5463
5464 * gdb.texinfo (GDB/MI Thread Information): New.
5465 (GDB/MI Async Records): Document the core field in *stopped.
5466 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5467 documentation
5468 (Process list): Document that osdata document may contain
5469 threads.
5470 (Remote Serial Protocol): Document qXfer:threads.
5471
54722010-01-06 Stan Shebs <stan@codesourcery.com>
5473
5474 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5475 disconnected tracing.
5476 (Tracepoint Packets): Document new protocol.
5477
54782010-01-05 Stan Shebs <stan@codesourcery.com>
5479
5480 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5481 tracepoints.
5482 (Tracepoint Packets): Describe remote protocol for fast
5483 tracepoints.
5484
54852010-01-01 Joel Brobecker <brobecker@adacore.com>
5486
5487 Update the "Start of New Year Procedure".
5488 * gdbint.texinfo: Add the list of files that need to be updated
5489 manually. Minor reformatting.
5490
54912010-01-01 Joel Brobecker <brobecker@adacore.com>
5492
5493 * refcard.tex: Update copyright year in header and text.
5494
54952010-01-01 Joel Brobecker <brobecker@adacore.com>
5496
5497 * agentexpr.texi: Add 2010 to the list of copyright years.
5498 * annotate.texinfo: Likewise.
5499 * gdb.texinfo: Likewise.
5500 * gdbint.texinfo: Likewise.
5501 * observer.texi: Likewise.
5502 * stabs.texinfo: Likewise.
5503
55042009-12-31 Stan Shebs <stan@codesourcery.com>
5505
5506 * gdb.texinfo (Tracepoint Actions): Describe teval.
5507
55082009-12-29 Stan Shebs <stan@codesourcery.com>
5509
5510 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5511
55122009-12-28 Stan Shebs <stan@codesourcery.com>
5513
5514 * gdb.texinfo (Trace State Variables): New section.
5515 (Tracepoint Packets): Describe trace state variable packets.
5516 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5517 variable bytecodes.
5518
55192009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5520
5521 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5522 declarations.
5523
55242009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5525
5526 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5527 -gdb-exit behaviour.
5528
55292009-12-20 Joel Brobecker <brobecker@adacore.com>
5530
5531 * gpl.texi: Update to version 3 of the GPL.
5532
55332009-12-20 Joel Brobecker <brobecker@adacore.com>
5534
5535 * Makefile.in: Update copyright header.
5536 * observer.texi: Fix the copyright header of the generated files.
5537
55382009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5539
5540 * gdb.texinfo (Types In Python): Describe range function.
5541
55422009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5543
5544 * gdb.texinfo (Types In Python): Describe "is_base_class".
5545
55462009-12-03 Tom Tromey <tromey@redhat.com>
5547
5548 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5549
55502009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5551
5552 * observer.texi: New memory_changed observer.
5553
55542009-12-01 Tom Tromey <tromey@redhat.com>
5555
5556 * gdb.texinfo (Reverse Execution): Fix typo.
5557
55582009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5559
5560 PR gdb/8704
5561
5562 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5563 are allowed after the breakpoint condition.
5564
55652009-11-23 Tom Tromey <tromey@redhat.com>
5566
5567 PR python/10782:
5568 * gdb.texinfo (Types In Python): Document Type.pointer.
5569
55702009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5571
5572 * gdb.texinfo (Machine Code): Adjust.
5573
55742009-11-11 Pedro Alves <pedro@codesourcery.com>
5575
5576 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5577 (Using Agent Expressions): Delete cross reference.
5578
55792009-11-07 Joel Brobecker <brobecker@adacore.com>
5580
5581 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5582 and @settitle directives up to help makeinfo find them.
5583
55842009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5585
5586 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5587 (Auto-loading): Use plural and note one can use multiple components now.
5588
55892009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5590
5591 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5592 -stack-list-arguments have the same documentation for parameter
5593 as -stack-list-locals. Add comas.
5594
55952009-10-27 Tom Tromey <tromey@redhat.com>
5596 Eli Zaretskii <eliz@gnu.org>
5597
5598 PR python/10781
5599
5600 * gdb.texinfo (Values From Inferior): Document cast method.
5601
56022009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5603
5604 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5605 and adjust example.
5606
56072009-10-22 Michael Snyder <msnyder@vmware.com>
5608
5609 * gdb.texinfo (Process Record and Replay): Document new form of
5610 info record command. Also document the new save and restore
5611 commands.
5612
56132009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5614
5615 * gdb.texinfo (Machine Code): Mention current pc marker.
5616 (Memory): Likewise.
5617
56182009-10-19 Pedro Alves <pedro@codesourcery.com>
5619 Stan Shebs <stan@codesourcery.com>
5620
5621 * observer.texi (new_inferior): Rename to...
5622 (inferior_appeared): ... this.
5623
5624 * gdb.texinfo (Inferiors): Rename node to ...
5625 (Inferiors and Programs): ... this. Mention running multiple
5626 programs in the same debug session.
5627 <info inferiors>: Mention the new 'Executable' column if "info
5628 inferiors". Update examples. Document the "add-inferior",
5629 "clone-inferior", "remove-inferior" and "maint info
5630 program-spaces" commands.
5631 (Process): Rename node to...
5632 (Forks): ... this. Document "set|show follow-exec-mode".
5633
56342009-10-11 Michael Snyder <msnyder@vmware.com>
5635
5636 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5637 (ReverseContinue): Ditto.
5638
56392009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5640
5641 * gdb.texinfo (Server): Document libthread-db-search-path.
5642
56432009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5644
5645 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5646
56472009-10-06 Michael Eager <eager@eagercon.com>
5648
5649 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5650 (Embedded Processors): Add MicroBlaze.
5651 (MicroBlaze): New. Describe Xilinx MicroBlaze
5652
56532009-10-04 Pedro Alves <pedro@codesourcery.com>
5654
5655 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5656
56572009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5658
5659 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5660
56612009-09-23 Joel Brobecker <brobecker@adacore.com>
5662
5663 * observer.texi (solib_unloaded): Document explicitly the fact that
5664 this observer is called before the associated symbols are unloaded.
5665
56662009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5667
5668 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5669 -stack-list-variables.
5670
56712009-09-18 Tom Tromey <tromey@redhat.com>
5672
5673 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5674 is experimental.
5675
56762009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5677
5678 * gdb.texinfo (convenince variables): Mention
5679 $_siginfo could be empty.
5680
56812009-09-15 Tom Tromey <tromey@redhat.com>
5682
5683 * gdb.texinfo (GDB/MI Variable Objects): Document
5684 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5685 Expand -var-update documentation.
5686
56872009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5688
5689 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5690 feature.
5691
56922009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5693
5694 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5695
56962009-09-10 Michael Snyder <msnyder@vmware.com>
5697
5698 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5699 ReverseStep replies to the qSupported query.
5700
57012009-09-10 Joel Brobecker <brobecker@adacore.com>
5702
5703 Add documentation for set/show interactive-mode.
5704 * gdb.texinfo (Other Misc Settings): New node.
5705
57062009-09-01 Doug Evans <dje@google.com>
5707
5708 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5709 non-stop mode's affect on remote caching.
5710
57112009-08-31 Jacob Potter <jdpotter@google.com>
5712 Doug Evans <dje@google.com>
5713
5714 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5715 Mark `set/show remotecache' options as obsolete.
5716 Document new `set/show stack-cache' option.
5717 Update text for `info dcache'.
5718
57192009-08-27 Doug Evans <dje@google.com>
5720
5721 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5722 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5723
57242009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5725
5726 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5727 about autoconf.
5728
57292009-08-25 Pedro Alves <pedro@codesourcery.com>
5730
5731 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5732 small example, and describe its columns. Replace "inferior-id" by
5733 "infno" throughout.
5734
57352009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5736
5737 * gdbint.texinfo (Releasing GDB): Point to
5738 README-maintainer-mode file for required autoconf version.
5739 * configure.ac: Do not substitute datarootdir, htmldir,
5740 pdfdir, docdir. Do not process --with-datarootdir,
5741 --with-htmldir, --with-pdfdir, --with-docdir.
5742 * configure: Regenerate.
5743
5744 * configure: Regenerate.
5745
57462009-08-20 Reid Kleckner <reid@kleckner.net>
5747
5748 * gdb.texinfo: Add chapter on JIT interface.
5749
57502009-08-07 Nick Roberts <nickrob@snap.net.nz>
5751
5752 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5753 confirmation request.
5754
57552009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5756
5757 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5758 CRC definitions.
5759
57602009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5761
5762 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5763 -break-commands.
5764
57652009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5766
5767 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5768 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5769
57702009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5771
5772 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5773 "set spu stop-on-load" and "show spu stop-on-load" commands.
5774
57752009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5776
5777 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5778
57792009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5782 org.gnu.gdb.arm.neon.
5783
57842009-07-20 Pedro Alves <pedro@codesourcery.com>
5785
5786 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5787 optional element.
5788 (subsection OS ABI): New subsection.
5789
57902009-07-14 Stan Shebs <stan@codesourcery.com>
5791
5792 * gdb.texinfo (Tracepoint Conditions): New section.
5793 (General Query Packets): Describe ConditionalTracepoints.
5794 (Tracepoint Packets): Describe condition field.
5795 (Maintenance Commands): Describe maint agent-eval.
5796 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5797
57982009-07-11 Hui Zhu <teawater@gmail.com>
5799
5800 * gdb.texinfo (disassemble): Add a new modifier /r
5801 to "disassemble" command to make it print the raw instructions
5802 in hex as well as in symbolic form.
5803
58042009-07-09 Tom Tromey <tromey@redhat.com>
5805
5806 * gdbint.texinfo (Testsuite): Document parallel make check.
5807
58082009-07-09 Tom Tromey <tromey@redhat.com>
5809
5810 * gdbint.texinfo (Testsuite): Document test transcripts.
5811
58122009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5813
5814 * gdb.texinfo (Values From Inferior): Add length parameter
5815 description.
5816
58172009-07-04 Chris Genly <chris@genly.us>
5818
5819 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5820 in -var-list-children. Fix example according to what the code
5821 does.
5822
58232009-07-02 Pedro Alves <pedro@codesourcery.com>
5824
5825 * gdb.texinfo (Debugging multiple inferiors): Document the
5826 "inferior", "detach inferior" and "kill inferior" commands.
5827 (Debugging Programs with Multiple Processes): Adjust to mention
5828 generic "inferior" commands. Delete mention of "detach fork" and
5829 "delete fork". Cross reference to "Debugging multiple inferiors"
5830 section.
5831
58322009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5833
5834 * gdbint.texinfo (Item Output Functions): Update signature
5835 for ui_out_field_core_addr.
5836
58372009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5838
5839 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5840 Update example code extrated from breakpoint.c.
5841
58422009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5843
5844 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5845 MI commands.
5846 (GDB/MI Symbol Query): Likewise.
5847 (GDB/MI File Commands): Likewise.
5848 (GDB/MI File Transfer Commands): Likewise.
5849 (GDB/MI Target Manipulation): Likewise.
5850 (GDB/MI Miscellaneous Commands): Likewise.
5851
58522009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5853
5854 * gdb.texinfo (Debugging Optimized Code): New chapter.
5855 (Compiling for Debugging): Reference it. Move some
5856 text to the new section.
5857
58582009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5859
5860 * doc/gdb.texinfo (Calling): Document
5861 set-unwind-on-terminating-exception usage.
5862
58632009-06-11 Pedro Alves <pedro@codesourcery.com>
5864
5865 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5866 command.
5867
58682009-06-07 Pedro Alves <pedro@codesourcery.com>
5869
5870 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5871 references.
5872
58732009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5874
5875 * gdbint.texinfo: Rename formal parameters to gdbarch function
5876 protoypes from "current_gdbarch" to "gdbarch".
5877
58782009-05-28 Tom Tromey <tromey@redhat.com>
5879
5880 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5881
58822009-05-27 Tom Tromey <tromey@redhat.com>
5883
5884 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5885 feature.
5886 (GDB/MI Variable Objects): Document -var-set-visualizer.
5887
58882009-04-02 Tom Tromey <tromey@redhat.com>
5889
5890 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5891 feature.
5892 (GDB/MI Variable Objects): Document -var-set-visualizer.
5893
58942009-05-27 Tom Tromey <tromey@redhat.com>
5895 Thiago Jung Bauermann <bauerman@br.ibm.com>
5896 Phil Muldoon <pmuldoon@redhat.com>
5897
5898 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5899 (Pretty Printing): New node.
5900 (Selecting Pretty-Printers): Likewise.
5901 (Python API): Update.
5902 (Output Formats): Document /r format.
5903
59042009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5905 Tom Tromey <tromey@redhat.com>
5906
5907 * gdb.texinfo (Types In Python): New node.
5908 (Values From Inferior): "type" is now an attribute.
5909 (Python API): Update.
5910
59112009-05-27 Tom Tromey <tromey@redhat.com>
5912 Thiago Jung Bauermann <bauerman@br.ibm.com>
5913 Phil Muldoon <pmuldoon@redhat.com>
5914
5915 * gdb.texinfo: Add @syncodeindex for `tp'.
5916 (Python API): Update.
5917 (Auto-loading): New node.
5918 (Objfiles In Python): New node.
5919
59202009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5921
5922 * gdb.texinfo (Threads): Document libthread-db-search-path.
5923
59242009-05-15 Nick Roberts <nickrob@snap.net.nz>
5925
5926 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5927
59282009-05-12 Pedro Alves <pedro@codesourcery.com>
5929
5930 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5931 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5932 show show-debug-regs' docs.
5933
59342009-05-08 Eli Zaretskii <eliz@gnu.org>
5935
5936 * gdb.texinfo (Process Record and Replay): Add description of
5937 reverse execution.
5938
59392009-05-07 Joel Brobecker <brobecker@adacore.com>
5940
5941 * gdbint.texinfo (Adding support for debugging core files): New node.
5942 (Native Debugging): Remove the ``Native core file Support'' section.
5943
59442009-05-01 Eli Zaretskii <eliz@gnu.org>
5945
5946 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5947 Add index entries.
5948
59492009-04-30 Hui Zhu <teawater@gmail.com>
5950 Michael Snyder <msnyder@vmware.com>
5951
5952 * gdb.texinfo: (Process Record and Replay): Add documentation for
5953 process record and replay.
5954
59552009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5956
5957 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5958 a new part on command-line defined macros.
5959
59602009-04-25 Eli Zaretskii <eliz@gnu.org>
5961
5962 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5963 clarify the wording.
5964
59652009-04-23 Tom Tromey <tromey@redhat.com>
5966
5967 * gdb.texinfo (Data Files): New node.
5968 (GDB Files): Update menu.
5969
59702009-04-23 Joel Brobecker <brobecker@adacore.com>
5971
5972 * gdbint.texinfo (Defining Other Architecture Features): Remove
5973 entry for PROCESS_LINENUMBER_HOOK.
5974
59752009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5976
5977 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5978
59792009-04-22 Hui Zhu <teawater@gmail.com>
5980
5981 * gdb.texinfo (disassemble-next-line): Set the default of
5982 disassemble-next-line to off.
5983
59842009-04-21 Joseph Myers <joseph@codesourcery.com>
5985
5986 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5987 --with-htmldir): New.
5988 * configure: Regenerate.
5989 * Makefile.in (datarootdir, docdir): Define.
5990 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5991 instead of $(SET_TEXINPUTS).
5992 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5993 gdbint.info instead of $(SET_TEXINPUTS).
5994 (gdbint/index.html): Use same -I options as for building
5995 gdbint.info.
5996 (stabs.dvi, stabs.pdf): Use same -I options as for building
5997 stabs.info instead of $(SET_TEXINPUTS).
5998 (stabs/index.html): Use same -I options as for building
5999 stabs.info.
6000 (annotate.dvi, annotate.pdf): Use same -I options as for building
6001 annotate.info instead of $(SET_TEXINPUTS).
6002 (annotate/index.html): Use same -I options as for building
6003 annotate.info.
6004
60052009-04-21 David Daney <ddaney@caviumnetworks.com>
6006
6007 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6008
60092009-04-21 Joseph Myers <joseph@codesourcery.com>
6010
6011 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6012
60132009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6014 Joseph Myers <joseph@codesourcery.com>
6015
6016 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6017 (MAKEHTMLFLAGS): Set to empty.
6018 (html__strip_dir): Define.
6019 (HTMLFILES): Define.
6020 (HTMLFILES_INSTALL): Define.
6021 (install-html): Copy new automake rule.
6022 (html): Depend on $(HTMLFILES).
6023 (gdb_toc.html): Rename to gdb/index.html.
6024 (gdbint_toc.html): Rename to gdbint/index.html.
6025 (stabs_toc.html): Rename to stabs/index.html.
6026 (annotate_toc.html): Rename to annotate/index.html.
6027
60282009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6029
6030 * Makefile.in: Set pdfdir and htmldir from configure
6031 substitutions.
6032 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6033 * configure: Regenerate.
6034
60352009-04-16 Joel Brobecker <brobecker@adacore.com>
6036
6037 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6038 This macro is no longer used.
6039
60402009-04-15 Tom Tromey <tromey@redhat.com>
6041
6042 * gdb.texinfo (Character Sets): Document default character set.
6043
60442009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6045
6046 * gdbint.texinfo: Change server name from sources.redhat.com to
6047 sourceware.org throughout.
6048
60492009-04-09 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6052 about a missing dot or coma after @xref.
6053
60542009-04-02 Joel Brobecker <brobecker@adacore.com>
6055
6056 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6057 example, and add a small explanation about it.
6058 (Print Settings): Change the documentation of the "set print
6059 frame-arguments" to reflect the fact that the default is now "scalars".
6060
60612009-04-02 Joel Brobecker <brobecker@adacore.com>
6062
6063 * gdb.texinfo (Print Settings): Add kindex for command "set
6064 print frame-arguments".
6065
60662009-03-31 Joel Brobecker <brobecker@adacore.com>
6067
6068 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6069 breakpoints.
6070 (Set Breaks): Add reference to thread-specific and task-specific
6071 breakpoints.
6072
60732009-03-31 Joel Brobecker <brobecker@adacore.com>
6074
6075 * gdb.texinfo (Ada Tasks): Remove the documentation about
6076 the "Running" state, as this state has been eliminated.
6077 Now all runnable tasks are shown as "Runnable".
6078
60792009-03-30 Stan Shebs <stan@codesourcery.com>
6080
6081 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6082 special case of breakpoints.
6083 (Enable and Disable Tracepoints): Mention deprecation.
6084 (Listing Tracepoints): Update description and example.
6085
60862009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6087
6088 * gdb.texinfo (Frames in Python): New node.
6089 (Python API): Update.
6090
60912009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6092
6093 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6094 from a method to an attribute.
6095
60962009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6097
6098 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6099 attribute.
6100
61012009-03-25 Pedro Alves <pedro@codesourcery.com>
6102
6103 * observer.texi (thread_exit): Add "silent" parameter.
6104
61052009-03-22 Pedro Alves <pedro@codesourcery.com>
6106
6107 * observer.texi (about_to_proceed): New.
6108
61092009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6110
6111 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6112 field throughout to handle types with spaces in them. Fix typos
6113 found by aspell.
6114 (Summary, Requirements, Contributors): New first chapter,
6115 "Summary" added, old Requirements section moved there, and new
6116 section, "Contributors" added.
6117 (Initializing a New Architecture, Register Representation)
6118 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6119 (Porting gdb): These sections extended and updated.
6120 (Compiler Characteristics): This section (empty) deleted.
6121 (Defining Other Architecture Features): This section renamed and
6122 duplicate material removed from (formerly "Target Conditionals").
6123 Use braces {} in @deftypeXX type field throughout to handle types
6124 with spaces in them. Typos found by aspell fixed.
6125
6126 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6127 * stack_frame.pdf: Version of image for PDF output.
6128 * stack_frame.png: Version of image for HTML output and for Emacs.
6129 * stack_frame.txt: Version of image for Info output.
6130 * stack_frame.eps: Version of image for TeX DVI output.
6131
61322009-03-21 Eli Zaretskii <eliz@gnu.org>
6133
6134 * gdb.texinfo (Character Sets): Fix last change.
6135
61362009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6137
6138 * gdb.texinfo (Values From Inferior): Fix optional arguments
6139 markup.
6140 (Commands In Python): Adjust argument names of gdb.Command.__init__
6141 to what the function accepts as keywords.
6142
61432008-03-20 Tom Tromey <tromey@redhat.com>
6144
6145 * gdb.texinfo (Convenience Vars): Document convenience functions.
6146 (Functions In Python): New node.
6147 (Python API): Update.
6148
61492009-03-20 Tom Tromey <tromey@redhat.com>
6150
6151 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6152 set target-wide-charset.
6153 (Requirements): Mention iconv.
6154
61552009-03-17 Hui Zhu <teawater@gmail.com>
6156
6157 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6158
61592009-03-17 Hui Zhu <teawater@gmail.com>
6160
6161 * gdb.texinfo: Add documentation for disassemble-next-line.
6162
61632009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6164
6165 * gdb.texinfo (Commands In Python): Remove tindex entries.
6166
61672009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6168
6169 * gdb.texinfo (Returning): New description for missing debug info.
6170
61712009-03-14 Pedro Alves <pedro@codesourcery.com>
6172
6173 * gdb.texinfo (Remote Configuration): Document query-attached.
6174 (General Query Packets): Document qAttached.
6175
61762009-03-05 Pedro Alves <pedro@codesourcery.com>
6177
6178 * gdb.texinfo (Background Execution): Better describe the set
6179 target-async command.
6180 (Maintenance Commands): Delete description of the `maint set/show
6181 linux-async' and `maint set/show remote-async' commands.
6182
61832009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6184
6185 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6186 between sentences.
6187
61882009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6189
6190 * gdb.texinfo (GDB/MI Async Records): Document the
6191 =library-loaded and =library-unloaded notifications.
6192
61932009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6194
6195 * observer.texi (test_notification): New observer.
6196
61972009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6198
6199 * observer.texi: Add parameter 'print_frame' to normal_stop
6200 observer.
6201
62022009-02-07 Eli Zaretskii <eliz@gnu.org>
6203
6204 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6205 (Commands In Python): Fix COMMAND_* constants in last change. Use
6206 @kbd for interactive input. Add cross-references and index
6207 entries.
6208
62092009-02-06 Pedro Alves <pedro@codesourcery.com>
6210
6211 * gdb.texinfo (Signals): Document $_siginfo.
6212 (Convenience Variables): Mention $_siginfo.
6213 (Remote Configuration): Document qXfer:siginfo:read,
6214 qXfer:siginfo:write packets, and the read-siginfo-object,
6215 write-siginfo-object commands.
6216
62172009-02-06 Pedro Alves <pedro@codesourcery.com>
6218
6219 * gdbint.texinfo (Values): New chapter.
6220
62212009-02-06 Tom Tromey <tromey@redhat.com>
6222
6223 * gdb.texinfo (Python API): Add entry for Commands In Python.
6224 (Commands In Python): New node.
6225
62262009-02-05 Tom Tromey <tromey@redhat.com>
6227
6228 * gdb.texinfo (Values From Inferior): Document Value.string.
6229
62302009-02-05 Tom Tromey <tromey@redhat.com>
6231
6232 * gdb.texinfo (Basic Python): Document execute's from_tty
6233 argument.
6234
62352009-02-04 Tom Tromey <tromey@redhat.com>
6236
6237 * gdb.texinfo (Basic Python): Document gdb.history.
6238
62392009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6240
6241 * gdb.texinfo (GDB/MI Thread Commands): Document the
6242 'current-thread-id' field. Remove the example with zero threads,
6243 since current GDB won't ever report that if there's inferior.
6244
62452009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6246
6247 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6248 option to -break-insert.
6249
62502009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6251 Jerome Guitton <guitton@adacore.com>
6252
6253 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6254 (System-wide configuration): New section.
6255
62562009-01-26 Pedro Alves <pedro@codesourcery.com>
6257
6258 PR gdb/7580:
6259 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6260 internal-error|internal-warning quit|corefile ask|yes|no".
6261
62622009-01-26 Pedro Alves <pedro@codesourcery.com>
6263
6264 * gdb.texinfo (Using the `gdbserver' Program): Document
6265 --remote-debug.
6266
62672009-01-23 Doug Evans <dje@google.com>
6268
6269 * gdb.texinfo: Add nexti to list of commands that support
6270 background execution.
6271
62722009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6273
6274 * gdb.texinfo (Define, Hooks): Document prefix command support.
6275
62762009-01-14 Joseph Myers <joseph@codesourcery.com>
6277 Carlos O'Donell <carlos@codesourcery.com>
6278
6279 Fixes for makeinfo --html.
6280
6281 * annotate.texinfo: Use @copying and @insertcopying. Use
6282 @ifnottex in place of @ifinfo.
6283 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6284 place of @ifinfo. Use @ifnotinfo for one index entry.
6285 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6286 in place of @ifinfo.
6287 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6288 in place of @ifinfo. Include contents at start unconditionally.
6289
62902009-01-13 Pedro Alves <pedro@codesourcery.com>
6291
6292 * gdb.texinfo (General Query Packets): Remove @var{} around the
6293 "spu" literal string.
6294
62952009-01-07 Pedro Alves <pedro@codesourcery.com>
6296
6297 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6298 program may be running in another process" errors.
6299 * gdbint.texinfo (Native Conditionals): Delete
6300 ONE_PROCESS_WRITETEXT description.
6301
63022009-01-07 Joel Brobecker <brobecker@adacore.com>
6303
6304 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6305 emacs local variable to be placed at the end of the ChangeLog.
6306 Add server.c and gdbreplay.c to the list of files where the
6307 copyright year needs to be updated.
6308
63092009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6310
6311 * gdb.texinfo (Remote Configuration): Document new
6312 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6313 commands.
6314
63152008-12-28 Pedro Alves <pedro@codesourcery.com>
6316
6317 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6318 FETCH_INFERIOR_REGISTERS.
6319 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6320 FETCH_INFERIOR_REGISTERS descriptions. Remove
6321 gdbarch_get_longjmp_target descrition, since already described in
6322 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6323 (Target Conditionals): ... here.
6324
63252008-12-16 Joel Brobecker <brobecker@adacore.com>
6326
6327 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6328 examples.
6329 (Additions to Ada): Likewise. Add the missing opening and closing
6330 parenthesis of the GDB prompt in one of the examples.
6331
63322008-12-14 Joel Brobecker <brobecker@adacore.com>
6333
6334 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6335 about the result of 'Address not being of type System.Address.
6336 This problem has been fixed a while ago.
6337
63382008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6339
6340 MI non-stop and multiprocess docs.
6341
6342 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6343 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6344 Adjust documentation for *stopped, document =thread-created,
6345 =thread-exited, =thread-group-created and =thread-group-exited.
6346 (GDB/MI Thread Commands): Document the 'state' field in
6347 -thread-info output.
6348 (GDB/MI Program Execution): Mention --all and --thread-group
6349 options.
6350 (GDB/MI Variable Objects): Describe floating and fixed variable
6351 objects.
6352 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6353
63542008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6355
6356 * gdb.texinfo (Operating System Information): New appendix.
6357 (Operating System Auxiliary Information): Document 'info os processes'
6358 (Remote Configuration): Document 'osdata'
6359 (General Query Packets): Document qXfer:osdata:read.
6360
63612008-11-27 Tristan Gingold <gingold@adacore.com>
6362
6363 * gdb.texinfo (Darwin): Document Darwin specific features.
6364
63652008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6366
6367 * gdbint.texinfo (Target Conditionals): Extend the
6368 gdbarch_breakpoint_from_pc description.
6369
63702008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6371
6372 * gdb.texinfo (M68K Features): Fix typo.
6373
63742008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6375
6376 * gdb.texinfo (Symbols): Mention printing containing
6377 image name in "info symbol".
6378 (Maint translate-address): Likewise.
6379
63802008-11-18 Joel Brobecker <brobecker@adacore.com>
6381
6382 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6383 commands "catch load" and "catch unload".
6384
63852008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6386
6387 * gdb.texinfo (GDB/MI Async Records): Document
6388 =thread-selected.
6389
63902008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6391
6392 * observer.texi (new_inferior, inferior_exit): New observers.
6393
63942008-10-27 Pedro Alves <pedro@codesourcery.com>
6395
6396 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6397 .mt files, TM_CLIBS or TM_CDEPS.
6398 (x86 Watchpoints): Don't mention TDEPFILES.
6399
64002008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6401
6402 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6403 (Overview): Mention notifications and non-stop mode behavior.
6404 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6405 with non-stop mode behavior. Add vStopped description.
6406 (Stop Reply Packets): Update list of packets that return
6407 stop replies. Mention non-stop behavior.
6408 (General Query Packets): Document QNonStop packet and associated
6409 qSupported query response.
6410 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6411 behavior.
6412 (Notification Packets): New section.
6413 (Remote Non-Stop): New section.
6414 (File-I/O Overview): Mention non-stop behavior.
6415
64162008-10-24 Hui Zhu <teawater@gmail.com>
6417 Pedro Alves <pedro@codesourcery.com>
6418
6419 * gdb.texinfo (displaced-stepping): Describe the auto mode
6420 setting, and say it's the default. This is now a mainstream
6421 setting instead of a maintenance setting.
6422
64232008-10-23 Pedro Alves <pedro@codesourcery.com>
6424
6425 * observer.texi (thread_stop_requested): New.
6426
64272008-10-22 Joel Brobecker <brobecker@adacore.com>
6428
6429 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6430 (Patching): Replace incorrect usage of @samp by @kbd.
6431
64322008-10-17 Michael Snyder <msnyder@vmware.com>
6433
6434 * gdb.texinfo: Add documentation for reverse execution.
6435
64362008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6437 Eli Zaretskii <eliz@gnu.org>
6438
6439 * gdb.texinfo. (Values From Inferior): New subsubsection.
6440
64412008-10-06 Doug Evans <dje@google.com>
6442
6443 * gdb.texinfo (set debug dwarf2-die): Document it.
6444
64452008-10-01 Joel Brobecker <brobecker@adacore.com>
6446
6447 * gdb.texinfo (catch) [exception]: Document how to insert
6448 a breakpoint on user-defined exceptions when the exception
6449 name is identical to one of the language-defined ones.
6450
64512008-09-27 Tom Tromey <tromey@redhat.com>
6452
6453 * gdb.texinfo (Macros): Remove text about stringification,
6454 varargs, and splicing.
6455
64562008-09-27 Tom Tromey <tromey@redhat.com>
6457
6458 * gdbint.texinfo (Language Support): Remove text about omitting
6459 support for a language.
6460
64612008-09-23 Doug Evans <dje@google.com>
6462
6463 * gdb.texinfo (info dcache): Update.
6464
64652008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6466
6467 * gdb.texinfo (Packets): Add info on thread-id syntax and
6468 multiprocess extensions.
6469 <D>: Document multiprocess form of packet.
6470 <H>: Use thread-id syntax.
6471 <T>: Likewise.
6472 <vCont>: Likewise. Note this is required for multiprocess.
6473 <vKill>: New packet.
6474 (Stop Reply Packets) <T>: Use thread-id syntax.
6475 <W>: Document multiprocess form of reply.
6476 <X>: Likewise.
6477 (General Query Packets) <qC>: Use thread-id syntax.
6478 <qfThreadInfo>: Likewise.
6479 <qGetTLSAddr>: Likewise.
6480 <qP>: Likewise.
6481 <qSupported>: Add "multiprocess" feature.
6482 <qThreadExtraInfo>: Use thread-id syntax.
6483
64842008-09-22 Stan Shebs <stan@codesourcery.com>
6485
6486 * gdb.texinfo (Inferiors): New section.
6487
64882008-09-12 Pedro Alves <pedro@codesourcery.com>
6489
6490 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6491
64922008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6493
6494 * gdbint.texinfo (Target Conditionals): Remove documentation
6495 for gdbarch_name_of_malloc.
6496
64972008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6498
6499 * gdb.texinfo (Interrupts): Mention TCP interface for
6500 sending BREAK.
6501
65022008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6503
6504 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6505 argument prefix to "set sysroot".
6506
65072008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6508
6509 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6510 and False.
6511
65122008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6513
6514 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6515 for possible features of -list-features.
6516
65172008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6518
6519 * gdb.texinfo (Background execution): Adjust example
6520 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6521
65222008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6523
6524 * doc/gdb.texinfo (PowerPC): Fix typo.
6525 (PowerPC features): Fix typo.
6526
65272008-08-18 Pedro Alves <pedro@codesourcery.com>
6528
6529 * observer.texi (thread_ptid_changed): New.
6530
65312008-08-18 Luis Machado <luisgpm@br.ibm.com>
6532
6533 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6534 (PowerPC features): Mention feature set for VSX registers.
6535
65362008-08-13 Joel Brobecker <brobecker@adacore.com>
6537
6538 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6539 the direct visibility of all names in user-written packages.
6540
65412008-08-13 Pedro Alves <pedro@codesourcery.com>
6542
6543 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6544 setting, and make it the default.
6545 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6546 non-stop script example.
6547
65482008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6549
6550 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6551 reference to the "Using Different Register and Memory Data
6552 Representation" section.
6553
65542008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6555
6556 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6557 (Remote Protocol): Add Packet Acknowledgment to menu.
6558 (Overview): Mention +/- can be disabled, and point to new section
6559 where this is discussed in detail.
6560 (General Query Packets): Document QStartNoAckMode packet, and
6561 corresponding qSupported reply.
6562 (Packet Acknowledgment): New section.
6563
65642008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6565 Pedro Alves <pedro@codesourcery.com>
6566
6567 * gdb.texinfo (Threads): Move paragraph about automatic thread
6568 selection to All-Stop Mode subsection.
6569 (Thread Stops): Reorganize existing material into subsections.
6570 Add introductory blurb and menu.
6571 (Non-Stop Mode): New subsection.
6572 (Background Execution): New subsection.
6573 (Maintenance Commands): Add cross-references from async mode
6574 commands to the new Background Execution section.
6575
65762008-08-06 Tom Tromey <tromey@redhat.com>
6577
6578 * gdb.texinfo (Extending GDB): New chapter.
6579 (Sequences): Demoted chapter, now a section under the new
6580 Extending GDB chapter.
6581 (Python): New section.
6582
65832008-07-31 Stan Shebs <stan@codesourcery.com>
6584
6585 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6586
65872008-07-29 Stan Shebs <stan@codesourcery.com>
6588
6589 * gdbint.texinfo: General round of cleanup and minor
6590 clarifications.
6591 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6592 (Longjmp Support): Update description to reflect how it is done
6593 for targets without using native header.
6594 (Symbol Handling): Add a little more general explanation.
6595 (COFF, ELF): Mention stabs encapsulation.
6596 (DWARF 3): New section.
6597 (Adding a New Host): Scrub out some obsolete bits.
6598 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6599 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6600 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6601 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6602 SEEK_SET, STOP_SIGNAL, USG.
6603 (Raw and Virtual Register Representations): Ditto for
6604 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6605 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6606 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6607 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6608 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6609 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6610 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6611 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6612 DEPRECATED_USE_STRUCT_CONVENTION.
6613 Describe gdbarch_deprecated_fp_regnum.
6614 Update description of gdbarch_print_insn.
6615 (Adding a New Target): Scrub out obsolete bits.
6616 (Obsolete Conditionals): Remove entire section.
6617
66182008-07-25 Tom Tromey <tromey@redhat.com>
6619
6620 * observer.texi (GDB Observers): Document new observers:
6621 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6622 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6623 architecture_changed.
6624
66252008-07-21 Stan Shebs <stan@codesourcery.com>
6626
6627 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6628 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6629
66302008-07-21 Tom Tromey <tromey@redhat.com>
6631
6632 * observer.texi (GDB Observers): Remove obsolete comment.
6633 <executable_changed>: Remove argument.
6634
66352008-07-18 Tom Tromey <tromey@redhat.com>
6636
6637 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6638
66392008-07-10 Doug Evans <dje@google.com>
6640
6641 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6642
66432008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 * gdb.texinfo (Starting): Document "set disable-randomization".
6646
66472008-07-07 Andreas Schwab <schwab@suse.de>
6648
6649 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6650
66512008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6652
6653 * gdb.texinfo (GDB/MI Target Manipulation): Add
6654 example of -target-attach.
6655
66562008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6657
6658 * observer.texi (target_resumed): New observer.
6659 * gdb.texinfo (GDB/MI Output Records): Document *running.
6660
66612008-06-06 Tom Tromey <tromey@redhat.com>
6662
6663 * gdb.texinfo (Completion): Add field name example.
6664
66652008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6666
6667 * gdb.texinfo (GDB/MI Program Context): Added example
6668 to -exec-arguments
6669
66702008-06-05 Nick Roberts <nickrob@snap.net.nz>
6671
6672 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6673 annotation.
6674
66752008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6676 Nathan Sidwell <nathan@codesourcery.com>
6677 Joseph Myers <joseph@codesourcery.com>
6678
6679 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6680 and ACX_BUGURL.
6681 * configure: Regenerate.
6682 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6683 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6684 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6685 mailing-list-specific text about bug reporting unless
6686 BUGURL_DEFAULT.
6687
66882008-06-05 Pedro Alves <pedro@codesourcery.com>
6689
6690 * gdb.texinfo (-target-select): Remove reference to target async.
6691 (Maintenance Commands): Document "maint set/show remote-async".
6692
66932008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6694
6695 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6696 in -target-file-get section.
6697
66982008-05-22 Pedro Alves <pedro@codesourcery.com>
6699
6700 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6701 killing the inferior when it is already debugging a process.
6702
67032008-05-21 Joel Brobecker <brobecker@adacore.com>
6704
6705 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6706 abbreviation for "finish".
6707
67082008-05-21 Nick Roberts <nickrob@snap.net.nz>
6709
6710 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6711
67122008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6713
6714 * gdbint.texinfo (Target Conditionals): Delete entry for
6715 gdbarch_dwarf_reg_to_regnum.
6716
67172008-05-09 Doug Evans <dje@google.com>
6718
6719 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6720
67212008-05-05 Doug Evans <dje@google.com>
6722
6723 * gdb.texinfo (disassemble): Document /m modifier.
6724
67252008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6726
6727 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6728 will not report the time of commands that run the target.
6729
67302008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6731
6732 * gdb.texinfo (GDB/MI Output Records): Add
6733 missing semicolon.
6734
67352008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6736
6737 * gdb.texinfo (GDB/MI Output Records):
6738 Document =thread-create and =thread-exited.
6739
67402008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6741
6742 * gdb.texinfo (GDB/MI Development and Front Ends):
6743 Remove mention of dmi-discuss.
6744
67452008-05-03 Pedro Alves <pedro@codesourcery.com>
6746
6747 * observer.texi (thread_exit): New.
6748
67492008-05-02 Pedro Alves <pedro@codesourcery.com>
6750
6751 * gdb.texinfo (Debugging Output): Document "set/show debug
6752 displaced".
6753 (Maintenance Commands): Document "maint set/show
6754 can-use-displaced-stepping".
6755
67562008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6757
6758 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6759 and set/show arm force-mode.
6760
67612008-05-02 Andreas Schwab <schwab@suse.de>
6762
6763 * gdbint.texinfo (Algorithms): Describe
6764 target_watchpoint_addr_within_range.
6765
67662008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * gdbint.texinfo (Stack Frames): New chapter.
6769 (Algorithms): Move Frames text to the new chapter.
6770 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6771 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6772
67732008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6774
6775 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6776 output does not necessary include any tokens.
6777
67782008-04-22 Corinna Vinschen <vinschen@redhat.com>
6779
6780 * gdb.texinfo (Set SH Calling convention): New @item.
6781 (Show SH Calling convention): Ditto.
6782
67832008-04-22 Markus Deuling <deuling@de.ibm.com>
6784
6785 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6786
67872008-04-20 Eli Zaretskii <eliz@gnu.org>
6788
6789 * gdb.texinfo (Set Breaks): Mention that multiple location
6790 breakpoints need line number info. Add index entries.
6791
67922008-04-19 Craig Silverstein <csilvers@google.com>
6793
6794 * gdb.texinfo (Requirements): Add an optional requirement on
6795 zlib.
6796 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6797 Compressed DWARF 2.
6798
67992008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6800
6801 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6802 sample output for 'stopped,reason="breakpoint-hit"' message.
6803 (GDB/MI Program Execution): Likewise.
6804
68052008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6806
6807 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6808 -var-set-format. Add -f option to -var-evaluate-expression.
6809
68102008-04-03 Joel Brobecker <brobecker@adacore.com>
6811
6812 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6813 new node "Ambiguous Expressions". Replace references to this
6814 node by references to "Ambiguous Expressions" throughout.
6815 (Ambiguous Expressions): New node.
6816
68172008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6818
6819 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6820
68212008-03-21 Pedro Alves <pedro@codesourcery.com>
6822
6823 * gdb.texinfo (Debugging Output): Document
6824 "set/show debug lin-lwp-async".
6825 (Maintenance Commands): Document "maint set/show linux-async".
6826
68272008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6828
6829 * gdb.texinfo (Expressions): Update description of malloced arrays.
6830
68312008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6832
6833 * gdb.texinfo (Thread Commands): Document
6834 -thread-info. Remove -thread-list-all-threads.
6835
68362008-03-14 Pedro Alves <pedro@codesourcery.com>
6837 Sandra Loosemore <sandra@codesourcery.com>
6838
6839 * gdb.texinfo (Library List Format): Update to mention the
6840 possibility to pass section addresses instead of segment
6841 addresses.
6842
68432008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6844
6845 * gdb.texinfo (Starting): Document "set exec-wrapper".
6846 (Server): Document gdbserver --wrapper.
6847
68482008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6849
6850 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6851 unreadable memory. Delete obsolete SPARClite reference.
6852
68532008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6854
6855 * gdb.texinfo (Starting): Mention always-running targets.
6856 (Target Commands): Add an anchor for load.
6857 (Connecting): Explain continue instead of run.
6858
68592008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6862
68632008-02-26 Nick Roberts <nickrob@snap.net.nz>
6864
6865 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6866 breakpoint table.
6867
68682008-02-19 Pedro Alves <pedro@codesourcery.com>
6869
6870 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6871 killing the inferior when it is already debugging a process.
6872
68732008-02-13 Markus Deuling <deuling@de.ibm.com>
6874
6875 * gdbint.texinfo (Build Script): New section. Mention new build script
6876 gdb_buildall.sh.
6877
68782008-02-01 Jim Blandy <jimb@red-bean.com>
6879
6880 * gdb.texinfo (Help): Summarize 'info args' correctly.
6881
68822008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6883
6884 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6885 available in PowerPC architecture.
6886 (Embedded Processors): Change node name of PowerPC item in menu.
6887 (PowerPC): Rename to...
6888 (PowerPC Embedded): this.
6889 (Architectures): Add new PowerPC item in menu.
6890 (PowerPC): New node.
6891
68922008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6895 commands.
6896
68972008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6898
6899 * gdb.texinfo (Setting Catchpoints): Mention features
6900 supported on GNU/Linux.
6901
69022008-01-30 Nick Roberts <nickrob@snap.net.nz>
6903
6904 * gdb.texinfo (GDB/MI File Commands): Describe new output
6905 field for MI command -file-list-exec-source-file.
6906
69072008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6908
6909 * gdb.texinfo (Using the `gdbserver' Program): Add security
6910 warning. Rearrange into subsections and subsubsections. Document
6911 --multi and --debug. Correct --with-sysroot typo. Update --attach
6912 usage. Make load reference clearer. Document monitor exit.
6913 (Remote Configuration): Document set remote exec-file, attach-packet,
6914 and run-packet.
6915 (Packets): Document vAttach and vRun.
6916
69172008-01-29 Nick Roberts <nickrob@snap.net.nz>
6918
6919 * gdb.texinfo (Processes): Mention process command.
6920 detach-on-follow -> detach-on-fork.
6921
69222008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6923
6924 * gdbint.texinfo (Native Conditionals): Remove
6925 SHELL_COMMAND_CONCAT and SHELL_FILE.
6926
69272008-01-26 Eli Zaretskii <eliz@gnu.org>
6928
6929 * gdb.texinfo (Specify Location): Improve wording.
6930
69312008-01-23 Chris Demetriou <cgd@google.com>
6932
6933 * gdb.texinfo (Threads): Document new "set print thread-events"
6934 and "show print thread-events" commands.
6935
69362008-01-19 Eli Zaretskii <eliz@gnu.org>
6937
6938 * gdb.texinfo (Specify Location): New section.
6939 (Delete Breaks, Edit, Set Breaks): Remove description of
6940 locations. Instead, add a reference to "Specify Location".
6941 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6942 (Symbols): Refer to "Specify Location" for the valid forms of
6943 linespecs and locations.
6944
69452008-01-18 Markus Deuling <deuling@de.ibm.com>
6946
6947 * gdbint.texinfo (Target Conditionals): Replace the description of
6948 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6949
69502008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6951
6952 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6953 about &&var, which is rejected by the expression parser.
6954
69552008-01-09 Luis Machado <luisgpm@br.ibm.com>
6956
6957 * gdb.texinfo (Output): Update documentation on using printf with DFP
6958 types.
6959
69602008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6961
6962 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6963 subsubsection.
6964 (Decimal Floating Point format): New subsubsection.
6965
69662008-01-05 Pedro Alves <pedro@codesourcery.com>
6967
6968 * gdb.texinfo (File Options): Remove mention of the attempt to
6969 open a core file with the -p option. Don't list -c as a valid
6970 option to attach to a process.
6971
69722008-01-05 Pedro Alves <pedro@codesourcery.com>
6973
6974 * gdbint.texinfo (Host Conditionals): Remove mention of
6975 ALIGN_STACK_ON_ENTRY.
6976
69772008-01-05 Joel Brobecker <brobecker@adacore.com>
6978
6979 * gdbint.texinfo (Start of New Year Procedure): Add item
6980 describing how to update the source and documentation copyright
6981 notices.
6982
69832007-12-18 Jim Blandy <jimb@codesourcery.com>
6984
6985 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6986 watchpoint explanation into the main description of the watchpoint
6987 command; update synopses of 'watch', 'rwatch', and 'awatch'
6988 commands.
6989
69902007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6991
6992 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6993 Document 'pending-breakpoints' feature of
6994 -list-features.
6995
69962007-12-17 Luis Machado <luisgpm@br.ibm.com>
6997
6998 * gdb.texinfo: Add new parameter's description.
6999
70002007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7001
7002 * gdb.texinfo (Overview): Clarify run-length encoding
7003 example. Remove the restriction on "+" and "-" characters.
7004
70052007-12-15 Eli Zaretskii <eliz@gnu.org>
7006
7007 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7008
70092007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7010
7011 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7012 the -f option for -break-insert, remove -r option,
7013 and clarify specification of location.
7014
70152007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7016
7017 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7018 formatting.
7019 (Remote Debugging): Add File Transfer section.
7020 (Remote Configuration): Document Host I/O packets.
7021 (GDB/MI): Add GDB/MI File Transfer Commands section.
7022 (Host I/O Packets): New section in "Remote Protocol".
7023 (Packets): Add vFile.
7024
70252007-11-17 Eli Zaretskii <eliz@gnu.org>
7026
7027 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7028 breakpoints with multiple locations.
7029 (Breakpoint Menus): Improve wording.
7030 (Output): Fix last change.
7031
70322007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7033
7034 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7035
70362007-11-15 Doug Evans <dje@google.com>
7037
7038 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7039
70402007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7041
7042 * gdbint.texinfo (Native Conditionals): Remove
7043 mention of CLEAR_SOLIB.
7044
70452007-11-11 Joel Brobecker <brobecker@adacore.com>
7046
7047 * gdb.texinfo (Print Settings): Add documentation for "set/show
7048 print frame-arguments".
7049
70502007-11-05 Luis Machado <luisgpm@br.ibm.com>
7051
7052 * gdb.texinfo (Output): Update printf command's description.
7053
70542007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7055
7056 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7057 powerpc soft-float".
7058
70592007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7060
7061 * gdb.texinfo (Files): Correct formatting. Mention Expat
7062 requirement.
7063 (Requirements for Building GDB): Expand the list of Expat
7064 uses.
7065 (Library List Format, Memory Map Format): Mention Expat.
7066 (Target Descriptions): Update Expat wording.
7067
70682007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7069
7070 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7071 Document that gdbarch_convert_register_p should return zero for no-op
7072 conversions.
7073
70742007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7075
7076 * gdbint.texi (Compiler Characteristics): Move documentation
7077 of set_gdbarch_sofun_address_maybe_missing back to ...
7078 (Target Conditionals): ... here to fix build break.
7079
70802007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7081
7082 * gdbint.texi (Target Conditionals): Remove documentation of
7083 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7084 (Compiler Characteristics): ... documentation of
7085 set_gdbarch_sofun_address_maybe_missing.
7086
70872007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7088
7089 * gdbint.texinfo (Target Conditionals): Use
7090 frame_unwind_register_unsigned in examples instead of
7091 frame_unwind_unsigned_register.
7092
70932007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7094
7095 * gdb.texinfo (Predefined Target Types): Add int128
7096 and uint128.
7097 (Standard Target Features): Add PowerPC features.
7098
70992007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7100
7101 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7102
71032007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7104
7105 * gdbint.texi (Target Conditionals): Remove documentation
7106 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7107 gdbarch_extract_return_value, and gdbarch_store_return_value.
7108
71092007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7110
7111 * gdbint.texi (Target Conditionals): Remove documentation of
7112 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7113
71142007-10-11 Kazu Hirata <kazu@codesourcery.com>
7115
7116 * gdb.texinfo: Mention that inaccessible-by-default is on by
7117 default.
7118
71192007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7120
7121 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7122
71232007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7124
7125 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7126 multi-threaded watchpoints.
7127 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7128 checked. Describe sticky notification. Expand description
7129 of steppable and continuable watchpoints.
7130 (Watchpoints and Threads): New subsection.
7131
71322007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7133
7134 * gdb.texinfo (Setting Breakpoints): Revise
7135 documentation for pending breakpoints. Document
7136 breakpoints with multiple locations.
7137
71382007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7139
7140 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7141 Document -list-features.
7142
71432007-09-15 Eli Zaretskii <eliz@gnu.org>
7144
7145 * gdb.texinfo (Output): Spell out which features of C's printf are
7146 not supported by GDB's printf.
7147 (Separate Debug Files): More accurate wording regarding build ID
7148 and a reference to the ld manual rather than the Fedora wiki.
7149
71502007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7151 Jim Blandy <jimb@codesourcery.com>
7152
7153 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7154 (Examining Memory): Update mentions of the 's' format.
7155 (Automatic Display): Likewise.
7156
71572007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7158
7159 * gdb.texinfo: Update the FSF's Back-Cover Text.
7160
71612007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7162 Eli Zaretskii <eliz@gnu.org>
7163
7164 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7165 Fixed the ``build ID'' name. New binaries build instructions for the
7166 build ID inclusion. Explain how the commands are specific to the build
7167 ID vs. debug link.
7168
71692007-09-01 Eli Zaretskii <eliz@gnu.org>
7170
7171 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7172 indexing for ``build ID'' support.
7173
71742007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7175
7176 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7177 Enlisted BUILD ID to the debug file searching example.
7178 Included a BUILD ID `.note.gnu.build-id' section description.
7179 Updated/added the debug files splitting instructions for OBJCOPY.
7180
71812007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7182
7183 * gdb.texinfo (Variable Objects): Adjust docs
7184 for -var-info-expression and document
7185 -var-info-path-expression.
7186
71872007-08-20 Jim Blandy <jimb@codesourcery.com>
7188
7189 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7190 (title page): Include the dedication in the printed manual, as a
7191 separate page after the copyright notice.
7192
7193 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7194 don't break a @var across a line.
7195
71962007-07-25 Maciej W. Rozycki <macro@mips.com>
7197
7198 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7199 for include files.
7200
72012007-07-12 Nick Roberts <nickrob@snap.net.nz>
7202
7203 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7204 in annotate.texinfo.
7205 (Command History): Link to new node.
7206
72072007-07-05 Markus Deuling <deuling@de.ibm.com>
7208
7209 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7210
72112007-07-05 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdbint.texinfo (Target Conditionals): Fix last change.
7214
72152007-07-03 Markus Deuling <deuling@de.ibm.com>
7216
7217 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7218 routines:
7219 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7220 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7221 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7222 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7223 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7224 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7225 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7226 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7227 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7228 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7229 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7230 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7231 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7232 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7233 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7234 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7235 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7236 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7237 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7238 (SOFTWARE_SINGLE_STEP_P)
7239
7240 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7241 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7242
7243 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7244 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7245 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7246 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7247 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7248 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7249 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7250 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7251 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7252 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7253
7254 (Converting an existing Target Architecture to Multi-arch): Remove
7255 section.
7256
7257 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7258 (gdbarch_addr_bits_remove): Add code example.
7259
7260 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7261
72622007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7263
7264 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7265 Add other missing entries. Adjust the table size to fit.
7266 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7267 stop reasons including the new "library" event.
7268 (General Query Packets): Adjust table widths for qSupported. Mention
7269 qXfer:libraries:read reply to qSupported and document the new packet.
7270 (Library List Format): New section.
7271
72722007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7273
7274 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7275
72762007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7277
7278 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7279
72802007-06-25 Nick Roberts <nickrob@snap.net.nz>
7281
7282 * gdbint.texinfo (Register and Memory Data): Break sections
7283 into nodes and add a menu.
7284
72852007-06-21 Maciej W. Rozycki <macro@mips.com>
7286
7287 * gdb.texinfo (Examining Memory): Document the new behaviour.
7288
72892007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7290
7291 * gdb.texinfo (Standard Target Features): Document
7292 m68k features.
7293
72942007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7295
7296 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7297
72982007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7299
7300 * gdb.texinfo (Target Description Format): Add version attribute
7301 for <target>.
7302
73032007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7304
7305 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7306
73072007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7308
7309 * gdb.texinfo (MIPS Features): New subsection.
7310
73112007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7312 Markus Deuling <deuling@de.ibm.com>
7313
7314 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7315 and qXfer:spu:write packets and mention them under qSupported.
7316
73172007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7318 Markus Deuling <deuling@de.ibm.com>
7319
7320 * gdb.texinfo (Architectures): Add new SPU section to document
7321 Cell Broadband Engine SPU architecture specific commands.
7322
73232007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7324
7325 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7326 comments.
7327
73282007-06-07 Nick Roberts <nickrob@snap.net.nz>
7329
7330 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7331
73322007-05-29 Jim Blandy <jimb@codesourcery.com>
7333
7334 * gdb.texinfo (Overview): Doc fix.
7335
73362007-05-22 Maciej W. Rozycki <macro@mips.com>
7337
7338 * gdb.texinfo (Remote Configuration): Document "set/show
7339 remoteflow".
7340
73412007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7342
7343 * gdb.texinfo (MIPS): Remove documentation for set mips
7344 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7345 stack-arg-size.
7346
73472007-05-14 Bob Wilson <bob.wilson@acm.org>
7348
7349 * all-cfg.texi (GDBTUI): New.
7350 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7351 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7352 (TUI Configuration): Edit to improve clarity and fix problems of
7353 both style and content.
7354
73552007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7356
7357 * observer.texi (GDB Observers): New observer "new_objfile".
7358
73592007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7360
7361 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7362
73632007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7364
7365 * gdb.texinfo (GDB/MI Variable Objects): Document
7366 frozen variables objects.
7367
73682007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7369
7370 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7371 (Character Sets, Caching Data of Remote Targets): Likewise.
7372 (Targets): Delete Remote node. Move its text...
7373 (Debugging Remote Programs): ...to here. Delete description
7374 of the "remote" command.
7375 (Remote configuration): Delete description of "set remotedevice"
7376 and "show remotedevice".
7377 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7378
73792007-04-11 Bob Wilson <bob.wilson@acm.org>
7380
7381 * gdb.texinfo (Contributors, Continuing and Stepping)
7382 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7383 (General Query Packets, File-I/O Remote Protocol Extension)
7384 (Protocol Basics, The F Reply Packet, Write)
7385 (Protocol-specific Representation of Datatypes, Memory Transfer):
7386 Fix hyphenation, punctuation and grammar problems.
7387 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7388 'section' instead of 'subsection' in the text.
7389 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7390 (i386): Remove period from section name.
7391 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7392 (Config Names, Configure Options): Use @file{configure}.
7393
73942007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7395
7396 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7397 and tab expansion.
7398
73992007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7400
7401 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7402
74032007-04-02 Bob Wilson <bob.wilson@acm.org>
7404
7405 * gdb.texinfo: Consistently capitalize all significant words in
7406 node names, chapter titles, section titles, and headings. Update
7407 cross references to match.
7408 (Starting and Stopping Trace Experiment): Make node name plural.
7409 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7410
74112007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7412
7413 * gdb.texinfo (WinCE): Delete obsolete subsection.
7414
74152007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7416
7417 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7418 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7419 references.
7420
74212007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7422
7423 * gdb.texinfo (Startup): Delete references to some alternate
7424 names for .gdbinit.
7425 (Thread): Remove LynxOS reference.
7426 (Tandem ST2000): Delete target-specific documentation.
7427 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7428 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7429 and GDB_OSABI_LYNXOS.
7430
74312007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7432
7433 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7434
74352007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7436
7437 * gdbint.texinfo (Target Conditionals): Remove mention of
7438 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7439 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7440
74412007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7442
7443 * Makefile.in: Add "pdfdir" installation
7444 directory, PDFTEX macro, support for "install-pdf" target,
7445 and rules for making a pdf version of refcard.texi.
7446 * refcard.tex: Specify paper size for PDF output.
7447
74482007-03-26 Bob Wilson <bob.wilson@acm.org>
7449
7450 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7451
74522007-03-26 Bob Wilson <bob.wilson@acm.org>
7453
7454 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7455 (Source Path, Character Sets, Macros, Define)
7456 (GDB/MI Result Records, GDB/MI Simple Examples)
7457 (GDB/MI Program Execution, GDB/MI File Commands)
7458 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7459 (Bug Reporting): Use @value{GCC}.
7460
74612007-03-26 Bob Wilson <bob.wilson@acm.org>
7462
7463 * gdb.texinfo (Help): Fix formatting of examples.
7464 (Variables): Use @ifnotinfo instead of @iftex.
7465 (Non-debug DLL symbols): Use @ref instead of @pxref.
7466 (Sparclet File): Use @samp instead of quotes.
7467
74682007-03-26 Bob Wilson <bob.wilson@acm.org>
7469
7470 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7471
74722007-03-26 Bob Wilson <bob.wilson@acm.org>
7473
7474 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7475 the order of the nodes.
7476 (C Operators, C Constants, Debugging C): Remove extra menus.
7477 (Method Names in Commands): Do not specify next/prev/up nodes.
7478
74792007-03-26 Bob Wilson <bob.wilson@acm.org>
7480
7481 * gdb.texinfo (File Options): Add missing parenthesis.
7482 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7483
74842007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7485
7486 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7487
74882007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7489
7490 * gdb.texinfo (Standard Target Features): Mention
7491 case insensitivity.
7492 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7493
74942007-02-18 Nick Roberts <nickrob@snap.net.nz>
7495
7496 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7497 (Files): Add section name to argument list for pxref.
7498 (Non-debug DLL symbols): Don't use `see' for pxref.
7499 (Embedded Processors): Fix typo.
7500 (GDB/MI Breakpoint Commands): Execution commands generate
7501 *stopped not ^done.
7502
75032007-02-13 Nick Roberts <nickrob@snap.net.nz>
7504
7505 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7506 values for in_scope. Mention that only root variables can be
7507 updated.
7508 (GDB/MI Development and Front Ends): Explain new values may be
7509 added to existing fields.
7510
75112007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7512
7513 * gdb.texinfo (-target-disconnect): Use @smallexample.
7514 (Requirements): Add anchor for Expat. Update description.
7515 (Target Descriptions): Mention Expat.
7516 (Target Description Format): Document new elements. Use
7517 @smallexample.
7518 (Predefined Target Types, Standard Target Features): New sections.
7519 * gdbint.texinfo (Target Descriptions): New section.
7520
75212007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7522
7523 * gdb.texinfo (Target Description Format): Add section on XInclude.
7524
75252006-02-03 Nick Roberts <nickrob@snap.net.nz>
7526
7527 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7528 command -enable-timings.
7529
75302007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7531
7532 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7533 descriptions for new/deleted elements in gdb_osabi. Add missing
7534 description for function generic_elf_osabi_sniff_abi_tag_sections.
7535
75362007-01-29 Joel Brobecker <brobecker@adacore.com>
7537
7538 * gdb.texinfo (Maintenance Commands): Add documentation for
7539 the new "maint print target-stack" command.
7540
75412007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7542 Eli Zaretskii <eliz@gnu.org>
7543
7544 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7545
75462007-01-26 Eli Zaretskii <eliz@gnu.org>
7547
7548 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7549 Use @value{NGCC} instead of @value{GCC}.
7550
75512007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7552
7553 * agentexpr.texi: Fix typos.
7554 * annotate.texinfo: Likewise.
7555 * gdb.texinfo: Likewise.
7556 * gdbint.texinfo: Likewise.
7557 * observer.texi: Likewise.
7558 * stabs.texinfo: Likewise.
7559
75602007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7561
7562 * gdbint.texinfo (Support Libraries): Remove mmalloc
7563 entry. Describe readline library.
7564
75652007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7566
7567 * gdb.texinfo (Target Descriptions): New section.
7568 (General Query Packets): Add QPassSignals anchor. Mention
7569 qXfer:features:read under qSupported. Expand mentions of
7570 qXfer:memory-map:read and QPassSignals. Document
7571 qXfer:features:read.
7572
75732007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7574
7575 * gdb.texinfo (Commands to specify files): Describe
7576 "set sysroot" and "show sysroot".
7577 (Using the `gdbserver' program): Lowercase argument
7578 to @var. Expand description of setting up GDB on the
7579 host.
7580
75812007-01-05 Joel Brobecker <brobecker@adacore.com>
7582
7583 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7584 catch exception, catch exception unhandled, and catch assert
7585 commands.
7586
75872007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7588
7589 * gdb.texinfo (Debugging Output): Document "set debug xml"
7590 and "show debug xml".
7591
75922007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7593
7594 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7595
75962007-01-01 Joel Brobecker <brobecker@adacore.com>
7597
7598 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7599
76002006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7601
7602 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7603 note in @ignore, to be removed later if nobody complains.
7604
76052006-12-04 Nick Roberts <nickrob@snap.net.nz>
7606
7607 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7608 of -var-delete.
7609
76102006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7611
7612 * gdb.texinfo (Setting breakpoints): Document
7613 automatic software/hardware breakpoint usage and
7614 the "set breakpoint auto-hw" command.
7615
76162006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7617
7618 * gdb.texinfo (Memory Access Checking): New.
7619
76202006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7621
7622 * gdb.texinfo (Remote configuration): Mention
7623 "pass-signals-packet".
7624 (General Query Packets): Document QPassSignals. Fix
7625 a typo.
7626
76272006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7628
7629 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7630
76312006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7632
7633 * gdb.texinfo (Remote configuration): Rewrite documentation for
7634 packet configuration commands.
7635 (OS Information): Adjust reference to qXfer:auxv:read.
7636 (General Query Packets): Remove references to read-aux-vector-packet
7637 and set remote get-thread-local-storage-address.
7638
76392006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7640
7641 * gdbint.texinfo (Target Architecture Definition): Add new
7642 Initializing a New Architecture section.
7643
76442006-10-31 David Taylor <dtaylor@emc.com>
7645
7646 * stabs.texinfo (Macro define and undefine): New node describing
7647 stabs for #define and #undef.
7648
76492006-10-27 Andreas Schwab <schwab@suse.de>
7650
7651 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7652
76532006-10-21 Eli Zaretskii <eliz@gnu.org>
7654
7655 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7656 clarify on the possible meanings of ``expression'' watched by
7657 watchpoints. Add indexing.
7658 (Prompting, Errors, Invalidation, Annotations for Running)
7659 (Source Annotations): Fix index entries by adding "annotation" to
7660 them, to discriminate from index entries that point to the more
7661 general topic descriptions.
7662
76632006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7664
7665 * gdbint.texinfo (Target Vector Definition): Move most
7666 content into Existing Targets. Add a menu.
7667 (Existing Targets): New section, moved from Target Vector
7668 Definition. Use @subsection.
7669 (Managing Execution State): New section.
7670
76712006-10-16 Bob Wilson <bob.wilson@acm.org>
7672
7673 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7674
76752006-10-15 Eli Zaretskii <eliz@gnu.org>
7676
7677 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7678 (Command Syntax, Signals, Backtrace, Connecting)
7679 (Remote configuration, Renesas Boards, Console I/O): Fix last
7680 change: use Ctrl- instead of C-, except wrt Emacs.
7681 (File-I/O Examples): Put Ctrl-c in @kbd.
7682 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7683 (Console I/O): Use @samp with Ctrl-.
7684 (Signals, Set Breaks, Set Watchpoints): Document optional
7685 arguments to `info signals' `handle', `info breakpoints', and
7686 `info watchpoints'.
7687
76882006-10-14 Eli Zaretskii <eliz@gnu.org>
7689
7690 * gdb.texinfo (Backtrace): Fix last change.
7691
76922006-10-14 Nick Roberts <nickrob@snap.net.nz>
7693
7694 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7695
76962006-10-10 Bob Wilson <bob.wilson@acm.org>
7697
7698 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7699 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7700 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7701
77022006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7703 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * gdb.texinfo (Packets): Document vFlashErase,
7706 vFlashWrite and vFlashDone packets.
7707 (General Query Packets): Document qXfer:memory-map:read.
7708 Add a new feature for qXfer:memory-map:read.
7709 (Memory map format): New section.
7710 (Target Commands): Mention that gdb can write flash.
7711
77122006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7713 Daniel Jacobowitz <dan@codesourcery.com>
7714
7715 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7716 memory regions and "mem auto".
7717
77182006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7719
7720 * gdbint.texinfo (Array Containers): New section.
7721
77222006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7723
7724 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7725 -stack-list-arguments HIGH_FRAME argument can be larger then the
7726 actual number of frames.
7727
77282006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7729
7730 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7731 -stack-list-locals HIGH_FRAME argument can be larger then the
7732 actual number of frames.
7733
77342006-09-02 Bob Wilson <bob.wilson@acm.org>
7735
7736 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7737 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7738
77392006-09-02 Eli Zaretskii <eliz@gnu.org>
7740
7741 * gdbint.texinfo (Overall Structure): New section "Source Tree
7742 Structure".
7743
77442006-08-17 Jim Blandy <jimb@codesourcery.com>
7745
7746 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7747 responses.
7748
77492006-08-08 Joel Brobecker <brobecker@adacore.com>
7750
7751 * gdb.texinfo (Source Path): Add documentation for new
7752 substitute-path commands.
7753
77542006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7755
7756 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7757 (Running Configure): ...here.
7758 (Requirements): New node. Mention expat.
7759
77602006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7761
7762 * gdb.texinfo (Target Commands): Remove
7763 'set download-write-size' and 'show download-write-size'.
7764
77652006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7766
7767 * stabs.texinfo (Member Type Descriptor): Correct example for
7768 pointer to member types.
7769
77702006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7771
7772 * gdb.texinfo (Optional warnings and messages): Add
7773 'set/show trace-commands'.
7774 (Command files): Add '-v' to source command.
7775
77762006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7777
7778 * gdb.texinfo (OS Information): Update qPart reference to
7779 qXfer.
7780 (Remote configuration): Likewise.
7781 (Overview): Move @cindex to the start of a paragraph. Talk
7782 about binary data encoding.
7783 (Packets): Refer to the overview for the details of the X
7784 packet encoding.
7785 (General Query Packets): Remove qPart description. Add qXfer
7786 description. Add an anchor to qSupported. Correct feature
7787 table title. Add a new feature for qXfer:auxv:read.
7788 (Interrupts): Add a missing parenthesis.
7789
77902006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7791
7792 * gdb.texinfo (KOD): Remove node.
7793 (GDB/MI Kod Commands): Remove commented out node.
7794
77952006-07-01 Eli Zaretskii <eliz@gnu.org>
7796
7797 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7798 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7799 (GDB/MI Thread Commands, GDB/MI Program Execution)
7800 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7801 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7802 (GDB/MI File Commands, GDB/MI Target Manipulation)
7803 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7804 since the MI prompt is hard-wired into the code.
7805
78062006-07-01 Nick Roberts <nickrob@snap.net.nz>
7807
7808 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7809 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7810 (GDB/MI Data Manipulation): Remove description of unimplemented
7811 display related commands as variable objects perform this function
7812 and are superior: -display-delete, -display-disable,
7813 -display-enable, -display-insert and -display-list. Move
7814 -environment-cd, -environment-directory, -environment-path
7815 and -environment-pwd to "Program Context".
7816 (GDB/MI Program Control): Rename to "Program Execution". Move
7817 -exec-arguments -exec-abort to...
7818 (GDB/MI Program Context): ...here. New node split from "Data
7819 Manipulation".
7820
78212006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7822
7823 * gdb.texinfo (Remote configuration): Document set / show
7824 remote supported-packets.
7825 (General Query Packets): Document qSupported packet.
7826
78272006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7828
7829 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7830 and font markup.
7831 (Protocol basics): Likewise.
7832 (The F request packet): Likewise.
7833 (The F reply packet): Likewise.
7834 (Memory transfer): Move this node to be a subsubsection of
7835 "Protocol specific representation of datatypes".
7836 (The Ctrl-C message): More copy editing.
7837 (Console I/O): Likewise.
7838 (The isatty call): Delete this node, and merge its content into
7839 the "isatty" node. Fixed references elsewhere.
7840 (The system call): Delete this node, and merge its content into
7841 the "system" node. Fixed references elsewhere.
7842 (open): Reformat to use @table, and add appropriate font markup.
7843 (close): Likewise.
7844 (read): Likewise.
7845 (write): Likewise.
7846 (lseek): Likewise.
7847 (rename): Likewise.
7848 (unlink): Likewise.
7849 (stat/fstat): Likewise.
7850 (gettimeofday): Likewise.
7851 (isatty): Likewise.
7852 (system): Likewise, plus minor changes to fix confusing wording.
7853 (Integral datatypes): Fix font markup.
7854 (Pointer values): Likewise.
7855 (struct stat): Fix markup to use @table, plus minor copy editing.
7856 (struct timeval): Fix font markup, plus minor copy editing.
7857 (Constants): Minor copy editing.
7858 (Errno values): Add font markup.
7859 (File-I/O Examples): Likewise.
7860
78612006-06-10 Nick Roberts <nickrob@snap.net.nz>
7862
7863 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7864 (GDB/MI Simple Examples): Move node up one level. Use real
7865 examples.
7866 (GDB/MI Compatibility with CLI): Update.
7867 (GDB/MI Result Records): Add "connected" and "exit" result
7868 classes.
7869 (GDB/MI Stream Records): Clarify target output.
7870 (GDB/MI Command Description Format): Modify example description.
7871 (GDB/MI Breakpoint Table Commands): Rename to...
7872 (GDB/MI Breakpoint Commands): ...this
7873 (GDB/MI Breakpoint Commands): Add optional thread field.
7874 (GDB/MI Program Control): Add an introduction. Move "Program
7875 termination" examples into exec-run description.
7876 (GDB/MI File Commands): Mention similar CLI commands.
7877 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7878 is similar to "-gdb-version".
7879
78802006-06-09 Eli Zaretskii <eliz@gnu.org>
7881
7882 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7883
78842006-06-02 Nick Roberts <nickrob@snap.net.nz>
7885
7886 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7887 sourceware.org for mailing lists.
7888 (GDB/MI File Commands): New node split from Program Control.
7889
78902006-06-01 Nick Roberts <nickrob@snap.net.nz>
7891
7892 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7893
78942006-05-22 Eli Zaretskii <eliz@gnu.org>
7895
7896 * gdb.texinfo (Cygwin Native): Fix last change.
7897
78982006-05-22 Christopher Faylor <cgf@timesys.com>
7899
7900 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7901
79022006-05-15 Nick Roberts <nickrob@snap.net.nz>
7903
7904 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7905 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7906
79072006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7908
7909 * gdb.texinfo (General Query Packets): Recommend not starting
7910 new packets with qC and clarify.
7911
79122006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7913
7914 * gdb.texinfo (M2 Types): New section.
7915
79162006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7917
7918 * agentexpr.texi: Add a copyright and license notice.
7919 * observer.texi: Likewise, with GPL clause for function prototypes.
7920 Remove trailing whitespace.
7921
79222006-05-05 Jim Blandy <jimb@codesourcery.com>
7923
7924 * gdb.texinfo (General Query Packets): Document conventions for
7925 terminating packet names, and their violations.
7926
79272006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7928
7929 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7930 * gdb.texinfo: Likewise.
7931
79322006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7933
7934 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7935 and "show remotedebug".
7936 (Debugging Output): Add additional index entries.
7937
79382006-04-27 Michael Snyder <msnyder@redhat.com>
7939
7940 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7941
79422006-04-22 Andrew Cagney <cagney@redhat.com>
7943
7944 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7945 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7946
79472006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7948
7949 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7950 and remove breakpoint prototypes.
7951 (Watchpoints): Move description of target_insert_hw_breakpoint and
7952 target_remove_hw_breakpoint ...
7953 (Breakpoints): ... to here. Document target_insert_breakpoint and
7954 target_remove_breakpoint.
7955
79562006-04-17 Jim Blandy <jimb@codesourcery.com>
7957
7958 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7959 and C packets are optional.
7960
79612006-04-14 Frederic Riss <frederic.riss@st.com>
7962
7963 * gdb.texinfo (Specifying source directories): Update the description
7964 of the source file search to reflect the fact that the source path
7965 always contains at least $cdir and $cwd.
7966
79672006-03-31 Michael Snyder <msnyder@redhat.com>
7968
7969 * gdb.texinfo: Update copyright dates.
7970
79712006-03-31 Eli Zaretskii <eliz@gnu.org>
7972
7973 * gdb.texinfo (Overview): Add an index entry to "empty response".
7974
79752006-03-28 Jim Blandy <jimb@codesourcery.com>
7976
7977 * gdbint.texinfo (Prologue Analysis): New section.
7978
79792006-03-07 Jim Blandy <jimb@red-bean.com>
7980
7981 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7982
7983 * gdb.texinfo (Target Commands): Update text describing how to
7984 specify a target. Refer to the detailed section on remote
7985 debugging, not the brief mention.
7986
7987 * gdb.texinfo (Connecting): Organize the different 'target remote'
7988 connection methods into a table. Add a 'target remote' index
7989 entry. (!!!)
7990
79912006-02-17 Fred Fish <fnf@specifix.com>
7992
7993 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7994 'ptype' commands to reflect the fact that the only significant
7995 difference between them is that ptype prints the complete type
7996 description instead of just the name.
7997
79982006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7999
8000 * gdbint.texinfo (Watchpoints): Delete
8001 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8002
80032006-02-10 Nick Roberts <nickrob@snap.net.nz>
8004
8005 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8006 times fields where needed. Fix typos. Update general form given
8007 for output of -break-insert.
8008 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8009
80102006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8011
8012 * gdbint.texinfo (Symbol Handling): Add a section
8013 on memory management.
8014
80152006-02-06 Vladimir Prus <ghost@cs.msu.su>
8016
8017 * gdb.texinfo (Breakpoint table commands): Document the fullname
8018 field in -break-list output.
8019
80202006-02-03 Eli Zaretskii <eliz@gnu.org>
8021
8022 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8023 debugging information produced by the various "set debug..."
8024 options.
8025
80262006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8027
8028 * gdb.texinfo (Files): Remove obsolete bits from the description
8029 of "symbol-file".
8030
80312006-01-25 Jim Blandy <jimb@redhat.com>
8032
8033 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8034
80352006-01-24 Jim Blandy <jimb@redhat.com>
8036
8037 * gdbint.texinfo (Frames): Document the basics of GDB's register
8038 unwinding model, and explain the existence of the "sentinel" frame.
8039
80402006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8041
8042 * gdb.texinfo (Choosing files): Mention that -directory is used
8043 for script files.
8044 (Specifying source directories): Likewise.
8045 (Command files): Explain how script files are found.
8046
80472006-01-21 Eli Zaretskii <eliz@gnu.org>
8048
8049 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8050 the threads in a multi-threaded program.
8051 (Threads): The threadno argument of "thread apply" can be a range
8052 of numbers.
8053
80542006-01-18 Jim Blandy <jimb@redhat.com>
8055
8056 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8057 of warning flags.
8058
80592006-01-13 Eli Zaretskii <eliz@gnu.org>
8060
8061 * gdb.texinfo (Sequences): Improve menu annotations.
8062 (Define): Add index entries for arguments of user-defined
8063 commands. Move the description of flow-control commands...
8064 (Command Files): ...to here. Document loop_break and
8065 loop_continue.
8066 (Define, Command Files): Document `end' and add index entries for
8067 it.
8068
80692006-01-04 Michael Snyder <msnyder@redhat.com>
8070
8071 * gdb.texinfo: Add documentation for linux-fork.
8072 * gdbint.texinfo: Add internal documentation for checkpoints.
8073
80742006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8075
8076 * gdb.texinfo (Omissions from Ada): Document that there is now
8077 limited aggregate support.
8078
80792005-12-28 Eli Zaretskii <eliz@gnu.org>
8080
8081 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8082 registers and the likes.
8083
80842005-12-24 Eli Zaretskii <eliz@gnu.org>
8085
8086 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8087 (Symbols): Fix usage of "e.g.".
8088 (Memory Region Attributes): Fix usage of "etc."
8089
8090 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8091 (Coding): Fix usage of "e.g.".
8092
80932005-12-23 Eli Zaretskii <eliz@gnu.org>
8094
8095 * stabs.texinfo:
8096 * refcard.tex:
8097 * gpl.texi:
8098 * gdbint.texinfo:
8099 * gdb.texinfo:
8100 * gdb-cfg.texi:
8101 * fdl.texi:
8102 * annotate.texinfo:
8103 * all-cfg.texi:
8104 * Makefile.in: Add (C) after Copyright. Update the FSF
8105 address.
8106
81072005-12-03 Eli Zaretskii <eliz@gnu.org>
8108
8109 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8110 extend GDB with commands for external monitor.
8111
81122005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8113
8114 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8115
81162005-11-25 Joel Brobecker <brobecker@adacore.com>
8117
8118 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8119
81202005-11-21 Jim Blandy <jimb@redhat.com>
8121
8122 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8123 placement of 'R' actions in tracepoint action packets; document
8124 dependence of 'X' and 'M' actions on a preceding 'R' action for
8125 their registers.
8126
81272005-11-19 Jim Blandy <jimb@redhat.com>
8128
8129 * gdb.texinfo (Tracepoint Packets): New node.
8130 (General Query Packets): Add entries for the tracepoint packets,
8131 referring to the "Tracepoint Packets" node.
8132 (Tracepoints): Add reference to "Tracepoint Packets".
8133
81342005-11-18 Kevin Buettner <kevinb@redhat.com>
8135
8136 * gdb.texinfo (set remotebreak): Add anchor.
8137 (X packet): Likewise.
8138 (Remote Protocol): Add new section `Interrupts' and new index
8139 entry `interrupts (remote protocol)'.
8140
81412005-11-18 Jim Blandy <jimb@redhat.com>
8142
8143 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8144 entries into the General Query Packets section. Add a
8145 cross-reference to that section. Drop description of replies, as
8146 these are covered in the descriptions of each packet.
8147 (General Query Packets): Add introductory text. Explain naming
8148 conventions, and how the end of a name is recognized.
8149
81502005-11-17 Kevin Buettner <kevinb@redhat.com>
8151
8152 * gdb.texinfo (Remote configuration): Fix typo in description of
8153 "set remotebreak" command.
8154
81552005-11-16 Jim Blandy <jimb@redhat.com>
8156
8157 * gdb.texinfo (Packets, Stop Reply Packets)
8158 (General Query Packets): Various formatting cleanups.
8159 - Use @samp for packet contents.
8160 - Drop summaries from packet @item lines; the same information appears
8161 immediately below in the description.
8162 - Delete paragraph breaks after packet @item commands, so that the
8163 description appears directly to the right of the packet prototype
8164 in the printed manual, if it fits.
8165 - Place spaces in packet prototypes between @vars and non-@var
8166 letters, and explain that they're just for formatting.
8167 - Use @dots{} instead of '...'.
8168 - Fix uses of @code where @var was needed.
8169 - Replace "deprecated" markers with English text spelling out the
8170 packet's status and the preferred alternatives.
8171 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8172 what this ever meant.
8173 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8174 this for a long time.
8175 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8176 implemented several times, and have been in use for years.
8177
81782005-11-15 Jim Blandy <jimb@redhat.com>
8179
8180 * gdb.texinfo (Packets): Add index entries for 'm' packet
8181 disclaimers.
8182
8183 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8184 of stub when processing an 'm' packet.
8185
8186 * gdb.texinfo (Packets): Mention that packets beginning with
8187 letters are reserved once, at the top, instead of actually listing
8188 them all and saying "reserved".
8189
81902005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8191
8192 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8193 Change @var{$arg0 to @code{$arg0.
8194
81952005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8196
8197 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8198
81992005-11-12 Jim Blandy <jimb@redhat.com>
8200
8201 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8202 order. Remove extraneous 'z'.
8203
82042005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8205
8206 * gdb.texinfo (Choosing files): Add --eval-command.
8207
82082005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8209
8210 * gdb.texinfo (Choosing modes): Add --return-child-result.
8211
8212
82132005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8214
8215 * gdb.texinfo (Choosing modes): Add --batch-silent.
8216
82172005-10-28 Eli Zaretskii <eliz@gnu.org>
8218
8219 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8220 "The -var-update Command".
8221
82222005-10-03 Joel Brobecker <brobecker@adacore.com>
8223
8224 * gdb.texinfo (Print Settings): Add documentation for set/show
8225 print array-indexes.
8226
82272005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8228
8229 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8230 6.2 and 6.3.
8231
82322005-08-27 Eli Zaretskii <eliz@gnu.org>
8233
8234 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8235 since 19-Jan-2004.
8236 (Files): Likewise.
8237 (Variables, Symbols): Document the "<incomplete type>" message and
8238 its reasons.
8239
82402005-08-01 Fred Fish <fnf@specifix.com>
8241
8242 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8243
82442005-07-15 Nick Roberts <nickrob@snap.net.nz>
8245
8246 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8247 option for -var-list-children and -var-update.
8248 (GDB/MI Stack Manipulation): Simplify description of
8249 print-values option for -stack-list-locals.
8250 (GDB/MI Command Description Format): Clarify.
8251 (Mode Options): Spelling of superseded.
8252
82532005-07-12 Bob Rossi <bob@brasko.net>
8254
8255 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8256 corresponding GDB command comment.
8257
82582005-07-06 Bob Rossi <bob@brasko.net>
8259
8260 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8261 and -inferior-tty-show.
8262 (Input/Output): Document "set/show inferior-tty" and tty alias.
8263
82642005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8265
8266 * gdb.texinfo (Packets): Change description of 'D' packet to note
8267 that GDB does wait for a response.
8268
82692005-06-22 Nick Roberts <nickrob@snap.net.nz>
8270
8271 * gdb.texinfo (History) Rename "Command History".
8272 (Command History): Move node "Server Prefix" from section on
8273 Annotations here.
8274
82752005-06-19 Nick Roberts <nickrob@snap.net.nz>
8276
8277 * gdb.texinfo (GDB/MI Stack Manipulation):
8278 Re-instate -stack-info-frame with example. Say that it gets
8279 info on selected frame, not current frame.
8280
82812005-06-18 Eli Zaretskii <eliz@gnu.org>
8282
8283 * gdb.texinfo (Server): Clarify that `file' should be used before
8284 connecting to the server.
8285 (Files): Add an xref to the above description.
8286 (Output Formats): More detailed description of the `c' format.
8287 (Memory): List explicitly all the formats supported by `x'.
8288 (Threads): Add an @cindex entry for "thread apply".
8289 (Files): Document the possibility of loading unlinked object
8290 files. Add more indexing for solib-absolute-prefix and
8291 --with-sysroot.
8292 (Machine Code): Document possible problems with locations in
8293 shared libraries.
8294 (Backtrace): Document that free-standing environments do not need
8295 to have a `main' function.
8296
82972005-06-18 Nick Roberts <nickrob@snap.net.nz>
8298
8299 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8300 -stack-info-frame.
8301
83022005-06-07 Andrew Cagney <cagney@gnu.org>
8303
8304 * gdb.texinfo (Contributors): Note the original multi-arch
8305 contributors.
8306
83072005-06-03 Eli Zaretskii <eliz@gnu.org>
8308
8309 * gdb.texinfo (Registers): Add index entries for the standard
8310 registers.
8311 (Frames): Add cross-reference from frame pointer description to
8312 the Registers node.
8313 (Annotations Overview): Fix the reference to GDB name.
8314
83152005-06-01 Eli Zaretskii <eliz@gnu.org>
8316
8317 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8318 can-use-hw-watchpoints.
8319
83202005-05-28 Bob Rossi <bob@brasko.net>
8321
8322 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8323 the possible reasons why an exec async record would be returned to FE.
8324
83252005-05-26 Andrew Cagney <cagney@gnu.org>
8326
8327 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8328 Andrew Cagney implemented the original GDB/MI.
8329
83302005-05-23 Orjan Friberg <orjanf@axis.com>
8331
8332 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8333 documentation. Add documentation for cris-mode.
8334
83352005-05-20 Eli Zaretskii <eliz@gnu.org>
8336
8337 * gdb.texinfo (Numbers): Explain the example and make the wording
8338 more acurate.
8339
83402005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8341 Dennis Brueni <dennis@slickedit.com>
8342
8343 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8344 (GDB/MI Data Manipulation, GDB/MI Program Control)
8345 (GDB/MI Stack Manipulation): Update examples to include the fullname
8346 attribute in stack frames.
8347
83482005-05-12 Eli Zaretskii <eliz@gnu.org>
8349
8350 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8351 do with other non-standard names of init files.
8352
83532005-05-11 Eli Zaretskii <eliz@gnu.org>
8354
8355 * gdb.texinfo (Command Files): Move the description of the startup
8356 from here...
8357 (Startup): ...to this new subsection of the Invocation chapter.
8358 Rearrange the description of init files more logically and add a
8359 cross-reference to "Command Files". Document the special gdbinit
8360 name for CISCO 68k. Expand the description of what GDB does
8361 during startup.
8362 (History): Add index entry for HISTSIZE.
8363
83642005-05-02 Mark Kettenis <kettenis@gnu.org>
8365
8366 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8367
83682005-05-02 Eli Zaretskii <eliz@gnu.org>
8369
8370 * gdb.texinfo (SVR4 Process Information, The isatty call)
8371 (The system call): Don't use foo(N) notation for man pages and
8372 functions.
8373 (Compilation, DJGPP Native): Improve wording.
8374
83752005-04-27 Eli Zaretskii <eliz@gnu.org>
8376
8377 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8378 were optimized away.
8379
83802005-04-22 Eli Zaretskii <eliz@gnu.org>
8381
8382 * gdb.texinfo (Remote configuration): Document "set/show
8383 get-thread-local-storage-address". Add cross-reference to the
8384 description of the qGetTLSAddr packet.
8385 (General Query Packets): Mention "set remote
8386 get-thread-local-storage-address" and add a reference to its
8387 description.
8388
83892005-04-19 Nick Roberts <nickrob@snap.net.nz>
8390
8391 * gdb.texinfo (Backtrace): Describe 'bt full'.
8392
83932005-04-17 Nick Roberts <nickrob@snap.net.nz>
8394
8395 * gdb.texinfo (Mode Options): Fix typo.
8396 (GDB/MI): Describe how to invoke GDB/MI.
8397
83982005-04-16 Eli Zaretskii <eliz@gnu.org>
8399
8400 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8401 references changed. Add description of "info udot".
8402 (Files): Document "set/show stop-on-solib-events".
8403 (M32R/D): Document "set/show download-path", "set/show
8404 board-address", "set/show server-address", "upload", "tload".
8405 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8406 "use_mon_code", "use_ib_break", "use_dbt_break".
8407 (Maintenance Commands): Improve indexing.
8408 (Target Commands): Document "set/show hash", "set/show debug
8409 monitor".
8410 (SVR4 Process Information): Document "info pidlist" and "info
8411 meminfo". Document "set/show procfs-tarce" and "set/show
8412 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8413 (Symbols, The Print Command with Objective-C): Improve indexing.
8414 (Objective-C): Add references to "info classes" and "info
8415 selectors".
8416 (Debugging Output): Improve wording. Document "set/show debug
8417 solib-frv". Fix "set/show debugvarobj".
8418 (Set Breaks): Add index entry for "hardware breakpoints".
8419 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8420 and "set/show usehardbreakpoints".
8421 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8422 monitor-prompt", "set/show monitor-warnings", "pmon".
8423 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8424 rdiromatzero", "set/show rdiheartbeat".
8425 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8426 "sds".
8427 (Embedded Processors): Document the "sim" command.
8428 (Remote): Document the "remote" command.
8429 (DJGPP Native): Document the "info serial" command.
8430 (Threads): Document "maint info sol-threads".
8431 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8432 (Set Breaks): Improve indexing.
8433 (Command Syntax): Add a reference to dont-repeat.
8434 (Define): Document "dont-repeat".
8435 (TUI Commands): Document "tabset".
8436 (WinCE): New subsection. Document "set/show remotedirectory",
8437 "set/show remoteupload", "set/show remoteaddhost".
8438
84392005-04-15 Eli Zaretskii <eliz@gnu.org>
8440
8441 * gdb.texinfo (Hurd Native): New subsection, documents
8442 Hurd-specific commands.
8443 (Maintenance Commands): Add cross-reference to "Debugging Output".
8444 (Debugging Output): Document "set/show debug lin-lwp".
8445 (MIPS): Improve documentation of heuristic-fence-post. Document
8446 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8447 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8448 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8449 (ARM): Document ARM-specific commands.
8450 (AVR): New section. Document "info io_registers".
8451 (CRIS): New section. Document "set/show cris-version" and
8452 "set/show cris-dwarf2-cfi".
8453 (HPPA): New section. Document "set/show debug hppa" and "maint
8454 print unwind".
8455 (Neutrino): New subsection. Document "set/show debug nto-debug".
8456 (Super-H): New section. Document the "regs" command.
8457 (Debugging Output): Document "set/show debug aix-thread".
8458
84592005-04-09 Eli Zaretskii <eliz@gnu.org>
8460
8461 * gdb.texinfo (Print Settings): Document "set/show print
8462 pascal_static-members", "set print repeats", "show print
8463 null-stop". Improve indexing. Fix documentation of "set print
8464 union".
8465 (Pascal): New section.
8466 (Supported languages): Rename from "Support"; all references
8467 updated. Add a menu item for Pascal.
8468 (Numbers): Document "set radix.
8469 (Screen Size): Document "set/show pagination".
8470 (MIPS Embedded): Remove "set processor" documentation.
8471 (Remote configuration): Document "set/show X/P/Z-packet",
8472 "set/show read-aux-vector-packet", "set/show remote
8473 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8474 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8475 remotedebug", "set/show remotebreak", "set/show remotedevice",
8476 "set/show remotelogfile".
8477 (Auxiliary Vector): Add reference to the description of the
8478 read-aux-vector-packet setting.
8479 (Set Watchpoints): Add a cross-reference to "set remote
8480 hardware-breakpoint-limit".
8481 (General Query Packets): Add indexing of requests and
8482 cross-references to related commands in "Remote configuration".
8483 (File-I/O Overview, The system call): Fix wording and typos.
8484 (Thread Stops): Add index entries.
8485 (Continuing and Stepping): Document "show step-mode".
8486 (i386): New node. Document "set/show struct-convention".
8487 (Files): Document "show trust-readonly-sections".
8488 (Calling): Document "set/show unwindonsignal".
8489 (Messages/Warnings): Add index entries.
8490 (Maintenance Commands): Document "set/show watchdog".
8491 (Annotations Overview): Document "show annotate".
8492 (Set Watchpoints): Add index entries.
8493 (Symbols): Fix doc of case-sensitive.
8494 (ABI): Document "show coerce-float-to-double".
8495 (Convenience Vars, Help): Improve indexing.
8496 (Machine Code): Document "show disassembly-flavor".
8497 (Debugging C plus plus): Document "show overload-resolution".
8498 (Value History, Signaling): Add index entries.
8499
85002005-04-08 Eli Zaretskii <eliz@gnu.org>
8501
8502 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8503 (Processes): Fix wording.
8504 (History, List, Logging output, Define, Symbols, Print Settings):
8505 Improve indexing.
8506
85072005-04-03 Eli Zaretskii <eliz@gnu.org>
8508
8509 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8510 redundant index entry for "target" command.
8511 (Backtrace): Add index entries.
8512 (Symbols, Fortran): Document the "set case-sensitive" command.
8513 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8514 (Print Settings): Add index entry for "set demangle-style".
8515 (Target Commands): Document "set download-write-size".
8516 (Debugging Output): Document "set exec-done-display".
8517
85182005-04-02 Eli Zaretskii <eliz@gnu.org>
8519
8520 * gdb.texinfo (Files): Fix the name and documentation of
8521 add-shared-symbol-files. Document its alias assf. Update the
8522 list of OSs where GDB supports shared libraries. Fix markup.
8523 (Continuing and Stepping): Add reference to @var{location} in the
8524 text.
8525 (Dump/Restore Files): Fix reference to @{filename}.
8526 (Help): Fix wording.
8527 (Attach): Ditto.
8528 (Set Watchpoints): Ditto.
8529 (Backtrace): Remove redundant index entries. Improve index
8530 entries.
8531 (Delete Breaks): Fix wording.
8532 (Memory): Document the compare-sections command.
8533 (Memory Region Attributes): Improve wording.
8534 (Disabling): Improve wording.
8535 (Fortran): New subsection. Document the "info common" command.
8536 (Help): Document aliases "info copying" and "info warranty".
8537 (Caching Remote Data): New section. Document the "set/show
8538 remotecache" and "info dcache" commands.
8539 (Show): Fix wording of the documentation of the "set
8540 extension-language" command.
8541 (Signals): Add index entry for "info handle".
8542 (Memory Region Attributes): Fix punctuation.
8543 (Symbols): Change the arg name to "location" and refer to it in
8544 the text. Fix wording of "info types" doc.
8545 (Threads): Fix usage of @enumerate @item's.
8546 (Listing Tracepoints): Add index entry for "info tp".
8547 (Set Watchpoints): Add xref to "info break" description.
8548 (Macros): Add an index entry for "macro exp1". Document the
8549 "macro list" command.
8550 (Maintenance Commands): Document "flushregs", "maint agent",
8551 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8552 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8553 "maint print architecture", "maint print objfiles", "maint print
8554 statistics", "maint print type", "maint show-debug-regs", "maint
8555 space", "maint time", and "maint translate-address".
8556 (Connecting): Document the "monitor" command.
8557 (Annotations Overview): Describe the "set annotate" command.
8558
85592005-04-01 Eli Zaretskii <eliz@gnu.org>
8560
8561 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8562 Rearrange index entries and improve wording about support for
8563 hardware watchpoints.
8564
85652005-03-10 Bob Rossi <bob@brasko.net>
8566
8567 * gdb.texinfo: Update copyright
8568
85692005-02-09 Theodore A. Roth <troth@openavr.org>
8570
8571 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8572 error.
8573
85742005-02-03 Kevin Buettner <kevinb@redhat.com>
8575
8576 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8577
85782005-01-17 Michael Snyder <msnyder@redhat.com>
8579
8580 * gdb.texinfo: Fix spelling, infinte -> infinite.
8581
85822005-01-08 Mark Kettenis <kettenis@gnu.org>
8583
8584 * observer.texi (GDB Observers): Document "solib_loaded".
8585
85862005-01-07 Andrew Cagney <cagney@gnu.org>
8587
8588 * configure.ac: Rename configure.in, require autoconf 2.59.
8589 * configure: Re-generate.
8590
8591 * configure.in: Replace configdirs with multiple references to
8592 AC_CONFIG_SUBDIRS.
8593 * configure: Re-generate.
8594
85952005-01-04 Andrew Cagney <cagney@gnu.org>
8596
8597 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8598 part of the version number.
8599
86002004-12-24 Mark Kettenis <kettenis@gnu.org>
8601
8602 * gdbint.texinfo (Algorithms): Remove description of
8603 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8604
86052004-12-07 Jim Blandy <jimb@redhat.com>
8606
8607 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8608 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8609 numbers.
8610
86112004-12-07 Andreas Schwab <schwab@suse.de>
8612
8613 * gdb.texinfo (Mode Options): Document -l option.
8614
86152004-12-04 Eli Zaretskii <eliz@gnu.org>
8616
8617 * gdbint.texinfo (Algorithms): More accurate description of
8618 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8619 is not needed unless data-read and data-access watchpoints are
8620 supported. Add a description of how GDB checks whether the
8621 inferior stopped because a watchpoint was hit.
8622
86232004-11-23 Eli Zaretskii <eliz@gnu.org>
8624
8625 * gdb.texinfo (Files): Add cross-reference to description of
8626 -readnow command-line switch.
8627
86282004-11-10 Randolph Chung <tausq@debian.org>
8629
8630 * gdb.texinfo: Document set/show backtrace past-entry commands.
8631 Rearrange index entries for set/show backtrace past-main.
8632
86332004-11-10 Jon Beniston <jon@beniston.com>
8634
8635 Committed by Andrew Cagney <cagney@gnu.org>.
8636 * gdb.texinfo (Remote Serial Protocol): Further describe
8637 binary transfer escaping mechanism .
8638
86392004-11-08 Randolph Chung <tausq@debian.org>
8640
8641 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8642 and "show debug infrun". Add index entries.
8643
86442004-10-23 Eli Zaretskii <eliz@gnu.org>
8645
8646 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8647 "info proc" that are already implemented. Add index entries.
8648 (Working Directory): Add a cross-reference to "info proc" command.
8649 (Files): Add a tip for decreasing memory used for symtabs from
8650 shared libraries.
8651 (Starting): Fix whitespace; make "elaboration" stand out where it
8652 is first used, and add an index entry for the term.
8653 (Calling): Expand and elaborate text. Add "print". Add the
8654 description of problems with weak aliases.
8655 (Core File Generation): New section.
8656
86572004-10-12 Andrew Cagney <cagney@gnu.org>
8658
8659 * gdbint.texinfo (Versions and Branches): New chapter.
8660 (Releasing GDB): Delete "Versions and Branches" section.
8661 (Top): Add "Versions and Branches".
8662
86632004-10-08 Eli Zaretskii <eliz@gnu.org>
8664
8665 * gdb.texinfo (Editing, History): Add cross-references to the
8666 included Readline and History user documentation. Remove
8667 references to the symbol have-readline-appendices which is unused
8668 and undefined.
8669 (History): Fix indexing.
8670
86712004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8672
8673 * gdbint.texinfo (target_stopped_data_address): Update to
8674 new prototype.
8675 (i386_stopped_data_address): Update prototype and description.
8676 (i386_stopped_by_watchpoint): New function and description.
8677
86782004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8679
8680 * gdb.texinfo (Filenames): Add Ada suffixes.
8681 (Ada) New section.
8682
86832004-09-27 Andrew Cagney <cagney@gnu.org>
8684 Robert Picco <Robert.Picco@hp.com>
8685
8686 * gdb.texinfo (Packets): Document the "p" packet.
8687
86882004-09-21 Jason Molenda (jmolenda@apple.com)
8689
8690 * gdb.texinfo (Paths and Names of the Source Files): Document the
8691 meaning of values in the 'desc' field of a SO stab.
8692
86932004-09-20 Daniel Jacobowitz <dan@debian.org>
8694
8695 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8696 max-cache-age" and "maint show dwarf2 max-cache-age".
8697
86982004-09-16 Eli Zaretskii <eliz@gnu.org>
8699
8700 * gdb.texinfo (Set Breaks): Add index entry for setting
8701 breakpoints on overloaded C++ functions that are not members of
8702 any classes. Add an example and an index entry for setting
8703 breakpoints on all program functions.
8704 (Character Sets, Macros, Overlay Commands)
8705 (Non-debug DLL symbols, GDB/MI Output Syntax)
8706 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8707 Use "(@value{GDBP})" instead of a literal "(gdb)".
8708
87092004-09-12 Andrew Cagney <cagney@gnu.org>
8710
8711 * gdbint.texinfo (Native Debugging): Delete description of
8712 FILES_INFO_HOOK.
8713
87142004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8715
8716 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8717 to hex_string_custom (not historically correct, but more
8718 understandable, given the current code).
8719
87202004-09-03 Andrew Cagney <cagney@gnu.org>
8721
8722 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8723
87242004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8725
8726 * observer.texi (solib_unloaded): New observer.
8727
87282004-08-24 Andrew Cagney <cagney@gnu.org>
8729
8730 * gdbint.texinfo (Target Architecture Definition): Add missing
8731 comma.
8732
87332004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8734
8735 * (Using the Testsuite): build != host is supported,
8736 but some test scripts do not support build != host.
8737
87382004-08-14 Mark Kettenis <kettenis@gnu.org>
8739
8740 * gdbint.texinfo (Host Definition): Delete description of
8741 FCLOSE_PROVIDED and GETENV_PROVIDED.
8742
87432004-08-05 Mark Kettenis <kettenis@chello.nl>
8744
8745 * gdbint.texinfo (Host Definition): Delete description of
8746 NO_SYS_FILE.
8747 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8748 PTRACE_FP_BUG.
8749
87502004-08-05 Andrew Cagney <cagney@gnu.org>
8751
8752 * gdbint.texinfo (Target Architecture Definition): Delete
8753 reference to deprecated_read_fp.
8754
87552004-08-02 Andrew Cagney <cagney@gnu.org>
8756
8757 * gdbint.texinfo (Target Architecture Definition): Delete
8758 description of DEPRECATED_REGISTER_BYTES.
8759
87602004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8761
8762 * gdb.texinfo (Source Path): Document the new behavior of
8763 searching for the source files.
8764
87652004-07-17 Eli Zaretskii <eliz@gnu.org>
8766
8767 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8768 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8769 (Auto Display): Improve indexing.
8770
87712004-07-16 Andrew Cagney <cagney@gnu.org>
8772
8773 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8774 "-noasync".
8775
87762004-07-09 Eli Zaretskii <eliz@gnu.org>
8777
8778 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8779 have the same prefix have only their prefix in the index.
8780
87812004-07-03 Mark Kettenis <kettenis@gnu.org>
8782
8783 * gdb.texinfo (BSD libkvm Interface): New node (section)
8784 (Native): Add it to the menu.
8785
87862004-07-01 Mark Kettenis <kettenis@gnu.org>
8787
8788 * gdbint.texinfo (Target Architecture Definition): Remove
8789 PCC_SOL_BROKEN.
8790
87912004-06-24 Mark Kettenis <kettenis@gnu.org>
8792
8793 * gdbint.texinfo (Target Architecture Definition): Remove
8794 SUN_FIXED_LBRAC_BUG.
8795
87962004-06-26 Andrew Cagney <cagney@gnu.org>
8797
8798 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8799
88002004-06-20 Andrew Cagney <cagney@gnu.org>
8801
8802 * gdbint.texinfo (Target Architecture Definition): Deprecate
8803 USE_STRUCT_CONVENTION.
8804
88052004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8806
8807 gdb.texinfo (Bug Reporting): Mention session recording,
8808 with the script command or Emacs.
8809
88102004-06-18 Andrew Cagney <cagney@gnu.org>
8811
8812 * gdbint.texinfo (Target Architecture Definition): Deprecate
8813 FUNCTION_START_OFFSET.
8814
88152004-06-14 Andrew Cagney <cagney@gnu.org>
8816
8817 Based on changes from Karl Berry.
8818 * gdb.texinfo: Do not use @sc in a direntry.
8819 * stabs.texinfo: Change @dircateogry to "Software development".
8820 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8821
88222004-06-13 Andrew Cagney <cagney@gnu.org>
8823
8824 * gdbint.texinfo (Target Architecture Definition): Delete
8825 description of RETURN_VALUE_ON_STACK.
8826
88272004-06-09 Andrew Cagney <cagney@gnu.org>
8828
8829 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8830 deleted by previous patch.
8831
88322004-06-08 Andrew Cagney <cagney@gnu.org>
8833
8834 * gdbint.texinfo (Native Debugging): Delete documentation on
8835 ATTACH_DETACH.
8836
88372004-06-06 Randolph Chung <tausq@debian.org>
8838
8839 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8840
88412004-06-06 Randolph Chung <tausq@debian.org>
8842
8843 * gdb.texinfo (push_dummy_call): Update argument list to match
8844 the new push_dummy_call method signature. Describe the function
8845 argument.
8846
88472004-05-24 Joel Brobecker <brobecker@gnat.com>
8848
8849 * gdb.texinfo (Starting): Document new start command.
8850
88512004-05-21 Andrew Cagney <cagney@redhat.com>
8852
8853 * observer.texi (GDB Observers): Document "inferior_created".
8854
88552004-05-08 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Delete
8858 description of DO_DEFERRED_STORES.
8859
8860 * gdbint.texinfo (Target Architecture Definition): Delete
8861 references to DEPRECATED_FIX_CALL_DUMMY.
8862
8863 * gdbint.texinfo (Target Architecture Definition): Delete
8864 description of DEPRECATED_CALL_DUMMY_WORDS,
8865 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8866
8867 * gdbint.texinfo (Target Architecture Definition): Delete
8868 description of DEPRECATED_PUSH_DUMMY_FRAME.
8869
8870 * gdbint.texinfo (Target Architecture Definition): Delete
8871 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8872
88732004-05-07 Andrew Cagney <cagney@redhat.com>
8874
8875 * observer.texi (GDB Observers): Add "Debugging" section. Include
8876 cross reference to "set/show debug observer".
8877 * gdb.texinfo (Debugging Output): Document "set/show debug
8878 observer".
8879
88802004-05-01 Andrew Cagney <cagney@redhat.com>
8881
8882 * gdbint.texinfo (Target Architecture Definition): Delete
8883 description of DEPRECATED_PC_IN_SIGTRAMP.
8884
88852004-04-30 Andrew Cagney <cagney@redhat.com>
8886
8887 * gdbint.texinfo (Target Architecture Definition): Delete
8888 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8889
88902004-04-30 Orjan Friberg <orjanf@axis.com>
8891
8892 * observer.texi (GDB Observers): Correct spelling.
8893
88942004-04-26 Orjan Friberg <orjanf@axis.com>
8895
8896 * observer.texi (GDB Observers): Add target_changed event.
8897
88982004-04-08 Andrew Cagney <cagney@redhat.com>
8899
8900 * observer.texi (GDB Observers): Rework, provide generic observer
8901 definitions and then a list of observable events.
8902
89032004-04-04 Andrew Cagney <cagney@redhat.com>
8904
8905 * gdbint.texinfo (Host Definition): Delete reference to
8906 NO_SIGINTERRUPT.
8907
89082004-04-02 Andrew Cagney <cagney@redhat.com>
8909
8910 * gdbint.texinfo (Target Architecture Definition): Delete
8911 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8912
89132004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8914
8915 * gdb.texinfo (TUI Commands): Document tui reg commands.
8916
89172004-03-26 Andrew Cagney <cagney@redhat.com>
8918
8919 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8920 "gdbtui".
8921 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8922 (Contributors): Mention both Text and Terminal User Interface.
8923
89242004-03-23 Andrew Cagney <cagney@redhat.com>
8925
8926 * gdbint.texinfo (Target Architecture Definition): Deprecate
8927 references to SIGTRAMP_START and SIGTRAMP_END.
8928
89292004-03-23 Andrew Cagney <cagney@redhat.com>
8930
8931 * gdbint.texinfo (Target Architecture Definition): Deprecate
8932 references to PC_IN_SIGTRAMP.
8933
89342004-03-19 Andrew Cagney <cagney@redhat.com>
8935
8936 * gdbint.texinfo (Target Architecture Definition): Delete
8937 reference to GDB_TARGET_IS_HPPA.
8938
89392004-03-18 Andrew Cagney <cagney@redhat.com>
8940
8941 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8942 describe pre_init and post_init.
8943
89442004-03-09 Daniel Jacobowitz <drow@mvista.com>
8945
8946 * gdb.texinfo (Debugging Output): Document values for "set debug
8947 target".
8948
89492004-02-28 Andrew Cagney <cagney@redhat.com>
8950
8951 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8952
89532004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8954
8955 * gdb.texinfo (breakpoints): Add information about the
8956 new "set breakpoint pending" and "show breakpoint pending"
8957 commands.
8958
89592004-02-26 Andrew Cagney <cagney@redhat.com>
8960
8961 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8962 in Per-architecture module data section.
8963
89642004-02-25 Roland McGrath <roland@redhat.com>
8965
8966 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8967
89682004-02-24 Andrew Cagney <cagney@redhat.com>
8969
8970 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8971 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8972 * fdl.texi: Import Version 1.2, November 2002.
8973
89742004-02-17 Andrew Cagney <cagney@redhat.com>
8975
8976 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8977
89782004-02-16 Andrew Cagney <cagney@redhat.com>
8979
8980 * gdbint.texinfo (Target Architecture Definition): Deprecate
8981 FRAMELESS_FUNCTION_INVOCATION.
8982
89832004-02-16 Andrew Cagney <cagney@redhat.com>
8984
8985 * gdbint.texinfo (Coding): Mention -Wunused-function.
8986
89872004-02-14 Andrew Cagney <cagney@redhat.com>
8988
8989 * gdbint.texinfo (Target Architecture Definition): Delete
8990 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8991
89922004-02-12 Elena Zannoni <ezannoni@redhat.com>
8993
8994 * gdb.texinfo: Properly quote the name "C++".
8995 * gdbint.texinfo: Ditto.
8996 * stabs.texinfo: Ditto.
8997
89982004-02-11 Elena Zannoni <ezannoni@redhat.com>
8999
9000 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9001 minimal information about libiberty.
9002
90032004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9004
9005 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9006
90072004-02-04 Roland McGrath <roland@redhat.com>
9008
9009 * gdb.texinfo (Auxiliary Vector): New node (section).
9010 (Data): Add it to the menu.
9011
90122004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9013
9014 * gdb.texinfo (Breakpoints): Add information about pending
9015 breakpoint support.
9016
90172004-01-26 Andrew Cagney <cagney@redhat.com>
9018
9019 * gdb.texinfo (Overview): Delete references to the cisco protocol
9020 including the "N" response.
9021
90222004-01-26 Andrew Cagney <cagney@redhat.com>
9023
9024 * gdbint.texinfo (Target Architecture Definition): Rename
9025 EXTRACT_STRUCT_VALUE_ADDRESS to
9026 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9027
90282004-01-24 Eli Zaretskii <eliz@gnu.org>
9029
9030 * gdb.texinfo (KOD): Document "show os". Add index entries for
9031 "set/show os" and "info cisco" commands.
9032
90332004-01-21 Eli Zaretskii <eliz@gnu.org>
9034
9035 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9036
90372004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9038
9039 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9040 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9041
90422004-01-19 Nick Roberts <nick@nick.uklinux.net>
9043
9044 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9045 -stack-list-locals.
9046 (GDB/MI Variable Objects): Describe extension to
9047 -var-list-children.
9048
90492004-01-17 Daniel Jacobowitz <drow@mvista.com>
9050
9051 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9052
90532004-01-17 Andrew Cagney <cagney@redhat.com>
9054
9055 * gdbint.texinfo (Target Architecture Definition): Delete
9056 documentation on DEPRECATED_NPC_REGNUM.
9057
90582004-01-13 Daniel Jacobowitz <drow@mvista.com>
9059
9060 * gdb.texinfo: Update copyright year. Mention that set
9061 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9062 "set follow-fork-mode ask".
9063
90642004-01-13 Andrew Cagney <cagney@redhat.com>
9065
9066 * gdbint.texinfo: Update copyright year.
9067 (Coding): Add -Wunused-label to list of -Werror warnings.
9068
90692004-01-08 Jason Molenda <jmolenda@apple.com>
9070 Eli Zaretskii <eliz@gnu.org>
9071
9072 * gdb.texinfo: Update copyright.
9073 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9074 around names, as appropriate. Minor syntax cleanup of
9075 _NSPrintForDebugger explanation. Two spaces after periods.
9076 GDBN used instead of lit. "gdb". Index entries added for
9077 print-object and _NSPrintForDebugger. @noindent added in one spot.
9078
90792003-11-11 Elena Zannoni <ezannoni@redhat.com>
9080
9081 * stabs.texinfo: Add dircategory and direntry commands.
9082 * annotate.texinfo: Ditto.
9083
90842003-11-10 Andrew Cagney <cagney@redhat.com>
9085
9086 * gdbint.texinfo (Target Architecture Definition): Replace the
9087 return_value method's "inval" and "outval" parameters with
9088 "readbuf" and "writebuf".
9089
90902003-10-28 Jim Blandy <jimb@redhat.com>
9091
9092 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9093 from "The `F' request packet" and "The `F' reply packet", to make
9094 texi2dvi happy.
9095 (File-I/O remote protocol extension): Update menu entries, too.
9096
90972003-10-26 Michael Chastain <mec@shout.net>
9098
9099 * gdb.texinfo (Thread Stops): Document the issue with
9100 premature return from system calls in multi-threaded programs.
9101
91022003-10-24 Andrew Cagney <cagney@redhat.com>
9103
9104 * annotate.texinfo: Fix "fortunatly"[sic].
9105
91062003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9107
9108 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9109 with "Hitachi" and "Mitsubishi".
9110
91112003-10-20 Andrew Cagney <cagney@redhat.com>
9112
9113 * gdbint.texinfo (Target Architecture Definition): Document
9114 gdbarch_return_value. Add cross references from
9115 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9116 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9117
91182003-10-18 Mark Kettenis <kettenis@gnu.org>
9119
9120 * gdbint.texinfo (Target Architecture Definition): Document
9121 regset_from_core_section.
9122
91232003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9124
9125 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9126
91272003-10-15 Kevin Buettner <kevinb@redhat.com>
9128
9129 From Anthony Green <green@redhat.com>:
9130 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9131
91322003-10-14 Kevin Buettner <kevinb@redhat.com>
9133
9134 * gdb.texinfo (Breakpoint related warnings): New node.
9135 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9136
91372003-10-13 Daniel Jacobowitz <drow@mvista.com>
9138
9139 * gdb.texinfo (Remote Protocol): Document v and vCont.
9140
91412003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9142
9143 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9144 * gdbint.texinfo: Ditto.
9145
91462003-10-09 Andrew Cagney <cagney@redhat.com>
9147
9148 From 2003-09-18 David Anderson <davea@sgi.com>:
9149 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9150 "command".
9151
91522003-10-03 Andrew Cagney <cagney@redhat.com>
9153
9154 * gdbint.texinfo (Target Architecture Definition): Deprecate
9155 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9156 just target.
9157
91582003-10-02 Andrew Cagney <cagney@redhat.com>
9159
9160 * gdbint.texinfo (Target Architecture Definition): Rename
9161 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9162 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9163 * gdbint.texinfo (Target Architecture Definition): Rename
9164
91652003-09-30 Andrew Cagney <cagney@redhat.com>
9166
9167 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9168 (Target Architecture Definition):
9169
9170 * gdbint.texinfo (Target Architecture Definition): Rename
9171 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9172
91732003-09-29 Andrew Cagney <cagney@redhat.com>
9174
9175 * gdbint.texinfo (Target Architecture Definition): Delete
9176 documentation for NEED_TEXT_START_END.
9177
9178 * gdbint.texinfo (Target Architecture Definition): Rename
9179 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9180 TARGET_WRITE_PC.
9181
91822003-09-22 Michael Chastain <mec@shout.net>
9183
9184 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9185
91862003-09-21 Anthony Green <green@redhat.com>
9187
9188 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9189
91902003-09-21 Mark Kettenis <kettenis@gnu.org>
9191
9192 * gdbint.texinfo (Target Architecture Definition): Document
9193 stabs_argument_has_addr.
9194
91952003-09-18 Andrew Cagney <cagney@redhat.com>
9196
9197 * gdbint.texinfo (Target Architecture Definition): Delete
9198 documentation on REGISTER_NAMES.
9199
92002003-09-13 Mark Kettenis <kettenis@gnu.org>
9201
9202 * gdbint.texinfo (Target Architecture Definition): Replace
9203 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9204
92052003-09-11 Andrew Cagney <cagney@redhat.com>
9206
9207 * gdbint.texinfo (Target Architecture Definition): Replace
9208 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9209
92102003-08-18 Andrew Cagney <cagney@redhat.com>
9211
9212 * gdbint.texinfo (Target Architecture Definition): Document
9213 "frame_red_zone_size".
9214
92152003-08-09 Andrew Cagney <cagney@redhat.com>
9216
9217 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9218 with "set/show backtrace past-main" and "set/show backtrace
9219 limit".
9220
92212003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9222
9223 * Makefile.in (install-info): Support DESTDIR.
9224 (install-html): Likewise.
9225
92262003-08-07 Andrew Cagney <cagney@redhat.com>
9227
9228 Patch from Nick Roberts.
9229 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9230 bindings. Remove description of send-gdb-command.
9231
92322003-08-07 Andrew Cagney <cagney@redhat.com>
9233
9234 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9235 GDB 6.0.
9236
92372003-08-06 Andrew Cagney <cagney@redhat.com>
9238
9239 * gdb.texinfo (Mode Options): Mention that level three is the
9240 highest available and that level 2 is deprecated.
9241 (Annotations Overview): Mention annotation levels. Cross reference
9242 to "Limitations of the Annotation Interface" in annotate.texi.
9243 (TODO, Value Annotations, Frame Annotations): Delete section.
9244 (Displays, Breakpoint Info): Delete.
9245
92462003-08-04 Andrew Cagney <cagney@redhat.com>
9247
9248 * agentexpr.texi: Delete @bye.
9249 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9250 (stabs.info): Add $(srcdir) to include search path.
9251 (html): Depend on "annotate_toc.html", and not "annotate.html".
9252 * stabs.texinfo: Ditto. Include "fdl.texi".
9253 * gdbint.texinfo: Update copyright statement's list of invariant
9254 sections.
9255
92562003-07-28 Andrew Cagney <cagney@redhat.com>
9257
9258 * Makefile.in (INFO_DEPS): Add annotate.info.
9259 (dvi, ps, html, pdf): Add annotate.
9260 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9261 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9262 (ANNOTATE_DOC_FILES): New macro.
9263 (ANNOTATE_TEX_TMPS): New macro.
9264 (annotate.info, annotate_toc.html): Specify dependencies.
9265 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9266 * annotate.texinfo: Rename annotate.texi. Get building. Add
9267 "Migrating to GDB/MI" and "Limitations of the Annotation
9268 Interface" chapters. Mention why it is not part of the user
9269 guide. Update copyright notice. Include "fdl.texi".
9270
92712003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9272
9273 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9274
92752003-07-24 Daniel Jacobowitz <drow@mvista.com>
9276
9277 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9278
92792003-07-24 Daniel Jacobowitz <drow@mvista.com>
9280
9281 * gdb.texinfo (Server): Mention pidof.
9282
92832003-07-22 Andrew Cagney <cagney@redhat.com>
9284
9285 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9286 list.
9287
92882003-06-28 Daniel Jacobowitz <drow@mvista.com>
9289
9290 * gdb.texinfo (Logging output): New chapter.
9291
92922003-06-24 Joel Brobecker <brobecker@gnat.com>
9293
9294 * gdb.texinfo (Unsupported languages): New section.
9295 (Languages): Add link to new section.
9296
92972003-06-22 Andrew Cagney <cagney@redhat.com>
9298
9299 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9300
93012003-06-22 Daniel Jacobowitz <drow@mvista.com>
9302
9303 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9304
93052003-06-22 Daniel Jacobowitz <drow@mvista.com>
9306
9307 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9308 * agentexpr.texi: Retitle section, and change it to an appendix.
9309 Comment out texinfo initialization. Factor a @var{} into two
9310 pieces to prevent makeinfo warnings.
9311 * gdb.texinfo: Add Agent Expressions appendix.
9312
93132003-06-19 Daniel Jacobowitz <drow@mvista.com>
9314
9315 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9316
93172003-06-18 Daniel Jacobowitz <drow@mvista.com>
9318
9319 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9320 remote target". Document the "detach" and "disconnect" commands.
9321 (Server, Netware, Debug Session): Reference "Connecting to a
9322 remote target".
9323 (GDB/MI Target Manipulation): Document "-target-disconnect".
9324
93252003-06-13 Andrew Cagney <cagney@redhat.com>
9326
9327 * gdbint.texinfo (Target Architecture Definition): Deprecate
9328 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9329 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9330
93312003-06-09 Jim Blandy <jimb@redhat.com>
9332
9333 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9334
93352003-06-08 Andrew Cagney <cagney@redhat.com>
9336
9337 * gdbint.texinfo (Target Architecture Definition): Delete
9338 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9339
93402003-06-08 Andrew Cagney <cagney@redhat.com>
9341
9342 * gdbint.texinfo (Target Architecture Definition): Document
9343 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9344
93452003-06-07 Adam Fedor <fedor@gnu.org>
9346
9347 * gdb.texinfo: Add Objective-C documentation.
9348
93492003-06-01 Andrew Cagney <cagney@redhat.com>
9350
9351 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9352 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9353
93542003-05-21 Andrew Cagney <cagney@redhat.com>
9355
9356 * gdbint.texinfo (Target Architecture Definition): Delete
9357 references to "extract_address" and "store_address".
9358
93592003-05-16 Andrew Cagney <cagney@redhat.com>
9360
9361 * gdbint.texinfo (Target Architecture Definition): Replace
9362 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9363 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9364
93652003-05-14 Theodore A. Roth <troth@openavr.org>
9366
9367 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9368
93692003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9370
9371 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9372 (gdb.dvi): Likewise.
9373 (gdb.pdf): Likewise.
9374 (links2roff): Likewise.
9375
93762003-05-08 Jim Blandy <jimb@redhat.com>
9377
9378 * gdb.texinfo (Dump/Restore Files): Update documentation for
9379 'dump', 'append', and 'restore': note that format argument is
9380 optional; simplify presentation of the command variants; and be
9381 more precise about the formats.
9382
93832003-05-07 Jim Blandy <jimb@redhat.com>
9384
9385 * gdb.texinfo (Symbols): Update documentation: 'maint list
9386 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9387 symtabs' and 'maint info psymtabs'.
9388
93892003-05-05 Andrew Cagney <cagney@redhat.com>
9390
9391 * gdbint.texinfo (Target Architecture Definition): Make
9392 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9393 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9394 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9395
93962003-05-04 Andrew Cagney <cagney@redhat.com>
9397
9398 * gdb.texinfo (Maintenance Commands): Document "maint print
9399 dummy-frames".
9400
94012003-05-04 Andrew Cagney <cagney@redhat.com>
9402
9403 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9404
94052003-05-03 J. Brobecker <brobecker@gnat.com>
9406
9407 Thierry Schneider <tpschneider1@yahoo.com>
9408 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9409 for new MI command.
9410
94112003-05-03 Andrew Cagney <cagney@redhat.com>
9412
9413 * gdbint.texinfo (Target Architecture Definition): Document
9414 push_dummy_code. Add cross references.
9415
94162003-05-02 Elena Zannoni <ezannoni@redhat.com>
9417
9418 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9419 set/show charsets commands.
9420
94212003-04-28 Andrew Cagney <cagney@redhat.com>
9422
9423 * gdbint.texinfo (Target Architecture Definition): Replace
9424 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9425 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9426
94272003-04-28 Andrew Cagney <cagney@redhat.com>
9428
9429 * gdbint.texinfo (Target Architecture Definition): Rename
9430 "tm_print_insn" to "deprecated_tm_print_insn".
9431
94322003-04-09 Jim Blandy <jimb@redhat.com>
9433
9434 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9435 list psymtabs'.
9436
94372003-04-08 Andrew Cagney <cagney@redhat.com>
9438
9439 * gdbint.texinfo (Target Architecture Definition): Delete
9440 references to EXTRA_FRAME_INFO.
9441
94422003-04-08 Andrew Cagney <cagney@redhat.com>
9443
9444 * gdbint.texinfo (Target Architecture Definition): Delete
9445 PRINT_TYPELESS_INTEGER.
9446
94472003-04-02 J. Brobecker <brobecker@gnat.com>
9448
9449 * observer.texi (GDB Observers): Adjust the documentation for the
9450 normal_stop notification to better describe reality. Fix a couple
9451 of minor typos.
9452
94532003-04-02 Bob Rossi <bob_rossi@cox.net>
9454
9455 * gdb.texinfo (GDB/MI Program Control): Add
9456 '-file-list-exec-source-file'
9457
94582003-03-31 Andrew Cagney <cagney@redhat.com>
9459
9460 * gdbint.texinfo (Target Architecture Definition): Delete
9461 references to CALL_DUMMY_P.
9462
94632003-03-30 Andrew Cagney <cagney@redhat.com>
9464
9465 * gdbint.texinfo (Target Architecture Definition): Remove
9466 reference to TARGET_WRITE_SP.
9467
94682003-03-27 Andrew Cagney <cagney@redhat.com>
9469
9470 * gdbint.texinfo (Target Architecture Definition): Remove
9471 references to write_sp.
9472
94732003-03-27 Andrew Cagney <cagney@redhat.com>
9474
9475 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9476 chapter body. Use @smallexample instead of @example.
9477 (Annotations): Ditto.
9478 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9479 annotate.texi.
9480
94812003-03-26 Andrew Cagney <cagney@redhat.com>
9482
9483 * gdbint.texinfo (Target Architecture Definition): Replace
9484 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9485 dummy_addr parameters.
9486
94872003-03-25 Andrew Cagney <cagney@redhat.com>
9488
9489 * gdbint.texinfo (Target Architecture Definition): Delete
9490 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9491 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9492 Add reference to PUSH_ARGUMENTS.
9493
94942003-03-23 Andrew Cagney <cagney@redhat.com>
9495
9496 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9497 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9498
94992003-03-18 J. Brobecker <brobecker@gnat.com>
9500
9501 * gdbint.texinfo (Algorithms): Add new section describing the
9502 Observer paradigm.
9503 (Top): Add menu entry to new observer appendix.
9504 * observer.texi: New file.
9505 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9506 new observer.texi file.
9507
95082003-03-17 Andrew Cagney <cagney@redhat.com>
9509
9510 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9511 that GNU Press update the manual version number.
9512
95132003-03-12 Andrew Cagney <cagney@redhat.com>
9514
9515 * gdbint.texinfo (Target Architecture Definition): Delete
9516 references to get_saved_register. Rename GET_SAVED_REGISTER to
9517 DEPRECATED_GET_SAVED_REGISTER.
9518
95192003-03-13 Andrew Cagney <cagney@redhat.com>
9520
9521 * gdbint.texinfo (Target Architecture Definition): Replace
9522 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9523
95242003-03-12 Andrew Cagney <cagney@redhat.com>
9525
9526 * gdbint.texinfo (Target Architecture Definition): Rename
9527 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9528
95292003-03-10 Corinna Vinschen <vinschen@redhat.com>
9530
9531 * gdb.texinfo: Add File-I/O documentation.
9532
95332003-03-10 Andrew Cagney <cagney@redhat.com>
9534
9535 * gdbint.texinfo (Target Architecture Definition): Cross reference
9536 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9537
95382003-03-07 Andrew Cagney <cagney@redhat.com>
9539
9540 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9541 frame" command.
9542
95432003-03-05 Andrew Cagney <cagney@redhat.com>
9544
9545 * gdbint.texinfo (Target Architecture Definition): Document
9546 unwind_dummy_id. Cross reference unwind_dummy_id and
9547 SAVE_DUMMY_FRAME_TOS.
9548
95492003-03-05 James Ingham <jingham@apple.com>
9550 Daniel Jacobowitz <drow@mvista.com>
9551
9552 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9553 and "show cp-abi".
9554
95552003-03-03 Andrew Cagney <cagney@redhat.com>
9556
9557 * gdbint.texinfo (Target Architecture Definition): Document
9558 register_type.
9559
95602003-03-03 Andrew Cagney <cagney@redhat.com>
9561
9562 * stabs.texinfo (Structures): Use @samp and separate @var's
9563 instead of a single @var containing a comma separated list.
9564 (Unions): Ditto.
9565
95662003-03-02 Daniel Jacobowitz <drow@mvista.com>
9567
9568 * Makefile.in (distclean): Remove config.log.
9569
95702003-03-01 Andrew Cagney <cagney@redhat.com>
9571
9572 * gdbint.texinfo (Target Architecture Definition): Rename
9573 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9574
95752003-03-01 Andrew Cagney <cagney@redhat.com>
9576
9577 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9578 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9579
95802003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9581
9582 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9583 (Non-debug DLL symbols): New node, describing the minimal symbols
9584 loaded from DLLs without real debugging symbols.
9585
95862003-02-20 Andrew Cagney <ac131313@redhat.com>
9587
9588 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9589 hardware-breakpoint-limit".
9590 (Set Watchpoints): Add cross reference to "set remote
9591 hardware-watchpoint-limit".
9592 (Remote configuration options): New section.
9593
95942003-02-04 Andrew Cagney <ac131313@redhat.com>
9595
9596 * gdbint.texinfo (Target Architecture Definition): Delete
9597 descrption of IS_TRAPPED_INTERNALVAR.
9598
9599 From Keith Seitz <keiths@redhat.com>:
9600 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9601 option "-i"/"--interpreter" to this chapter. Include index
9602 entries.
9603
96042003-02-04 David Carlton <carlton@math.stanford.edu>
9605
9606 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9607 (Variables): Recommend stabs+ and DWARF 2.
9608 (C plus plus expressions): Correct info about
9609 compiler versions, debug formats.
9610 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9611 PR symtab/874.
9612
96132003-02-01 Andrew Cagney <ac131313@redhat.com>
9614
9615 * gdbint.texinfo (Target Architecture Definition): Delete
9616 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9617 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9618 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9619 references to nindy and i960.
9620 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9621
96222003-02-01 Andrew Cagney <ac131313@redhat.com>
9623
9624 * gdbint.texinfo (Target Architecture Definition): Delete
9625 FLOAT_INFO.
9626
96272003-01-30 Andrew Cagney <ac131313@redhat.com>
9628
9629 * stabs.texinfo (Member Type Descriptor): Clarify description of
9630 `@'. Suggested by Ben Hutchings.
9631
96322003-01-29 Andrew Cagney <ac131313@redhat.com>
9633
9634 * gdb.texinfo (M68K): Delete reference to es1800.
9635
96362003-01-29 Andrew Cagney <ac131313@redhat.com>
9637
9638 * gdb.texinfo (Maintenance Commands): Document `maint print
9639 reggroups' and `maint print register-groups'.
9640 * gdbint.texinfo (Target Architecture Definition): Document
9641 register_reggroup_p.
9642
96432003-01-23 Jim Blandy <jimb@redhat.com>
9644
9645 * gdb.texinfo (Separate Debug Files): New section.
9646
96472003-01-22 Daniel Jacobowitz <drow@mvista.com>
9648
9649 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9650 and "maint show profile".
9651
96522003-01-16 Michael Chastain <mec@shout.net>
9653
9654 * gdb.texinfo (Installing GDB): Warn against
9655 ".../gdb-VERSION/gdb/configure".
9656 (Separate Objdir): Likewise.
9657
96582003-01-15 Andrew Cagney <ac131313@redhat.com>
9659
9660 * gdbint.texinfo (Target Architecture Definition): Delete
9661 definition of PRINT_REGISTER_HOOK.
9662
96632003-01-15 Elena Zannoni <ezannoni@redhat.com>
9664
9665 (OpenRISC 1000): Fix formatting of command names.
9666
96672003-01-15 Elena Zannoni <ezannoni@redhat.com>
9668
9669 * gdb.texinfo (Continuing and Stepping): Add new command
9670 'advance'. Clarify behavior of 'until'.
9671
96722003-01-13 Daniel Jacobowitz <drow@mvista.com>
9673
9674 * gdb.texinfo (Files): Document solib-absolute-prefix and
9675 solib-search-path.
9676
96772003-01-09 Michael Chastain <mec@shout.net>
9678
9679 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9680 (Create a Release): Add new instructions for new @file{src-release}.
9681 Document existing instructions for @file{Makefile.in} as
9682 being for @value{GDBN} 5.3.1 or earlier.
9683
96842003-01-09 Andrew Cagney <ac131313@redhat.com>
9685
9686 * gdbint.texinfo (Target Architecture Definition): Mention
9687 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9688 allocate memory.
9689
96902003-01-04 Daniel Jacobowitz <drow@mvista.com>
9691
9692 * gdb.texinfo (Controlling GDB): Add @kindex for
9693 "show osabi".
9694 (Backtraces): Add @kindex's for backtrace-below-main.
9695
96962003-01-04 Daniel Jacobowitz <drow@mvista.com>
9697
9698 * gdb.texinfo (Controlling GDB): Document "set osabi".
9699
97002003-01-04 Daniel Jacobowitz <drow@mvista.com>
9701
9702 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9703 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9704
97052003-01-04 Daniel Jacobowitz <drow@mvista.com>
9706
9707 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9708 "set coerce-float-to-double".
9709 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9710
97112003-01-02 Andrew Cagney <ac131313@redhat.com>
9712
9713 * stabs.texinfo: Remove obsolete text.
9714 * gdbint.texinfo: Ditto.
9715 * gdb.texinfo: Ditto.
9716
97172002-12-22 Mark Kettenis <kettenis@gnu.org>
9718
9719 * gdbint.texinfo (Target Architecture Definition): Update
9720 description of gdbarch_register_osabi.
9721
97222002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9723
9724 * agentexpr.texi: Fix typos.
9725 * annotate.texi: Likewise.
9726 * fdl.texi: Likewise.
9727
97282002-12-10 Andrew Cagney <cagney@redhat.com>
9729
9730 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9731 DEPRECATED_INIT_FRAME_PC.
9732
97332002-12-01 Andrew Cagney <ac131313@redhat.com>
9734
9735 * gdbint.texinfo (Target Architecture Definition): Delete
9736 PC_IN_CALL_DUMMY.
9737
97382002-11-28 Andrew Cagney <ac131313@redhat.com>
9739
9740 * gdbint.texinfo (Host Definition): Delete documentation on
9741 USE_GENERIC_DUMMY_FRAMES.
9742
97432002-11-26 Elena Zannoni <ezannoni@redhat.com>
9744
9745 Fix PR gdb/723 and PR gdb/245.
9746 * Makefile.in (install-info): Run the install-info command as part
9747 of the post install steps only.
9748 (uninstall-info): New target.
9749 (uninstall): New target.
9750
97512002-11-22 Elena Zannoni <ezannoni@redhat.com>
9752
9753 * Makefile.in (install): Make install do some real work.
9754
97552002-11-19 Andrew Cagney <ac131313@redhat.com>
9756
9757 Fix POSIX problem reported by Paul Eggert.
9758 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9759 Fix PR gdb/527.
9760
97612002-10-26 Andrew Cagney <cagney@redhat.com>
9762
9763 * gdbint.texinfo (Target Architecture Definition): Delete
9764 definition of DO_REGISTERS_INFO.
9765
97662002-10-18 Kevin Buettner <kevinb@redhat.com>
9767
9768 * gdbint.texinfo (Address Classes): Fix problems with insertion
9769 of ``{'' and ``}'' in example.
9770
97712002-10-17 Kevin Buettner <kevinb@redhat.com>
9772
9773 * gdbint.texinfo (Address Classes): New section.
9774 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9775 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9776 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9777 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9778
97792002-10-11 Klee Dienes <kdienes@apple.com>
9780
9781 * gdb.texinfo (Registers): Mention vector registers as well as
9782 floating registers in the documentation for 'info registers' and
9783 'info all-registers'.
9784
97852002-10-11 Daniel Jacobowitz <drow@mvista.com>
9786
9787 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9788
97892002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9790
9791 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9792 interface definition.
9793
97942002-10-03 Marko Mlinar <markom@opencores.org>
9795
9796 * gdb.texinfo (Target Commands): Add or1k target specific
9797 commands.
9798 * gdb.texinfo (Contributors): Add myself to the contributors list.
9799
98002002-10-01 Andrew Cagney <ac131313@redhat.com>
9801
9802 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9803 and "mi1" instead of "mi1" and "mi0".
9804
98052002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9806
9807 * gdb.texinfo (Packets): Fix typos "alligned".
9808 Correct z3/Z3 description. Correct z4/Z4 title.
9809
98102002-09-27 Andrew Cagney <ac131313@redhat.com>
9811
9812 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9813
98142002-09-25 Kevin Buettner <kevinb@redhat.com>
9815
9816 * gdb.texinfo: Use GNU/Linux instead of Linux.
9817
98182002-09-25 Andrew Cagney <ac131313@redhat.com>
9819
9820 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9821
98222002-09-24 Andrew Cagney <ac131313@redhat.com>
9823
9824 * gdb.texinfo: Replace @example with @smallexample.
9825
98262002-09-20 Kevin Buettner <kevinb@redhat.com>
9827
9828 From Eli Zaretskii <eliz@gnu.org>:
9829 * gdb.texinfo (Character Sets): Use @smallexample instead of
9830 @example. Use GNU/Linux instead of Linux.
9831
98322002-09-20 Jim Blandy <jimb@redhat.com>
9833
9834 * gdb.texinfo: Add character set documentation.
9835
98362002-09-19 Andrew Cagney <ac131313@redhat.com>
9837
9838 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9839 (Packets): Add cross reference from `b' packet to `z' packets.
9840
98412002-09-19 Andrew Cagney <ac131313@redhat.com>
9842
9843 * gdb.texinfo (Maintenance Commands): Document ``maint
9844 internal-error'' and ``maint internal-warning''.
9845
9846 * gdbint.texinfo (Target Architecture Definition): Revise
9847 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9848
98492002-09-19 Joel Brobecker <brobecker@gnat.com>
9850
9851 * gdbint.texinfo (Target Conditionals): Document the new
9852 NAME_OF_MALLOC macro.
9853
98542002-09-05 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9857 engineer.
9858
98592002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9860
9861 * gdb.texinfo (TUI Overview): Document status line fields.
9862
98632002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9864
9865 * gdb.texinfo (TUI Commands): Document info win command.
9866
98672002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9868
9869 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9870
98712002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9872
9873 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9874 (TUI Keys): Likewise.
9875
98762002-08-25 Andrew Cagney <ac131313@redhat.com>
9877
9878 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9879 for a packet receive.
9880
98812002-08-25 Andrew Cagney <ac131313@redhat.com>
9882
9883 * Makefile.in (clean): Move to end of file.
9884 (distclean, maintainer-clean, realclean): Ditto.
9885 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9886 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9887 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9888 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9889
98902002-08-24 Andrew Cagney <ac131313@redhat.com>
9891
9892 * Makefile.in (GDBINT_TEX_TMPS): Define.
9893 (gdbint.dvi, gdbint.pdf): Use
9894 (GDB_TEX_TMPS): Define.
9895 (gdb.dvi, gdb.pdf): Use.
9896 (STABS_TEX_TMPS): Define.
9897 (stabs.dvi, stabs.pdf): Use.
9898 (GDB_DOC_SOURCE_INCLUDES): New macros.
9899 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9900 (GDBINT_DOC_FILES_INCLUDES): New macros.
9901 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9902 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9903 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9904 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9905 (links2roff): Replace SFILES_INCLUDED with
9906 GDB_DOC_SOURCE_INCLUDES.
9907 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9908 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9909 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9910 dependencies.
9911 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9912 dependencies.
9913 (gdbmi.texinfo): Delete rule.
9914 (inc-hist.texinfo): Delete rule.
9915 (rluser.texinfo): Delete rule.
9916
99172002-08-23 Andrew Cagney <cagney@redhat.com>
9918
9919 * gdbint.texinfo (Target Architecture Definition): Update
9920 STORE_RETURN_VALUE, mention regcache.
9921
99222002-08-21 Andrew Cagney <ac131313@redhat.com>
9923
9924 * gdbint.texinfo (Target Architecture Definition): Document
9925 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9926
99272002-08-19 Andrew Cagney <ac131313@redhat.com>
9928
9929 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9930 Fix minor typos. Add index entries.
9931
99322002-08-18 Andrew Cagney <ac131313@redhat.com>
9933
9934 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9935
99362002-08-15 Andrew Cagney <ac131313@redhat.com>
9937
9938 * gdbint.texinfo (Target Architecture Definition): Document
9939 PRINT_VECTOR_INFO.
9940 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9941
99422002-08-13 Andrew Cagney <ac131313@redhat.com>
9943
9944 * gdb.texinfo (Maintenance Commands): Document "maint print
9945 registers", "maint print raw-registers" and "maint print
9946 cooked-registers".
9947
99482002-08-08 Grace Sainsbury <graces@redhat.com>
9949
9950 From Mark Salter:
9951 * gdb.texinfo (Protocol): Document T packet extension to
9952 allow watchpoint address reporting.
9953
99542002-08-03 Andrew Cagney <ac131313@redhat.com>
9955
9956 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9957
99582002-08-01 Andrew Cagney <cagney@redhat.com>
9959
9960 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9961 to CHILL.
9962
99632002-08-01 Andrew Cagney <ac131313@redhat.com>
9964
9965 * gdbint.texinfo (Coding): Revise section "Include Files".
9966
99672002-07-24 Andrew Cagney <cagney@redhat.com>
9968
9969 * gdbint.texinfo: Obsolete references to m88k.
9970 * gdb.texinfo: Ditto.
9971
99722002-07-10 Joel Brobecker <brobecker@gnat.com>
9973
9974 * gdbint.texinfo (Create a release candiate): Add the location
9975 where the proper version of autoconf can be retrieved.
9976
99772002-07-09 Don Howard <dhoward@redhat.com>
9978
9979 * gdb.texinfo (Command Files): Further describe the behavior of
9980 sourced command files.
9981
99822002-06-27 Andrew Cagney <ac131313@redhat.com>
9983
9984 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9985 (Coding): Clarify ISO C version that GDB assumes.
9986
99872002-06-26 Tom Tromey <tromey@redhat.com>
9988
9989 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9990 add_setshow_cmd_full.
9991
99922002-06-25 Don Howard <dhoward@redhat.com>
9993
9994 * gdb.texinfo (Memory Region Attributes): Document new behavior
9995 for 'mem' command.
9996
99972002-06-11 Jim Blandy <jimb@redhat.com>
9998
9999 * gdb.texinfo (Symbols): Update documentation for `info source'
10000 command.
10001
10002 * gdb.texinfo (Macros): Call the command `info macro', not
10003 `show macro'.
10004
100052002-06-09 Andrew Cagney <ac131313@redhat.com>
10006
10007 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10008 data''.
10009
100102002-06-09 Mark Kettenis <kettenis@gnu.org>
10011
10012 * gdbint.texinfo (Target Architecture Definition): Document
10013 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10014
100152002-06-08 Andrew Cagney <ac131313@redhat.com>
10016
10017 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10018 lists.
10019
100202002-06-08 Andrew Cagney <ac131313@redhat.com>
10021
10022 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10023 Branch''.
10024
100252002-06-01 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdbint.texinfo (Target Architecture Definition): Add section
10028 ``Converting an existing Target Architecture to Multi-arch''.
10029
100302002-05-30 Andrew Cagney <ac131313@redhat.com>
10031
10032 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10033 to ``Obsoleting code''. Revise.
10034
100352002-05-17 Jim Blandy <jimb@redhat.com>
10036
10037 * gdb.texinfo (C Preprocessor Macros): New chapter.
10038 Include it in the main menu.
10039 (Contributors): Credit Jim Blandy with macro support.
10040 (Compilation): Explain how to get macro information into the
10041 executable.
10042 (Expressions): Note that preprocessor macros are expanded.
10043
100442002-05-14 Daniel Jacobowitz <drow@mvista.com>
10045
10046 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10047 options for `target remote'.
10048
100492002-05-13 Andrew Cagney <ac131313@redhat.com>
10050
10051 * gdbint.texinfo (Target Architecture Definition): Delete
10052 documentation on NNPC_REGNUM.
10053
100542002-05-11 Andrew Cagney <ac131313@redhat.com>
10055
10056 * gdbint.texinfo (Target Architecture Definition): Document
10057 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10058 (Target Architecture Definition): Revise section `Using Different
10059 Register and Memory Data Representations'. Add section `Raw and
10060 Virtual Register Representations'.
10061
100622002-05-11 Andrew Cagney <ac131313@redhat.com>
10063
10064 * gdbint.texinfo (Target Architecture Definition): Mention
10065 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10066 (Target Architecture Definition): Mention same. Add references to
10067 web pages.
10068
100692002-05-08 Michael Snyder <msnyder@redhat.com>
10070
10071 * stabs.texinfo (Attributes): Document new "vector" attribute.
10072
100732002-05-04 Andrew Cagney <ac131313@redhat.com>
10074
10075 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10076
100772002-05-04 Andrew Cagney <ac131313@redhat.com>
10078
10079 * gdb.texinfo: Delete obsolete references to a29k.
10080
100812002-04-24 Andrew Cagney <ac131313@redhat.com>
10082
10083 * gdbint.texinfo (Target Architecture Definition): Replace
10084 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10085
100862002-04-24 David S. Miller <davem@redhat.com>
10087
10088 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10089
100902002-04-21 David S. Miller <davem@redhat.com>
10091
10092 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10093
100942002-04-21 Andrew Cagney <ac131313@redhat.com>
10095
10096 * gdbint.texinfo (Target Architecture Definition): Delete
10097 definition of HAVE_REGISTER_WINDOWS.
10098
100992002-04-19 Eli Zaretskii <eliz@gnu.org>
10100
10101 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10102 "Theodore A. Roth" <troth@verinet.com>.
10103
101042002-04-15 Don Howard <dhoward@redhat.com>
10105
10106 From Eli Zaretskii <eliz@gnu.org>
10107 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10108 Provide a better explaination of this feature.
10109
101102002-04-14 Andrew Cagney <ac131313@redhat.com>
10111
10112 * gdbint.texinfo (Target Architecture Definition): Remove
10113 FRAME_CHAIN_COMBINE.
10114
101152002-04-12 Michael Chastain <mec@shout.net>
10116
10117 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10118 REG_STACK_SEGMENT.
10119
101202002-04-09 Michael Chastain <mec@shout.net>
10121
10122 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10123 PYRAMID_* macros.
10124
101252002-04-07 Andrew Cagney <ac131313@redhat.com>
10126
10127 * gdb.texinfo (Bug Reporting): Document that the web is the
10128 prefered way of submitting bug reports.
10129 (Bug Reporting): Delete the s-mail address as the last resort.
10130
101312002-04-05 Andrew Cagney <ac131313@redhat.com>
10132
10133 * gdbint.texinfo (Target Architecture Definition): Delete
10134 references to TARGET_WRITE_FP and write_fp.
10135
101362002-03-27 Michael Snyder <msnyder@redhat.com>
10137
10138 * gdb.texinfo: Document new commands dump, append, and restore.
10139
101402002-03-27 Andrew Cagney <ac131313@redhat.com>
10141
10142 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10143 Branch'.
10144
101452002-03-18 Andrew Cagney <ac131313@redhat.com>
10146
10147 * gdb.texinfo: Change all examples to @smallexample.
10148 * gdbint.texinfo: Ditto.
10149
101502002-03-18 Andrew Cagney <ac131313@redhat.com>
10151
10152 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10153 Branches''.
10154
101552002-03-18 Andrew Cagney <ac131313@redhat.com>
10156
10157 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10158 Policy''.
10159
101602002-03-04 Fred Fish <fnf@redhat.com>
10161
10162 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10163 expresson, suports, dependant, trhe, perhaphs, situtations,
10164 explictily, taged, oportunity, unfortunatly).
10165
101662002-02-24 Andrew Cagney <ac131313@redhat.com>
10167
10168 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10169 Remove reference to 3.12.
10170
101712002-02-23 Andrew Cagney <ac131313@redhat.com>
10172
10173 * gdbint.texinfo: Include fdl.texi.
10174 (Top): Add GNU Free Documentation License.
10175 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10176 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10177 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10178 (gdbint.info): Add srcdir to include path.
10179 * gdb.texinfo: Include gpl.texi.
10180 (Top): Add Copying.
10181 * gpl.texi: New file.
10182
101832002-02-23 Andrew Cagney <ac131313@redhat.com>
10184
10185 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10186
101872002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10188
10189 * gdb.texinfo: Document Cygwin native specific commands.
10190
101912002-02-15 Daniel Jacobowitz <drow@mvista.com>
10192
10193 * gdb.texinfo: Document gdbserver ``--attach'' command.
10194
101952002-02-07 Michael Snyder <msnyder@redhat.com>
10196
10197 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10198 to @code(_ovly_debug_event).
10199
102002002-02-07 Andrew Cagney <ac131313@redhat.com>
10201
10202 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10203
102042002-02-06 Michael Snyder <msnyder@redhat.com>
10205
10206 * gdb.texinfo (overlays): Mention new magic symbol
10207 '_ovly_debug_event', which allows GDB to keep better track
10208 of overlays.
10209
102102002-02-03 Eli Zaretskii <eliz@gnu.org>
10211
10212 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10213 Suggested by Dmitry Sivachenko.
10214
10215 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10216
102172002-02-01 Michael Snyder <msnyder@redhat.com>
10218
10219 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10220
102212002-01-30 Michael Snyder <msnyder@redhat.com>
10222
10223 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10224 (set trust-readonly-sections): Document.
10225
102262002-01-29 Andrew Cagney <ac131313@redhat.com>
10227
10228 * gdbint.texinfo (Releasing GDB): Revise and update.
10229
102302002-01-28 Andrew Cagney <ac131313@redhat.com>
10231
10232 * gdbint.texinfo (Target Architecture Definition): Delete
10233 description of TARGET_BYTE_ORDER_DEFAULT.
10234
102352002-01-27 Eli Zaretskii <eliz@gnu.org>
10236
10237 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10238 <mitya@cavia.pp.ru>.
10239
102402002-01-23 Andrew Cagney <ac131313@redhat.com>
10241
10242 * libgdb.texinfo: Delete file.
10243
102442002-01-22 Andrew Cagney <ac131313@redhat.com>
10245
10246 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10247 * gdbint.texinfo: Ditto.
10248
10249Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10250
10251 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10252
102532002-01-22 Andrew Cagney <ac131313@redhat.com>
10254
10255 * Makefile.in: Update copyright.
10256 (TEXI2DVI): Define.
10257 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10258 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10259 gdb-cfg.texi.
10260 (TEXINDEX, PDFTEX): Delete makefile variables.
10261
102622002-01-22 Andrew Cagney <ac131313@redhat.com>
10263
10264 * gdb.texinfo (Protocol): Move section to appendix.
10265
102662002-01-21 Andrew Cagney <ac131313@redhat.com>
10267
10268 * gdb.texinfo (Remote Debugging): Create a menu.
10269 (Top): Add ``Remote Debugging'' to menu.
10270
102712002-01-21 Andrew Cagney <ac131313@redhat.com>
10272
10273 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10274 serial protocol'' from here.
10275 (Remote Debugging): To here. New chapter.
10276
102772002-01-20 Andrew Cagney <ac131313@redhat.com>
10278
10279 * gdbint.texinfo (Target Architecture Definition): Delete
10280 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10281
102822002-01-20 Andrew Cagney <ac131313@redhat.com>
10283
10284 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10285 are no longer needed.
10286 (Porting GDB): Add maintainer note about configure.host.
10287
102882002-01-20 Andrew Cagney <ac131313@redhat.com>
10289
10290 * gdbint.texinfo (Target Architecture Definition): Remove
10291 definition of IEEE_FLOAT.
10292
102932002-01-20 Eli Zaretskii <eliz@gnu.org>
10294
10295 * gdb.texinfo: Beautify copyright years; fix a typo.
10296 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10297 <3diff@gnu.org>
10298
102992002-01-19 Andrew Cagney <ac131313@redhat.com>
10300
10301 * gdbint.texinfo (Host Definition): Remove references to
10302 MALLOC_INCOMPATIBLE.
10303
103042002-01-17 Andrew Cagney <ac131313@redhat.com>
10305
10306 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10307 and xyz-xdep.o.
10308
103092002-01-17 Andrew Cagney <ac131313@redhat.com>
10310
10311 * gdb.texinfo (Maintenance Commands): Add appendix.
10312 (Set Breaks): Copy ``maint info breakpoint'' doco to
10313 ``Maintenance Commands'' appendix. Add reference.
10314
103152002-01-17 Andrew Cagney <ac131313@redhat.com>
10316
10317 * fdl.texi: Remove next/prev from @node.
10318
103192002-01-17 Eli Zaretskii <eliz@gnu.org>
10320
10321 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10322 for monstrous @multitable (from Brian Youmans).
10323
10324 * fdl.texi: New file.
10325
10326 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10327
103282002-01-15 Andrew Cagney <ac131313@redhat.com>
10329
10330 * gdbint.texinfo (Releasing GDB): New chapter.
10331
103322002-01-14 Andrew Cagney <ac131313@redhat.com>
10333
10334 * gdb.texinfo (Embedded Processors, Calling program functions):
10335 Obsolete references to a29k.
10336
103372002-01-13 Andrew Cagney <ac131313@redhat.com>
10338
10339 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10340 examples. Document that a code-block should do or discard its
10341 cleanups before exit.
10342
103432002-01-11 Michael Snyder <msnyder@redhat.com>
10344
10345 * gdb.texinfo (Choosing files): Change @samp to @file.
10346
103472002-01-05 Michael Snyder <msnyder@redhat.com>
10348
10349 * gdb.texinfo (--pid): Document new command line option (attach).
10350
103512002-01-07 Eli Zaretskii <eliz@gnu.org>
10352
10353 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10354 in the stub.
10355
103562002-01-04 Andrew Cagney <ac131313@redhat.com>
10357
10358 * gdbint.texinfo (Target Architecture Definition): Replace
10359 BIG_ENDIAN with BFD_ENDIAN_BIG.
10360
103612002-01-03 Andrew Cagney <ac131313@redhat.com>
10362
10363 * gdbint.texinfo (Target Architecture Definition): Replace
10364 value_ptr with struct value pointer.
10365
103662002-01-02 Eli Zaretskii <eliz@gnu.org>
10367
10368 * gdb.texinfo (Free Software): Fix wording.
10369
103702001-12-31 Eli Zaretskii <eliz@gnu.org>
10371
10372 * gdb.texinfo (Free Software): New section ``Free Software Needs
10373 Free Documentation''.
10374
103752001-12-30 Eli Zaretskii <eliz@gnu.org>
10376
10377 * stabs.texinfo:
10378 * gdb.texinfo:
10379 * gdbint.texinfo:
10380 * libgdb.texinfo:
10381 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10382
103832001-12-29 Michael Snyder <msnyder@redhat.com>
10384
10385 * gdb.texinfo (maint info sections): Fix typo.
10386
103872001-12-26 Michael Snyder <msnyder@redhat.com>
10388
10389 * gdb.texinfo (maint info sections): Document.
10390
10391 * gdb.texinfo (info proc): Comment out documentation for
10392 'info proc' sub-options that are currently not implemented.
10393
103942001-12-20 Jim Blandy <jimb@redhat.com>
10395
10396 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10397
103982001-12-15 Andrew Cagney <ac131313@redhat.com>
10399
10400 * gdbint.texinfo (Target Architecture Definition): Replace
10401 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10402
104032001-12-01 Andrew Cagney <ac131313@redhat.com>
10404
10405 * gdbint.texinfo (Host Definition): Delete documentation on
10406 HOST_BYTE_ORDER.
10407
104082001-11-30 Jim Blandy <jimb@redhat.com>
10409
10410 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10411 overlay support. Add to top-level menu.
10412
104132001-11-26 Tom Tromey <tromey@redhat.com>
10414
10415 * gdb.texinfo (Command Syntax): Document C-o binding.
10416
104172001-07-26 Christopher Faylor <cgf@redhat.com>
10418
10419 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10420 use since it is described in the referenced section.
10421
10422 From Eli Zaretskii <eliz@gnu.org>
10423 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10424 clearer when using DJGPP.
10425
104262001-11-24 Christopher Faylor <cgf@redhat.com>
10427
10428 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10429 specifically refer to MS-DOS.
10430 (command files): Mention gdb.ini is only used on MS-DOS.
10431
104322001-11-21 Tom Tromey <tromey@redhat.com>
10433
10434 * gdb.texinfo (Invoking GDB): Document --args.
10435 (Mode Options): Likewise.
10436
104372001-11-21 Jim Blandy <jimb@redhat.com>
10438
10439 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10440 Delete documentation; this macro has been removed from the
10441 sources.
10442
104432001-11-13 Jim Blandy <jimb@redhat.com>
10444
10445 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10446
104472001-11-06 Corinna Vinschen <vinschen@redhat.com>
10448
10449 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10450
104512001-11-05 Michael Snyder <msnyder@redhat.com>
10452
10453 * gdb.texinfo (info functions): Document use of backslash to
10454 quote regexp chars in function names such as "operator*()".
10455
104562001-11-01 Fred Fish <fnf@redhat.com>
10457
10458 * gdbint.texinfo (SOLIB_ADD): Document additional new
10459 "readsyms" arg.
10460
104612001-10-30 Don Howard <dhoward@redhat.com>
10462
10463 * gdb.texinfo: (Command Files) Added documentation for the
10464 behavior of gdb with input redirected from a file.
10465
104662001-10-28 Fred Fish <fnf@redhat.com>
10467
10468 * gdb.texinfo (auto-solib-add): Change docs to match
10469 implementation change.
10470 (auto-solib-limit): Add docs for new variable.
10471
104722001-10-15 Andrew Cagney <ac131313@redhat.com>
10473
10474 * gdbint.texinfo (Target Architecture Definition): Function
10475 value_as_pointer renamed to value_as_address.
10476
104772001-10-15 Andrew Cagney <ac131313@redhat.com>
10478
10479 * gdbint.texinfo (Target Architecture Definition): Default
10480 POINTER_TO_ADDRESS functions assume unsigned addresses.
10481 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10482 posting by Jim Blandy.
10483
104842001-10-12 Jim Blandy <jimb@redhat.com>
10485
10486 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10487 version of texi2html (1.64) doesn't support this flag any more.
10488
104892001-09-08 Mark Kettenis <kettenis@gnu.org>
10490
10491 * gdbint.texinfo (Host Definition): Remove description of
10492 MEM_FNS_DECLARED.
10493
10494 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10495
10496 * gdbint.texinfo (Host Definition): Remove description of
10497 HAVE_SIGSETMASK.
10498
104992001-09-04 Elena Zannoni <ezannoni@redhat.com>
10500
10501 * gdbint.texinfo (Target Architecture Definition): Add
10502 explanation of TARGET_PRINT_INSN macro.
10503
105042001-08-30 Jim Blandy <jimb@redhat.com>
10505
10506 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10507 Explain what it means to load relocatable files.
10508
105092001-08-28 Jim Blandy <jimb@redhat.com>
10510
10511 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10512 info `top' menu.
10513
10514Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10515
10516 * gdbint.texinfo: Add a cautionary note about macro use.
10517
105182001-08-02 Corinna Vinschen <vinschen@redhat.com>
10519
10520 * gdb.texinfo: Explain omitting the hostname in the
10521 `target remote' command.
10522
105232001-07-30 Daniel Jacobowitz <drow@mvista.com>
10524
10525 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10526 and END-INFO-DIR-ENTRY.
10527
105282001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10529
10530 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10531
105322001-07-25 Andrew Cagney <ac131313@redhat.com>
10533
10534 * gdbint.texinfo (libgdb): Rewrite.
10535
105362001-07-26 Eli Zaretskii <eliz@gnu.org>
10537
10538 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10539
105402001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10541
10542 * gdb.texinfo (TUI): New chapter, document the TUI.
10543 (Mode Options): Document the -tui option.
10544
105452001-07-23 Mark Kettenis <kettenis@gnu.org>
10546
10547 * gdbint.texinfo (Host Definition): Remove description of
10548 NEED_POSIX_SETPGID.
10549
105502001-07-23 Eli Zaretskii <eliz@gnu.org>
10551
10552 * gdb.tex (DJGPP Native): New node, with descriptions of
10553 DJGPP-specific commands.
10554
105552001-07-19 John R. Moore <jmoore@redhat.com>
10556
10557 * gdbint.texinfo: Three misspellings.
10558
105592001-07-06 Andrew Cagney <ac131313@redhat.com>
10560
10561 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10562 `test` expressions on bash. Problem reported by Colin Walters.
10563
105642001-07-04 Andrew Cagney <ac131313@redhat.com>
10565
10566 * gdbint.texinfo (User Interface): Update ui-out documentation to
10567 refelect recent UI/MI updates.
10568
105692001-07-04 Andrew Cagney <ac131313@redhat.com>
10570
10571 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10572 interpreters.
10573
105742001-06-15 Andrew Cagney <ac131313@redhat.com>
10575
10576 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10577 structure and not macros.
10578 (Host Definition): Document that much of this chapter is obsolete.
10579 (Target Architecture Definition): Update list of files that make
10580 up a target architecture.
10581 (Coding): Update.
10582
105832001-06-28 Andrew Cagney <ac131313@redhat.com>
10584
10585 * gdbint.texinfo (Target Architecture Definition): Update
10586 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10587 The latter has been changed to a true predicate.
10588
105892001-06-17 Eli Zaretskii <eliz@gnu.org>
10590
10591 * annotate.texi: Add @noindent where needed. From Dmitry
10592 Sivachenko <dima@Chg.RU>.
10593 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10594
105952001-06-16 Andrew Cagney <ac131313@redhat.com>
10596
10597 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10598
105992001-06-14 Andrew Cagney <ac131313@redhat.com>
10600
10601 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10602 returns ``OK''. Document that the ``R'' packet does not reply.
10603
106042001-06-13 Michael Snyder <msnyder@redhat.com>
10605
10606 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10607
106082001-06-13 Eli Zaretskii <eliz@gnu.org>
10609
10610 * gdb.texinfo (Signals): Clarify the default setting of signal
10611 handling.
10612
106132001-05-14 Andrew Cagney <ac131313@redhat.com>
10614
10615 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10616 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10617
106182001-05-12 Andrew Cagney <ac131313@redhat.com>
10619
10620 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10621
106222001-05-10 Eli Zaretskii <eliz@gnu.org>
10623
10624 * gdbint.texinfo (Clean Design and Portable Implementation):
10625 Renamed from "Clean Design".
10626 (Clean Design and Portable Implementation): Document portable
10627 methods of handling file names, and the associated macros.
10628
106292001-04-02 Eli Zaretskii <eliz@gnu.org>
10630
10631 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10632 command and provide a cross-reference to its description.
10633 (Symbols): Note that "info scope" is useful for trace experiments.
10634
106352001-04-01 Eli Zaretskii <eliz@gnu.org>
10636
10637 * gdb.texinfo (Symbols): Document "info scope".
10638 (Tracepoints): New chapter.
10639 (Contributors): Update for v5.1.
10640 <All nodes>: Change "C++" to "C@t{++}".
10641
10642 * gdbint.texinfo (User Interface): A new section about ui_out
10643 functions, based on text written by Fernando Nasser.
10644
10645 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10646
106472001-03-26 Eli Zaretskii <eliz@gnu.org>
10648
10649 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10650
10651 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10652
10653 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10654 Replace "GDB" with "@value{GDBN}". Fix markup.
10655
10656 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10657
10658 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10659 a cross-reference to its description.
10660 (Symbols): Document "info symbol".
10661
106622001-03-21 Eli Zaretskii <eliz@gnu.org>
10663
10664 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10665 subsection "x86 Watchpoints".
10666 (Target Architecture Definition): Document the macros
10667 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10668 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10669
106702001-03-20 Andrew Cagney <ac131313@redhat.com>
10671
10672 * gdbint.texinfo (Target Architecture Definition): Update
10673 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10674 list.
10675
106762001-03-06 Kevin Buettner <kevinb@redhat.com>
10677
10678 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10679 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10680
106812001-02-21 Eli Zaretskii <eliz@gnu.org>
10682
10683 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10684
106852001-02-11 Eli Zaretskii <eliz@gnu.org>
10686
10687 * gdb.texinfo (Environment): Document that `path' does not change
10688 the value of PATH in GDB's own environment (it did in the past,
10689 but that was changed on March 15, 1994). Reported by Doug Evans
10690 <dje@transmeta.com>.
10691
10692 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10693 its line. Fix markup of commands and macros. Add an Index node
10694 and index entries.
10695
106962001-01-23 J.T. Conklin <jtc@redback.com>
10697
10698 * gdb.texinfo (Memory region attributes): New manual section.
10699
107002001-01-04 Nicholas Duffek <nsd@redhat.com>
10701
10702 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10703
107042000-12-25 Eli Zaretskii <eliz@gnu.org>
10705
10706 * refcard.tex: Version and copyright fixed. From Phil Edwards
10707 <pedwards@disaster.jaj.com>.
10708
10709Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10710
10711 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10712 DWARF2_REG_TO_REGNUM): Document.
10713
10714Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10715
10716 * gdbint.texinfo (Coding): Update current value of
10717 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10718
107192000-11-19 Eli Zaretskii <eliz@gnu.org>
10720
10721 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10722 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10723
107242000-11-10 Christopher Faylor <cgf@cygnus.com>
10725
10726 * gdb.texinfo: Document new 'set step-mode' command.
10727
107282000-10-16 Eli Zaretskii <eliz@gnu.org>
10729
10730 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10731 changes from Dmitry Sivachenko <dima@Chg.RU>.
10732
107332000-09-26 Eli Zaretskii <eliz@gnu.org>
10734
10735 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10736 From Steven Johnson <sbjohnson@ozemail.com.au>.
10737
107382000-08-10 Mark Kettenis <kettenis@gnu.org>
10739
10740 * gdbint.texinfo (Overall Structure): Spelling fix.
10741
107422000-08-10 Eli Zaretskii <eliz@gnu.org>
10743
10744 * gdbint.texinfo (Target Architecture Definition): Document that
10745 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10746 for which REGISTER_CONVERTIBLE returns a zero value.
10747
107482000-07-08 Christopher Faylor <cgf@cygnus.com>
10749
10750 * Makefile.in (install-info): Find files to install in either the
10751 build or source directories (adapted from Makefile.am).
10752
107532000-07-07 Nicholas Duffek <nsd@redhat.com>
10754
10755 * stabs.texinfo: Fix spelling errors.
10756 (String Field): FILE-NUMBER starts from 0, not 1.
10757
107582000-07-05 Eli Zaretskii <eliz@gnu.org>
10759
10760 * refcard.tex: Remove \centerline from the blurb. Patch from
10761 Brian Youmans.
10762
107632000-06-25 Eli Zaretskii <eliz@gnu.org>
10764
10765 * Makefile.in (install-info): Support installation from outside of
10766 the source directory. Reported by Mark Harig
10767 <markh@frazier.landmark.com>.
10768
107692000-06-20 J.T. Conklin <jtc@redback.com>
10770
10771 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10772
10773Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10774
10775 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10776 Generate using pdftex.
10777 (PDFTEX): Define.
10778 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10779 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10780 @contents at the start.
10781
107822000-05-24 Eli Zaretskii <eliz@gnu.org>
10783
10784 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10785 Youmans.
10786
10787Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10788
10789 From Brian Youmans:
10790 * gdb.texinfo: Fix ``et al.''.
10791
10792Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10793
10794 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10795 loop.
10796
107972000-05-19 Jimmy Guo <guo@cup.hp.com>
10798
10799 * configure: Regenerate.
10800
108012000-05-17 Eli Zaretskii <eliz@gnu.org>
10802
10803 * Makefile.in (install-info): Run install-info on installed Info
10804 files.
10805
10806Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10807
10808 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10809 Andrew Cagney.
10810
108112000-05-09 Eli Zaretskii <eliz@gnu.org>
10812
10813 * gdb.texinfo: Proofreading changes from Brian Youmans.
10814
108152000-05-01 Nick Duffek <nsd@cygnus.com>
10816
10817 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10818 startup sequence, minor edits.
10819
108202000-05-01 Eli Zaretskii <eliz@gnu.org>
10821
10822 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10823 TeX.
10824
10825 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10826 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10827 like `n' and `s' which look weird. Convert some of the @kindex to
10828 @vindex, when they refer to variables, not commands.
10829
10830Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10831
10832 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10833
108342000-04-23 Eli Zaretskii <eliz@gnu.org>
10835
10836 * Makefile.in (GDBMI_DIR): New variable.
10837 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10838 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10839 (gdbmi.texinfo): New target, for texi2roff.
10840 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10841 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10842
10843 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10844 gdbmi.texinfo.
10845 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10846 comment.
10847
108482000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10849
10850 * gdb.texinfo (Files): Update description of add-symbol-file
10851 command.
10852
108532000-04-17 Eli Zaretskii <eliz@gnu.org>
10854
10855 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10856 prevents the build (and is generally a Bad Idea).
10857
108582000-04-17 Eli Zaretskii <eliz@gnu.org>
10859
10860 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10861 a comma inside @var.
10862 (Command Files): Index markup changes from Dmitry Sivachenko
10863 <dima@Chg.RU>.
10864
108652000-04-16 Eli Zaretskii <eliz@gnu.org>
10866
10867 * Makefile.in (LN_S): Define.
10868 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10869 invoke "ln -s" unless it is known to work.
10870
10871 * configure.in (AC_PROG_LN_S): Add.
10872
108732000-04-14 Jim Blandy <jimb@redhat.com>
10874
10875 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10876 section.
10877 (Target Conditionals): Document ADDRESS_TO_POINTER,
10878 POINTER_TO_ADDRESS.
10879
108802000-04-11 Daniel Berlin <dan@cgsoftware.com>
10881
10882 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10883 gdb-cfg.texi to get the value.
10884
108852000-04-10 Jim Blandy <jimb@redhat.com>
10886
10887 * gdbint.texinfo (Target Architecture Definition): Fix
10888 cross-references.
10889
108902000-04-08 Jim Blandy <jimb@redhat.com>
10891
10892 * gdbint.texinfo (Using Different Register and Memory Data
10893 Representations): New section.
10894 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10895 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10896 REGISTER_CONVERT_TO_RAW): Document.
10897
10898Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10899
10900 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10901 for acknowledgments.
10902
10903Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10904
10905 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10906 qThreadExtraInfo.
10907
109082000-03-28 J.T. Conklin <jtc@redback.com>
10909
10910 * gdb.texinfo: Clarify which remote debug protocol commands are
10911 required and which are optional.
10912
10913Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10914
10915 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10916 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10917 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10918 * annotate.texi: Update.
10919
109202000-03-28 Stan Shebs <shebs@apple.com>
10921
10922 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10923 expectation of additional changes before release), update
10924 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10925 node links, rephrase and/or shorten lines to fix formatting
10926 problem in both regular and @smallbook formats.
10927 * annotate.texi: Shorten lines in example, use smallexample
10928 consistently everywhere.
10929 * Makefile.in: Add comment about texinfo 4.0 html generation.
10930 (SFILES_INCLUDED): Add annotate.texi.
10931
109322000-03-27 Daniel Berlin <dan@cgsoftware.com>
10933
10934 * gdb.texinfo (Debugging Output): Added new section, documenting
10935 the "set/show debug" commands.
10936
10937Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10938
10939 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10940 entry.
10941
10942 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10943 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10944 @chapter and @node entries.
10945
10946 * gdb.texinfo: Link all top-level nodes.
10947
10948Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10949
10950 * Makefile.in (install-info): Create $(infodir) before installing
10951 files.
10952
109532000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10954
10955 From David Whedon <dwhedon@gordian.com>
10956 * gdbint.texinfo : Added paragraphs about command deprecation.
10957
109582000-03-22 Daniel Berlin <dan@cgsoftware.com>
10959
10960 * gdb.texinfo: Add documentation for the apropos command.
10961
109622000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10963
10964 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10965
109662000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10967
10968 * gdb.texinfo: Add white space to prevent overprinting in
10969 two places.
10970
109712000-03-17 Stan Shebs <shebs@apple.com>
10972
10973 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10974 <dima@Chg.RU>, also clarification of allowed content for
10975 string constants.
10976
109772000-03-16 Eli Zaretskii <eliz@gnu.org>
10978
10979 * gdb.texinfo (main menu): Add Annotations.
10980 (File Options): Add @cindex entries for each command-line option.
10981 Document --epoch, --annotate, --async, --interpreter, --write,
10982 --statistics, and --version.
10983
10984 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10985 of GDB.
10986
109872000-02-23 Jim Blandy <jimb@redhat.com>
10988
10989 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10990
109912000-02-22 Jim Blandy <jimb@redhat.com>
10992
10993 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10994
109952000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10996
10997 * Makefile.in (diststuff): New target.
10998
109992000-02-15 Kevin Buettner <kevinb@redhat.com>
11000
11001 * agentexpr.texi: Fix wording regarding Intel's IA-64
11002 architecture. [From Jim Wilson.]
11003
110042000-01-16 Tom Tromey <tromey@cygnus.com>
11005
11006 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11007 (Delete Breaks): Mention range arguments.
11008 (Disabling): Likewise.
11009
110102000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11011
11012 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11013
11014Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11015
11016 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11017 valid functions.
11018
110191999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11020
11021 * gdb.texinfo: Clarify regular expressions used in rbreak.
11022
110231999-10-15 Kevin Buettner <kevinb@cygnus.com>
11024
11025 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11026 MEMORY_REMOVE_BREAKPOINT): Document.
11027
11028Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11029
11030 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11031 offset re-using the DATA offset instead.
11032
110331999-10-11 Jim Kingdon <kingdon@redhat.com>
11034
11035 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11036
110371999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11038
11039 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11040 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11041 typos.
11042
11043 * gdb.texinfo: Various minor wording and formatting improvements,
11044 mentions of additional command-line options.
11045
110461999-09-30 Fred Fish <fnf@cygnus.com>
11047
11048 * gdb.texinfo: Document additional forms of specifying section
11049 names and addresses for the add-symbol-file command.
11050
110511999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11052
11053 * gdbint.texinfo: Fix typo, add the word "have".
11054
110551999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11056
11057 * gdbint.texinfo (Target Architecture Definition): Document the
11058 SKIP_PERMANENT_BREAKPOINT macro.
11059
110601999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11061
11062 * gdb.texinfo: Fiks speling errers.
11063
11064 * gdb.texinfo: Fix uses of @multitable.
11065
11066 From Eli Zaretskii <eliz@gnu.org>:
11067 * gdb.texinfo: Include details specific to DOS host, clarify
11068 some confusing language, fix @ref/@xref/@pxref usages, add
11069 comments about using with optimization, add more indexing,
11070 fix info about disassembly-flavor.
11071
11072Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11073
11074 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11075 SKIP_SOLIB_RESOLVER): Define.
11076
11077Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11078
11079 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11080 ``g'' packets.
11081
110821999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11083
11084 * gdb.texinfo: Create a new "Configurations" chapter with
11085 platform-specific info, inline remote.texi and move sections of it
11086 into the new chapter, move bits about info proc, heuristic search,
11087 and register stack into the new chapter.
11088 * remote.texi: Remove, now part of gdb.texinfo.
11089 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11090
110911999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11092
11093 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11094 GDB_TARGET_IS_MACH386): These kludges have gone away.
11095
11096Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11097
11098 * gdbint.texinfo (Target Architecture Definition): Mention
11099 TDEPLIBS.
11100
111011999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11102
11103 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11104 surrounding text to fit HP-UX bits into general info.
11105 (HPPA-cfg.texi): Remove, no longer useful.
11106
11107 * gdb.texinfo: Remove explicit links from @node lines, remove
11108 HP-added "Detailed Node Listing" from main menu which confuses
11109 things.
11110
11111 From Dmitry Sivachenko <dima@Chg.RU>:
11112 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11113 in description of `set environment'.
11114
111151999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11116
11117 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11118
111191999-08-12 Ben Elliston <bje@cygnus.com>
11120
11121 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11122
111231999-08-10 Eli Zaretskii <eliz@gnu.org>
11124
11125 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11126 watch, awatch, and rwatch. Explain why the latter two cannot be
11127 set as software watchpoints. Document that watchpoints for local
11128 variables are deleted when the debuggee terminates.
11129
11130Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11131
11132 * remote.texi (Protocol): Further clarification of the "qRcmd"
11133 packet. Allow E.. response packet. "qRcmd" packet is no longer
11134 reserved.
11135
111361999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11137
11138 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11139 * gdb.texinfo: Ditto.
11140
111411999-08-06 Tom Tromey <tromey@cygnus.com>
11142
11143 * gdb.texinfo (KOD): New node.
11144
11145Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11146
11147 * remote.texi (Rcmd): Fix minor formatting typos.
11148
11149Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11150
11151 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11152 packets.
11153
111541999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11155
11156 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11157 fixes.
11158
11159Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11160
11161 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11162
11163Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11164
11165 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11166 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11167 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11168 packets that are not supported on all hosts. Expand examples.
11169 Spell check.
11170
111711999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11172
11173 * Makefile.in: Recognize html, install-html. Add targets
11174 to build HTML versions of documentation via texi2html.
11175
11176Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11177
11178 * gdbint.texinfo (Testsuite): New chapter, information about the
11179 testsuite.
11180
11181Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11182
11183 * remote.texi (Communication Protocol): Rewrite.
11184
11185Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11186
11187 * stabs.texinfo: Fix uses of xref.
11188
11189Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11190
11191 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11192 info about patch submission.
11193
11194Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11195
11196 From Per Bothner <bothner@cygnus.com>:
11197 * gdb.texinfo: Document Chill support.
11198
11199Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11200
11201 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11202 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11203 Document that the value should be greater-than or equal-to zero.
11204 (NO_STD_REGS): Document. Deprecate.
11205
11206Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11207
11208 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11209 Document that these are not used.
11210
11211Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11212
11213 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11214
11215Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11216
11217 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11218 numargs was dropped.
11219
11220Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11221
11222 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11223
11224Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11225
11226 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11227 Update.
11228
11229Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11230
11231 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11232 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11233
11234Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11235
11236 * gdbint.texinfo: Fix typos: $ -> @.
11237
11238Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11239
11240 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11241 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11242 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11243 BREAKPOINT_FROM_PC.
11244
11245Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11246
11247 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11248 CALL_DUMMY_STACK_ADJUST): Document.
11249
11250Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11251
11252 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11253 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11254
112551999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11256
11257 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11258 longer exists.
11259
11260Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11261
11262 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11263 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11264 they make the manual source incomprehensible.
11265 * h8-cfg.texi: Remove, hasn't been used in years.
11266
11267Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11268
11269 * gdb.texinfo: Update the credits.
11270
11271Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11272
11273 * gdb.texinfo: Fix mistakes noticed in printout of last
11274 draft, add Alpha to discussion of heuristic fence post.
11275
11276Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11277
11278 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11279 Edition, merge some HP changes into mainline, describe some
11280 previously undocumented features, describe more of the target
11281 commands available, eliminate obsolete section on renamed
11282 commands.
11283 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11284
11285Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11286
11287 * gdb.texinfo: Make many HPPA conditionals unconditional,
11288 including catchpoint description, since now on for all configs.
11289 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11290 specializations.
11291
11292Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11293
11294 * Makefile.in (GDBvn.texi): Fix match expression to work with
11295 current format of VERSION in gdb/Makefile.in.
11296 * gdb.texinfo: Fix node ref to match new readline.
11297
11298Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11299
11300 * gdb.texinfo: Changes made as part of a project to merge in
11301 changes made by HP. Documentation makes extensive use of
11302 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11303 on remote debugging. There are differences in documentation
11304 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11305 the HP manual discusses catchpoints, hardware watchpoints, and
11306 some HPUX specific limitations for shared library support.
11307
11308 There are also a number of @node changes.
11309
113101999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11311
11312 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11313 (C Usage): Same.
11314
11315Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11316
11317 The following changes were made by Edith Epstein
11318 <eepstein@cygnus.com> as part of a project to merge in changes
11319 made by HP.
11320
11321 * HPPA-cfg.texi: new file.
11322
11323 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11324
11325 * refcard.tex: change documentation about catch.
11326 removed info catch.
11327
11328Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11329
11330 * gdbint.texinfo: Expand on GDB's coding standards,
11331 specify the use of arg names with prototypes.
11332
113331998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11334
11335 * gdb.texinfo: Fix tipo.
11336
11337Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11338
11339 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11340 TARGET_BYTE_ORDER_SELECTABLE_P.
11341
11342Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11343
11344 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11345
113461998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11347
11348 * agentexpr.texi: New file.
11349
11350Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11351
11352 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11353
113541998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11355
11356 * remote.texi: Changed wording that implied that the GDB remote
11357 protocol caches register values instead of GDB itself.
11358
11359Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11360
11361 * gdbint.texinfo: Add some info about symbol readers.
11362 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11363 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11364 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11365 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11366
11367Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11368
11369 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11370
11371Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11372
11373 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11374
11375Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11376
11377 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11378 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11379
11380Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11381
11382 * gdbint.texinfo: Fix minor typos.
11383
11384Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11385
11386 * gdbint.texinfo: Complete overhaul. Group descriptions more
11387 logically, add more info on generic algorithms, remove much
11388 obsolete and/or wrong material.
11389
11390Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11391
11392 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11393
11394Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11395
11396 * refcard.tex: Copyright, address updates.
11397
11398Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11399
11400 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11401 for the edition instead of confusing GDB-version-like numbers.
11402
11403Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11404
11405 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11406
11407Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11408
11409 * LRS: Reformat a bit to keep text under 80 columns.
11410
11411Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11412
11413 * gdb.texinfo: Add some credits, mention bug monitor.
11414 * remote.texi: Mention mips monitor targets.
11415 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11416
11417Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11418
11419 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11420 files, finish sorting of host vs target vs native macros, describe
11421 some more of them.
11422
11423Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11424
11425 * gdbint.texinfo (Host Conditionals): Document change from
11426 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11427
11428Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11429
11430 * gdbint.texinfo (Host Conditionals): Document
11431 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11432
11433Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11434
11435 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11436 Document LSEEK_NOT_LINEAR.
11437
11438Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11439
11440 * stabs.texinfo (Stab Section Basics): Make it clear that only
11441 some versions of the GNU linker remove the leading N_UNDF symbol.
11442
11443Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11444
11445 * stabs.texinfo (String Field): Document type number pairs here,
11446 instead of in the Sun specific section.
11447 (Include Files): The GNU linker supports the N_BINCL
11448 optimization. Clarify the N_BINCL value, and what it is used
11449 for.
11450 (Procedures): Document N_FUN with an empty string to mark the end
11451 of a function.
11452 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11453 (Sun Differences): Remove this node, as the information is now
11454 elsewhere in the main document.
11455 (Stab Section Basics): Mention that the GNU linker may optimize
11456 stabs and remove the leading N_UNDF symbol.
11457
11458Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11459
11460 * gdb.texinfo, refcard.tex: Restore author credit
11461
11462Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11463
11464 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11465 documentation to account for START and END macros taking
11466 one arg.
11467
11468Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11469
11470 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11471 * gdb.texinfo (Frames): Fix typo.
11472
11473Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11474
11475 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11476 a target_signal as arg type, not a pid.
11477
11478Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11479
11480 * gdb.texinfo: Document `set assembly-language'.
11481
11482Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11483
11484 * remote.texi: Update list of stubs in the GDB distribution.
11485
11486Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11487
11488 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11489 Also document that some systems can use mmalloc but must define
11490 this if their C runtime allocates memory that is later freed.
11491 (MMCHECK_FORCE): Document new macro.
11492
11493Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11494
11495 * remote.texi: Add documentation for target Sparclet.
11496
11497Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11498
11499 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11500 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11501 * configure.in: Rewritten for autoconf.
11502 * configure: New.
11503
11504Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11505
11506 * Makefile.in (DVIPS): New define, set to dvips.
11507 (dvi): Add stabs.dvi.
11508 (ps): New target.
11509 (all-doc): Depend on info, dvi, and ps targets.
11510 (STAGESTUFF): Add *.ps and *.dvi files.
11511 (clean-info, clean-dvi): Remove.
11512 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11513 rules completely rewritten.
11514 (maintainer-clean): Remove clean-info and clean-dvi
11515 dependencies and put their actions in the rules.
11516 (gdb.ps): New target
11517 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11518 intermediate TeX files, whether they have 2 or 3 character
11519 extensions.
11520 (gdbint.ps): Add target and rules.
11521 (gdb-internals): Delete unused target.
11522 (Makefile): Depends upon config.status also.
11523
11524Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11525
11526 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11527 set.
11528
11529Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11530
11531 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11532 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11533
11534Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11535
11536 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11537
11538Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11539
11540 * gdb.texinfo (Print settings): Document
11541 `set/show print static-members' commands.
11542
11543Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11544
11545 * gdbint.texinfo (Native): Document name change, coredep.c to
11546 core-aout.c.
11547
11548Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11549
11550 * stabs.texinfo (Include Files): Document the values the SunOS4
11551 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11552
11553Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11554
11555 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11556 Fix typo.
11557
11558Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11559
11560 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11561 "gdb.tar.Z".
11562
11563Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11564
11565 * Makefile.in (maintainer-clean): New target, synonym for
11566 realclean.
11567
11568Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11569
11570 * Update all FSF addresses except those in COPYING* files.
11571
11572Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11573
11574 From Richard Earnshaw (rearnsha@armltd.co.uk):
11575 * gdb.texinfo (convenience variables): Document $_exitcode.
11576 (quit): Document optional expression to use as exit code.
11577
11578Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11579
11580 * gdb.texinfo, remote.texi: Brought up to date with various
11581 GDB changes.
11582
11583Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11584
11585 * gdb.texinfo: Update dates and versions, fix comments about
11586 hardware watchpoints in future releases and about the
11587 sharedlibrary command.
11588
11589Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11590
11591 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11592 C_FUN stab. Other cleanups.
11593
11594Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11595
11596 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11597 for the sparc stub.
11598
11599Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11600
11601 * annotate.texi: Clarify which addresses have differing formats
11602 depending on the language and which do not.
11603
11604Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11605
11606 * remote.texi (NetWare): Changed example to use BOARD= instead of
11607 NODE= argument to reflect correspoding change to gdbserve.nlm.
11608
11609Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11610
11611 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11612 GDB, as well as AIX dbx, supports the size type attribute.
11613
11614Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11615
11616 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11617
11618Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11619
11620 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11621 and new 'if' and 'while' commands.
11622
11623Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11624
11625 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11626
11627Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11628
11629 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11630 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11631 NetWare targets. Mostly stolen from the Server node.
11632
11633Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11634
11635 * gdb.texinfo (Setting): Talk about the language of a source file
11636 versus the working language. The old documentation did not match
11637 what GDB did.
11638
11639Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11640
11641 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11642 of a source file.
11643
11644Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11645
11646 * gdb.texinfo (Processes): New node.
11647
11648Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11649
11650 * remote.texi: Update documentation of set/show mipsfpu.
11651
11652Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11653
11654 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11655 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11656
11657Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11658
11659 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11660 obsolete conditionals, described some others.
11661
11662Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11663
11664 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11665 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11666
11667Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11668
11669 * gdbint.texinfo: Put regex conditionals in their own table.
11670
11671Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11672
11673 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11674 described or fixed the descriptions of many others.
11675
11676Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11677
11678 * gdb.texinfo: Add some more credits.
11679 * gdbint.texinfo: Capitalize GDB consistently, describe some
11680 macros and remove some.
11681
11682Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11683
11684 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11685 obsolete conditionals, described some others.
11686
11687Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11688
11689 * gdb.texinfo (help targets): Changed to `help target', which
11690 is the correct gdb command.
11691
11692Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11693
11694 * annotate.texi (TODO): New node, for keeping track of annotations
11695 suggested but not yet implemented.
11696
11697Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11698
11699 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11700 another symbol, it is not the address itself.
11701
11702Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11703
11704 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11705 of stabs-in-coff sections.
11706
11707Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11708
11709 * annotate.texi: Change edition to 0.5 and date to May 1994.
11710 Add index.
11711 (Frames): New node, for frame annotation.
11712 (Displays): New node, for display annotation.
11713
11714 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11715 when waiting for your program to stop.
11716
11717Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11718
11719 * annotate.texi (Breakpoint Info): Document annotation of header
11720 fields and record annotation.
11721
11722Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11723
11724 * annotate.texi: New file, to document annotations.
11725
11726Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11727
11728 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11729 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11730
11731Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11732
11733 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11734 section, and say n_strx field is compilation unit relative.
11735 * stabs.texinfo: Don't use @code for a.out when it is the name of
11736 an object file format.
11737
11738Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11739
11740 * gdb.texinfo: Refer to file names, not path names, per rms
11741 convention.
11742 (Arguments): Fix typo.
11743
11744Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11745
11746 * stabs.texinfo (Global Variables): Talk about stabs in files
11747 where variables are referenced, but not defined.
11748
11749Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11750
11751 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11752 Cplusplus to new nodes Member Type Descriptor and Method Type
11753 Descriptor. Re-write stuff for #.
11754
11755Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11756
11757 * gdb.texinfo (Print Settings): Don't document "set print
11758 fast-symbolic-addr off". The bug which it worked around was fixed
11759 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11760
11761 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11762 N_ENTRY node.
11763
11764 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11765
11766Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11767
11768 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11769 references to ieee-float.c.
11770
11771Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11772
11773 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11774 match what the code actually does.
11775
11776Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11777
11778 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11779
11780Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11781
11782 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11783 i, and b.
11784
11785Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11786
11787 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11788 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11789 as "stabs in sections" rather than just saying "ELF and SOM".
11790 Also make that stuff apply to COFF.
11791
11792Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11793
11794 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11795 Ghostscript.
11796
11797Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11798
11799 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11800 versus functions without line numbers, also mention stepping into
11801 them as well as "step" when you are in them. Tell the user how to
11802 deal with the situation. Add comment about "debugging information".
11803
11804Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11805
11806 * stabs.texinfo (Enumerations): Document restriction on where
11807 enumeration types can appear and still win with GDB.
11808
11809Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11810
11811 * stabs.texinfo (Negative Type Numbers): Document format for type
11812 -16.
11813
11814Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11815
11816 * gdb.texinfo (Selection, Frame Info): Update information about
11817 arbitrary frame specficiations.
11818
11819Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11820
11821 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11822
11823Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11824
11825 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11826
11827Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11828
11829 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11830
11831Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11832
11833 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11834 Differences node to Statics node.
11835 (Statics): Discuss XCOFF use of V symbol descriptor.
11836
11837 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11838 not clean.
11839
11840Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11841
11842 * gdb.texinfo (Print Settings): Document `set print
11843 fast-symbolic-addr' and improve the doc for some other
11844 `set print's.
11845
11846Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11847
11848 * stabs.texinfo (String Field): Talk about defining several type
11849 numbers at once.
11850 Fix lint regarding changing node ELF Transformations to
11851 ELF and SOM Transformations.
11852
11853Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11854
11855 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11856
11857Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11858
11859 * stabs.texinfo (Cross-References): `::' is for nested types only
11860 within <>.
11861 (Structures): Document static members.
11862
11863Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11864
11865 * stabs.texinfo: Document S type attribute.
11866
11867Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11868
11869 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11870
11871Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11872
11873 * gdbint.texinfo: Fix a few typos.
11874
11875Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11876
11877 * gdb.texinfo, remote.texi: formatting improvements
11878
11879 * gdb.texinfo (New Features): mention threads.
11880 (Summary, C): fix xrefs in newly contributed text.
11881 (Threads): index entries, clarifications, example
11882 (passim): minor typos fixed, phrasing improvements
11883
11884 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11885 entries; (Server): explain use of gdbserver w/real-time systems,
11886 add example of conflicting TCP port; (MIPS Remote) break up
11887 running text into table, highlighting commands, and add example.
11888
11889Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11890
11891 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11892
11893Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11894
11895 * stabs.texinfo (Nested Symbols): New node.
11896 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11897
11898Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11899
11900 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11901 to picking which Bbss.bss symbol to use, and (because there seems to
11902 be no good way of doing it) re-write some of the text to make it
11903 sound like Bbss.bss isn't such a great idea after all (as currently
11904 designed).
11905
11906 * gdb.texinfo (C): In addition to saying people have to use g++ for
11907 good results, say they have to use stabs. Specifically say cfront
11908 doesn't work well.
11909 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11910 the gdb README. Add xrefs to places where the support for the various
11911 languages is described in detail.
11912
11913Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11914
11915 * stabs.texinfo: Clean up stuff about visibility and virtual
11916 characters.
11917
11918 * stabs.texinfo (N_M2C): Cite Sun doc.
11919
11920Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11921
11922 * gdb.texinfo: updates re threads.
11923 * remote.texinfo: avoid index entries starting with digits.
11924
11925Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11926
11927 * stabs.texinfo (Enumerations): Talk about large, negative and
11928 octal values. Clean up cross reference to type attributes.
11929 (String Field): Say that GDB 4.11 supports size attribute.
11930
11931Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11932
11933 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11934 is a mandatory step. Make the stuff about that more concise.
11935
11936Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11937
11938 * stabs.texinfo (Class Names): New node.
11939
11940 * gdb.texinfo (Command Files): Explain order of init file reading.
11941
11942 * remote.texi (Bootstrapping): Talk about getting the serial driver
11943 to deal with ^C sent by gdb to stop the remote system.
11944
11945Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11946
11947 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11948
11949 * libgdb.texinfo (Defining Commands): made the DOC arg
11950 to gdb_define_app_command a char * instead of char **
11951 per a suggestion from kingdon.
11952
11953 * libgdb.texinfo: total rewrite from a different starting
11954 premise.
11955
11956Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11957
11958 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11959 floats passed as doubles (to improve clarity).
11960
11961Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11962
11963 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11964
11965 * a4rc.sed: update to work with Andreas Vogel papersize params
11966
11967 * refcard.tex: use Andreas Vogel simplifications of papersize
11968 params; remove useless version info; update copyright date.
11969
11970Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11971
11972 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11973
11974Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11975
11976 * gdb.texinfo (Files): Say what address the load command loads it at.
11977
11978 * stabs.texinfo (Common Blocks): Minor cleanups.
11979
11980 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11981 that Sun has backed away from the linker kludge and thus the relevant
11982 issue is changes to the SunPRO tools, not the Solaris linker.
11983
11984 * stabs.texinfo (Traditional Integer Types): Clean up description
11985 of octal bounds a little bit. Document extra leading zeroes.
11986
11987Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11988
11989 * gdb.texinfo (Signaling): Update for symbolic symbol names
11990 and add a section explaining the difference between the GDB
11991 signal command and the shell kill utility.
11992
11993Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11994
11995 * libgdb.texinfo: added `@' to braces that were unescaped.
11996
11997Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11998
11999 * libgdb.texinfo: new file. Spec for the gdb library.
12000
12001Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12002
12003 * stabs.texinfo (Include Files): Fix typo (start -> end).
12004
12005Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12006
12007 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12008 from Melissa at FSF's editing pass.
12009
12010Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12011
12012 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12013 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12014 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12015
12016Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12017
12018 * remote.texi (Bootstrapping): Discuss 386 call gates.
12019
12020Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12021
12022 * stabs.texinfo (Based Variables): New node.
12023
12024Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12025
12026 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12027 names, sizes, and formats to suggest how not to lose.
12028
12029Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12030
12031 * stabs.texinfo (Methods): Fix typo.
12032
12033Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12034
12035 * gdb.texinfo: Fix a few typos.
12036
12037Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12038
12039 * gdb.texinfo: Clarify how well it works with Fortran.
12040
12041 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12042 More on relocating stabs in ELF files.
12043
12044Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12045
12046 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12047
12048Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12049
12050 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12051 parameters on VAX.
12052
12053Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12054
12055 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12056
12057Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12058
12059 * stabs.texinfo: Make info author notice match the TeX author notice.
12060
12061Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12062
12063 * stabs.texinfo: Initial-caps all words in node names and
12064 non-trivial words in section names.
12065
12066Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12067
12068 * stabs.texinfo: Many minor cleanups.
12069
12070 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12071
12072Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12073
12074 * stabs.texinfo: Remove full description of big example.
12075 It's not really helpful; just use pieces of it where appropriate.
12076 Add more Texinfo formatting directives (@samp, etc.).
12077 Use @deffn to define stab types.
12078 Eliminate some wordiness. Break up some nodes.
12079 Add an (alphabetized) index of symbol types.
12080 Use consistent capitalization style in node and section names.
12081
12082Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12083
12084 * gdb.texinfo: Change typo "Two two" to "The two".
12085
12086Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12087
12088 * stabs.texinfo (XCOFF-differences): Remove references to
12089 non-existent types N_DECL and N_RPSYM.
12090
12091 * stabs.texinfo (String Field): Say that type attributes bug is
12092 fixed in GDB 4.10, since it is.
12093
12094 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12095
12096Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12097
12098 * stabs.texinfo: Formatting cleanups.
12099
12100Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12101
12102 * stabs.texinfo: When explaining the n_type of a stab, standardize
12103 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12104 no tabs, use @r).
12105 (Global Variables): Clean up.
12106
12107Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12108
12109 * stabs.texinfo (Stack Variables): Re-write.
12110
12111Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12112
12113 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12114 addresses of a source file. Also revise formatting.
12115 Change "object module" or "object file" to "source file".
12116 Various: Miscellaneous cleanups.
12117
12118Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12119
12120 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12121
12122Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12123
12124 * gdbint.texinfo: Removed many nonsensical machine-collected
12125 host and target conditionals, described some of the remainder.
12126
12127Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12128
12129 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12130
12131 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12132 paragraph which follows.
12133
12134 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12135 variables. Looks better and avoids overful hbox.
12136
12137Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12138
12139 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12140
12141Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12142
12143 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12144 retransmit-timeout
12145
12146Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12147
12148 * gdbint.texinfo: Update statement about `some ancient Unix
12149 systems, like Ultrix 4.0' to Ultrix 4.2.
12150
12151Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12152
12153 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12154
12155 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12156
12157 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12158 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12159
12160 * remote.texi: new name for former gdbinv-s.texi
12161
12162 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12163
12164Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12165
12166 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12167 variables for MIPS remote debugging protocol.
12168
12169Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12170
12171 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12172
12173Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12174
12175 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12176
12177Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12178
12179 * gdb.texinfo: repair conditional bugs in text markup
12180
12181Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12182
12183 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12184 to select Modula-2 material.
12185
12186Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12187
12188 * stabs.texinfo: Cleanups regarding statics.
12189
12190 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12191 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12192
12193Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12194
12195 * stabs.texinfo: N_MAIN is sometimes used for C.
12196
12197Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12198
12199 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12200
12201Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12202
12203 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12204 removed from the code by Kingdon.
12205
12206Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12207
12208 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12209 input when evaluating breakpoint conditions; the bug has been fixed.
12210
12211 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12212 sets the ignore count to N-1, not to N.
12213
12214Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12215
12216 * refcard.tex (\hoffset): correct longstanding error to match
12217 intended offset; avoids cutting off edge on some printers
12218
12219Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12220
12221 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12222
12223Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12224
12225 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12226
12227Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12228
12229 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12230 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12231 collect sed edits if any, apply to refcard before formatting;
12232 (refcard.ps) stop implying PS fonts if PS output requested;
12233 (lrefcard.ps) delete extra target for variant PS fonts
12234
12235 * refcard.tex: parametrize papersize dependent info, collect
12236 in easily replaced spot
12237
12238 * a4rc.sed: new file, edits to refcard for A4 paper
12239
12240Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12241
12242 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12243
12244Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12245
12246 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12247
12248Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12249
12250 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12251 politely rather than rudely.
12252
12253Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12254
12255 * stabs.texinfo: Document common blocks.
12256
12257Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12258
12259 * stabs.texinfo: Add some basic info about stabs-in-elf.
12260
12261Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12262
12263 * stabs.texinfo (Top): Minor cleanup.
12264
12265Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12266
12267 * Makefile.in (install-info): remove parentdir support
12268
12269Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12270
12271 * gdb.texinfo (Copying): delete this node and references to it;
12272 RMS says this manual need not carry GPL. (passim): Improvements
12273 from last round at FSF, largely due to Ian Taylor review, and
12274 minor formatting improvements.
12275
12276 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12277 largely due to Ian Taylor review. (Debug Session): minor edits to
12278 new text.
12279
12280Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12281
12282 * Makefile.in (realclean): Remove info and dvi files too.
12283
12284Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12285
12286 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12287 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12288 * gdb.texinfo: Change accordingly.
12289
12290 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12291 N_{L,R}BRAC,N_SLINE are relative to.
12292
12293Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12294
12295 * Makefile.in (GDBvn.texi): Update atomically.
12296
12297Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12298
12299 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12300
12301Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12302
12303 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12304 addresses together. Also motivate the set print symbol-filename
12305 command and suggest other solutions.
12306
12307Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12308
12309 * gdb.texinfo (set print elements): Note that the number of
12310 elements is set to unlimited by "set print elements 0".
12311
12312Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12313
12314 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12315 NF_LDOUBLE means.
12316 (Stab Types): Include Solaris stab types.
12317 (Procedures): Document Solaris extensions.
12318
12319Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12320
12321 * gdb.texinfo: Add `set print symbol-filename' doc.
12322
12323Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12324
12325 * stabs.texinfo (Arrays): Talk about type definition vs. type
12326 information.
12327
12328 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12329 the trailing semicolon.
12330
12331Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12332
12333 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12334 and merge in other parts of the document addressing these subjects.
12335 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12336
12337 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12338 at the end of a range type.
12339
12340 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12341 AIX extensions.
12342
12343Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12344
12345 * stabs.texinfo (Stabs Format): Misc fixes.
12346
12347Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12348
12349 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12350 (Traditional builtin types): Document convex convention for long long.
12351 (Negative builtin types): Discuss type names, and misc fixes.
12352
12353Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12354
12355 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12356 point types used with @samp{R} type descriptor.
12357 (Symbol Descriptors): Describe how to handle conflict between
12358 different meanings of @samp{P} symbol descriptor.
12359
12360Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12361
12362 * stabs.texinfo: Remove node Quick Reference and put its children
12363 directly under the main menu.
12364
12365 * stabs.texinfo: Many more changes to bring it into line with
12366 AIX documentation and reality. I think it now has all the
12367 information from the AIX documentation, except that I burned
12368 out when I got to variant records (Pascal and Modula-2) and
12369 all the COBOL types. Oh well, we can add them later when we're
12370 worrying more about those languages.
12371
12372 * stabs.texinfo (Automatic variables): Talk about what it means
12373 to omit the symbol descriptor.
12374
12375Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12376
12377 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12378 gcc2 behavior with promoted args.
12379
12380Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12381
12382 * gdb.texinfo: include readline appendices in info version of manual
12383
12384Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12385
12386 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12387 target remote.
12388
12389 * gdb.texinfo (Machine Code): more index entries for disassemble
12390
12391Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12392
12393 * Clarify the intended use of the gdb-testers and gdb-patches
12394 mailing lists, and shrink gzip comment.
12395
12396Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12397
12398 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12399 DOSHOST configuration of manual.
12400
12401 * gdb.texinfo (MIPS Stack): new node.
12402
12403 * all-config.texi (MIPS) new switch.
12404
12405 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12406 tense; (MIPS Remote) new node.
12407
12408 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12409 bug; (Environment) less passive, other small cleanups in text about
12410 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12411 (Remote) new MIPS Remote menu entry.
12412
12413Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12414
12415 * stabs.texinfo: Many changes to include information from the
12416 AIX documentation.
12417
12418 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12419
12420Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12421
12422 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12423 Move a bunch of information from ../README.
12424 (Getting Started): New node.
12425
12426Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12427
12428 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12429
12430 * gdb.texinfo: advance manual revision dates to present
12431
12432 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12433 stop using silly Roman numerals in @set variable names
12434
12435Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12436
12437 * stabs.texinfo (Parameters): Keep trying to get this right.
12438
12439Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12440
12441 * stabs.texinfo (Parameters): More on "local parameters".
12442
12443Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12444
12445 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12446
12447Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12448
12449 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12450 (Parameters): Rewrite.
12451 (xcoff-differences, Sun-differences): Minor changes.
12452
12453Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12454
12455 * stabs.texinfo: Minor cleanup.
12456
12457Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12458
12459 * gdbint.texinfo: Minor xcoff stuff.
12460
12461Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12462
12463 * gdbint.texinfo: Update for new config directory structure.
12464 Add info about internal type data structures.
12465
12466Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12467
12468 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12469 $(srcdir).
12470 (gdb-config.texi): Depend on file in $(srcdir).
12471
12472Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12473
12474 * stabs.texinfo: Fixes about N_SO.
12475
12476Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12477
12478 * gdb.texinfo: include list of nonstandard init file names
12479
12480 * *-config.texi: new switch GENERIC for text that applies *only*
12481 to (usual) multiple-target version of manual
12482
12483 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12484 h8 config
12485
12486 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12487 in menus (rather than conditionally selected multiple alternative
12488 menus).
12489
12490 * Makefile.in: define and use DOC_CONFIG var to select
12491 configuration for GDB user manual.
12492
12493 * gdb-config.texi: delete from repository, generate from Makefile.
12494
12495 * all-config.texi: normal `generic' configuration file, formerly
12496 stored as gdb-config.texi
12497
12498Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12499
12500 * Makefile.in: add dvi target to build all .dvi files
12501
12502Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12503
12504 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12505
12506Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12507
12508 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12509 host conditionals.
12510 * stabs.texinfo: More array fixes inspired by Jim's.
12511
12512Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12513
12514 * stabs.texinfo: Fixes re arrays and continuations.
12515
12516 * gdbint.texinfo: Add XCOFF node.
12517
12518Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12519
12520 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12521
12522Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12523
12524 * stabs.texinfo: Fix for array types to mention lower bounds.
12525
12526Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12527
12528 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12529
12530Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12531
12532 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12533
12534Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12535
12536 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12537 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12538
12539Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12540
12541 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12542
12543Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12544
12545 * gdb.texinfo, gdbinv-s.texi: misc updates
12546
12547Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12548
12549 * gdbint.texinfo: Brief documentation for longjmp support,
12550 from an email msg by Stu.
12551
12552Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12553
12554 * stabs.texinfo: Fix description of floating point "range"
12555 types (which really define basic types). Reported by Jim Meehan,
12556 <meehan@src.dec.com>.
12557
12558 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12559
12560Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12561
12562 * gdbint.texinfo: Slightly expand section on supporting a new
12563 object file format.
12564
12565Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12566
12567 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12568 intermediate file.
12569
12570Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12571
12572 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12573
12574Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12575
12576 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12577
12578 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12579 as well as Z8002.
12580
12581Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12582
12583 * gdbint.texinfo: Add sections on clean design and on how to send
12584 in changes.
12585
12586Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12587
12588 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12589
12590Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12591
12592 * gdb.texinfo: Fix typo, reported by Karl Berry.
12593
12594Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12595
12596 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12597
12598Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12599
12600 * gdbint.texinfo: fixed a stray email address (needs @@),
12601 added @table @code to node "Native Conditionals"
12602
12603Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12604
12605 * gdbint.texinfo: Describe coding style of GDB.
12606
12607Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12608
12609 * stabs.texinfo: Minor wording changes.
12610
12611Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12612
12613 * gdbint.texinfo: Improve release doc slightly.
12614
12615Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12616
12617 * gdbint.texinfo: Improve doc of GDB config macros.
12618
12619Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12620
12621 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12622 These will be reinserted when examined.
12623
12624Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12625
12626 * gdbint.texinfo: Make a start at documenting all the #if macros
12627 in GDB. At least list them all, and start separating them into
12628 host-specific and target-specific.
12629
12630Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12631
12632 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12633 examples (not consistent w others).
12634 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12635 for generic vn of doc
12636
12637Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12638
12639 * Makefile.in: always create installation directories.
12640
12641Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12642
12643 * gdb.texinfo: in h8 config, do not describe searching commands.
12644
12645Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12646
12647 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12648 conditionals; introduce a few generic switches that may be
12649 useful for other cross-dev or dos-hosted configs.
12650
12651 * gdb.texinfo: fix typo in "info reg" description
12652
12653Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12654
12655 * stabs.texinfo: Minor updates from running TeX over it.
12656 * Makefile.in (stabs.dvi, stabs.ps): Add.
12657
12658Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12659
12660 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12661 First pass at converting it to texinfo.
12662
12663Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12664
12665 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12666 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12667
12668Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12669
12670 * gdbint.texinfo: Add section on partial symbol tables.
12671
12672Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12673
12674 * gdb.texinfo: document `set remotedebug' and `set
12675 rstack_high_address'.
12676
12677Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12678
12679 * gdb.texinfo: slight expansion of new text on reading info files
12680 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12681 H8/300 from DOS.
12682
12683Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12684
12685 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12686
12687Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12688
12689 * gdb.texinfo: Say how to read the `info' files.
12690
12691Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12692
12693 * Makefile.in: gm4 -> m4.
12694
12695Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12696
12697 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12698 Documentation' ahead of `Installing GDB' to match README.
12699 Update shared library doc, -readnow and -mapped, and directory
12700 structure (add glob and mmalloc). Update configure doc.
12701
12702Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12703
12704 * Makefile.in: remove $(srcdir) from gdb.info rule.
12705
12706Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12707
12708 * Makefile.in: commented out gdb-all.texinfo rule. This is
12709 temporary.
12710
12711Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12712
12713 * Makefile.in, configure.in: removed traces of namesubdir,
12714 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12715 copyrights to '92, '13, changed some from Cygnus to FSF.
12716
12717Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12718
12719 * gdb.texinfo: Improve how we ask for bug reports.
12720
12721Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12722
12723 * Makefile.in: infodir belongs in datadir.
12724
12725Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12726
12727 * Makefile.in: remove spaces following hyphens, bsd make can't
12728 cope. install using INSTALL_DATA. added clean-info. added
12729 standards.text support.
12730
12731Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12732
12733 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12734 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12735 and mandir now keyed off datadir by default.
12736
12737\f
12738Local Variables:
12739mode: change-log
12740left-margin: 8
12741fill-column: 74
12742version-control: never
12743coding: utf-8
12744End:
This page took 0.06632 seconds and 4 git commands to generate.