Test 'set print frame-info|frame-arguments presence'.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Symbols): Add information about -q flag to "info
4 types".
5
62019-07-20 Kevin Buettner <kevinb@redhat.com>
7
8 * python.texi (python command): Revise example to match
9 command behavior.
10
112019-07-09 Pedro Alves <palves@redhat.com>
12
13 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
14 examples to show type=catchpoint instead of type=breakpoint and an
15 address.
16
172019-07-03 Pedro Alves <palves@redhat.com>
18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
19
20 * gdb.texinfo (Command Settings): New node documenting the general
21 concept of settings, how to change them, and the new "with"
22 command.
23 (Maintenance Commands): Document "maint with".
24
252019-07-03 Pedro Alves <palves@redhat.com>
26
27 * gdb.texinfo (Maintenance Commands): Document "maint set/show
28 test-settings" instead of "maint test-settings set/show".
29
302019-06-18 Simon Marchi <simon.marchi@efficios.com>
31
32 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
33 deals with a file that has the same name as the specified pid to
34 attach to. Add example using -p option.
35 (gdb man): Remove same sentence as in previous item.
36
372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
40 node.
41 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
42 new MI commands.
43
442019-06-13 Pedro Alves <palves@redhat.com>
45
46 * gdb.texinfo (Command Completion): Mention command options too.
47 (Command Options): New node.
48 (Threads): Add anchors. Extend descriptions of the "taas" and
49 "tfaas" commands.
50 (Backtrace): Describe new options of the "backtrace" command. Add
51 anchors.
52 (Frame Apply): Describe new options of the "frame apply" and
53 "faas" commands. Add anchors.
54 (Data): Describe new options of the "print" command. Add anchors.
55 (Compiling and Injecting Code): Mention options of the "compile
56 print" command.
57 (Maintenance Commands): Mention "maint test-options" subcommands
58 and the "maint show test-options-completion-result" command.
59
602019-06-13 Pedro Alves <palves@redhat.com>
61
62 * gdb.texinfo (Print Settings): Document "set/show print
63 raw-frame-arguments" instead of "set/show print raw
64 frame-arguments".
65
662019-06-13 Pedro Alves <palves@redhat.com>
67
68 * gdb.texinfo (Maintenance Commands): Document "maint
69 test-settings" commands.
70
712019-06-06 Amos Bird <amosbird@gmail.com>
72
73 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
74 annotation.
75
762019-06-04 Christian Biesinger <cbiesinger@google.com>
77
78 * python.texi: Document new gdb.Type.objfile property.
79
802019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
81
82 * gdb.texinfo (Help): Document the new -v apropos flag.
83 (Output Styling): Document the style name styling done by "show style".
84 Document the new title and highlight styles.
85
862019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
87
88 * gdb.texinfo (Shell Commands): Document pipe command.
89 (Logging Output): Add a reference to pipe command.
90 (Convenience Variables): Document $_shell_exitcode and
91 $_shell_exitstatus.
92
932019-05-29 Tom Tromey <tromey@adacore.com>
94
95 * gdb.texinfo (Continuing and Stepping): Document new
96 commands.
97
982019-05-22 Alan Hayward <alan.hayward@arm.com>
99
100 * gdb.texinfo (Shell Commands): Add debugredirect.
101
1022019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
103
104 * gdb.texinfo: Minor formatting fixes.
105
1062019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
107
108 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
109 MI command -complete.
110
1112019-05-14 Tom de Vries <tdevries@suse.de>
112
113 * gdb.texinfo (Automatic symbol index cache): Add concept and command
114 index entries.
115
1162019-05-14 Tom de Vries <tdevries@suse.de>
117
118 * gdb.texinfo (Maintenance Commands): Remove superfluous
119 quoting on command index entry for "maint info selftests".
120
1212019-05-10 Tom Tromey <tromey@adacore.com>
122
123 * python.texi (Pretty Printing API): Mention lazy computation for
124 "children".
125
1262019-05-10 Tom Tromey <tromey@adacore.com>
127
128 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
129 exception" and "catch handlers". Move "catch exception unhandled"
130 text. Use @var for "catch load" and "catch unload"
131
1322019-05-08 Tom Tromey <tromey@adacore.com>
133
134 * gdb.texinfo (Symbols): Document change to ptype/o.
135
1362019-05-03 Eli Zaretskii <eliz@gnu.org>
137
138 * gdb.texinfo (Separate Debug Files): Document how the
139 subdirectory of the global debug directory is computed on
140 MS-Windows/MS-DOS.
141
1422019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
143
144 * gdb.texinfo (Print Settings): Document 'print max-depth'.
145 * guile.texi (Guile Pretty Printing API): Document that 'print
146 max-depth' can effect the display of a values children.
147 * python.texi (Pretty Printing API): Likewise.
148 (Values From Inferior): Document max_depth keyword.
149
1502019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
151
152 * gdb.texinfo (Calling): Document the new
153 set|show may-call-functions.
154
1552019-04-22 Pedro Alves <palves@redhat.com>
156
157 * gdb.texinfo (Reverse Execution): Mention and xref process record
158 and replay. Mention remote and system emulators.
159 (Process Record and Replay): List supported architectures.
160 Mention that "record btrace" is only supported on Intel
161 processors.
162
1632019-04-17 Alan Hayward <alan.hayward@arm.com>
164
165 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
166 (Monitor Commands for gdbserver)
167 (gdbserver man): Add debug-file option.
168
1692019-04-08 Kevin Buettner <kevinb@redhat.com>
170
171 * python.texi (Inferiors In Python): Rename
172 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
173 Add note about the former being deprecated.
174
1752019-04-08 Kevin Buettner <kevinb@redhat.com>
176
177 * python.texi (Threads In Python): Add description for method
178 InferiorThread.handle.
179
1802019-04-07 Tom Tromey <tom@tromey.com>
181
182 * Makefile.in (all): Depend on "info".
183
1842019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * gdb.texinfo (Convenience Funs): Document '$_creal' and
187 '$_cimag'.
188
1892019-03-30 Eli Zaretskii <eliz@gnu.org>
190
191 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
192 $_gdb_minor.
193
1942019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * python.texi (Pretty Printing API): Document use of None for the
197 display_hint.
198
1992019-03-22 Alan Hayward <alan.hayward@arm.com>
200 Jiong Wang <jiong.wang@arm.com>
201
202 * gdb.texinfo (AArch64 Features): Describe pauth feature.
203
2042019-03-20 Tom Tromey <tromey@adacore.com>
205
206 * python.texi (Selecting Pretty-Printers): Use @defvar for
207 gdb.pretty_printers.
208
2092019-03-14 Simon Marchi <simon.marchi@efficios.com>
210
211 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
212 of table, "@end @table" -> "@end table".
213
2142019-03-14 Tom Tromey <tromey@adacore.com>
215
216 * gdb.texinfo (Output Styling): Document "set style source" and
217 "show style source".
218
2192019-03-13 Simon Marchi <simon.marchi@ericsson.com>
220
221 * gdb.texinfo (Mode Options): Mention mi3.
222 (Interpreters): Likewise.
223 (GDB/MI Development and Front Ends): Add entry for MI 3 in
224 version table. Document -fix-multi-location-breakpoint-output.
225 (GDB/MI Breakpoint Information): Document format of breakpoint
226 location output.
227
2282019-03-05 Simon Marchi <simon.marchi@efficios.com>
229
230 * python.texi (Values From Inferior): Change synopsys of the
231 second form of Value.__init__.
232
2332019-03-02 Eli Zaretskii <eliz@gnu.org>
234
235 * gdb.texinfo (Output Styling): Fix typos. Document the default
236 foreground colors of the available styles.
237
2382019-02-27 Kevin Buettner <kevinb@redhat.com>
239
240 * gdb.texinfo (Configure Options): Document minimum python
241 version.
242
2432019-02-26 Kevin Buettner <kevinb@redhat.com>
244
245 * python.texi (Values From Inferior): Document second form
246 of Value.__init__.
247
2482019-02-23 Joel Brobecker <brobecker@adacore.com>
249
250 * gdb.texinfo: Update copyright year ranges.
251 * refcard.tex: Likewise.
252
2532019-02-21 Alan Hayward <alan.hayward@arm.com>
254
255 * gdb.texinfo: Update style defaults.
256
2572019-02-21 Tom Tromey <tromey@adacore.com>
258
259 * gdb.texinfo (Remote Configuration): Remove trailing "." from
260 @item.
261
2622019-01-16 Simon Marchi <simon.marchi@ericsson.com>
263
264 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
265 MI versions. Update text around it.
266
2672019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
268
269 * gdb.texinfo (PowerPC Features): Document the alias
270 pseudo-registers for the org.gnu.gdb.power.altivec feature.
271
2722019-01-09 Simon Marchi <simon.marchi@ericsson.com>
273
274 * gdb.texinfo (Print Settings): Remove mention of specific
275 demangle-style values, just refer to the in-process help.
276
2772018-12-28 Tom Tromey <tom@tromey.com>
278
279 * gdb.texinfo (Output Styling): New node.
280
2812018-12-13 John Baldwin <jhb@FreeBSD.org>
282
283 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
284 (Native): Add a FreeBSD subsection.
285 (FreeBSD): Document use of system call aliases for compatibility
286 system calls.
287
2882018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * gdb.texinfo (Standard Target Features): Add RISC-V Features
291 sub-section.
292
2932018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
294
295 * gdb.texinfo (Examining the Symbol Table): Document language choice
296 for 'info types|functions|variables' commands.
297 (Setting Breakpoints): Document language choice to print
298 the functions in which a breakpoint is set.
299
3002018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
301
302 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
303 requirements for the org.gnu.gdb.power.vsx feature.
304
3052018-11-01 Joel Brobecker <brobecker@adacore.com>
306
307 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
308 output to match the current implementation.
309
3102018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
311
312 * gdb.texinfo (Information About a Frame): Document changes
313 to 'info args' and 'info locals'.
314 (Examining the Symbol Table): Document changes to 'info functions'
315 and 'info variables'.
316
3172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
318
319 * gdb.texinfo (PowerPC Features): Describe new features
320 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
321 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
322 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
323 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
324
3252018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
326
327 * gdb.texinfo (PowerPC Features): Describe new features
328 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
329
3302018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
331
332 * gdb.texinfo (PowerPC Features): Describe new feature
333 "org.gnu.gdb.power.tar".
334
3352018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
336
337 * gdb.texinfo (PowerPC Features): Describe new features
338 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
339
3402018-10-20 Tom Tromey <tom@tromey.com>
341
342 * gdb.texinfo (TUI Commands): Add @end table.
343 (TUI Configuration): Remove stray @end table.
344
3452018-10-19 Tom Tromey <tom@tromey.com>
346
347 PR tui/18388:
348 * gdb.texinfo (TUI Commands): Remove tabset documentation.
349 (TUI Configuration): Document "set tui tab-width".
350
3512018-10-09 Tom Tromey <tom@tromey.com>
352
353 * python.texi (Inferiors In Python): Link to "Frames In Python",
354 not "Unwinding Frames in Python".
355
3562018-10-09 Tom Tromey <tom@tromey.com>
357
358 * gdb.texinfo (Configure Options): Update --enable-ubsan
359 documentation.
360
3612018-10-08 John Baldwin <jhb@FreeBSD.org>
362
363 * gdb.texinfo (Contributors): Add SRI International and University
364 of Cambridge for FreeBSD/riscv.
365
3662018-10-06 Tom Tromey <tom@tromey.com>
367
368 PR python/19399:
369 * python.texi (Inferiors In Python): Document
370 Inferior.Architecture.
371
3722018-10-06 Tom Tromey <tom@tromey.com>
373
374 PR python/21765:
375 * python.texi (Symbols In Python): Document the module and
376 common-block domains. Remove documentation for incorrect
377 domains.
378
3792018-10-03 Tom Tromey <tom@tromey.com>
380
381 * gdb.texinfo (Configure Options): Document --enable-ubsan.
382
3832018-10-02 John Darrington <john@darrington.wattle.id.au>
384
385 * gdb.texinfo (Remote Connection Commands): Describe
386 the changes to target remote and target extended-remote
387 relating to Unix domain sockets.
388
3892018-10-01 Tom Tromey <tom@tromey.com>
390
391 * gdb.texinfo (Configure Options): Document configure options.
392
3932018-09-29 Tom Tromey <tom@tromey.com>
394
395 * gdb.texinfo (Requirements): Mention C++, GNU make.
396 (Requirements): Sort the table. Add more libraries.
397 (Running Configure): Remove obsolete text.
398 (Separate Objdir): Likewise.
399 (Configure Options): Likewise.
400
4012018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
404 to highlight that the number is also the frame's level.
405 (Selection): Rewrite documentation for 'frame' and 'select-frame'
406 commands.
407 (Frame Info): Rewrite documentation for 'info frame' command.
408
4092018-09-23 Tom Tromey <tom@tromey.com>
410
411 PR python/18852:
412 * python.texi (Parameters In Python): Document exception behavior
413 of get_set_string.
414
4152018-09-18 John Baldwin <jhb@FreeBSD.org>
416
417 * gdb.texinfo (info proc): Remove "running".
418 (info proc mappings): Replace "program" with "process".
419
4202018-09-18 John Baldwin <jhb@FreeBSD.org>
421
422 * gdb.texinfo (Process Information): Document "info proc files"
423 command.
424
4252018-09-17 Tom Tromey <tom@tromey.com>
426
427 * gdb.texinfo (Index Files): Update for cache directory change on
428 macOS.
429
4302018-09-16 Tom Tromey <tom@tromey.com>
431
432 * python.texi (Basic Python): Update docs for find_pc_line,
433 solib_name.
434 (Progspaces In Python): Update docs for current_progspace.
435 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
436 Move method documentation before example.
437
4382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
439
440 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
441
4422018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4432018-09-13 Tom Tromey <tom@tromey.com>
444
445 * python.texi (Program Spaces In Python): Document the
446 Progspace.objfiles method.
447 (Objfiles In Python): Mention that gdb.objfiles() is identical
448 to gdb.selected_inferior().progspace.objfiles().
449
4502018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4512018-09-13 Tom Tromey <tom@tromey.com>
452
453 * python.texi (Inferiors In Python): Document
454 Inferior.progspace.
455 (Program Spaces In Python): Document that
456 gdb.current_progspace() is the same as
457 gdb.selected_inferior().progspace.
458
4592018-09-13 Simon Marchi <simon.marchi@ericsson.com>
460
461 * python.texi (Basic Python): Mention the string representation
462 of GDB Python objects.
463
4642018-09-12 Simon Marchi <simon.marchi@ericsson.com>
465
466 * gdb.texinfo (Skipping Over Functions and Files): Document
467 set/show debug skip.
468
4692018-09-10 Tom Tromey <tom@tromey.com>
470
471 * python.texi (Frames In Python, Blocks In Python)
472 (Symbols In Python, Symbol Tables In Python)
473 (Lazy Strings In Python): Remove periods from section titles.
474
4752018-09-10 Tom Tromey <tom@tromey.com>
476
477 * python.texi (Pretty Printing API): Swap sentence order.
478
4792018-09-10 Tom Tromey <tom@tromey.com>
480
481 PR python/16461:
482 * python.texi (Values From Inferior): Mention use of virtual
483 table.
484
4852018-09-10 Tom Tromey <tom@tromey.com>
486
487 * python.texi (Basic Python): Parenthesize argument to
488 decode_line.
489
4902018-09-10 Tom Tromey <tom@tromey.com>
491
492 * python.texi (Python): Mention Python versions. Don't mention
493 execfile.
494
4952018-09-10 Tom Tromey <tom@tromey.com>
496
497 PR python/19808:
498 * python.texi (Unwinding Frames in Python): Rewrite
499 create_unwind_info documentation. Update read_register
500 documentation and add a note about unwinder caution.
501
5022018-09-10 Tom Tromey <tom@tromey.com>
503
504 PR python/18909:
505 * python.texi (Events In Python): Fix inferior_call
506 documentation.
507
5082018-09-10 Tom Tromey <tom@tromey.com>
509
510 PR python/17752:
511 * python.texi (Frame Filter API): Remove period from subsection
512 title. Mention 100 as good default priority.
513 (Frame Decorator API): Remove period from subsection title.
514 Mention FrameDecorator module.
515
5162018-09-10 Tom Tromey <tom@tromey.com>
517
518 PR python/23108:
519 * python.texi (Exception Handling): Rearrange gdb.GdbError text
520 and add a table.
521
5222018-09-10 Tom Tromey <tom@tromey.com>
523
524 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
525 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
526 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
527 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
528
5292018-09-10 Tom Tromey <tom@tromey.com>
530
531 PR python/16484:
532 * python.texi (Frames In Python): Document that Frame.block can
533 throw.
534
5352018-09-10 Tom Tromey <tom@tromey.com>
536
537 PR python/23487:
538 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
539
5402018-09-10 Tom Tromey <tom@tromey.com>
541
542 PR python/16033:
543 * python.texi (Blocks In Python): Document that Block.end is
544 exclusive.
545
5462018-08-29 Keith Seitz <keiths@redhat.com>
547
548 * gdb.texinfo (Compiling and injecting code in GDB): Document
549 set/show "compile-oracle" and "compile-cplus-types" commands.
550
5512018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
552
553 * gdb.texinfo (The -stack-list-frames Command): Update description
554 to mention "arch".
555 Update MI examples throughout the document to contain "arch" in
556 frame output.
557
5582018-08-21 Alan Hayward <alan.hayward@arm.com>
559
560 * gdb.texinfo (AArch64 SVE): New subsubsection.
561
5622018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
563
564 * gdb.texinfo (GDB/MI Data Manipulation): Document
565 "-data-disassemble -a addr".
566 (GDB/MI Support Commands): Document "data-disassemble-a-option"
567 feature.
568
5692018-08-07 Simon Marchi <simon.marchi@ericsson.com>
570
571 * gdb.texinfo (Index Files Speed Up GDB): Add section about
572 symbol index cache.
573
5742018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
575
576 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
577 option sections to further clarify that gcore can take more
578 than one PID, and that "-o" is used to specify a prefix, not a
579 filename.
580
5812018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * gdb.texinfo (Maintenance Commands): Add description of
584 maintenance command to control dwarf unwinders.
585
5862018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
587
588 * gdb.texinfo (Debugging Programs with Multiple Threads):
589 Document changes to 'thread apply'. Document 'taas'.
590 Document 'tfaas'.
591 (Examining the Stack): Document 'frame apply'. Document 'faas'.
592
5932018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
594 Jan Kratochvil <jan.kratochvil@redhat.com>
595 Paul Fertser <fercerpav@gmail.com>
596 Tsutomu Seki <sekiriki@gmail.com>
597
598 * gdb.texinfo (Remote Connection Commands): Add explanation
599 about new IPv6 support. Add new connection prefixes.
600
6012018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 * gdb.texinfo (Remote Configuration): Update descriptions for
604 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
605 and hardware-watchpoint-length-limit variables.
606
6072018-07-02 Maciej W. Rozycki <macro@mips.com>
608
609 PR tdep/8282
610 * gdb.texinfo (Source and Machine Code): Document `set
611 disassembler-options' support for the MIPS target.
612
6132018-06-28 Petr Tesarik <ptesarik@suse.cz>
614
615 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
616
6172018-06-28 Petr Tesarik <ptesarik@suse.cz>
618
619 * gdb.texinfo (Files): The address argument for "add-symbol-file"
620 is no longer mandatory.
621
6222018-06-28 Petr Tesarik <ptesarik@suse.cz>
623
624 * gdb.texinfo (Files): Document "symbol-file -o offset".
625
6262018-06-14 Tom de Vries <tdevries@suse.de>
627
628 * gdb.texinfo (Background Execution): Add @cindex for '&'.
629
6302018-06-11 Eli Zaretskii <eliz@gnu.org>
631
632 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
633
6342018-06-08 Gary Benson <gbenson@redhat.com>
635
636 * gdb.texinfo (Maintenance Commands): Document "maint check
637 libthread-db" and "maint set/show check-libthread-db".
638
6392018-06-05 Tom Tromey <tom@tromey.com>
640
641 PR cli/12326:
642 * gdb.texinfo (Screen Size): Document "c" response to pagination
643 prompt.
644
6452018-05-31 Maciej W. Rozycki <macro@mips.com>
646
647 * gdb.texinfo (Choosing Target Byte Order): Document endianness
648 selection details with the `set endian auto' mode.
649
6502018-05-04 Tom Tromey <tom@tromey.com>
651
652 PR python/22731:
653 * python.texi (Breakpoints In Python): Mention that "commands" is
654 writable.
655
6562018-05-02 Tom Tromey <tom@tromey.com>
657
658 PR python/20084:
659 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
660 PARAM_ZUINTEGER_UNLIMITED.
661
6622018-04-30 Tom Tromey <tom@tromey.com>
663
664 * python.texi (Types In Python): Document Type.align.
665
6662018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
667
668 * gdb.texinfo (Symbols): Mention the fact that "info
669 variables/functions/types" show source files and line numbers.
670
6712018-04-13 Markus Metzger <markus.t.metzger@intel.com>
672
673 * gdb.texinfo: Document set/show record btrace cpu.
674
6752018-03-27 Joel Brobecker <brobecker@adacore.com>
676
677 * gdb.texinfo (Ada Settings): New subsubsection.
678
6792018-03-26 Tom Tromey <tom@tromey.com>
680
681 PR backtrace/15582:
682 * gdb.texinfo (Backtrace): Mention "hide" argument.
683
6842018-03-26 Tom Tromey <tom@tromey.com>
685
686 * gdb.texinfo (Backtrace): Describe options individually.
687
6882018-03-19 Tom Tromey <tom@tromey.com>
689
690 * observer.texi: Remove.
691
6922018-03-04 John Baldwin <jhb@FreeBSD.org>
693
694 * gdb.texinfo (Debugging Output): Document "set/show debug
695 fbsd-nat".
696
6972018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.texinfo (Machine Code): Additional information about "info
700 line" command.
701
7022018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
703
704 * gdb.texinfo (gdb-add-index man): Add pindex.
705
7062018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
707
708 * gdb.texinfo (set cwd): Add period.
709 (gdb-add-index man): Move anchor.
710
7112017-01-12 Tom Tromey <tom@tromey.com>
712 Sergio Durigan Junior <sergiodj@redhat.com>
713
714 * gdb.texinfo (Index Files): Mention gdb-add-index.
715 (gdb-add-index man): New section.
716 * Makefile.in (gdb-add-index.1): New rule to generate manpage
717 from gdb.texinfo.
718
7192018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
720
721 * gdb.texinfo (pwd): Fix whitespace.
722
7232018-01-09 John Baldwin <jhb@FreeBSD.org>
724
725 * gdb.texinfo (pwd): Update cross-reference for Process Information
726 node and remove explicit /proc reference.
727 (Native): Rename subsection from SVR4 Process Information to
728 Process Information.
729 (Process Information): Reword introduction to be less /proc
730 centric. Document support for "info proc" on FreeBSD.
731
7322018-01-03 Xavier Roirand <roirand@adacore.com>
733
734 * gdb.texinfo (Set Catchpoints): Add documentation for new
735 "catch handlers" action.
736
7372017-12-27 Stafford Horne <shorne@gmail.com>
738
739 * gdb.texinfo (Target Description Format): Explain that arbitrary
740 strings are now allowed for register groups.
741
7422017-12-27 Stafford Horne <shorne@gmail.com>
743
744 * gdb.texinfo (Registers): Document info reg $reggroup feature.
745
7462017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
747
748 PR cli/16224
749 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
750
7512017-12-13 Simon Marchi <simon.marchi@ericsson.com>
752
753 * python.texi (Manipulating breakpoints using Python): Document
754 qualified parameter to gdb.Breakpoint.
755
7562017-12-13 Simon Marchi <simon.marchi@ericsson.com>
757
758 * python.texi (Manipulating breakpoints using Python): Split doc
759 of Breakpoint.__init__ in two, split text in multiple
760 paragraphs, don't nest parameter square brackets.
761
7622017-12-12 Stafford Horne <shorne@gmail.com>
763 Stefan Wallentowitz <stefan@wallentowitz.de>
764 Franck Jullien <franck.jullien@gmail.com>
765 Jeremy Bennett <jeremy.bennett@embecosm.com>
766
767 * gdb.texinfo: Add OpenRISC documentation.
768
7692017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
770
771 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
772
7732017-12-07 Keith Seitz <keiths@redhat.com>
774
775 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
776 and "show print type nested-type-limit".
777
7782017-12-07 Phil Muldoon <pmuldoon@redhat.com>
779
780 * python.texi (Breakpoints In Python): Add text relating
781 to allowed explicit locations and keywords in gdb.Breakpoints.
782
7832017-12-04 Tom Tromey <tom@tromey.com>
784
785 * gdb.texinfo (Rust): Update trait object status
786
7872017-12-01 Andrew Cagney <cagney@redhat.com>
788 Joel Brobecker <brobecker@adacore.com>
789 Sergio Durigan Junior <sergiodj@redhat.com>
790
791 * gdb.texinfo (File Options): Document --readnever.
792 (Commands to Specify Files): Likewise, for 'symbol-file' and
793 'add-symbol-file'.
794
7952017-11-29 Pedro Alves <palves@redhat.com>
796
797 PR c++/19436
798 * gdb.texinfo (Debugging C Plus Plus): Document setting
799 breakpoints in functions with ABI tags.
800
8012017-11-29 Pedro Alves <palves@redhat.com>
802
803 * gdb.texinfo (Linespec Locations): Document how "function" is
804 interpreted in C++ and Ada. Document "-qualified".
805 (Explicit Locations): Document how "-function" is interpreted in
806 C++ and Ada. Document "-qualified".
807
8082017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
809
810 PR gdb/21945
811 * gdb.texinfo (Search Memory): Update description and example
812 about how to search a string without NULL terminator.
813
8142017-11-24 Joel Brobecker <brobecker@adacore.com>
815
816 * gdb.texinfo (GDB/MI Ada Exception Information): Document
817 new "exception-message" field.
818
8192017-11-24 Simon Marchi <simon.marchi@ericsson.com>
820
821 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
822
8232017-11-24 Pedro Alves <palves@redhat.com>
824
825 * gdb.texinfo (Completion): Update need-quoting examples. Remove
826 false claim that GDB inserts quoting automatically.
827 (Symbols): Add anchor.
828
8292017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
830
831 * gdb.texinfo (Requirements): Document use of GNU MPFR.
832
8332017-11-16 Phil Muldoon <pmuldoon@redhat.com>
834
835 * python.texi (Basic Python): Add rbreak documentation.
836
8372017-11-07 Xavier Roirand <roirand@adacore.com>
838 Pedro Alves <palves@redhat.com>
839
840 * gdb.texinfo (Set Breaks): Document support for breakpoint
841 location ranges in the enable/disable commands.
842
8432017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
844
845 * gdb.texinfo (Starting your Program) <The working directory.>:
846 Mention remote debugging.
847 (Working Directory) <Your Program's Working Directory>:
848 Likewise.
849 (Connecting) <Remote Packet>: Add "set-working-dir"
850 and "QSetWorkingDir" to the table.
851 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
852 packet.
853
8542017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
855
856 * gdb.texinfo (Starting your Program) <The working directory.>:
857 Mention new "set cwd" command.
858 (Working Directory) <Your Program's Working Directory>:
859 Rephrase to explain that "set cwd" exists and is the default
860 way to change the inferior's cwd.
861
8622017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
863
864 * gdb.texinfo (S/390 and System z Features): Document the new
865 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
866
8672017-09-21 Kevin Buettner <kevinb@redhat.com>
868
869 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
870 attribute.
871
8722017-09-21 Kevin Buettner <kevinb@redhat.com>
873
874 * python.texi (Inferiors In Python): Add description for method
875 Inferior.thread_from_thread_handle.
876
8772017-09-19 John Baldwin <jhb@FreeBSD.org>
878
879 * gdb.texinfo (Starting your Program): Add description of
880 starti command. Mention starti command as an alternative for
881 debugging the elaboration phase.
882
8832017-09-16 Simon Marchi <simon.marchi@ericsson.com>
884
885 * gdb.texinfo (Maintenance Commands): Document filter parameter
886 of "maint selftest". Document "maint info selftests" command.
887
8882017-09-11 Tom Tromey <tom@tromey.com>
889
890 * python.texi (Events In Python): Document new events.
891
8922017-09-04 Pedro Alves <palves@redhat.com>
893
894 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
895 no-debug-info variables.
896 (Symbols) <Examining the Symbol Table>: Document inspecting
897 no-debug-info types.
898 (Calling) <Calling functions with no debug info>: New subsection,
899 documenting calling no-debug-info functions.
900 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
901
9022017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
903
904 * gdb.texinfo (set environment): Add @anchor. Explain that
905 environment variables set by the user are sent to GDBserver.
906 (unset environment): Likewise, but for unsetting variables.
907 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
908 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
909 "environment-reset" and "QEnvironmentReset" to the table.
910 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
911 QEnvironmentReset>: New item, explaining the packet.
912
9132017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
914
915 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
916 "Compiler search for the compile command" descriptions of set
917 compile-gcc and show compile-gcc.
918
9192017-08-07 Weimin Pan <weimin.pan@oracle.com>
920
921 * gdb.texinfo (Architectures): Add new Sparc64 section to document
922 ADI support.
923 * NEWS: Add "adi examine" and "adi assign" commands.
924
9252017-08-18 Yao Qi <yao.qi@linaro.org>
926
927 * gdb.texinfo (Server): Document "--selftest".
928
9292017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
930
931 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
932 Single-Key mode.
933
9342017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
935
936 PR gdb/21925
937 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
938 set...").
939
9402017-08-09 Simon Marchi <simon.marchi@ericsson.com>
941
942 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
943 conditional expression.
944
9452017-07-31 Simon Marchi <simon.marchi@ericsson.com>
946
947 * agentexpr.texi (rot): Fix symbolic description, improve
948 textual description.
949
9502017-07-26 Yao Qi <yao.qi@linaro.org>
951
952 * gdb.texinfo (Maintenance Commands): Document command
953 "maint check xml-descriptions".
954
9552017-07-26 Yao Qi <yao.qi@linaro.org>
956
957 * gdb.texinfo (Maintenance Commands): Document optional
958 argument of "maint print c-tdesc".
959
9602017-07-18 Yao Qi <yao.qi@linaro.org>
961
962 * gdb.texinfo (Maintenance Commands): Improve the doc to
963 command "maint print c-tdesc".
964
9652017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
966
967 PR gdb/21606
968 * python.texi (Python representation of Symbols.): Replace
969 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
970 * guile.texi (Guile representation of Symbols.): Likewise.
971
9722017-06-11 Simon Marchi <simon.marchi@ericsson.com>
973
974 * gdb.texinfo (Optional Messages about Internal Happenings):
975 Document {set,show} debug separate-debug-file commands.
976
9772017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
978
979 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
980 (Connecting) <Remote Packet>: Add "startup-with-shell"
981 and "QStartupWithShell" to the table.
982 (Remote Protocol) <QStartupWithShell>: New item, explaining the
983 packet.
984
9852017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
988
9892017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
990
991 * python.texi (Recording in Python): Factor out the documentation of
992 gdb.RecordInstruction's super class.
993
9942017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
995
996 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
997 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
998 prev and next.
999
10002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1001
1002 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1003 gdb.RecordInstruction
1004
10052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1006
1007 * python.texi (Recording in Python): Add documentation for
1008 gdb.RecordGap and remove documentation of special cases for
1009 gdb.BtraceInstruction.
1010
10112017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1012
1013 * python.texi (Recording in Python): Remove Record.ptid defvar.
1014
10152017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1016
1017 * gdb.texinfo (GDB/MI Thread Information): Add missing
1018 fields, re-word some things.
1019 (GDB/MI Thread Commands): Describe fields found in the output of
1020 -thread-info, remove description of fields in the
1021 thread output tuple, replace with a cross-reference to "GDB/MI
1022 Thread Information".
1023
10242017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1025
1026 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1027 from -thread-info output.
1028
10292017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1030
1031 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1032
10332017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1034
1035 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1036
10372017-03-22 Yao Qi <yao.qi@linaro.org>
1038
1039 * python.texi (Inferiors In Python): Remove @code from Python.
1040
10412017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1042
1043 * python.texi (Recordings In Python): Document return type of
1044 gdb.BtraceInstruction.data.
1045
10462017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1047
1048 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1049 command file-list-shared-libraries
1050 (GDB/MI Async Records): Update documentation of library-loaded with new
1051 field.
1052
10532017-03-16 Doug Evans <dje@google.com>
1054
1055 * guile.texi (Lazy Strings In Guile): Mention arrays.
1056 * python.texi (Lazy Strings In Python): Ditto.
1057
10582017-03-08 Jiong Wang <jiong.wang@arm.com>
1059
1060 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1061 character "@".
1062
10632017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1064
1065 * Memory Protection Extensions: Add information about inferior
1066 calls.
1067
10682017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1069
1070 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1071 DW_TAG_GNU_* and DW_AT_GNU_*.
1072
10732017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1074
1075 * python.texi (Recordings In Python): New section.
1076
10772017-02-14 Tom Tromey <tom@tromey.com>
1078
1079 PR python/13598:
1080 * python.texi (Events In Python): Document events.before_prompt.
1081
10822017-02-13 Luis Machado <lgustavo@codesourcery.com>
1083
1084 * gdb.texinfo (Target Commands): Document the optional offset
1085 argument for the load command.
1086
10872017-02-10 Martin Galvan <martingalvan@sourceware.org>
1088
1089 PR gdb/21122
1090 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1091 space-separated breakpoint lists. Also add a missing @table command
1092 and @cindex for breakpoint lists.
1093
10942017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1095
1096 PR tdep/20936
1097 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1098 (Sparc Features): New node.
1099
11002017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1101
1102 * gdb.texinfo (i386 Features): Add system segment registers
1103 as feature.
1104
11052017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1106
1107 * python.texi (Events In Python): Fix typo.
1108
11092017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1110 Luis Machado <lgustavo@codesourcery.com>
1111
1112 * gdb.texinfo (-target-flash-erase): New MI command description.
1113 (flash-erase): New CLI command description.
1114
11152017-01-04 John Baldwin <jhb@FreeBSD.org>
1116
1117 * gdb.texinfo (Contributors): Add SRI International and University
1118 of Cambridge for FreeBSD/mips.
1119
11202016-12-22 Doug Evans <xdje42@gmail.com>
1121
1122 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1123 commands.
1124
11252016-12-02 Pedro Alves <palves@redhat.com>
1126
1127 * gdb.texinfo (User-defined Commands): Limit on number of
1128 arguments passed to user-defined commands removed; update.
1129
11302016-12-02 Pedro Alves <palves@redhat.com>
1131
1132 PR cli/20559
1133 * gdb.texinfo (Define): Add example of using "eval" to process a
1134 variable number of arguments.
1135 (Output) <eval>: Add anchor.
1136
11372016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1138
1139 * Makefile.in: Likewise.
1140
11412016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1142
1143 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1144 xref.
1145
11462016-10-29 Pedro Alves <palves@redhat.com>
1147
1148 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1149 actions.
1150
11512016-10-26 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1154 actions that match a thread, and what happens when an action
1155 matches a thread that is already running.
1156
11572016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1158
1159 * gdb.texinfo (Using Trace Files): Fix typo.
1160 (GDB/MI Tracepoint Commands): Likewise.
1161
11622016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1163
1164 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1165 of -trace-save.
1166
11672016-10-06 Tom Tromey <tom@tromey.com>
1168
1169 * guile.texi (Types In Guile): Remove Java mentions.
1170 * python.texi (Types In Python): Remove Java mentions.
1171 * gdb.texinfo (Address Locations, Supported Languages)
1172 (Index Section Format): Remove Java mentions.
1173
11742016-08-15 Doug Evans <dje@google.com>
1175
1176 * gdb.texinfo (Target Description Format): Update docs on "end"
1177 field spec and field default type.
1178
11792016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11802016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1181
1182 PR gdb/20487
1183 * gdb.texinfo (Context management): Update mention of frame
1184 change notifications.
1185 (gdb/mi Async Records): Document frame field in
1186 =thread-select event.
1187 * observer.texi (GDB Observers): New user_selected_context_changed
1188 observer.
1189
11902016-09-28 Tom Tromey <tom@tromey.com>
1191
1192 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1193 than "memory breakpoint". Further document "kind". Move
1194 protocol-details link earlier.
1195 <z1>: Document the cmd_list argument. Fix typo.
1196 <g>: Remove incorrect sentence.
1197 (Stop Reply Packets): Document "OK" response to requests when in
1198 non-stop mode.
1199 <swbreak>: Use "software breakpoint" rather than "memory
1200 breakpoint".
1201 <create>: Document that "R" is ignored.
1202 <W, X, w>: Document formatting of "AA".
1203 (Notification Packets): Use "%Stop", not "%%Stop".
1204
12052016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1206
1207 * gdb.texinfo (Embedded Processors): Document ARC.
1208 (Synopsys ARC): New section.
1209 (Standard Target Features): Document ARC features.
1210 (ARC Features): New section.
1211
12122016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1213
1214 * .gitignore: New file.
1215
12162016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1217
1218 * gdb.texinfo (Input/Output): Mention possibility to unset
1219 inferior-tty.
1220
12212016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1222
1223 * gdb.texinfo: Resume btrace on reconnect.
1224
12252016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1226
1227 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1228 syscall.
1229
12302016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1231
1232 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1233 command.
1234
12352016-07-13 Tom Tromey <tom@tromey.com>
1236
1237 PR python/15620, PR python/18620:
1238 * python.texi (Events In Python): Document new breakpoint events.
1239
12402016-07-13 Tom Tromey <tom@tromey.com>
1241
1242 PR python/17698:
1243 * python.texi (Breakpoints In Python): Document
1244 Breakpoint.pending.
1245
12462016-07-13 Tom Tromey <tom@tromey.com>
1247
1248 * python.texi (Breakpoints In Python): Move table of types and
1249 table of watchpoint types earlier in node.
1250
12512016-07-12 Tom Tromey <tom@tromey.com>
1252
1253 PR python/19293:
1254 * python.texi (Frames In Python): Document
1255 gdb.invalidate_cached_frames.
1256
12572016-06-21 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1260 document new-ui and explain use case.
1261
12622016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1263
1264 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1265 (NDS32 Features): New Section.
1266
12672016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1268
1269 * gdb.texinfo (Examining Memory): Document negative repeat
1270 count in the 'x' command.
1271
12722016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1273
1274 * gdb.texinfo (GDB/MI Async Records): Document method and
1275 format fields in =record-started.
1276 * observer.texi (record_changed): Add method and format
1277 parameters.
1278
12792016-05-27 Eli Zaretskii <eliz@gnu.org>
1280
1281 * gdb.texinfo (General Query Packets): Move the description of the
1282 response before the long list of the specific 'read' and 'write'
1283 requests.
1284
12852016-05-23 Tom Tromey <tom@tromey.com>
1286
1287 * python.texi (Basic Python): Document gdb.breakpoints return.
1288
12892016-05-24 Tom Tromey <tom@tromey.com>
1290
1291 PR gdb/19194:
1292 * gdb.texinfo (gdb man): Fix typo.
1293
12942016-05-17 Tom Tromey <tom@tromey.com>
1295
1296 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1297 (Rust): New node.
1298
12992016-05-17 Tom Tromey <tom@tromey.com>
1300
1301 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1302
13032016-04-27 Yao Qi <yao.qi@linaro.org>
1304
1305 * gdb.texinfo (tfind): Complete doc about tfind without
1306 argument.
1307
13082016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1309
1310 * agentexpr.texi (byte): Fix zero_ext description.
1311
13122016-03-31 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.texinfo (M32R/SDI): Delete node.
1315 (MIPS Embedded): Remove references to the MIPS remote debugging
1316 protocol, PMON and variants, and the associated commands.
1317
13182016-03-15 Doug Evans <dje@google.com>
1319
1320 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1321 (Target Description Format): Mention enum types. Update docs on
1322 flags types.
1323 (Predefined Target Types): Add "bool".
1324 (Enum Target Types): New node.
1325
13262016-03-15 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.texinfo (Tracepoint Actions): Fix typo.
1329
13302016-03-15 Pedro Alves <palves@redhat.com>
1331 Andreas Arnez <arnez@linux.vnet.ibm.com>
1332 Marcin Kościelnicki <koriakin@0x04.net>
1333
1334 * gdb.texinfo (Tracepoint Actions): Document possible
1335 unreliability of '$_ret'.
1336
13372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1340 command.
1341
13422016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1343
1344 * gdb.texinfo (Convenience Functions): Document $_as_string.
1345
13462016-02-23 Doug Evans <dje@google.com>
1347
1348 * gdb.texinfo (Skipping Over Functions and Files): Document new
1349 options to "skip" command. Update docs of output of "info skip".
1350
13512016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1352
1353 * gdb.texinfo (Signals): Add bound violation display hints for
1354 a SIGSEGV.
1355
13562016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1357
1358 * gdb.texinfo (Trace File Format): Add documentation for description
1359 section lines.
1360
13612016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1362
1363 * gdb.texinfo (Trace File Format): Remove misleading information
1364 about register block ordering.
1365
13662016-02-01 Doug Evans <dje@google.com>
1367
1368 * gdb.texinfo (Value Sizes): Fix typo.
1369
13702016-02-01 Doug Evans <dje@google.com>
1371
1372 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1373
13742016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1375
1376 * gdb.texinfo (Value Sizes): New section.
1377 (Data): Add the 'Value Sizes' node to the menu.
1378
13792016-01-26 John Baldwin <jhb@FreeBSD.org>
1380
1381 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1382
13832016-01-19 John Baldwin <jhb@FreeBSD.org>
1384
1385 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1386
13872016-01-18 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1390 of the thread that hit a breakpoint or received a signal.
1391
13922016-01-15 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1395
13962016-01-13 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.texinfo (Threads): Document the $_gthread convenience
1399 variable.
1400 (Convenience Vars): Likewise.
1401
14022016-01-13 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.texinfo (Threads): Document "info threads -gid".
1405
14062016-01-13 Pedro Alves <palves@redhat.com>
1407
1408 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1409 anchor.
1410 (Threads In Python): Document new InferiorThread.global_num
1411 attribute.
1412
14132016-01-07 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1416 qualified thread IDs, global thread IDs and thread ID lists.
1417 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1418 thread IDs.
1419 (Convenience Vars): Document the $_thread convenience variable.
1420 (Ada Tasks): Adjust to refer to thread IDs.
1421 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1422 Commands, GDB/MI Variable Objects): Update to mention global
1423 thread IDs.
1424 * guile.texi (Breakpoints In Guile)
1425 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1426 global thread IDs instead of thread IDs.
1427 * python.texi (Threads In Python): Adjust documentation of
1428 InferiorThread.num.
1429 (Breakpoint.thread): Mention global thread IDs instead of thread
1430 IDs.
1431
14322016-01-13 Pedro Alves <palves@redhat.com>
1433
1434 * python.texi (Threads In Python): Document
1435 InferiorThread.inferior.
1436
14372016-01-13 Pedro Alves <palves@redhat.com>
1438
1439 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1440 convenience variable.
1441 (Convenience Vars): Likewise.
1442
14432016-01-12 Josh Stone <jistone@redhat.com>
1444 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1445
1446 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1447 (Stop Reply Packets): List the syscall entry and return stop reasons.
1448 (General Query Packets): Describe QCatchSyscalls, and add it to the
1449 table and the detailed list of stub features.
1450
14512016-01-12 Pedro Alves <palves@redhat.com>
1452
1453 Remove use of the registered trademark symbol throughout.
1454
14552016-01-12 Yao Qi <yao.qi@linaro.org>
1456
1457 * gdb.texinfo (Interrupts): Update the document on handling
1458 interrupt when program is stopped.
1459
14602015-12-11 Don Breazeal <donb@codesourcery.com>
1461
1462 * gdb.texinfo (Forks): Correct Linux kernel version where
1463 fork and exec events are supported, add notes about support
1464 of these events in target remote mode.
1465 (Connecting): Reorganize and clarify distinctions between
1466 target remote, extended-remote, and multiprocess.
1467 Reorganize related text from separate sections into new
1468 sections.
1469 (Server): Note effects of target extended-remote mode.
1470 Delete section on Multi-Process Mode for gdbserver.
1471 Move some text to "Connecting" node.
1472
14732015-12-10 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.texinfo (Threads): Replace warning with explanation
1476 about single-threaded programs.
1477
14782015-12-10 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.texinfo (Threads): Remove mention of SGI.
1481 (Forks): Remove mention of HP-UX.
1482 (Breakpoints): Remove mention of HP-UX.
1483 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1484 Reword in terms of architectures.
1485 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1486 mention supported systems.
1487 (Convenience Vars): Don't mention HP-UX.
1488 (Jumping): Remove mention of HP-UX in comment.
1489 (Files) <shared libraries>: Update supported shared library types
1490 list. Remove mention of HP-UX.
1491 (Native): Remove HP-UX subsection.
1492 (SVR4 Process Information): Remove mention of HP-UX.
1493
14942015-12-10 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.texinfo (Stack): Reorder menu.
1497
14982015-12-09 Luis Machado <lgustavo@codesourcery.com>
1499
1500 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1501 -var-set-format's new zero-hexadecimal format.
1502
15032015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1504
1505 * gdb.texinfo (Ada Mode Into): Move overloading support
1506 description to its own node.
1507 (Overloading support for Ada): New node.
1508
15092015-11-30 Pedro Alves <palves@redhat.com>
1510
1511 PR 14618
1512 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1513 (Remote Configuration): Add the "set/show remote
1514 no-resumed-stop-reply" to the available settings table.
1515 (General Query Packets): Document the "no-resumed" qSupported
1516 feature.
1517
15182015-11-30 Pedro Alves <palves@redhat.com>
1519
1520 * gdb.texinfo (Remote Configuration): List "set/show remote
1521 thread-events" command in configuration table.
1522 (Stop Reply Packets): Document "T05 create" stop
1523 reason and 'w' stop reply.
1524 (General Query Packets): Document QThreadEvents packet. Document
1525 QThreadEvents qSupported feature.
1526
15272015-11-30 Pedro Alves <palves@redhat.com>
1528
1529 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1530 anchor.
1531 (Packets): Document vCtrlC.
1532
15332015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1534
1535 * gdb.texinfo (Thread List Format): Mention thread names.
1536
15372015-11-24 Pedro Alves <palves@redhat.com>
1538
1539 PR 17539
1540 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1541 program-spaces" example to ascending order listing.
1542 (Threads): Adjust "info threads" example to ascending order
1543 listing.
1544 (Forks): Adjust "info inferiors" example to ascending order
1545 listing.
1546
15472015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1548
1549 * gdb.texinfo (Process Record and Replay): Document "record
1550 instruction-history" modifiers.
1551
15522015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1555 description.
1556 (Frame Filter Management): Move to later in the 'Examining the
1557 Stack' chapter.
1558 (Selection): Add entry for 'select-frame'.
1559
15602015-09-25 Doug Evans <dje@google.com>
1561
1562 * gdb.texinfo (Process Record and Replay): Fix syntax of
1563 "record instruction-history begin, end" and
1564 "record function-call-history begin, end".
1565
15662015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1567
1568 * gdb.texinfo (Specifying Source Directories): Fix
1569 substitute-path example.
1570
15712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1572
1573 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1574
15752015-09-15 Pedro Alves <palves@redhat.com>
1576
1577 PR remote/18965
1578 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1579 the vforkdone description.
1580
15812015-09-15 Pedro Alves <palves@redhat.com>
1582
1583 PR remote/18965
1584 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1585 part indicates the thread ID of the parent process.
1586
15872015-09-15 Yao Qi <yao.qi@linaro.org>
1588
1589 * gdb.texinfo (General Query Packets): Add vContSupported to
1590 tables of 'gdbfeatures' and 'stub features' supported in the
1591 qSupported packet, as well as to the list containing stub
1592 feature details.
1593
15942015-09-11 Don Breazeal <donb@codesourcery.com>
1595
1596 * gdb.texinfo (Remote Configuration): Add exec event
1597 feature to table of packet settings.
1598 (Stop Reply Packets): Add exec events to the list of stop
1599 reasons.
1600 (General Query Packets): Add exec 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-08-24 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.texinfo (Remote Configuration): Document the "set/show
1608 remote multiprocess-extensions-packet" commands.
1609
16102015-08-24 Pedro Alves <palves@redhat.com>
1611
1612 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1613 <M32R>: Remove references to M32R/D.
1614 <M68K>: Remove references to target dbug.
1615 <MIPS Embedded>: Remove references to target r3900 and target
1616 array.
1617 <PowerPC Embedded>: Remove references to target dink32 and target
1618 ppcbug, target sds
1619 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1620
16212015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1624
16252015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1628
16292015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1630
1631 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1632 info bfds" to...
1633 (File Caching): A New section. Outline bfd caching, and add new
1634 description for "main set/show bfd-sharing".
1635
16362015-08-14 Doug Evans <xdje42@gmail.com>
1637
1638 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1639 disassembly.
1640 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1641
16422015-08-11 Keith Seitz <keiths@redhat.com>
1643
1644 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1645 Use "location(s)"instead of "linespec(s)".
1646 (Specifying a Location): Rewrite.
1647 Add subsections describing linespec, address, and explicit locations.
1648 Add node/menu for each subsection.
1649 (Source and Machine Code, C Preprocessor Macros)
1650 (Create and Delete Trace points)
1651 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1652 (Continuing at a Different Address): Remove "linespec" examples.
1653 Add reference to "Specify a Location"
1654 (The -break-insert Command): Rewrite. Add anchor.
1655 Add reference to appropriate manual section discussing locations.
1656 (The -dprintf-insert Command): Refer to -break-insert for
1657 specification of 'location'.
1658
16592015-08-07 Pedro Alves <palves@redhat.com>
1660
1661 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1662 target-non-stop".
1663
16642015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1665
1666 * gdb.texinfo (Process Record and Replay): Document prefixing of
1667 speculatively executed instructions in the "record instruction-history"
1668 command.
1669
16702015-07-20 Doug Evans <dje@google.com>
1671
1672 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1673
16742015-07-16 Doug Evans <dje@google.com>
1675
1676 * stabs.texinfo: @include gdb-cfg.texi.
1677
16782015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1679
1680 Revert the previous 2 commits:
1681 gdbserver build-id attribute generator
1682 Validate symbol file using build-id
1683
16842015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1685
1686 * gdb.texinfo (Files): Add 'set validate-build-id'
1687 and 'show validate-build-id'.
1688
16892015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1690 Jan Kratochvil <jan.kratochvil@redhat.com>
1691
1692 gdbserver build-id attribute generator.
1693 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1694 'build-id' in description, example, new attribute in dtd.
1695
16962015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1697
1698 * gdb.texinfo (Selection): Update documentation for 'frame'
1699 command.
1700
17012015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1702
1703 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1704 commands.
1705
17062015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1707
1708 * gdb.texinfo (Process Record and Replay): Spell out that variables
1709 and registers are not available during btrace replay.
1710 Describe the new "record btrace pt" command.
1711 Describe the new "set|show record btrace pt buffer-size" options.
1712 (General Query Packets): Describe the new Qbtrace:pt and
1713 Qbtrace-conf:pt:size packets.
1714 Expand "bts" to "Branch Trace Store".
1715 Update the branch trace DTD.
1716
17172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1718
1719 * gdb.texinfo (Command History): Document the new option
1720 "history remove-duplicates".
1721
17222015-06-19 Doug Evans <dje@google.com>
1723
1724 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1725 longer supported.
1726
17272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1728
1729 * gdb.texinfo (Command History): Mention that setting
1730 GDBHISTSIZE to the empty string disables history truncation.
1731
17322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1733
1734 PR gdb/16999
1735 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1736 behavior.
1737
17382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1739
1740 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1741 with GDBHISTSIZE.
1742
17432015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1744
1745 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1746 bytes and memory units for -data-{read,write}-memory-bytes.
1747 (Packets): Same for m, M and X packets.
1748 * python.texi (Inferiors In Python): Same for read_memory and
1749 write_memory.
1750
17512015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1752
1753 * gdb.texinfo (Separate Debug Files): Document that PE is also
1754 supported.
1755
17562015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1757
1758 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1759 single table entry.
1760
17612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1762
1763 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1764
1765
17662015-06-10 Gary Benson <gbenson@redhat.com>
1767
1768 * gdb.texinfo (Remote Configuration): Document the
1769 "set/show remote hostio-setfs-packet" command.
1770 (Host I/O Packets): Document the vFile:setfs packet.
1771
17722015-06-10 Gary Benson <gbenson@redhat.com>
1773
1774 * gdb.texinfo (Debugging Output): Document the "set/show debug
1775 linux-namespaces" command.
1776
17772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1778 Mircea Gherzan <mircea.gherzan@intel.com>
1779
1780 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1781 and "set mpx bound".
1782
17832015-05-27 Doug Evans <dje@google.com>
1784
1785 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1786
17872015-05-26 Doug Evans <dje@google.com>
1788
1789 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1790 command renamings.
1791 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1792
17932015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1794
1795 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1796
17972015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1800 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1801
18022015-05-16 Doug Evans <xdje42@gmail.com>
1803
1804 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1805 memory ports.
1806
18072015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1808
1809 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1810
18112015-05-12 Don Breazeal <donb@codesourcery.com>
1812
1813 * gdb.texinfo (Forks): Note that fork debugging is
1814 supported in extended mode.
1815 (Remote Configuration): Add fork event features to table
1816 of packet settings.
1817 (Stop Reply Packets): Add fork events to list of stop reasons.
1818 (General Query Packets): Add fork events to tables of
1819 'gdbfeatures' and 'stub features' supported in the qSupported
1820 packet, as well as to the list containing stub feature
1821 details.
1822
18232015-05-12 Gary Benson <gbenson@redhat.com>
1824
1825 * gdb.texinfo (General Query Packets): Document
1826 qXfer:exec-file:read with empty annex.
1827
18282015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1829
1830 * python.texi (Values From Inferior): Add descriptions of new
1831 methods gdb.Value.reference_value and gdb.Value.const_value.
1832
18332015-05-06 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.texinfo (Files): Add "info dll" documentation.
1836 (Cygwin Native): Remove "info dll" documentation.
1837
18382015-04-29 Doug Evans <dje@google.com>
1839
1840 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1841 Document.
1842 (Writing an Xmethod): Add get_result_type to example.
1843
18442015-04-28 Sasha Smundak <asmundak@google.com>
1845
1846 * python.texi: New method documented.
1847
18482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1849
1850 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1851 format.
1852
18532015-04-24 Doug Evans <dje@google.com>
1854
1855 * python.texi (Xmethods In Python): Fix name of method to call the
1856 xmethod.
1857
18582015-04-17 Gary Benson <gbenson@redhat.com>
1859
1860 * gdb.texinfo (Connecting to a Remote Target): Mention that
1861 GDB can access program files from remote targets that support
1862 qXfer:exec-file:read and Host I/O packets.
1863
18642015-04-17 Gary Benson <gbenson@redhat.com>
1865
1866 * gdb.texinfo (Remote Configuration): Document the "set/show
1867 remote pid-to-exec-file-packet" command.
1868 (General Query Packets): Document the qXfer:exec-file:read
1869 qSupported features. Document the qXfer:exec-file:read packet.
1870
18712015-04-17 Gary Benson <gbenson@redhat.com>
1872
1873 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1874 applies to executable paths if supplied to GDB as absolute.
1875
18762015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1877
1878 * gdb.texinfo (Mode Options): Remove -xdb.
1879
18802015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1881 Eli Zaretskii <eliz@gnu.org>
1882
1883 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1884 compile, show debug compile. New subsection Compilation options for
1885 the compile command. New subsection Compiler search for the compile
1886 command.
1887
18882015-04-09 Andy Wingo <wingo@igalia.com>
1889
1890 * guile.texi (Frames In Guile): Describe frame-read-register.
1891
18922015-04-02 Gary Benson <gbenson@redhat.com>
1893
1894 * gdb.texinfo (set sysroot): Document "target:".
1895
18962015-04-01 Sasha Smundak <asmundak@google.com>
1897
1898 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1899 section.
1900
19012015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1902
1903 PR corefiles/16092
1904 * gdb.texinfo (gcore): Mention new command 'set
1905 use-coredump-filter'.
1906 (set use-coredump-filter): Document new command.
1907
19082015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1909
1910 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1911 documentation, reorder the info os entries in alphabetical order.
1912
19132015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1914
1915 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1916 -data-write-memory-bytes.
1917
19182015-03-24 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1921 mention that threads may sometimes run unlocked.
1922
19232015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1924
1925 * gdb.texinfo (Remote configuration): Document "set/show
1926 serial parity" command.
1927
19282015-03-18 Gary Benson <gbenson@redhat.com>
1929
1930 * gdb.texinfo (General Query Packets): Remove documentation
1931 for now-removed vFile:fstat qSupported features.
1932
19332015-03-11 Gary Benson <gbenson@redhat.com>
1934
1935 * gdb.texinfo (Remote Configuration): Document the
1936 "set/show remote hostio-fstat-packet" command.
1937 (General Query Packets): Document the vFile:fstat
1938 qSupported features.
1939 (Host I/O Packets): Document the vFile:fstat packet.
1940
19412015-03-11 Andy Wingo <wingo@igalia.com>
1942
1943 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1944
19452015-03-04 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.texinfo (Remote Configuration): Document the "set/show
1948 remote swbreak-feature-packet" and "set/show remote
1949 hwbreak-feature-packet" commands.
1950 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1951 decription.
1952 (Stop Reply Packets): Document the swbreak and hwbreak stop
1953 reasons.
1954 (General Query Packets): Document the swbreak and hwbreak
1955 qSupported features.
1956 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1957
19582015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1959
1960 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1961 under *stopped.
1962
19632015-03-02 Doug Evans <xdje42@gmail.com>
1964
1965 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1966
19672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1968
1969 * gdb.texinfo (S/390 and System z Features): Describe new feature
1970 "org.gnu.gdb.s390.vx".
1971
19722015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1973
1974 PR gdb/18008
1975 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1976 demangler-warning): Fix typo ("problam").
1977
19782015-02-19 David Taylor <dtaylor@emc.com>
1979
1980 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1981
19822015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1983
1984 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1985 point, DTrace'.
1986 (Static Probe Points): Modified to cover DTrace probes in addition
1987 to SystemTap probes. Also modified to cover the `enable probe'
1988 and `disable probe' commands.
1989
19902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1991
1992 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1993 `disable probe' commands.
1994
19952015-02-12 David Taylor <dtaylor@emc.com>
1996
1997 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1998 fields of the QTDV packet.
1999
20002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2001
2002 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2003 (Process Record and Replay): Describe new set|show commands.
2004 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2005
20062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2007
2008 * gdb.texinfo (Process Record and Replay): Describe the "record
2009 btrace bts" command.
2010 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2011 (Branch Trace Configuration Format): New.
2012
20132015-01-31 Gary Benson <gbenson@redhat.com>
2014 Doug Evans <dje@google.com>
2015
2016 * gdb.texinfo (Command Completion): Document new
2017 "set/show max-completions" option.
2018
20192015-01-31 Doug Evans <xdje42@gmail.com>
2020
2021 * gdb.texinfo (Symbols): Document new commands
2022 "maint print symbol-cache", "maint print symbol-cache-statistics",
2023 "maint flush-symbol-cache". Document new option
2024 "maint set symbol-cache-size".
2025
20262015-01-31 Doug Evans <xdje42@gmail.com>
2027
2028 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2029 distinguish script files vs inlined scripts.
2030 * python.texi (Python Auto-loading): Ditto.
2031
20322015-01-30 Doug Evans <dje@google.com>
2033
2034 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2035 string if present.
2036
20372015-01-27 Doug Evans <dje@google.com>
2038
2039 * python.texi (Objfiles In Python): Document Objfile.username.
2040
20412015-01-27 Doug Evans <dje@google.com>
2042
2043 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2044 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2045
20462015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2049
20502015-01-16 Eli Zaretskii <eliz@gnu.org>
2051
2052 * doc/gdb.texinfo (TUI Commands): Document the possible
2053 values of NAME argument to 'winheight' command. Explain the
2054 effect of 'tabset' setting better.
2055
20562015-01-11 Doug Evans <xdje42@gmail.com>
2057
2058 PR gdb/15830
2059 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2060 (Symbols): Ditto.
2061 (Maintenance Commands): Delete docs for "maint demangle".
2062
20632014-12-31 Joel Brobecker <brobecker@adacore.com>
2064
2065 * gdb.texinfo (Files): Remove documentation of the
2066 "add-shared-symbol-files" and "assf" commands.
2067 (Cygwin Native): Remove documentation of the "dll-symbols"
2068 command.
2069
20702014-12-17 Doug Evans <xdje42@gmail.com>
2071
2072 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2073
20742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2075 Jan Kratochvil <jan.kratochvil@redhat.com>
2076
2077 * gdb.texinfo (Altering): Update.
2078 (Compiling and Injecting Code): New node.
2079
20802014-12-12 Doug Evans <dje@google.com>
2081
2082 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2083
20842014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2085
2086 * gdb.texinfo: Document "maint print user-registers".
2087
20882014-12-08 Doug Evans <dje@google.com>
2089
2090 * python.texi (Objfiles In Python): Document Objfile.owner.
2091
20922014-12-04 Doug Evans <dje@google.com>
2093
2094 * python.texi (Objfiles In Python): Document
2095 Objfile.add_separate_debug_file.
2096
20972014-12-04 Doug Evans <dje@google.com>
2098
2099 * python.texi (Objfiles In Python): Document Objfile.build_id.
2100
21012014-12-02 Nick Bull <nicholaspbull@gmail.com>
2102
2103 * python.texi (Events In Python): Document new events
2104 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2105 and RegisterChangedEvent.
2106
21072014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 Add add-auto-load-scripts-directory.
2110 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2111 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2112
21132014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2114
2115 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2116 description typo.
2117
21182014-10-30 Doug Evans <dje@google.com>
2119
2120 * python.texi (Progspaces In Python): Document ability to add
2121 random attributes to gdb.Progspace objects.
2122 (Objfiles In Python): Document ability to add random attributes to
2123 gdb.objfile objects.
2124
21252014-10-27 Pedro Alves <palves@redhat.com>
2126
2127 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2128 info on stepping and signal handlers.
2129 (Signals): Explain stepping and signal handlers. Add context
2130 index entry, and cross references.
2131
21322014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2133
2134 * python.texi (Breakpoints In Python): Add parenthesis after
2135 Breakpoint.delete. Clarify Breakpoint.enabled description so
2136 that it contains "disable".
2137
21382014-10-17 Doug Evans <dje@google.com>
2139
2140 * python.texi (Events In Python): Document clear_objfiles event.
2141
21422014-10-17 Doug Evans <dje@google.com>
2143
2144 * python.texi (Objfiles In Python): Document new progspace attribute.
2145
21462014-10-17 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2149 (SVR4 Process Information): Delete mention of OSF/1.
2150
21512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2152
2153 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2154 exit-code field in -list-thread-groups output.
2155
21562014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2157
2158 * gdb.texinfo (Set Breaks): Add missing "@end table".
2159
21602014-09-22 Pedro Alves <palves@redhat.com>
2161
2162 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2163 always-inserted off" is the default mode now. Delete
2164 documentation of "set breakpoint always-inserted auto".
2165
21662014-09-18 Doug Evans <dje@google.com>
2167
2168 * python.texi (Symbol Tables In Python): Document "producer"
2169 attribute of gdb.Symtab objects.
2170
21712014-09-16 Pedro Alves <palves@redhat.com>
2172
2173 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2174 (Embedded OS): Remove VxWorks menu entry.
2175 (VxWorks): Remove node.
2176
21772014-09-13 Doug Evans <xdje42@gmail.com>
2178
2179 * gdb.texinfo (Signaling): Document new queue-signal command.
2180
21812014-09-06 Doug Evans <xdje42@gmail.com>
2182
2183 PR 15276
2184 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2185 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2186
21872014-09-03 Justin Lebar <jlebar@google.com>
2188
2189 * python.texi (Types In Python): Type.template_argument(n) returns a
2190 gdb.Value or a gdb.Type and throws an exception if n is out of
2191 range.
2192
21932014-09-03 Sasha Smundak <asmundak@google.com>
2194
2195 * python.texi (Frames in Python): Add read_register description.
2196
21972014-08-04 Tom Tromey <tromey@redhat.com>
2198
2199 * gdb.texinfo (Debugging Output): Update for change to "set debug
2200 target".
2201
22022014-08-01 Masaki Muranaka <monaka@monami-software.com>
2203
2204 Pushed by Joel Brobecker <brobecker@adacore.com>.
2205 * Makefile.in (transform): New variable.
2206 (install-man1, install-man5): Apply $(transform) to man file names.
2207
22082014-07-26 Doug Evans <xdje42@gmail.com>
2209
2210 PR guile/17177
2211 * guile.texi (Guile Pretty Printing API): Fix typo.
2212 Document set-pretty-printers!, pretty-printers.
2213 (Selecting Guile Pretty-Printers): Update.
2214 Mention program-space based pretty-printers.
2215
22162014-07-25 Pedro Alves <palves@redhat.com>
2217 Eli Zaretskii <eliz@gnu.org>
2218
2219 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2220 with multi-threaded programs.
2221
22222014-06-27 Yao Qi <yao@codesourcery.com>
2223
2224 * gdb.texinfo (Maintenance Commands): Update the output of
2225 'maint print dummy-frames' command.
2226
22272014-06-24 Eli Zaretskii <eliz@gnu.org>
2228
2229 * gdb.texinfo (Screen Size): Improve indexing.
2230
22312014-06-19 Gary Benson <gbenson@redhat.com>
2232
2233 * gdb.texinfo (Maintenance Commands): Document new
2234 "maint set/show catch-demangler-crashes" option.
2235
22362014-06-19 Gary Benson <gbenson@redhat.com>
2237
2238 * gdb.texinfo (Maintenance Commands): Document new
2239 "maint demangler-warning" command and new
2240 "maint set/show demangler-warning" option.
2241
22422014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2243
2244 * python.texi (Xmethod API): Add space before the opening
2245 parenthesis in function descriptions.
2246
22472014-06-06 Doug Evans <xdje42@gmail.com>
2248
2249 * guile.texi (Guile Configuration): Document guile-data-directory.
2250
22512014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2252
2253 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2254
22552014-06-04 Doug Evans <xdje42@gmail.com>
2256
2257 * guile.texi (Breakpoints In Guile): Update.
2258
22592014-06-03 Joel Brobecker <brobecker@adacore.com>
2260
2261 * python.texi (Xmethod API): Fix reference to "Progspaces In
2262 Python".
2263
22642014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2265
2266 * python.texi (Xmethods In Python, XMethod API)
2267 (Writing an Xmethod): New nodes.
2268 (Python API): New menu entries "Xmethods In Python",
2269 "Xmethod API", "Writing an Xmethod".
2270
22712014-06-02 Doug Evans <xdje42@gmail.com>
2272
2273 * guile.texi (Guile API): Add entry for Parameters In Guile.
2274 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2275 (Parameters In Guile): New node.
2276
22772014-06-02 Doug Evans <xdje42@gmail.com>
2278
2279 * guile.texi (Guile API): Add entry for Commands In Guile.
2280 (Basic Guile) <parse-and-eval>: Add reference.
2281 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2282 (GDB Scheme Data Types): Mention <gdb:command> object.
2283 (Commands In Guile): New node.
2284
22852014-06-02 Doug Evans <xdje42@gmail.com>
2286
2287 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2288 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2289 (Progspaces In Guile): New node.
2290
22912014-05-30 Andrew Burgess <aburgess@broadcom.com>
2292
2293 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2294 * python.texi (Frames In Python): Mention
2295 gdb.FRAME_UNWIND_MEMORY_ERROR.
2296
22972014-05-29 Pedro Alves <palves@redhat.com>
2298 Tom Tromey <tromey@redhat.com>
2299
2300 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2301 from example.
2302 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2303 Mention that target-async is now deprecated.
2304 (Maintenance Commands): Document maint set/show target-async.
2305
23062014-05-29 Pedro Alves <palves@redhat.com>
2307
2308 * observer.texi (sync_execution_done, command_error): New
2309 subjects.
2310
23112014-05-29 Pedro Alves <palves@redhat.com>
2312
2313 PR gdb/13860
2314 * observer.texi (signal_received, end_stepping_range)
2315 (signal_exited, exited, no_history): New observer subjects.
2316
23172014-05-26 Andy Wingo <wingo@igalia.com>
2318
2319 * guile.texi (GDB Scheme Data Types): Remove documentation for
2320 removed interfaces. Update spelling of gdb-object-kind.
2321
23222014-05-26 Andy Wingo <wingo@igalia.com>
2323
2324 * guile.texi (Basic Guile): Fix some typos.
2325
23262014-05-26 Andy Wingo <wingo@igalia.com>
2327
2328 * guile.texi (Writing a Guile Pretty-Printer)
2329 (Guile Types Module): Fix excess parentheses in use-modules forms.
2330
23312014-05-24 Eli Zaretskii <eliz@gnu.org>
2332
2333 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2334 (Breakpoints In Guile, Guile Printing Module)
2335 (Guile Exception Handling, Values From Inferior In Guile)
2336 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2337 Don't use @var at the beginning of a sentence.
2338
2339 * gdb.texinfo (Frame Filter Management, Trace Files)
2340 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2341 (PowerPC Embedded, Define, Annotations for Running)
2342 (IPA Protocol Commands, Packets, General Query Packets)
2343 (Tracepoint Packets, Notification Packets, Environment)
2344 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2345 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2346 (Frames, Backtrace, Selection, Expressions, Registers)
2347 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2348 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2349 (Source Annotations, Using JIT Debug Info Readers, Packets)
2350 (Stop Reply Packets, Host I/O Packets)
2351 (Target Description Format): Don't use @var at the beginning of a
2352 sentence.
2353
2354 * python.texi (Basic Python, Types In Python)
2355 (Commands In Python, Frames In Python, Line Tables In Python)
2356 (Breakpoints In Python, gdb.printing, gdb.types)
2357 (Type Printing API): Don't use @var at the beginning of a
2358 sentence.
2359
23602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2361
2362 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2363 replay-memory-access".
2364
23652014-05-21 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.texinfo (Starting): Document "set/show
2368 auto-connect-native-target".
2369 (Target Commands): Document "target native".
2370
23712014-05-20 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2374 not be remote specific. Add cross reference to the qCRC packet.
2375 (Separate Debug Files): Update cross reference to the qCRC packet.
2376 (General Query Packets) <qCRC packet>: Add anchor.
2377
23782014-05-17 Doug Evans <xdje42@gmail.com>
2379
2380 Copy over changes from guile.texi.
2381 * python.texi (Basic Python) <gdb.execute>: Add text.
2382 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2383 (Values From Inferior) <Python string>: Add text.
2384 (Values From Inferior) <Value.string>: Clarify string length handling.
2385 (Pretty Printing API): Add cindex.
2386 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2387 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2388 @vindex.
2389 (Commands In Python) <COMPLETE_*>: Similarly.
2390 (Symbols In Python) <SYMBOL_*>: Similarly.
2391 (Breakpoints In Python) <WP_*>: Similarly.
2392 (Breakpoints In Python) <BP_*>: Similarly.
2393
23942014-05-17 David Taylor <dtaylor@emc.com>
2395
2396 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2397 mentioned in the qfThreadInfo reply.
2398
23992014-05-16 Doug Evans <dje@google.com>
2400
2401 * gdb.texinfo (Mode Options): Add -D.
2402
24032014-05-09 Samuel Bronson <naesten@gmail.com>
2404
2405 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2406 "make -C".
2407
24082014-04-29 Tom Tromey <tromey@redhat.com>
2409
2410 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2411 "show debug varobj".
2412
24132014-05-01 David Taylor <dtaylor@emc.com>
2414
2415 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2416 option.
2417
24182014-04-24 Michael Sturm <michael.sturm@mintel.com>
2419 Walfred Tedeschi <walfred.tedeschi@intel.com>
2420
2421 * gdb.texinfo (i386 Features): Add description of AVX512
2422 registers.
2423
24242014-03-31 Doug Evans <dje@google.com>
2425
2426 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2427
24282014-03-30 Doug Evans <dje@google.com>
2429
2430 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2431 (Background Execution): Ditto.
2432
24332014-03-21 Pedro Alves <palves@redhat.com>
2434 Stan Shebs <stan@codesourcery.com>
2435 Hui Zhu <hui@codesourcery.com>
2436
2437 * gdb.texinfo (Packets): Add anchor to "? packet".
2438 Remove fixme and update introduction of "k packet".
2439 Add anchor to "vKill packet".
2440
24412014-03-12 Stan Shebs <stan@codesourcery.com>
2442
2443 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2444
24452014-02-26 Ludovic Courtès <ludo@gnu.org>
2446
2447 * guile.texi (Basic Guile): Document 'history-append!'.
2448
24492014-02-20 Joel Brobecker <brobecker@adacore.com>
2450
2451 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2452 and "assf" as being deprecated.
2453 (Cygwin Native): Likewise for "dll-symbols".
2454 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2455 as a way to force the loading of symbols from a DLL.
2456
24572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2458
2459 * python.texi (Values From Inferior): Add description about the
2460 new feature.
2461
24622014-02-17 Doug Evans <xdje42@gmail.com>
2463
2464 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2465 * gdb.texinfo (Python): Moved to ...
2466 * python.texi: ... here. New file.
2467
24682014-02-17 Ludovic Courtès <ludo@gnu.org>
2469
2470 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2471 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2472 parameter to 'str-lookup-function' procedure. Look for
2473 the "std::string<" prefix.
2474 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2475 Adjust description.
2476
24772014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2478
2479 * guile.texi (Values From Inferior In Guile): Remove stray
2480 parantheses for deffn.
2481 (Disassembly In Guile): Ditto.
2482
24832014-02-10 Stan Shebs <stan@codesourcery.com>
2484
2485 Add Doxygen support.
2486 * Makefile.in (doxy): New action, generates Doxygen files.
2487 (DOXYGEN): New.
2488 (doxyedit): New.
2489 * Doxyfile-base.in: New file.
2490 * Doxyfile-gdb-api.in: New file.
2491 * Doxyfile-gdb-xref.in: New file.
2492 * Doxyfile-gdbserver.in: New file.
2493 * doxy-index.in: New file.
2494 * filter-for-doxygen: New file.
2495 * filter-params.pl: New file.
2496
24972014-02-10 Doug Evans <xdje42@gmail.com>
2498
2499 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2500 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2501 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2502 (Guile docs): Include guile.texi.
2503 (objfile-gdbdotext file): Add objfile-gdb.scm.
2504 (dotdebug_gdb_scripts section): Mention Guile scripts.
2505 (Multiple Extension Languages): New node.
2506 * guile.texi: New file.
2507
25082014-01-28 Joel Brobecker <brobecker@adacore.com>
2509
2510 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2511 ignore-descriptive-types". commands.
2512
25132014-01-22 Doug Evans <dje@google.com>
2514
2515 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2516 (gdbserver man): Ditto.
2517
25182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2519
2520 * gdb.texinfo: Document limited reverse/replay support
2521 for target record-btrace.
2522
25232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2524
2525 * gdb.texinfo (Process Record and Replay): Update documentation.
2526
25272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2528
2529 * gdb.texinfo (Process Record and Replay): Document new /c
2530 modifier accepted by "record function-call-history".
2531 Add /i modifier to "record function-call-history" example.
2532
25332014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2534 Joel Brobecker <brobecker@adacore.com>
2535
2536 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2537 markers. Remove one that was misplaced.
2538
25392014-01-10 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.texinfo (Your Program's Environment) <set environment>:
2542 Mention the shell, and point at 'set exec-wrapper'.
2543
25442014-01-07 Joel Brobecker <brobecker@adacore.com>
2545
2546 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2547
25482013-12-30 Joel Brobecker <brobecker@adacore.com>
2549
2550 * gdb.texinfo (Types In Python): Clarify the documentation
2551 of attribute gdb.Field.bitpos.
2552
25532013-12-28 Joel Brobecker <brobecker@adacore.com>
2554
2555 * gdb.texinfo (Types In Python): Fix the documentation of
2556 attribute "bitpos" in class gdb.Field for enum types. Add
2557 documentation for attribute "enumval" in that same class.
2558
25592013-12-28 Joel Brobecker <brobecker@adacore.com>
2560
2561 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2562 @ftable.
2563
25642013-12-23 Doug Evans <xdje42@gmail.com>
2565
2566 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2567 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2568 corresponding section in Extending GDB.
2569 (Extending GDB): Move menu up. New menu item "Auto-loading
2570 extensions".
2571 (Sequences): New menu item "Auto-loading sequences".
2572 (Auto-loading sequences): New node.
2573 (Python): Rename section from Scripting GDB to Extending GDB.
2574 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2575 Move docs on ways to auto-load extensions to ...
2576 (Auto-loading extensions): ... here. New node.
2577
25782013-12-23 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2581 in menu.
2582 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2583 command, now in a new node.
2584 (GDB/MI Support Commands): New node, with its contents being
2585 extracted from the "GDB/MI Miscellaneous Commands" node.
2586 A small paragraph introducing the section is also added at
2587 the start.
2588 (GDB/MI Miscellaneous Commands): Delete the description of the
2589 -info-gdb-mi-command, -list-features and -list-target-features
2590 commands, now hosted in the "GDB/MI Support Commands" node.
2591
25922013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2593
2594 PR python/16113
2595 * gdb.texinfo (Values From Inferior): Add a note about using
2596 gdb.Field objects as subscripts on gdb.Value objects.
2597 (Types In Python): Add description about the new attribute
2598 "parent_type" of gdb.Field objects.
2599
26002013-12-12 Joel Brobecker <brobecker@adacore.com>
2601
2602 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2603 entry for section docuumenting the -list-features GDB/MI command.
2604
26052013-12-10 Joel Brobecker <brobecker@adacore.com>
2606
2607 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2608 "exec-run-start-option" entry in the output of the "-list-features"
2609 command.
2610
26112013-12-04 Eli Zaretskii <eliz@gnu.org>
2612
2613 * gdb.texinfo (i386): Fix yesterday's commit.
2614
26152013-12-03 Tom Tromey <tromey@redhat.com>
2616
2617 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2618 documented here.
2619
26202013-12-03 Tom Tromey <tromey@redhat.com>
2621
2622 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2623
26242013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2625
2626 * gdb.texinfo (i386 Features): Add MPX feature registers.
2627 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2628 a subsubsection for MPX and describes the display of the
2629 boundary registers.
2630
26312013-12-03 Joel Brobecker <brobecker@adacore.com>
2632
2633 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2634 documentation of the "ada-exceptions" entry.
2635
26362013-12-03 Joel Brobecker <brobecker@adacore.com>
2637
2638 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2639 "^error" result record concerning the error message. Document
2640 the error code that may also be part of that result record.
2641 (GDB/MI Miscellaneous Commands): Document the
2642 "undefined-command-error-code" element in the output of
2643 the "-list-features" GDB/MI command.
2644
26452013-12-03 Joel Brobecker <brobecker@adacore.com>
2646
2647 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2648 the new -info-gdb-mi-command GDB/MI command. Document
2649 the meaning of "-info-gdb-mi-command" in the output of
2650 -list-features.
2651
26522013-11-29 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2655 Update comment.
2656
26572013-11-24 Yao Qi <yao@codesourcery.com>
2658
2659 * gdb.texinfo (Caching Remote Data): Document new
2660 "set/show stack-cache" option.
2661
26622013-11-24 Yao Qi <yao@codesourcery.com>
2663
2664 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2665 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2666 "off" respectively.
2667
26682013-11-23 Yao Qi <yao@codesourcery.com>
2669
2670 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2671 of "displayhint" to the table about child results.
2672
26732013-11-21 Yao Qi <yao@codesourcery.com>
2674
2675 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2676 'dynamic' for the output of command -var-list-children.
2677
26782013-11-21 Yao Qi <yao@codesourcery.com>
2679
2680 * gdb.texinfo (Caching Target Data): Remove "see" before
2681 @pxref.
2682
26832013-11-20 Yao Qi <yao@codesourcery.com>
2684
2685 * gdb.texinfo (Caching Target Data): Update doc for
2686 per-address-space dcache.
2687
26882013-11-20 Yao Qi <yao@codesourcery.com>
2689
2690 * gdb.texinfo (Data): Rename menu item.
2691 (Caching Remote Data): Rename to ...
2692 (Caching Target Data): ... it. Update.
2693
26942013-11-18 Joel Brobecker <brobecker@adacore.com>
2695
2696 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2697 "language-option" entry in the output of the "-list-features"
2698 command.
2699
27002013-11-15 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2703 Add example.
2704
27052013-11-14 Tom Tromey <tromey@redhat.com>
2706
2707 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2708
27092013-11-14 Joel Brobecker <brobecker@adacore.com>
2710
2711 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2712 (Context management): Place current subsection text into its own
2713 subsubsection. Add new subsubsection describing the "--language"
2714 command option.
2715
27162013-11-13 Joel Brobecker <brobecker@adacore.com>
2717
2718 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2719 the documentation of "info-ada-exceptions" in the output
2720 of the "-list-features" command. Add the documentation
2721 of the "ada-exception" entry instead.
2722
27232013-11-12 Joel Brobecker <brobecker@adacore.com>
2724
2725
2726 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2727 word of a couple of sentences to start with a capital letter.
2728
27292013-11-12 Joel Brobecker <brobecker@adacore.com>
2730
2731 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2732 (Ada Exceptions): New node.
2733 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2734 Commands" node.
2735 (GDB/MI Ada Exceptions Commands): New node.
2736 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2737 field in the output of the "-list-features" command.
2738 * NEWS: Add entry for the new "info exceptions" CLI command,
2739 and for the new "-info-ada-exceptions" GDB/MI command.
2740
27412013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2742
2743 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2744 (Line Tables In Python): New node.
2745
27462013-11-08 Doug Evans <dje@google.com>
2747
2748 * gdb.texinfo (Debugging Output): Update text for
2749 "set debug dwarf2-read".
2750
27512013-11-08 Doug Evans <dje@google.com>
2752
2753 * gdb.texinfo (Debugging Output): Update text for
2754 "set debug symtab-create".
2755
27562013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2757
2758 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2759 constant.
2760
27612013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2762
2763 * gdb.texinfo (Breakpoints In Python): Document temporary
2764 option in breakpoint constructor, and add documentation to the
2765 temporary attribute.
2766
27672013-11-07 Yao Qi <yao@codesourcery.com>
2768
2769 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2770 output of "-var-info-expression".
2771
27722013-11-06 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2775 non-interactive mode.
2776 (Environment) <shell startup files warning>: Mention
2777 non-interactive mode. Mention .zshenv for Z shell, and talk about
2778 BASH_ENV instead of .bashrc for BASH.
2779
27802013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2781
2782 * gdb.texinfo (Commands to Specify Files): Add description
2783 of the remove-symbol-file command.
2784 * observer.texi: New free_objfile event
2785
27862013-10-24 Pedro Alves <palves@redhat.com>
2787
2788 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2789
27902013-10-11 Joel Brobecker <brobecker@adacore.com>
2791
2792 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2793 New subsection inside which the "-catch-load" and "-catch-unload"
2794 commands documentation is now placed.
2795 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2796 documenting the "-catch-assert" and "-catch-exception" new
2797 GDB/MI commands.
2798
27992013-10-10 Joel Brobecker <brobecker@adacore.com>
2800
2801 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2802
28032013-10-10 Joel Brobecker <brobecker@adacore.com>
2804
2805 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2806 serial baud".
2807 (Remote Configuration): Replace "set remotebaud" by "set serial
2808 baud". Replace "show remotebaud" by "show serial baud".
2809
28102013-10-07 Pedro Alves <palves@redhat.com>
2811
2812 PR breakpoints/11568
2813 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2814 when the thread is removed from the thread list.
2815
28162013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2817
2818 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2819 Update entry for $_exitcode.
2820
28212013-10-04 Joel Brobecker <brobecker@adacore.com>
2822
2823 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2824 new "--start" option.
2825
28262013-10-02 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.texinfo (Registers): Expand description of saved registers
2829 in frames. Explain <not saved>.
2830
28312013-09-25 Doug Evans <dje@google.com>
2832
2833 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2834
28352013-09-16 Stan Shebs <stan@codesourcery.com>
2836
2837 Remove the internals manual gdbint.texinfo.
2838 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2839 (PDFFILES): Remove gdbint.pdf.
2840 (HTMLFILES): Remove gdbint/index.html.
2841 (HTMLFILES_INSTALL): Remove gdbint.
2842 (GDBINT_DOC_FILES): Remove.
2843 (dvi): Remove gdbint.dvi.
2844 (ps): Remove gdbint.ps.
2845 * gdbint.texinfo: Remove file.
2846 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2847
28482013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2849
2850 * gdb.texinfo (Convenience Functions): Mention new convenience
2851 function $_isvoid.
2852
28532013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2854
2855 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2856 (Standard Target Features): Add new node to menu.
2857 (S/390 and System z Features): New node.
2858
28592013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2860
2861 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2862 -list-target-features in the example.
2863
28642013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2865
2866 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2867 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2868
28692013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2870
2871 Sync documentation with gdb.base/gnu-debugdata.exp.
2872 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2873
28742013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2875
2876 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2877
28782013-08-27 Pedro Alves <pedro@codesourcery.com>
2879 Yao Qi <yao@codesourcery.com>
2880
2881 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2882 Document new --skip-unavailable option.
2883 <-stack-list-variables>: Document new --skip-unavailable option.
2884
28852013-08-26 Doug Evans <dje@google.com>
2886
2887 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2888 an optional regexp.
2889
28902013-08-13 Tom Tromey <tromey@redhat.com>
2891
2892 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2893 Document GDB_PARALLEL and GDB_INOTIFY.
2894
28952013-08-09 Stan Shebs <stan@codesourcery.com>
2896
2897 * LRS: Remove file, describes a long-abandoned live-range
2898 splitting extension to stabs.
2899
29002013-07-25 Andrew Burgess <aburgess@broadcom.com>
2901
2902 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2903
29042013-07-17 Doug Evans <dje@google.com>
2905
2906 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2907
29082013-07-02 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2911
29122013-06-28 Tom Tromey <tromey@redhat.com>
2913
2914 * Makefile.in (version.subst): Use version.in, not
2915 common/version.in.
2916 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2917 Likewise.
2918
29192013-06-27 Pedro Alves <palves@redhat.com>
2920
2921 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2922 dynamic symbol resolution code>: New section, based on infrun.c
2923 comment.
2924
29252013-06-26 Tom Tromey <tromey@redhat.com>
2926
2927 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2928 Update.
2929 (Releasing GDB): Likewise.
2930
29312013-06-26 Pedro Alves <pedro@codesourcery.com>
2932 Yao Qi <yao@codesourcery.com>
2933
2934 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2935 -trace-frame-collected.
2936
29372013-06-26 Pedro Alves <pedro@codesourcery.com>
2938
2939 * gdb.texinfo (Traceframe Info Format): Document tvar element
2940 and its attributes.
2941
29422013-06-25 Yao Qi <yao@codesourcery.com>
2943
2944 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2945
29462013-06-24 Tom Tromey <tromey@redhat.com>
2947
2948 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2949 (GDBvn.texi): Use version.subst.
2950 (version.subst): New target.
2951 (mostlyclean): Remove version.subst.
2952
29532013-06-20 Pedro Alves <pedro@codesourcery.com>
2954
2955 * gdb.texinfo (GDB/MI Data Manipulation)
2956 <-data-list-register-values>: Document the --skip-unavailable
2957 option.
2958
29592013-06-07 Yao Qi <yao@codesourcery.com>
2960
2961 * gdb.texinfo (Symbols): Add kindex and cindex for
2962 'maint print msymbols'.
2963
29642013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2965
2966 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2967 response field name (thread-group to inferior).
2968
29692013-06-04 Gary Benson <gbenson@redhat.com>
2970
2971 * gdb.texinfo (General Query Packets/qSupported): Added
2972 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2973 to the table of currently defined stub features.
2974 Added a more detailed entry for "augmented-libraries-svr4-read".
2975 (General Query Packets/qXfer:libraries-svr4:read): Documented
2976 the augmented form of this packet.
2977
29782013-05-23 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.texinfo (System-wide Configuration Scripts): Renames
2981 "Installed System-wide Configuration Scripts". Add associated
2982 @menu block.
2983
29842013-05-23 Yao Qi <yao@codesourcery.com>
2985 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.texinfo (Packets): Document 'vCont;r'.
2988 (Continuing and Stepping): Document target-assisted range
2989 stepping, and the 'set range-stepping' and 'show range-stepping'
2990 commands.
2991
29922013-05-23 Joel Brobecker <brobecker@adacore.com>
2993
2994 * gdb.texinfo (Installed System-wide Configuration Scripts):
2995 Add subsection describing the scripts now available under
2996 the data-dir's system-gdbbinit subdirectory.
2997 * NEWS: Add entry announcing the availability of system-wide
2998 configuration scripts for ElinOS and Wind River Linux.
2999
30002013-05-21 Hui Zhu <hui@codesourcery.com>
3001
3002 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3003 "-dprintf-insert" command.
3004
30052013-05-17 Doug Evans <dje@google.com>
3006
3007 * gdb.texinfo (Maintenance Commands): Update doc for
3008 "maint check-psymtabs". Add doc for "maint check-symtabs",
3009 "maint expand-symtabs".
3010
30112013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3012
3013 * gdb.texinfo (Process Record and Replay): Document the
3014 "record goto" command and its sub-commands.
3015
30162013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3017
3018 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3019 (Python API): Add Frame Filters API, Frame Wrapper API,
3020 Writing a Frame Filter/Wrapper, Managing Management of Frame
3021 Filters chapter entries.
3022 (Frame Filters API): New Node.
3023 (Frame Wrapper API): New Node.
3024 (Writing a Frame Filter): New Node.
3025 (Managing Frame Filters): New Node.
3026 (Progspaces In Python): Add note about frame_filters attribute.
3027 (Objfiles in Python): Ditto.
3028 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3029 @anchors and --no-frame-filters option to -stack-list-variables,
3030 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3031 commands.
3032
30332013-05-08 Joel Brobecker <brobecker@adacore.com>
3034
3035 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3036 Support" subsection documenting the XML format used to transfer
3037 shared library info on AIX.
3038
30392013-05-08 Joel Brobecker <brobecker@adacore.com>
3040
3041 * gdb.texinfo (Debugging Output): Add documentation of
3042 "set debug aix-solib" and "show debug aix-solib" commands.
3043
30442013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3045
3046 * gdb.texinfo (Nios II): New section.
3047 (Nios II Features): New section.
3048
30492013-05-06 Joel Brobecker <brobecker@adacore.com>
3050
3051 * gdbint.texinfo (Algorithms): Remove entries documenting
3052 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3053 SOLIB_CREATE_INFERIOR_HOOK.
3054
30552013-04-29 Tom Tromey <tromey@redhat.com>
3056
3057 PR python/14204:
3058 * gdb.texinfo (Python API): Fix menu entry.
3059 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3060 Define global and static block. Add example. Clarify
3061 block relationship for inline functions.
3062
30632013-04-29 Tom Tromey <tromey@redhat.com>
3064
3065 * gdb.texinfo (Python API): Mention Python help and keyword
3066 arguments. Move pagination text to Basic Python.
3067 (Basic Python): Put pagination text here. Document
3068 close-on-exec, SIGCHLD, and SIGINT.
3069
30702013-04-19 Pedro Alves <palves@redhat.com>
3071
3072 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3073 "signedness" instead of "signness".
3074
30752013-04-19 Pedro Alves <palves@redhat.com>
3076
3077 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3078 -Wno-pointer-sign text with text on -Wpointer-sign.
3079
30802013-04-16 Tom Tromey <tromey@redhat.com>
3081
3082 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3083 GCC that has the SDT probe points.
3084
30852013-04-15 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3088 exception catchpoints.
3089
30902013-04-15 Tom Tromey <tromey@redhat.com>
3091
3092 * gdb.texinfo (Set Catchpoints): Document $_exception.
3093 (Convenience Vars): Mention $_exception.
3094
30952013-04-15 Tom Tromey <tromey@redhat.com>
3096
3097 * gdb.texinfo (Set Catchpoints): Reorganize exception
3098 catchpoints. Document "catch rethrow".
3099 (Debugging C Plus Plus): Mention "catch rethrow".
3100
31012013-04-15 Tom Tromey <tromey@redhat.com>
3102
3103 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3104
31052013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3106 Eli Zaretskii <eliz@gnu.org>
3107
3108 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3109 line below the sample output.
3110
31112013-04-12 Eli Zaretskii <eliz@gnu.org>
3112
3113 * gdb.texinfo (Mode Options): Document '-configuration'.
3114 (Help): Document "show configuration".
3115 (Bug Reporting): Add requirements to include the configuration
3116 details in bug reports.
3117
31182013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3119
3120 * Makefile.in (MAN1S): Add gcore.1.
3121 Remove "Host, target, and site specific Makefile fragments" comment.
3122 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3123 (install-man1, uninstall-man1): Conditionalize gcore.1.
3124 (gcore.1): New.
3125 * gdb.texinfo (Man Pages): Add gcore man.
3126 (gcore man): New node.
3127
31282013-04-10 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.texinfo (Process Record and Replay): Document that "set
3131 record full insn-number-max", "set record
3132 instruction-history-size" and "set record
3133 function-call-history-size" accept "unlimited".
3134 (Backtrace): Document that "set backtrace limit" accepts
3135 "unlimited".
3136 (List): Document that "set listsize" accepts "unlimited".
3137 (Print Settings)" Document that "set print max-symbolic-offset",
3138 "set print elements" and "set print repeats" accept "unlimited".
3139 (Starting and Stopping Trace Experiments): Document that "set
3140 trace-buffer-size" accepts "unlimited".
3141 (Remote Configuration): Document that "set tcp connect-timeout"
3142 accepts "unlimited".
3143 (Command History): Document that "set history size" accepts
3144 "unlimited".
3145 (Screen Size): Document that "set height" and "set width" accepts
3146 "unlimited". Adjust "set pagination"'s description to suggest
3147 "set height unlimited" instead of "set height 0".
3148
31492013-04-10 Yao Qi <yao@codesourcery.com>
3150
3151 * gdb.texinfo (Trace Files): Add "target ctf".
3152
31532013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3154
3155 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3156
3157 * Makefile.in (install-man1, install-man5, uninstall-man1)
3158 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3159
3160 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3161
31622013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3163 Eli Zaretskii <eliz@gnu.org>
3164
3165 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3166 parameters order. Remove "On some targets" for --attach. Document the
3167 --multi parameter and extended-remote command. Document all the
3168 options.
3169
31702013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3171
3172 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3173 the list of supported languages.
3174
31752013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3176
3177 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3178 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3179 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3180 (diststuff): Add man.
3181 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3182 (uninstall-man5): New.
3183 (STAGESTUFF): Add *.1 and *.5.
3184 (GDBvn.texi): Add SYSTEM_GDBINIT.
3185 (gdb.1, gdbserver.1, gdbinit.5): New.
3186 (maintainer-clean realclean): Add $(MANS).
3187 (install): Add install-man.
3188 (uninstall): Add uninstall-man.
3189 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3190 (@copying): Wrap it by @c man begin COPYRIGHT.
3191 (Top): Add Man Pages.
3192 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3193
31942013-04-02 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.texinfo (Debugging Output): Document "set/show debug
3197 aarch64", "set/show debug coff-pe-read" and "set/show debug
3198 mach-o".
3199
32002013-04-02 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3203 table>: Add entry for "trace-buffer-size".
3204
32052013-03-28 Pedro Alves <palves@redhat.com>
3206
3207 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3208 table>: Add entry for "trace-status".
3209
32102013-03-28 Eli Zaretskii <eliz@gnu.org>
3211
3212 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3213 @bullet", which is invalid (makeinfo 5.1 barfs).
3214
32152013-03-28 Pedro Alves <palves@redhat.com>
3216
3217 PR gdb/15294
3218
3219 * gdb.texinfo (List) <set listsize>: Adjust to document that
3220 listsize 0 means no limit, and remove mention of -1.
3221
32222013-03-22 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.texinfo (Embedded Processors): Remove menu item
3225 "OpenRISC 1000".
3226 (OpenRISC 1000): Remove.
3227
32282013-03-21 Doug Evans <dje@google.com>
3229
3230 * gdb.texinfo (Maintenance Commands): Add docs for
3231 "mt set per-command {space,time,symtab} {on,off}".
3232
32332013-03-14 Hui Zhu <hui@codesourcery.com>
3234 Yao Qi <yao@codesourcery.com>
3235
3236 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3237
32382013-03-13 Keith Seitz <keiths@redhat.com>
3239
3240 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3241 "maint agent" reference to Dynamic printf.
3242
32432013-03-11 Eli Zaretskii <eliz@gnu.org>
3244
3245 * gdb.texinfo (General Query Packets): Don't use colon in index
3246 entries visible to Info format.
3247
32482013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3249
3250 * gdb.texinfo (Process Record and Replay): Document record
3251 changes.
3252
32532013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3254
3255 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3256 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3257 qXfer:btrace:read.
3258
32592013-03-09 Eli Zaretskii <eliz@gnu.org>
3260
3261 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3262 use colons in @anchor and @cindex entries.
3263
32642013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3265
3266 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3267
32682013-03-08 Stan Shebs <stan@codesourcery.com>
3269 Hafiz Abid Qadeer <abidh@codesourcery.com>
3270
3271 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3272 trace-buffer-size set and show commands.
3273 (Tracepoint Packets): Document QTBuffer:size.
3274 (General Query Packets): Document QTBuffer:size.
3275
32762013-02-21 Tom Tromey <tromey@redhat.com>
3277
3278 * gdb.texinfo: Remove bad @syncodeindex.
3279 (Values From Inferior, Types In Python, Inferiors In Python)
3280 (Events In Python, Threads In Python, Frames In Python, Blocks In
3281 Python, Symbols In Python, Symbol Tables In Python): Remove
3282 @tables.
3283 (Packets, General Query Packets, Tracepoint Packets)
3284 (Host I/O Packets): Use @w{} for empty @item.
3285
32862013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3287
3288 * gdb.texinfo (Architectures In Python): Add description about
3289 the new method gdb.Architecture.disassemble.
3290
32912013-02-15 Pedro Alves <pedro@codesourcery.com>
3292 Hafiz Abid Qadeer <abidh@codesourcery.com>
3293
3294 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3295 Document the "trace-file" field.
3296
32972013-02-07 Doug Evans <dje@google.com>
3298
3299 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3300 command.
3301
33022013-02-06 Yao Qi <yao@codesourcery.com>
3303
3304 * gdb.texinfo (GDB/MI Async Records): Document new MI
3305 notification "=tsv-modified". Update the document of MI
3306 notification "=tsv-created".
3307 * observer.texi (GDB Observers): New observer tsv_modified.
3308 Update observer tsv_created and tsv_delete.
3309
33102013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3311
3312 * gdb.texinfo (AArch64 Features): New section; document
3313 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3314 (Architectures): Add new AArch64 section to document AArch64
3315 architecture specific commands.
3316 (ABI): Add description of the new OS ABI "Newlib" and its influence
3317 on the longjmp handling.
3318
33192013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3320 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3323 variable in 'set/show backtrace' section.
3324
33252013-01-31 Tom Tromey <tromey@redhat.com>
3326
3327 * gdb.texinfo (Target Commands): Fix typo.
3328
33292013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3330
3331 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3332 describing the gdb.Architecture class.
3333 (Frames In Python): Add description about the new method
3334 gdb.Frame.architecture().
3335
33362013-01-23 Doug Evans <dje@google.com>
3337
3338 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3339
33402013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3341
3342 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3343 'thread-groups' field when printing a breakpoint in MI.
3344
33452012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3346 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3347 to reflect that jit-reader-load now supports absolute file-names.
3348
33492013-01-16 Tom Tromey <tromey@redhat.com>
3350
3351 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3352 (Signals): Likewise.
3353
33542013-01-16 Tom Tromey <tromey@redhat.com>
3355
3356 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3357 "catch-type" field.
3358 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3359
33602013-01-07 Tom Tromey <tromey@redhat.com>
3361
3362 * gdb.texinfo (Mode Options): Don't mention -epoch.
3363 (Data, Emacs): Remove obsolete comments.
3364
33652013-01-02 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.texinfo (GDB/MI Output Records): Update menu.
3368 (GDB/MI Breakpoint Information): New node.
3369 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3370 <-break-insert>: Likewise.
3371
33722012-12-31 Yao Qi <yao@codesourcery.com>
3373
3374 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3375 (Packets): Move "vStopped" packet to ...
3376 (Notification Packets): ... here. Describe the components
3377 of notification. Add a table of supported notifications.
3378 Add an example on the process of he async notification.
3379
33802012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3383 present.
3384 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3385 fullname output always present.
3386
33872012-12-23 Pierre Muller <muller@sourceware.org>
3388
3389 * gdbint.texinfo (Function prototypes): Require use of "extern"
3390 modifier for function prototypes in headers.
3391
33922012-12-19 Joel Brobecker <brobecker@adacore.com>
3393
3394 * refcard.tex: Update copyright notice to GPL v3 or later.
3395 Update contact info.
3396
33972012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3398
3399 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3400
34012012-12-15 Yao Qi <yao@codesourcery.com>
3402
3403 * gdb.texinfo (Debugging Output): Document 'set debug
3404 notification' and 'show debug notification'.
3405
34062012-12-15 Yao Qi <yao@codesourcery.com>
3407
3408 * gdb.texinfo (Listing Tracepoints): New item and example about
3409 'installed on target' output.
3410 Add more in the example about 'installed on target'.
3411 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3412
34132012-12-14 Tom Tromey <tromey@redhat.com>
3414
3415 * gdb.texinfo (SVR4 Process Information): Mention core files.
3416
34172012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3418
3419 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3420
34212012-12-11 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.texinfo: Remove all mentions of Unixware throughout.
3424
34252012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3426
3427 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3428
34292012-11-29 Tom Tromey <tromey@redhat.com>
3430
3431 * gdb.texinfo (SVR4 Process Information): Document missing
3432 "info proc" subcommands.
3433
34342012-11-29 Yao Qi <yao@codesourcery.com>
3435
3436 PR gdb/1477.
3437 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3438 to 'auto' instead of 'gnu'.
3439
34402012-11-26 Tom Tromey <tromey@redhat.com>
3441
3442 * gdb.texinfo (MiniDebugInfo): New node.
3443 (GDB Files): Update.
3444
34452012-11-16 Doug Evans <dje@google.com>
3446
3447 * gdb.texinfo (System-wide configuration): If the system-wide init
3448 file lives in the data-directory, and --data-directory is provided,
3449 look for it there.
3450
34512012-11-15 Tom Tromey <tromey@redhat.com>
3452
3453 * gdb.texinfo (Signaling): Fix typo.
3454
34552012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3456
3457 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3458 parameter "count" of -data-write-memory-bytes, and add an example.
3459
34602012-11-12 Tom Tromey <tromey@redhat.com>
3461
3462 * gdb.texinfo (Symbols): Document "info type-printers",
3463 "enable type-printer" and "disable type-printer".
3464 (Python API): Add new node to menu.
3465 (Type Printing API): New node.
3466 (Progspaces In Python): Document type_printers field.
3467 (Objfiles In Python): Likewise.
3468 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3469 register_type_printer, TypePrinter>: Document.
3470
34712012-11-12 Tom Tromey <tromey@redhat.com>
3472
3473 * gdb.texinfo (Symbols): Document "set print type methods",
3474 "set print type typedefs", and flags to ptype and whatis.
3475
34762012-11-09 Andrew Burgess <aburgess@broadcom.com>
3477
3478 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3479 the example -data-disassemble output. Extend the description of
3480 the -data-disassemble results to document all fields. Document
3481 the cli disassemble command as being related to -data-disassemble.
3482
34832012-11-09 Yao Qi <yao@codesourcery.com>
3484
3485 PR gdb/14777.
3486 * gdb.texinfo (OS Information): Remove doc on command
3487 'info udot'.
3488
34892012-11-08 Joel Brobecker <brobecker@adacore.com>
3490
3491 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3492 gdb.ini warning for Windows port.
3493
34942012-11-08 Yao Qi <yao@codesourcery.com>
3495
3496 * gdb.texinfo (Search): Add kindex for 'fo'.
3497
34982012-11-05 Tom Tromey <tromey@redhat.com>
3499
3500 PR python/14802:
3501 * gdb.texinfo (Functions In Python): Add example.
3502
35032012-11-03 Yao Qi <yao@codesourcery.com>
3504
3505 * observer.texi (GDB Observers): Remove observer
3506 'tracepoint_modified', 'tracepoint_created' and
3507 'tracepoint_deleted'.
3508
35092012-10-26 Tom Tromey <tromey@redhat.com>
3510
3511 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3512
35132012-10-25 Tom Tromey <tromey@redhat.com>
3514
3515 * gdb.texinfo (General Query Packets): Use @itemx.
3516
35172012-10-17 Yao Qi <yao@codesourcery.com>
3518
3519 * observer.texi (GDB Observers): Update observer
3520 'memory_changed'.
3521 * gdb.texinfo (GDB/MI Async Records): Document for
3522 "memory-changed" notification.
3523
35242012-10-15 Doug Evans <dje@google.com>
3525
3526 * gdb.texinfo (Mode Options): Document -nh.
3527 Elaborate on docs for -nx.
3528
35292012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3530
3531 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3532
35332012-09-21 Yao Qi <yao@codesourcery.com>
3534 Pedro Alves <palves@redhat.com>
3535
3536 * gdb.texinfo (GDB/MI Async Records): Document notification
3537 'record-started' and 'record-stopped'.
3538 * observer.texi (GDB Observers): New observer 'record-changed'.
3539
35402012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3541
3542 * gdb.texinfo: Document the removal of SH's 'regs' command.
3543
35442012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3545
3546 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3547
35482012-09-18 Yao Qi <yao@codesourcery.com>
3549
3550 * gdb.texinfo (GDB/MI Async Records): Document new MI
3551 notifications '=tsv-created' and '=tsv-deleted'.
3552 * observer.texi (GDB Observers): New observer tsv_created and
3553 tsv_deleted.
3554
35552012-09-18 Yao Qi <yao@codesourcery.com>
3556
3557 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3558 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3559 '=traceframe-changed'.
3560
35612012-09-17 Yao Qi <yao@codesourcery.com>
3562
3563 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3564 'set listsize'.
3565
35662012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3567 Eli Zaretskii <eliz@gnu.org>
3568
3569 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3570 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3571 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3572
35732012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3574
3575 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3576
35772012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3578
3579 Document how to return from "python-interactive" to GDB.
3580 * gdb.texinfo (Python Commands): Update documentation.
3581
35822012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3583
3584 Add a new "python-interactive" command that starts a standard
3585 Python interactive prompt with "pi" as alias, and add "py" as
3586 an alias to "python".
3587 * gdb.texinfo (Python Commands): Document the new commands.
3588
35892012-08-22 Tom Tromey <tromey@redhat.com>
3590
3591 * gdbint.texinfo (Host Definition): Remove documentation for
3592 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3593
35942012-08-17 Keith Seitz <keiths@redhat.com>
3595
3596 PR c++/13356
3597 * gdb.texinfo (Type and Range Checking): Remove warning.
3598 Remove spurious commas.
3599 Update text and examples for re-implementation of set/show
3600 check type.
3601 (C and C++ Type and Range Checks): Likewise.
3602
36032012-08-16 Yao Qi <yao@codesourcery.com>
3604
3605 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3606 is deprecated.
3607
36082012-08-13 Doug Evans <dje@google.com>
3609
3610 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3611 to include functions.
3612
36132012-08-10 Doug Evans <dje@google.com>
3614
3615 * gdb.texinfo (Convenience Funs): New node.
3616 (Types In Python): Document Type.vector.
3617
36182012-08-09 Yao Qi <yao@codesourcery.com>
3619
3620 * observer.texi: New observer command_param_changed.
3621 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3622
36232012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3624
3625 * gdbint.texinfo (Debugging GDB): In section
3626 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3627 Mention also gdb-gdb.py.
3628
36292012-08-07 Yao Qi <yao@codesourcery.com>
3630
3631 Revert the folloing patch:
3632 2012-08-06 Yao Qi <yao@codesourcery.com>
3633 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3634 remote hardware-watchpoint-limit' and 'set
3635 remote hardware-breakpoint-limit'.
3636
36372012-08-06 Nathaniel Flath <flat0103@gmail.com>
3638
3639 * gdb.texinfo (Working Directory): Added information about new
3640 default argument for 'cd' command.
3641
36422012-08-06 Yao Qi <yao@codesourcery.com>
3643
3644 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3645 remote hardware-watchpoint-limit' and 'set
3646 remote hardware-breakpoint-limit'.
3647
36482012-08-06 Yao Qi <yao@codesourcery.com>
3649
3650 Fix PR14371.
3651
3652 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3653 '=breakpoint-deleted'.
3654
36552012-08-02 Yao Qi <yao@codesourcery.com>
3656
3657 * gdb.texinfo (Native): Remove node Neutrino.
3658
36592012-07-27 Yao Qi <yao@codesourcery.com>
3660
3661 * gdb.texinfo (IPA Protocol Commands): Document new command
3662 'close'.
3663
36642012-07-25 Tom Tromey <tromey@redhat.com>
3665
3666 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3667
36682012-07-20 Doug Evans <dje@google.com>
3669
3670 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3671 (Index Files): Document how to control the use of deprecated index
3672 sections.
3673 (Index Section Format): Replace --use-deprecated-index-sections with
3674 "set use-deprecated-index-sections on".
3675
36762012-07-12 Eli Zaretskii <eliz@gnu.org>
3677
3678 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3679 indices into a single node "Index". Instead, join function and
3680 variable indices into a single index, separate from the concept
3681 index. Requested in
3682 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3683 (Top): Update the top-level menu: instead of one "Index" there are
3684 now separate entries "Concept Index" and "Function and Variable
3685 Index".
3686 (Concept Index, Function and Variable Index): New nodes.
3687 (Index): Node deleted.
3688
36892012-07-05 Hui Zhu <hui_zhu@mentor.com>
3690
3691 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3692 and "maint agent-eval".
3693
36942012-07-03 Eli Zaretskii <eliz@gnu.org>
3695
3696 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3697 avoid file-name clashes between Index.html and index.html on
3698 case-insensitive filesystems. See the discussion starting in
3699 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3700 details of the problem.
3701 (Top): Update the master menu for the above.
3702 (Concept Index, Command and Variable Index): New nodes, instead of
3703 the old "Index" node that was deleted. All cross-references
3704 updated.
3705
37062012-07-02 Stan Shebs <stan@codesourcery.com>
3707
3708 * gdb.texinfo (Dynamic Printf): Mention agent style and
3709 disconnected dprintf.
3710 (Maintenance Commands): Describe maint agent-printf.
3711 (General Query Packets): Mention BreakpointCommands feature.
3712 (Packets): Document commands extension to Z0 packet.
3713 * agentexpr.texi (Bytecode Descriptions): Document printf
3714 bytecode.
3715
37162012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3717
3718 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3719 only after gdbinit files.
3720 (Startup): Move -iex and -iex commands down after gdbinit files.
3721
37222012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3723
3724 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3725 possibility.
3726
37272012-06-29 Tom Tromey <tromey@redhat.com>
3728
3729 * gdb.texinfo (Index Section Format): Update for version 7.
3730
37312012-06-28 Stan Shebs <stan@codesourcery.com>
3732
3733 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3734 example, add note about title column.
3735
37362012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3737
3738 * gdb.texinfo (Symbol Tables In Python): Add description about
3739 the new 'last' attribute of gdb.Symtab_and line.
3740
37412012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3742
3743 * gdb.texinfo (Symbol Tables In Python): Correct the description
3744 of the 'pc' attribute of gdb.Symtab_and_line.
3745
37462012-06-26 Doug Evans <dje@google.com>
3747
3748 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3749 and symtab-create.
3750
37512012-06-25 Keith Seitz <keiths@redhat.com>
3752
3753 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3754 from example. Remove "rbreak" from list of corresponding
3755 gdb commands.
3756
37572012-06-23 Doug Evans <dje@google.com>
3758
3759 * gdb.texinfo (Index Section Format): Document version 7 format.
3760
37612012-06-22 Yao Qi <yao@codesourcery.com>
3762
3763 * gdb.texinfo: Add missing cindex for some packets.
3764
37652012-06-20 Keith Seitz <keiths@redhat.com>
3766
3767 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3768 for -break-insert and document -p.
3769
37702012-06-20 Yao Qi <yao@codesourcery.com>
3771
3772 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3773 and "gdb.write_memory" with "Inferior.read_memory" and
3774 "Inferior.write_memory".
3775
37762012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3777
3778 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3779 (Free Documentation): Add @node line.
3780 (Continuing and Stepping) <advance location>: Use @item instead of
3781 @itemx.
3782 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3783 @itemx.
3784 (Embedded Processors): Put the link to "PA" to its correct place,
3785 according to document structure.
3786 (Python API): Put the link to "Lazy Strings In Python" to its
3787 correct place.
3788 (Index): Use @@ in @tex block to get a literal @.
3789
3790 * gdbint.texinfo: Fix the @subtitle line.
3791
3792 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3793 correct place.
3794
37952012-06-08 Yao Qi <yao@codesourcery.com>
3796
3797 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3798 Protocol'.
3799 (In-Process Agent Protocol, IPA Protocol Objects)
3800 (IPA Protocol Commands): New nodes.
3801 (Tracepoint Packets): Add anchors.
3802
38032012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3804
3805 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3806
38072012-06-06 Yao Qi <yao@codesourcery.com>
3808
3809 * gdb.texinfo: Update copyright year.
3810
38112012-05-23 Stan Shebs <stan@codesourcery.com>
3812 Kwok Cheung Yeung <kcy@codesourcery.com>
3813
3814 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3815
38162012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3819 Mention also --with-separate-debug-dir.
3820 (Auto-loading): Prepend $debugdir in the sample output.
3821 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3822 auto-load safe-path variable.
3823 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3824 Mention also $debugdir for 'set auto-load scripts-directory'.
3825
38262012-05-19 Eli Zaretskii <eliz@gnu.org>
3827
3828 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3829 (MIPS Embedded, MIPS, MIPS Register packet Format)
3830 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3831 appropriate.
3832
38332012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3834 Maciej W. Rozycki <macro@codesourcery.com>
3835
3836 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3837 mips compression".
3838 (MIPS Breakpoint Kinds): New subsubsection.
3839
38402012-05-18 Eli Zaretskii <eliz@gnu.org>
3841
3842 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3843 nodes for subsections. Add @acronym mark-ups and adjust
3844 formatting.
3845
38462012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 Rename $ddir to $datadir.
3849 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3850 (objfile-gdb.py file): Rename $ddir to $datadir.
3851
38522012-05-18 Tom Tromey <tromey@redhat.com>
3853
3854 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3855
38562012-05-14 Stan Shebs <stan@codesourcery.com>
3857
3858 * gdb.texinfo (Dynamic Printf): New subsection.
3859
38602012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3861
3862 * gdb.texinfo (Basic Python): Add description about the function
3863 gdb.find_pc_line
3864
38652012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3866 Eli Zaretskii <eliz@gnu.org>
3867
3868 * gdb.texinfo (Separate Debug Files): Use plural form for global
3869 debugging information directory.
3870
38712012-05-11 Stan Shebs <stan@codesourcery.com>
3872 Kwok Cheung Yeung <kcy@codesourcery.com>
3873
3874 * gdb.texinfo (Operating System Auxiliary Information): Document new
3875 'info os' subcommands.
3876
38772012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3880 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3881 (dotdebug_gdb_scripts section): Add reference
3882 to 'Auto-loading safe path'.
3883
38842012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 Implement multi-component --with-auto-load-dir.
3887 * gdb.texinfo (Auto-loading): New references
3888 for 'set auto-load scripts-directory'
3889 and 'show auto-load scripts-directory'.
3890 (Auto-loading safe path): Describe the new default. Move $ddir
3891 substituation reference to 'objfile-gdb.py file'.
3892 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3893 script-name. Describe new 'set auto-load scripts-directory'
3894 and 'show auto-load scripts-directory'.
3895
38962012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 Provide $ddir substitution for --with-auto-load-safe-path.
3899 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3900 (Auto-loading safe path): Likewise. Mention the default value,
3901 $ddir substitution, --with-auto-load-safe-path and
3902 --without-auto-load-safe-path.
3903 * observer.texi (gdb_datadir_changed): New.
3904
39052012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3908 Twice.
3909
3910 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3911 directory separator by path separator.
3912
39132012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3916 for 'set auto-load safe-path' optional. Mention if it is omitted.
3917 Change disabling security protection condition to "/", twice.
3918
39192012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3920
3921 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3922 the new methods global_block and static_block on gdb.Symtab
3923 objects.
3924
39252012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3926
3927 * gdb.texinfo (Blocks In Python): Add a note saying that future
3928 improvements to GDB and its infrastructure can move symbols
3929 across blocks within a symbol table.
3930
39312012-04-29 Yao Qi <yao@codesourcery.com>
3932
3933 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3934 (A29K): Remove.
3935
39362012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3937 Tom Tromey <tromey@redhat.com>
3938
3939 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3940 and generic static probe support on GDB.
3941
39422012-04-25 Doug Evans <dje@google.com>
3943
3944 * gdb.texinfo (Go): Fix thinko.
3945
3946 * gdb.texinfo (Supported Languages): Add Go.
3947 (Go): New node.
3948
39492012-04-25 Yao Qi <yao@codesourcery.com>
3950
3951 * gdbint.texinfo (Testsuite): New section `Board settings'.
3952
39532012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3954
3955 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3956 Three times.
3957
3958 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3959 Three times.
3960
39612012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3962
3963 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3964 by @table @asis. Fix formatting of one item.
3965
39662012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3969
39702012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3971
3972 New option "set debug auto-load".
3973 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3974 (auto-load verbose mode): New node.
3975
39762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3977
3978 New option "set auto-load safe-path".
3979 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3980 and "info auto-load" examples for safe-path. Put there also references
3981 for "set auto-load safe-path" and "show auto-load safe-path".
3982 New menu item for Auto-loading safe path.
3983 (Auto-loading safe path): New node.
3984 (Python Auto-loading): Update the expected output from "Missing"
3985 to "No".
3986
39872012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3988
3989 auto-load: Implementation.
3990 * gdb.texinfo (Mode Options): New anchor for -nx.
3991 (Startup): New anchors for Option -init-eval-command,
3992 Home Directory Init File
3993 and Init File in the Current Directory during Startup.
3994 Mention set auto-load local-gdbinit with a reference.
3995 Change the sample code to "set auto-load python-scripts".
3996 (Threads): New anchor set libthread-db-search-path.
3997 Provide references to libthread_db.so.1 file.
3998 (Controlling GDB): New menu item for Auto-loading.
3999 (Auto-loading, Init File in the Current Directory)
4000 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4001 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4002 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4003 reference.
4004 (Auto-loading): Rename to ...
4005 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4006 "set auto-load python-scripts", new anchor for it. Change
4007 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4008 for it. Change "info auto-load-scripts"
4009 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4010 to "Python scripts".
4011
40122012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4013
4014 PR mi/13393
4015 * gdb.texinfo (Print Settings): Extend the description for "set print
4016 object".
4017 (GDB/MI Variable Objects): Extend the description for -var-create and
4018 -var-list-children.
4019
40202012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4021
4022 * gdb.texinfo (Examining Data): Document the 'explore' command.
4023
40242012-03-28 Joel Brobecker <brobecker@adacore.com>
4025
4026 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4027 to the children of a varobj and its update range when -var-update
4028 returns that the varobj's type changed.
4029
40302012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4031
4032 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4033 Create two new links fir 'objfile-gdb.py file'
4034 and 'dotdebug_gdb_scripts section'.
4035
40362012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 * gdb.texinfo (Auto-loading): Rename node reference
4039 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4040 Twice.
4041 (.debug_gdb_scripts section): Rename the node ...
4042 (dotdebug_gdb_scripts section): ... here.
4043 (Maintenance Commands): Also rename this node reference.
4044
40452012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4046
4047 * gdb.texinfo (Python API/Values From Inferior): Add description
4048 about the new method Value.referenced_value. Add description on
4049 how Value.dereference is different (and similar) to
4050 Value.referenced_value.
4051
40522012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4053
4054 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4055 --init-eval-command=COMMAND, -iex.
4056 (Startup): Describe -iex and -ix. Simplify the example
4057 for "set auto-load-scripts off".
4058
40592012-03-16 Gary Benson <gbenson@redhat.com>
4060
4061 PR breakpoints/10738
4062 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4063 stating that GDB cannot set breakpoints on inlined functions.
4064 (Mode Options): Document --use-deprecated-index-sections.
4065 (Index Section Format): Document new index section version format.
4066
40672012-03-15 Tom Tromey <tromey@redhat.com>
4068
4069 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4070
40712012-03-13 Doug Evans <dje@google.com>
4072
4073 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4074 of "reload".
4075 (Symbols): Delete docs for set/show symbol-reloading.
4076 * gdbint.texinfo (Defining Other Architecture Features): Delete
4077 SYMBOL_RELOADING_DEFAULT.
4078 * refcard.tex: Delete reference to symbol-reloading.
4079
40802012-03-07 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.texinfo (General Query Packets): Document new
4083 QProgramSignals packet.
4084 * gdb.texinfo (Remote configuration): Mention
4085 "program-signals-packet".
4086
40872012-03-05 Tristan Gingold <gingold@adacore.com>
4088
4089 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4090
40912012-03-03 Yao Qi <yao@codesourcery.com>
4092
4093 * gdb.texinfo (In-Process Agent): New node.
4094 Document new commands.
4095 (General Query Packets): Add packet `QAgent'.
4096
40972012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4098
4099 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4100
41012012-03-01 Scott J. Goldman <scottjg@vmware.com>
4102
4103 * gdb.texinfo (Commands In Python): Put example python macro in
4104 COMMAND_USER category rather than COMMAND_OBSCURE.
4105 Document gdb.COMMAND_USER.
4106 (User-defined Commands): Update documentation to clarify
4107 "set/show max-user-call-depth" and "show user" don't apply to python
4108 commands. Update documentation to clarify "help user-defined" may
4109 also include python commands defined as COMMAND_USER.
4110
41112012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4112
4113 * gdb.texinfo (Startup): Add option -ex description to the option -x
4114 description.
4115
41162012-02-24 Luis Machado <lgustavo@codesourcery.com>
4117
4118 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4119 condition-evaluation breakpoint parameter.
4120 Mention condition-evaluation mode being shown in "info break".
4121 (Break Conditions): Add description for target-side
4122 conditional breakpoints.
4123 (Remote Configuration): Mention conditional-breakpoints-packet.
4124 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4125 cond-expr.
4126 (General Query Packets): Mention new ConditionalBreakpoint feature.
4127
41282012-02-22 Tom Tromey <tromey@redhat.com>
4129
4130 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4131
41322012-02-17 Tom Tromey <tromey@redhat.com>
4133
4134 PR python/10753:
4135 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4136 directory.
4137
41382012-02-14 Stan Shebs <stan@codesourcery.com>
4139
4140 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4141
41422012-02-13 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4145 mips-idt-ecoff.
4146
41472012-02-09 Yao Qi <yao@codesourcery.com>
4148
4149 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4150
41512012-02-07 Tom Tromey <tromey@redhat.com>
4152
4153 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4154 Symbol.value.
4155
41562012-02-07 Tom Tromey <tromey@redhat.com>
4157
4158 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4159
41602012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4161
4162 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4163
41642012-01-24 Tom Tromey <tromey@redhat.com>
4165
4166 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4167 unload".
4168 (Files): Mention new catch commands.
4169 (GDB/MI Async Records): Likewise.
4170
41712012-01-24 Gary Benson <gbenson@redhat.com>
4172
4173 Delete #if 0'd out code.
4174 * gdb.texinfo (Frame Info): Remove "info catch".
4175
41762012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4177
4178 * gdb.texinfo (Remote Configuration): Document
4179 "set remote hostio-readlink-packet" command.
4180 (General Query Packets): Document vFile:readlink packet.
4181
41822012-01-16 Tom Tromey <tromey@redhat.com>
4183
4184 * gdb.texinfo (Specify Location): Document relative file name
4185 handling.
4186
41872012-01-16 Tom Tromey <tromey@redhat.com>
4188
4189 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4190
41912012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4192 Eli Zaretskii <eliz@gnu.org>
4193
4194 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4195 code.
4196
41972012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4198
4199 * gdb.texinfo (Variables): Document use of :: for non-static
4200 variables.
4201
42022012-01-05 Joel Brobecker <brobecker@adacore.com>
4203
4204 * gdbint.texinfo (Start of New Year Procedure): Update
4205 to replace use of copyright.sh by use of copyright.py.
4206
42072012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4208
4209 Remove the gdbtui binary.
4210 * all-cfg.texi (GDBTUI): Remove.
4211 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4212 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4213 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4214
42152011-12-23 Kevin Pouget <kevin.pouget@st.com>
4216
4217 Introduce gdb.FinishBreakpoint in Python.
4218 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4219 (Python API): Add menu entry for Finish Breakpoints.
4220
42212011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4224 tests.
4225
42262011-12-16 Doug Evans <dje@google.com>
4227
4228 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4229
42302011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4231
4232 * gdb.texinfo (Python Commands): Remove "maint set/show print
4233 stack". Add documentation for "set/show python print-stack".
4234
42352011-12-14 Pedro Alves <pedro@codesourcery.com>
4236
4237 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4238 should transfer control to the stub in the startup code instead of
4239 in main. Mention the need to get past the initial breakpoint.
4240
42412011-12-06 Tom Tromey <tromey@redhat.com>
4242
4243 * gdb.texinfo (Set Breaks): Update for new behavior.
4244
42452011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4246
4247 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4248 List Format for SVR4 Targets'.
4249 (General Query Packets): New item qXfer:libraries-svr4:read.
4250 (Library List Format for SVR4 Targets): New node.
4251
42522011-12-01 Tom Tromey <tromey@redhat.com>
4253
4254 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4255 add.
4256
42572011-11-22 Tom Tromey <tromey@redhat.com>
4258
4259 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4260 reasons.
4261
42622011-11-20 Stan Shebs <stan@codesourcery.com>
4263
4264 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4265 note-related options and variables.
4266 (Tracepoint Packets): Document packet changes.
4267
42682011-11-20 Sanjoy Das <sdas@igalia.com>
4269
4270 * gdb.texinfo (JIT Interface): Add documentation on writing and
4271 usind JIT debug info readers.
4272 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4273 Debug Info Readers): New nodes.
4274
42752011-11-18 Yao Qi <yao@codesourcery.com>
4276
4277 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4278 tracepoint.
4279
42802011-11-15 Doug Evans <dje@google.com>
4281
4282 * gdb.texinfo (Files): Document basenames-may-differ.
4283
42842011-11-14 Doug Evans <dje@google.com>
4285
4286 * gdb.texinfo (Shell Commands): Document "!".
4287
42882011-11-14 Stan Shebs <stan@codesourcery.com>
4289 Kwok Cheung Yeung <kcy@codesourcery.com>
4290
4291 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4292 needed to get shorter fast tracepoints.
4293 (Tracepoint Packets): Document new qTMinFTPILen packet.
4294
42952011-11-14 Yao Qi <yao@codesourcery.com>
4296
4297 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4298 behavior of tracepoint.
4299 (General Query Packets): New feature InstallInTrace.
4300 (Remote Configuration): Document "set remote
4301 install-in-trace-packet".
4302
43032011-11-12 Matt Rice <ratmice@gmail.com>
4304
4305 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4306 Add arguments to info macro.
4307
43082011-11-10 Tom Tromey <tromey@redhat.com>
4309
4310 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4311 manual.
4312 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4313 (Macros): Add a footnote.
4314 (C): Remove paragraph about compiler options.
4315 (C Constants): Mention wide character and string constants.
4316 (C Plus Plus Expressions): Update compiler option advice. Mention
4317 using declarations. Mention ADL. Remove old HP compiler
4318 information.
4319
43202011-11-10 Tom Tromey <tromey@redhat.com>
4321
4322 PR c++/9257:
4323 * gdb.texinfo (Print Settings): Add an extra note about the need
4324 for a vtable.
4325
43262011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4327
4328 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4329 "set mips abi" documentation.
4330
43312011-11-04 Doug Evans <dje@google.com>
4332
4333 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4334
43352011-11-03 Tom Tromey <tromey@redhat.com>
4336
4337 * gdb.texinfo (Stopping): Add menu entry.
4338 (Continuing and Stepping): Restore @node. Use @section, not
4339 @subsection.
4340
43412011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4342
4343 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4344 designation. Fix "Specify Location" cross-reference.
4345
43462011-11-02 Stan Shebs <stan@codesourcery.com>
4347
4348 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4349 (General Query Packets): Describe tracenz feature.
4350 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4351
43522011-10-28 Paul Koning <paul_koning@dell.com>
4353
4354 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4355
43562011-10-27 Kevin Pouget <kevin.pouget@st.com>
4357
4358 * gdb.texinfo ((Frames In Python): Document
4359 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4360
43612011-10-26 Paul Koning <paul_koning@dell.com>
4362
4363 * gdb.texinfo (gdb.types): Document new deepitems function.
4364
43652011-10-25 Paul Koning <paul_koning@dell.com>
4366
4367 PR python/13327
4368
4369 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4370 fetch_lazy method.
4371
43722011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4373
4374 PR python/12656
4375
4376 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4377 global_block, static_block function.
4378
43792011-10-19 Tom Tromey <tromey@redhat.com>
4380
4381 * gdb.texinfo (Commands In Python): Add missing "@"s.
4382
43832011-10-13 Kevin Pouget <kevin.pouget@st.com>
4384
4385 PR python/13285 Document named constants for frame unwind stop reasons
4386 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4387 constants.
4388
43892011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4390
4391 Fix compatibility with texinfo versions older than 4.12.
4392 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4393 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4394 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4395 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4396 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4397 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4398 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4399
44002011-10-09 Doug Evans <dje@google.com>
4401
4402 * gdb.texinfo (Extending GDB): Document alias command.
4403
44042011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4405
4406 Support @entry in input expressions.
4407 * gdb.texinfo (Variables): Describe @entry names suffix.
4408 (Print Settings): Add anchor for `set print entry-values'.
4409
44102011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4411 Eli Zaretskii <eliz@gnu.org>
4412
4413 Display @entry parameter values (without references).
4414 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4415 example.
4416 (Print Settings): New description of set print entry-values and show
4417 print entry-values.
4418
44192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4420 Eli Zaretskii <eliz@gnu.org>
4421
4422 Recognize virtual tail call frames.
4423 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4424 (Tail Call Frames): New node.
4425 (Frames In Python): Add gdb.TAILCALL_FRAME.
4426
44272011-10-07 Doug Evans <dje@google.com>
4428
4429 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4430 register_pretty_printer.
4431
44322011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4433
4434 PR python/12930
4435 PR python/12802
4436
4437 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4438 stop method.
4439
44402011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4441
4442 * gdb.texinfo (Starting your Program): "set disable-randomization"
4443 is no longer Linux-specific.
4444 (Remote Configuration): Document "set remote
4445 disable-randomization-packet".
4446 (General Query Packets): Document "QDisableRandomization" packet
4447 and add it to "qSupported" list.
4448
44492011-10-07 Kevin Pouget <kevin.pouget@st.com>
4450
4451 Allow Python notification of new object-file loadings.
4452 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4453 event type.
4454
44552011-10-04 Kevin Pouget <kevin.pouget@st.com>
4456
4457 PR python/12691: Add the inferior to Python exited event
4458 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4459
44602011-10-03 Joel Brobecker <brobecker@adacore.com>
4461
4462 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4463 rephasing.
4464
44652011-10-03 Joel Brobecker <brobecker@adacore.com>
4466
4467 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4468 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4469 as possible feature returned by the `-list-features'
4470 command.
4471
44722011-09-28 Paul Koning <paul_koning@dell.com>
4473
4474 * gdb.texinfo (gdb.Type): Document field access by dictionary
4475 key syntax.
4476
44772011-09-28 Yao Qi <yao@codesourcery.com>
4478
4479 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4480 Add one space after option `-s'. Remove @r{} markup.
4481
44822011-09-27 Stan Shebs <stan@codesourcery.com>
4483
4484 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4485
44862011-09-16 Hui Zhu <teawater@gmail.com>
4487
4488 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4489 to *(unsigned char *)$esp@300.
4490
44912011-09-15 Paul Koning <paul_koning@dell.com>
4492
4493 * gdb.texinfo: Make style of Python functions and methods match
4494 the syntax of Python. Also put class and module names explicitly
4495 on function, member, and variable names, matching Python
4496 documentation conventions.
4497
44982011-09-15 Kevin Pouget <kevin.pouget@st.com>
4499
4500 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4501 * gdb.texinfo (Inferiors In Python): Describe new
4502 gdb.selected_inferior() function.
4503
45042011-09-15 Kevin Pouget <kevin.pouget@st.com>
4505
4506 Handle multiple breakpoint hits in Python interface:
4507 * gdb.texinfo (Events In Python): New function documentation:
4508 gdb.BreakpointEvent.breakpoints. Indicate that
4509 gdb.BreakpointEvent.breakpoint is now deprecated.
4510
45112011-09-04 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4514
45152011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4516
4517 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4518
45192011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4520
4521 * gdb.texinfo (Prompt): Add set/show extended-prompt
4522 documentation
4523 (Basic Python): Add prompt_hook anchor.
4524 (Python modules): Reword module text to reflect multiple modules.
4525 (gdb.prompt): Document gdb.prompt module.
4526
45272011-08-14 Yao Qi <yao@codesourcery.com>
4528
4529 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4530
45312011-08-14 Yao Qi <yao@codesourcery.com>
4532
4533 * gdb.texinfo (Standard Target Features): Document C6x features.
4534 (TIC6x Features): New node.
4535
45362011-08-12 Doug Evans <dje@google.com>
4537
4538 * gdb.texinfo (Symbols In Python): Document symbol.type.
4539
45402011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4541
4542 * gdb.texinfo (Python): Document command and function
4543 auto-loading.
4544
45452011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4546 Eli Zaretskii <eliz@gnu.org>
4547
4548 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4549 typedefs unrolling. Extend the sample code by an inner typedef and
4550 outer typedefs unrolling.
4551
45522011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4553
4554 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4555 size and line-size.
4556
45572011-07-21 Matt Rice <ratmice@gmail.com>
4558
4559 PR macros/12999
4560 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4561 Update text and cindex entries for info macro command.
4562
45632011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4564
4565 * observer.texi (GDB Observers): Add before_prompt observer.
4566 * gdb.texinfo (Basic Python): Add documentation for prompt
4567 substitution.
4568
45692011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4570
4571 PR python/12438
4572 * gdb.texinfo (Python Commands): Add deprecate note to maint
4573 set/show python print-stack. Document set/show python
4574 print-backtrace.
4575
45762011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4577
4578 * gdb.texinfo: Fix typos.
4579
45802011-07-01 Tom Tromey <tromey@redhat.com>
4581
4582 * gdb.texinfo (Debugging Output): Document set debug
4583 check-physname.
4584
45852011-06-29 Tom Tromey <tromey@redhat.com>
4586
4587 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4588 breakpoint-notifications feature.
4589
45902011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4591
4592 * gdb.texinfo (Target Description): Remove warning about
4593 possibly unstable format.
4594
45952011-06-03 Tom Tromey <tromey@redhat.com>
4596
4597 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4598 (Events In Python): Note that exit_code is optional.
4599
46002011-05-17 Pedro Alves <pedro@codesourcery.com>
4601
4602 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4603 required for multi-threading support.
4604 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4605 Hc are deprecated for multi-threading debugging. Point readers at
4606 the vCont packet.
4607
46082011-05-15 Doug Evans <dje@google.com>
4609
4610 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4611
46122011-05-13 Doug Evans <dje@google.com>
4613
4614 * gdb.texinfo (Threads): Document $sdir,$pdir.
4615 (Server): Document $pdir exception.
4616
4617 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4618
4619 * gdb.texinfo (Threads): Clarify default value for
4620 libthread-db-search-path.
4621
4622 * gdb.texinfo (Completion): Update example.
4623 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4624
46252011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4626
4627 * gdb.texinfo: Document change in the behaviour of the enable and
4628 disable GDB commands when applied to tracepoints.
4629 Document the EnableDisableTracepoints remote stub feature.
4630 Document QTEnable and QTDisable in the list of tracepoint packets.
4631
46322011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4633
4634 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4635 hsuser.texi.
4636 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4637 comment to hsuser.texi. Change rluser.texi name in the comment.
4638
46392011-05-10 Doug Evans <dje@google.com>
4640
4641 * gdb.texinfo (Threads): If an empty path is provided for
4642 libthread-db-search-path it is reset to its default value.
4643 (Server): Ditto.
4644
46452011-05-09 Doug Evans <dje@google.com>
4646
4647 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4648
46492011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4650 Thiago Jung Bauermann <bauerman@br.ibm.com>
4651
4652 Implement support for PowerPC BookE masked watchpoints.
4653 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4654 (PowerPC Embedded): Mention support of masked watchpoints.
4655
46562011-05-03 Joel Brobecker <brobecker@adacore.com>
4657
4658 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4659 `@value{GDBN}'.
4660
46612011-05-03 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gdb.texinfo (titlepage): Remove dedication.
4664 (In Memoriam): New appendix.
4665
46662011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4667 Eli Zaretskii <eliz@gnu.org>
4668
4669 * gdb.texinfo (Index Section Format): Change the version to 5.
4670 Describe the different formula.
4671
46722011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4673 Eli Zaretskii <eliz@gnu.org>
4674
4675 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4676 for disconnected tracing.
4677 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4678 extended-remote relationship. Mention --once.
4679 (TCP port allocation lifecycle of @code{gdbserver}): New.
4680
46812011-04-23 Eli Zaretskii <eliz@gnu.org>
4682
4683 * gdb.texinfo (Server): Improve indexing. Index all optional
4684 switches to gdbserver.
4685
46862011-04-20 Tom Tromey <tromey@redhat.com>
4687
4688 * gdb.texinfo (Index Section Format): New node.
4689 (Top): Add new node to menu.
4690
46912011-04-20 Pedro Alves <pedro@codesourcery.com>
4692
4693 * gdb.texinfo (Maintenance Commands): Document `maint print
4694 remote-registers'.
4695
46962011-04-20 Tom Tromey <tromey@redhat.com>
4697
4698 * gdb.texinfo (Trace File Format): Move node later.
4699
47002011-04-19 Tom Tromey <tromey@redhat.com>
4701
4702 * gdbint.texinfo (Register Information Functions): Remove
4703 duplicate "the".
4704 * gdb.texinfo (Emacs): Remove duplicate "to".
4705 (GDB/MI Variable Objects): Remove duplicate "the".
4706 (General Query Packets): Likewise.
4707
47082011-04-02 Joel Brobecker <brobecker@adacore.com>
4709
4710 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4711 "GDB/MI Ada Exception Information" node.
4712
47132011-04-01 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4716 the "exception-name" field in the *stopped async record.
4717
47182011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4719 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4720
4721 Implement support for PowerPC BookE ranged breakpoints.
4722 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4723
47242011-03-28 Tom Tromey <tromey@redhat.com>
4725
4726 * gdb.texinfo (Set Tracepoints): Fix typo.
4727
47282011-03-24 Tom Tromey <tromey@redhat.com>
4729
4730 * gdb.texinfo (Specify Location): Document `function:label'
4731 linespec.
4732
47332011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4734
4735 PR python/12149
4736
4737 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4738
47392011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4740
4741 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4742 (Inferiors In Python): Likewise.
4743 (Threads In Python): Likewise.
4744 (Symbols In Python): Likewise.
4745 (Objfiles In Python): Likewise.
4746 (Symbol Tables In Python): Likewise.
4747
47482011-03-15 Pedro Alves <pedro@codesourcery.com>
4749
4750 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4751 display>: Explain that the commands accept number ranges.
4752
47532011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4754
4755 * gdb.texinfo (Breakpoints In Python): Add description and example
4756 of Python stop function operation.
4757
47582011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4759
4760 * gdb.texinfo (Parameters In Python): Document get_set_string and
4761 get_show_string methods.
4762
47632011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4766
4767 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4768 circular-trace-buffer name.
4769
47702011-02-28 Joel Brobecker <brobecker@adacore.com>
4771
4772 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4773 in the previous change.
4774
47752011-02-27 Michael Snyder <msnyder@vmware.com>
4776
4777 * gdb.texinfo (Inferiors and Programs): Update commands to show
4778 that they can accept multiple arguments.
4779
47802011-02-24 Joel Brobecker <brobecker@adacore.com>
4781
4782 Revert the following patch (code patch was not approved):
4783 2011-02-21 Hui Zhu <teawater@gmail.com>
4784 * agentexpr.texi (bytecode descriptions): add printf.
4785 * gdb.texinfo (tracepoint action lists): add printf.
4786
47872011-02-23 Doug Evans <dje@google.com>
4788
4789 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4790
47912011-02-23 Michael Snyder <msnyder@vmware.com>
4792
4793 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4794 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4795 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4796
47972011-02-22 Doug Evans <dje@google.com>
4798
4799 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4800 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4801 add description of result, fix @defun formatting.
4802
48032011-02-21 Hui Zhu <teawater@gmail.com>
4804
4805 * agentexpr.texi (Bytecode Descriptions): Add printf.
4806 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4807
48082011-02-18 Tom Tromey <tromey@redhat.com>
4809
4810 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4811
48122011-02-14 Michael Snyder <msnyder@vmware.com>
4813
4814 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4815 Document new command "thread find".
4816
48172011-02-14 Michael Snyder <msnyder@vmware.com>
4818
4819 * gdb.texinfo (Threads): Update example of new thread message.
4820
48212011-02-14 Pedro Alves <pedro@codesourcery.com>
4822
4823 * gdb.texinfo (Remote Configuration): Mention set/show remote
4824 traceframe-info.
4825 (Tools/Packages Optional for Building GDB): Mention that expat is
4826 used for traceframe info.
4827 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4828 (General Query Packets) <qSupported>: Describe the
4829 qXfer:traceframe-info:read feature.
4830 (qXfer::read): Describe qXfer:traceframe-info:read.
4831 (Traceframe Info Format): New section.
4832
48332011-02-04 Pedro Alves <pedro@codesourcery.com>
4834
4835 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4836 for casts and unary operators.
4837
48382011-02-04 Tom Tromey <tromey@redhat.com>
4839
4840 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4841 is not useful.
4842
48432011-01-25 Pedro Alves <pedro@codesourcery.com>
4844
4845 * gdb.texinfo: s/value optimized out/optimized out/g
4846
48472011-01-21 Joel Brobecker <brobecker@adacore.com>
4848
4849 * gdb.texinfo (Other Misc Settings): Rework part of the
4850 documentation of the "set interactive mode" command.
4851
48522011-01-19 Tom Tromey <tromey@redhat.com>
4853
4854 * gdb.texinfo (Threads): Document thread name output and `thread
4855 name' command.
4856 (Threads In Python): Document Thread.name attribute.
4857 (GDB/MI Thread Commands): Document thread attributes.
4858
48592011-01-12 Andrew Burgess <aburgess@broadcom.com>
4860
4861 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4862 changes in mi/mi-cmd-disas.c
4863
48642011-01-12 Tom Tromey <tromey@redhat.com>
4865
4866 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4867 Fix "thread apply" text.
4868
48692011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4870 Thiago Jung Bauermann <bauerman@br.ibm.com>
4871
4872 Implement support for PowerPC BookE ranged watchpoints.
4873 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4874 the "set powerpc exact-watchpoints" flag.
4875
48762011-01-07 Tom Tromey <tromey@redhat.com>
4877
4878 * gdb.texinfo (Python API): Add descriptions to @menu items.
4879
48802011-01-06 Tom Tromey <tromey@redhat.com>
4881
4882 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4883
48842010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4885
4886 * gdb.texinfo (Debugging Output): Document "set debug jit".
4887
48882011-01-06 Tom Tromey <tromey@redhat.com>
4889
4890 PR python/12133:
4891 * gdb.texinfo (Frames In Python): Document various frame
4892 constants.
4893
48942011-01-05 Joel Brobecker <brobecker@adacore.com>
4895
4896 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4897 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4898 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4899
49002011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4901
4902 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4903 (clean): Add GDBvn.texi.
4904
49052010-12-29 Joel Brobecker <brobecker@adacore.com>
4906
4907 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4908 occasional case where the debugger prints an array address
4909 instead of the array itself.
4910
49112010-12-23 Pedro Alves <pedro@codesourcery.com>
4912
4913 * gdb.texinfo (Packets) <read registers packet>: Document support
4914 for registers that were not collected.
4915
49162010-12-15 Doug Evans <dje@google.com>
4917
4918 * gdb.texinfo (Startup): Document auto-loading of scripts during
4919 startup.
4920 (Auto-loading): Delete "maint set python auto-load on|off".
4921 Add "set auto-load-scripts on|off".
4922
49232010-12-07 Doug Evans <dje@google.com>
4924
4925 * gdb.texinfo (Mode Options): Document -data-directory.
4926 (Data Files): Add reference to -data-directory.
4927
49282010-11-29 Doug Evans <dje@google.com>
4929
4930 * gdb.texinfo (Pretty-Printer Introduction): Change
4931 printer-name:subprinter-name to printer-name;subprinter-name.
4932
49332010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4934
4935 PR python/12199
4936
4937 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4938
49392010-11-23 Tom Tromey <tromey@redhat.com>
4940
4941 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4942 (Editing): Likewise.
4943 (Command History): Likewise.
4944 (TUI Keys): Likewise.
4945 (Bug Reporting): Conditionally include rluser.texi and
4946 inc-history.texinfo.
4947 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4948 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4949 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4950 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4951 (gdb.pdf): Likewise.
4952 (gdb.info): Likewise.
4953 (gdb/index.html): Likewise.
4954
49552010-11-23 Tom Tromey <tromey@redhat.com>
4956
4957 * Makefile.in (Makefile): Run ../config.status.
4958 (distclean): Update.
4959 * configure: Remove.
4960 * configure.ac: Remove.
4961
49622010-11-12 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb.texinfo (Basic Python): Update. Add xref.
4965 (Exception Handling): Document new exception classes.
4966 (Types In Python): Update.
4967 (Frames In Python): Update.
4968
49692010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4970
4971 * gdb.texinfo (Breakpoints In Python): Document "internal"
4972 parameter, and visible attribute.
4973
49742010-11-05 Doug Evans <dje@google.com>
4975
4976 * gdb.texinfo (Source Path): Document "set directories".
4977
49782010-11-05 Ken Werner <ken.werner@de.ibm.com>
4979
4980 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4981 (OpenCL C): New node.
4982
49832010-11-02 Doug Evans <dje@google.com>
4984
4985 * gdb.texinfo (Pretty Printing): Expand into three sections,
4986 introduction, example, and commands.
4987 (Python API): Delete section Disabling Pretty-Printers, merge into
4988 Selecting Pretty-Printers.
4989 (Writing a Pretty-Printer): New section. Move the pretty-printer
4990 example here, and reformat to match python coding style. Add a second
4991 example using the gdb.printing module.
4992 (Python modules): Add gdb.printing.
4993
49942010-10-29 Doug Evans <dje@google.com>
4995
4996 * gdb.texinfo (Python): Fix long line.
4997
49982010-10-20 Doug Evans <dje@google.com>
4999
5000 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5001 All references updated. Correct sections marked as subsections.
5002 (Coding Standards): New chapter. Move the coding standard related
5003 subsections here. Add section on Python coding standards.
5004
50052010-10-13 Doug Evans <dje@google.com>
5006
5007 * gdb.texinfo (Python): Add "Python modules".
5008 (Types in Python): Add reference to gdb.types section.
5009 (Python modules): New node.
5010
50112010-10-11 Doug Evans <dje@google.com>
5012
5013 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5014 Python" from gdb.Value.type description.
5015
50162010-09-28 Joel Brobecker <brobecker@adacore.com>
5017
5018 * gdb.texinfo (Ravenscar Profile): New node.
5019
50202010-09-22 Tom Tromey <tromey@redhat.com>
5021
5022 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5023
50242010-09-22 Eli Zaretskii <eliz@gnu.org>
5025
5026 * gdb.texinfo (Values From Inferior): Clarify that
5027 value.dynamic_type works only in C++ programs with RTTI.
5028
50292010-09-15 Paul Bolle <pebolle@tiscali.nl>
5030
5031 * gdb.texinfo (Character Sets): Correctly reference host-charset
5032 in example.
5033
50342010-09-13 Tom Tromey <tromey@redhat.com>
5035
5036 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5037 Document "fullname" and "from".
5038
50392010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5040
5041 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5042 feature `reverse' output by -list-target-features.
5043
50442010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5045
5046 * gdb.texinfo (i386 Features): Remove an extra "@item".
5047
50482010-08-30 Tom Tromey <tromey@redhat.com>
5049
5050 PR python/11792:
5051 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5052
50532010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5054
5055 * gdb.texinfo (ARM Features): Document
5056 org.gnu.gdb.arm.m-profile.
5057
50582010-08-23 Tom Tromey <tromey@redhat.com>
5059
5060 PR python/11145:
5061 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5062 reinterpret_cast methods.
5063
50642010-08-23 Tom Tromey <tromey@redhat.com>
5065
5066 PR python/11915:
5067 * gdb.texinfo (Types In Python): Document array method.
5068
50692010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5070
5071 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5072
50732010-08-16 Tom Tromey <tromey@redhat.com>
5074
5075 * gdb.texinfo (Set Watchpoints): Document -location option.
5076
50772010-08-13 Doug Evans <dje@google.com>
5078
5079 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5080
50812010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5082
5083 * gdb.texinfo (GDB/MI Data Manipulation): Document
5084 -data-read-memory-raw and -data-write-memory-raw.
5085
50862010-08-11 Tom Tromey <tromey@redhat.com>
5087 Phil Muldoon <pmuldoon@redhat.com>
5088
5089 * gdb.texinfo (Basic Python): Describe post_event API.
5090
50912010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5092
5093 * gdb.texinfo (Basic Python): Describe solib_address and
5094 decode_line Python APIs
5095
50962010-08-10 Tom Tromey <tromey@redhat.com>
5097
5098 * gdb.texinfo (Pretty Printing API): Document
5099 gdb.default_visualizer.
5100
51012010-08-10 Tom Tromey <tromey@redhat.com>
5102
5103 Revert gdb-add-index addition:
5104 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5105
51062010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5107 Eli Zaretskii <eliz@gnu.org>
5108
5109 * gdb.texinfo (Mode Options) <-batch>
5110 (Basic Python) <gdb.execute>: Describe setting width and height.
5111
51122010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5113
5114 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5115
51162010-07-30 Tom Tromey <tromey@redhat.com>
5117
5118 * gdb.texinfo (Index Files): Mention gdb-add-index.
5119
51202010-07-30 Hui Zhu <teawater@gmail.com>
5121
5122 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5123 "detach inferior" and "kill inferior".
5124
51252010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5126
5127 * gdb.texinfo (Machine Code): Update description of two forms of
5128 arguments, and add new example to demonstrate the new form.
5129
51302010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5131
5132 * gdb.texinfo (Values From Inferior): Add value inferior function
5133 call description.
5134
51352010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5138
51392010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5140 Eli Zaretskii <eliz@gnu.org>
5141
5142 Make core files the process_stratum.
5143 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5144 record_stratum example.
5145
51462010-07-13 Tom Tromey <tromey@redhat.com>
5147
5148 * gdb.texinfo (Index Files): New node.
5149
51502010-07-13 Tom Tromey <tromey@redhat.com>
5151
5152 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5153
51542010-07-13 Tom Tromey <tromey@redhat.com>
5155
5156 * gdb.texinfo (Specify Location): Document labels.
5157
51582010-07-01 Pedro Alves <pedro@codesourcery.com>
5159
5160 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5161 entries for fast tracepoints and static tracepoints.
5162
51632010-07-01 Pedro Alves <pedro@codesourcery.com>
5164
5165 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5166 qsThreadInfo>: Spell out `l' as ell.
5167
51682010-07-01 Pedro Alves <pedro@codesourcery.com>
5169
5170 * gdb.texinfo (Convenience Variables): Document $_sdata.
5171 (Commands to Set Tracepoints): Describe static tracepoints. Add
5172 `Listing Static Tracepoint Markers' menu entry. Document
5173 "strace".
5174 (Tracepoint Action Lists): Document collecting $_sdata.
5175 (Listing Static Tracepoint Markers): New subsection.
5176 (Tracepoints support in gdbserver): Mention static tracepoints.
5177 (remote packets, enabling and disabling): Mention
5178 read-sdata-object.
5179 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5180 and StaticTracepoint.
5181 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5182 Document qXfer:sdata:read.
5183 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5184
51852010-06-29 Joel Brobecker <brobecker@adacore.com>
5186
5187 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5188
51892010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5190 Tom Tromey <tromey@redhat.com>
5191 Thiago Jung Bauermann <bauerman@br.ibm.com>
5192
5193 * gdb.texinfo (Inferiors In Python): New node.
5194 * gdb.texinfo (Threads In Python): New node.
5195
51962010-06-28 Joel Brobecker <brobecker@adacore.com>
5197
5198 * gdb.texinfo (Python): Document what the python directory is
5199 and what its location is.
5200 (Basic Python): Document the gdb.PYTHONDIR constant.
5201
52022010-06-25 Tom Tromey <tromey@redhat.com>
5203
5204 PR python/10808:
5205 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5206
52072010-06-24 Hui Zhu <teawater@gmail.com>
5208
5209 * gdb.texinfo: (Commands for Controlled Output): Add
5210 documentation for command "eval".
5211
52122010-06-21 Stan Shebs <stan@codesourcery.com>
5213
5214 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5215 * annotate.texinfo: Ditto.
5216 * gdbint.texinfo: Ditto.
5217 * stabs.texinfo: Ditto.
5218
52192010-06-22 Hui Zhu <teawater@gmail.com>
5220
5221 * gdb.texinfo: (Process Record and Replay): Add documentation
5222 for command "set record memory-query".
5223
52242010-06-21 Stan Shebs <stan@codesourcery.com>
5225
5226 * gdb.texinfo: Relicense under GFDL version 1.3.
5227 * annotate.texinfo: Relicense under GFDL version 1.3.
5228 * gdbint.texinfo: Relicense under GFDL version 1.3.
5229 * stabs.texinfo: Relicense under GFDL version 1.3.
5230 * fdl.texi: Update to version 1.3.
5231
52322010-06-18 Stan Shebs <stan@codesourcery.com>
5233
5234 * gdb.texinfo (Operating System Auxiliary Information): Describe
5235 "info os" when no arguments given.
5236
5237 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5238 $_thread.
5239
52402010-06-18 Hui Zhu <teawater@gmail.com>
5241
5242 * gdb.texinfo: (Process Record and Replay): Add documentation
5243 for commands "record save" and "record restore".
5244
52452010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * gdb.texinfo: Include information about the correct use
5248 of addresses in the `watch' command.
5249
52502010-06-11 Stan Shebs <stan@codesourcery.com>
5251
5252 * gdb.texinfo (Observer Mode): New section.
5253 (General Query Packets): Document QAllow.
5254
52552010-06-04 Doug Evans <dje@google.com>
5256
5257 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5258
52592010-06-03 Doug Evans <dje@google.com>
5260
5261 * gdbint.texinfo (Coding): Add subsection on command names.
5262
52632010-06-02 Tom Tromey <tromey@redhat.com>
5264
5265 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5266 always-disassemble.
5267
52682010-06-01 Pedro Alves <pedro@codesourcery.com>
5269
5270 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5271 gdbserver, and add cross reference.
5272 (Tracepoints support in gdbserver): New subsection.
5273
52742010-05-26 Pedro Alves <pedro@codesourcery.com>
5275
5276 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5277 `qRelocInsn' feature.
5278 (Relocate instruction reply packet): New subsection
5279 of `Tracepoint Packets'.
5280 (Tracepoint Packets): Mention that packets QTDP and QTStart
5281 support the qRelocInsn request, and add cross reference to new
5282 subsection.
5283
52842010-05-25 Doug Evans <dje@google.com>
5285
5286 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5287 (Commands In Python): Document gdb.string_to_argv.
5288
52892010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5290
5291 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5292 ATTR_NORETURN.
5293
52942010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5295 Tom Tromey <tromey@redhat.com>
5296 Thiago Jung Bauermann <bauerman@br.ibm.com>
5297
5298 * gdb.texinfo (Parameters In Python): New Node.
5299
53002010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5301
5302 * gdb.texinfo: (Summary) Add mention about D language support.
5303 (Filenames): Add D suffixes.
5304 (D): New node.
5305
53062010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5307
5308 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5309 of macro deleted from GDB code.
5310
53112010-04-24 Pedro Alves <pedro@codesourcery.com>
5312
5313 * gdb.texinfo (Commands to specify files): Describe what how GDB
5314 looks up DOS-based filesystem paths on the system root. Document
5315 the new `set/show target-file-system-kind' commands.
5316
53172010-04-23 Doug Evans <dje@google.com>
5318
5319 * gdb.texinfo (Python): Move Auto-loading section here ...
5320 (Python API): from here.
5321 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5322 (Maintenance Commands): Add docs for "maint print section-scripts".
5323
53242010-04-20 Chris Moller <cmoller@redhat.com>
5325
5326 * gdb.texinfo (Setting Breakpoints): Added description of
5327 filename-qualified rbreak.
5328 * refcard.tex (Breakpoints and Watchpoints): Added brief
5329 description of filename-qualified rbreak.
5330
53312010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5334 (Python API): Change the reference to Pretty Printing API.
5335 (Pretty Printing): Move the user part under the Data node. Reformat
5336 the sample output to 72 columns. Create a new reference to Pretty
5337 Printing API. Rename the API part ...
5338 (Pretty Printing API): To a new node name.
5339 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5340 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5341
53422010-04-21 Stan Shebs <stan@codesourcery.com>
5343
5344 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5345 and commands.
5346 (Listing Tracepoints): Update to reflect current behavior.
5347
53482010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5349
5350 * gdb.texinfo (Examining memory): Update for change in string
5351 display with explicit size.
5352
53532010-04-19 Pedro Alves <pedro@codesourcery.com>
5354
5355 PR breakpoints/8554.
5356
5357 * gdb.texinfo (Save Breakpoints): New node.
5358 (save-tracepoints): Rename to ...
5359 (save tracepoints): ... this. Mention that `save-tracepoints' is
5360 a deprecated alias to `save tracepoints'.
5361
53622010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5363
5364 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5365 (info w32 thread-information-block): Document new command.
5366 (qGetTIBAddress): Document new gdbserver query.
5367 (maint set/show show-all-tib): Document new command.
5368
53692010-04-15 Doug Evans <dje@google.com>
5370
5371 * gdb.texinfo (Python API): Add progspaces section.
5372 (Selecting Pretty-Printers): Progspace pretty-printers are
5373 searched too.
5374 (Progspaces In Python): New section.
5375
5376 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5377
53782010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5379
5380 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5381 returns None.
5382
53832010-04-09 Stan Shebs <stan@codesourcery.com>
5384
5385 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5386 Describe the `frames-created' field, tweak grammar.
5387
53882010-04-09 Pedro Alves <pedro@codesourcery.com>
5389
5390 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5391 Describe the `circular' and `disconnected' fields.
5392
53932010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5394
5395 * gdb.texinfo (maint print registers): Mention unavailable and
5396 invisible registers.
5397
53982010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5399 Thiago Jung Bauermann <bauerman@br.ibm.com>
5400 Tom Tromey <tromey@redhat.com>
5401
5402 * gdb.texinfo (Breakpoints In Python): New Node.
5403
54042010-04-08 Stan Shebs <stan@codesourcery.com>
5405
5406 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5407 trace status fields.
5408
54092010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5410
5411 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5412 optional. Make org.gnu.gdb.i386.avx requires
5413 org.gnu.gdb.i386.avx.
5414
54152010-04-08 Doug Evans <dje@google.com>
5416
5417 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5418 search path, and document that gdb only scans the search path if
5419 the script's path doesn't specify a directory.
5420
54212010-04-05 Doug Evans <dje@google.com>
5422
5423 * gdb.texinfo (maint show python auto-load): Fix typo.
5424
54252010-04-04 Stan Shebs <stan@codesourcery.com>
5426
5427 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5428 (Setting Watchpoints): Update description of "info watch".
5429 (Disabling Breakpoints): Only "info break" lists all.
5430
5431 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5432 (tdump): Explain how tdump works.
5433
54342010-04-01 Pedro Alves <pedro@codesourcery.com>
5435
5436 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5437 add cross reference.
5438
54392010-03-31 Pedro Alves <pedro@codesourcery.com>
5440
5441 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5442 commands error out.
5443
54442010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5445
5446 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5447
54482010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5449
5450 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5451
54522010-03-29 Stan Shebs <stan@codesourcery.com>
5453 Nathan Sidwell <nathan@codesourcery.com>
5454
5455 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5456 GDBN equivalent.
5457 (Set Tracepoints): Remove mention that conditional tracepoints
5458 don't exist.
5459 (Tracepoint Actions): Clarify when while-stepping collection
5460 happens, note that while-stepping does not automatically collect
5461 $pc.
5462
54632010-03-29 Stan Shebs <stan@codesourcery.com>
5464
5465 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5466 (General Query Packets): Describe TracepointSource.
5467
54682010-03-27 Matt Rice <ratmice@gmail.com>
5469
5470 * gdb.texinfo (ARM): Document arguments to "target sim".
5471 (Set Catchpoints): Use @dots{} instead of @r{...}.
5472
54732010-03-26 Pedro Alves <pedro@codesourcery.com>
5474
5475 * gdb.texinfo (Tracepoint Packets): Remove mention that
5476 terror:string may be plain text, and drop mention of X prefix.
5477
54782010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5479
5480 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5481
54822010-03-24 Stan Shebs <stan@codesourcery.com>
5483
5484 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5485
54862010-03-24 Tom Tromey <tromey@redhat.com>
5487
5488 PR breakpoints/9352:
5489 * gdb.texinfo (Break Commands): Update.
5490
54912010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5492
5493 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5494 commands.
5495
54962010-03-16 Stan Shebs <stan@codesourcery.com>
5497
5498 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5499 circular-trace-buffer.
5500 (Tracepoint Packets): Describe QTBuffer, and details of the
5501 qTStatus reply.
5502
55032010-03-12 Stan Shebs <stan@codesourcery.com>
5504 Nathan Sidwell <nathan@codesourcery.com>
5505
5506 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5507 doing instruction stepping.
5508 (Tracepoint Restrictions): New node.
5509
55102010-03-10 Tom Tromey <tromey@redhat.com>
5511
5512 * gdbint.texinfo (Symbol Handling): Update.
5513
55142010-03-08 Tom Tromey <tromey@redhat.com>
5515
5516 PR cli/9591:
5517 * gdb.texinfo (Mode Options): Mention lack of pagination and
5518 confirmation with --batch.
5519 (Screen Size): Mention --batch.
5520 (Messages/Warnings): Likewise.
5521
55222010-03-05 Tom Tromey <tromey@redhat.com>
5523
5524 * gdb.texinfo (Basic Python): Document target_charset and
5525 target_wide_charset.
5526
55272010-03-05 Tom Tromey <tromey@redhat.com>
5528
5529 * gdb.texinfo (Data): Link to pretty-printing.
5530 (Output Formats): Likewise. Correct text.
5531
55322010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5533
5534 * gdb.texinfo (Types): Describe <struct> and <flags>.
5535
55362010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5537
5538 * gdb.texinfo (Frames In Python): Add block parameter and
5539 description to read_var text.
5540
55412010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5542 Tom Tromey <tromey@redhat.com>
5543
5544 * gdb.texinfo (Types In Python): Describe block argument in
5545 template_argument and gdb.lookup_type.
5546
55472010-02-24 Tom Tromey <tromey@redhat.com>
5548
5549 * gdb.texinfo (Cygwin Native): Fix typo.
5550
55512010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5552
5553 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5554 and select method descriptions.
5555 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5556 Tables in Python to menu.
5557 (Blocks In Python): New node.
5558 (Symbols In Python): New node.
5559 (Symbol Tables in Python): New node.
5560
55612010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5562
5563 Multiexec MI
5564
5565 gdb/
5566 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5567
5568 gdb/doc/
5569 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5570 changes.
5571 (GDB/MI Program Execution): Document current behaviour of
5572 --all and --thread-group.
5573 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5574 -remove-inferior.
5575 * observer.texi (inferior_added, inferior_removed): New
5576 observers.
5577
55782010-02-19 Tom Tromey <tromey@redhat.com>
5579
5580 * gdbint.texinfo (Getting Started): Fix @node.
5581 (Debugging GDB): Likewise.
5582
55832010-02-13 Joel Brobecker <brobecker@adacore.com>
5584
5585 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5586 documenting the gdb_test_timeout variable.
5587
55882010-02-12 Jakob Engblom <jakob@virtutech.com>
5589
5590 * gdb.texinfo (MI commands): Added documentation of --reverse
5591 option to a set of MI commands. Restructured documentation of MI
5592 commands --exec-continue to reflect the complexity of reverse
5593 execution.
5594
55952010-02-12 Pedro Alves <pedro@codesourcery.com>
5596
5597 * gdb.texinfo (Using the Collected Data): Specify that the address
5598 range of `tfind outsize' is exclusive, and that the address range
5599 of `tfind range' is inclusive.
5600 (Tracepoint Packets): Specify that the address range of
5601 `QTFrame:range' is inclusive, and that the address range of
5602 `QTFrame:outside' is exclusive
5603
56042010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5605
5606 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5607
56082010-02-10 Tom Tromey <tromey@redhat.com>
5609
5610 * gdb.texinfo (Debugging Output): Document set debug parser and
5611 show debug parser.
5612
56132010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5614
5615 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5616 i386_eflags and i386_mxcsr.
5617
56182010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5619
5620 * gdb.texinfo: Document i386 target features.
5621
56222010-02-05 Doug Evans <dje@google.com>
5623
5624 * gdbint.texinfo (Testsuite): Add a new section to document the
5625 various DejaGnu variables that may be overridden.
5626 Document INTERNAL_GDBFLAGS.
5627
56282010-02-04 Tom Tromey <tromey@redhat.com>
5629
5630 PR cli/8830:
5631 * gdb.texinfo (Files): -readnow comes before the filename for file
5632 and symbol-file.
5633
56342010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5637 Document ARM breakpoint types.
5638 (Register Packet Format): Move into the new section.
5639 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5640
56412010-01-21 Joel Brobecker <brobecker@adacore.com>
5642
5643 * gdb.texinfo (File Options): Adjust the documentation of this
5644 switch to refer to the "source" command rather than partially
5645 duplicating some of the relevant information.
5646 (Extending GDB): Introduce and document the set/show script-extension
5647 setting.
5648 (Command Files): Add note explaining that the "source" command
5649 is also used to evalute scripts written in other languages.
5650 Remove the short slightly incorrect reference to sourcing Python
5651 scripts.
5652 (Python Commands): Document how to execute a Python script from GDB.
5653
56542010-01-19 Joel Brobecker <brobecker@adacore.com>
5655
5656 * gdb.texinfo (Command Files): Fix typo.
5657
56582010-01-18 Tom Tromey <tromey@redhat.com>
5659
5660 * gdb.texinfo (File Options): Document -x on .py files.
5661 (Command Files): Document handling of Python scripts.
5662
56632010-01-18 Jie Zhang <jie.zhang@analog.com>
5664
5665 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5666
56672010-01-15 Stan Shebs <stan@codesourcery.com>
5668
5669 * gdb.texinfo (Trace Files): New section.
5670 (Tracepoint Packets): Document QTSave and qTBuffer.
5671 (Trace File Format): New appendix.
5672
56732010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5674
5675 * gdb.texinfo (Values From Inferior): Document lazy_string value
5676 method.
5677 (Python API): Add Lazy strings menu item.
5678 (Lazy Strings In Python): New node.
5679
56802010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5681
5682 * gdb.texinfo (GDB/MI Thread Information): New.
5683 (GDB/MI Async Records): Document the core field in *stopped.
5684 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5685 documentation
5686 (Process list): Document that osdata document may contain
5687 threads.
5688 (Remote Serial Protocol): Document qXfer:threads.
5689
56902010-01-06 Stan Shebs <stan@codesourcery.com>
5691
5692 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5693 disconnected tracing.
5694 (Tracepoint Packets): Document new protocol.
5695
56962010-01-05 Stan Shebs <stan@codesourcery.com>
5697
5698 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5699 tracepoints.
5700 (Tracepoint Packets): Describe remote protocol for fast
5701 tracepoints.
5702
57032010-01-01 Joel Brobecker <brobecker@adacore.com>
5704
5705 Update the "Start of New Year Procedure".
5706 * gdbint.texinfo: Add the list of files that need to be updated
5707 manually. Minor reformatting.
5708
57092010-01-01 Joel Brobecker <brobecker@adacore.com>
5710
5711 * refcard.tex: Update copyright year in header and text.
5712
57132010-01-01 Joel Brobecker <brobecker@adacore.com>
5714
5715 * agentexpr.texi: Add 2010 to the list of copyright years.
5716 * annotate.texinfo: Likewise.
5717 * gdb.texinfo: Likewise.
5718 * gdbint.texinfo: Likewise.
5719 * observer.texi: Likewise.
5720 * stabs.texinfo: Likewise.
5721
57222009-12-31 Stan Shebs <stan@codesourcery.com>
5723
5724 * gdb.texinfo (Tracepoint Actions): Describe teval.
5725
57262009-12-29 Stan Shebs <stan@codesourcery.com>
5727
5728 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5729
57302009-12-28 Stan Shebs <stan@codesourcery.com>
5731
5732 * gdb.texinfo (Trace State Variables): New section.
5733 (Tracepoint Packets): Describe trace state variable packets.
5734 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5735 variable bytecodes.
5736
57372009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5738
5739 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5740 declarations.
5741
57422009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5743
5744 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5745 -gdb-exit behaviour.
5746
57472009-12-20 Joel Brobecker <brobecker@adacore.com>
5748
5749 * gpl.texi: Update to version 3 of the GPL.
5750
57512009-12-20 Joel Brobecker <brobecker@adacore.com>
5752
5753 * Makefile.in: Update copyright header.
5754 * observer.texi: Fix the copyright header of the generated files.
5755
57562009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5757
5758 * gdb.texinfo (Types In Python): Describe range function.
5759
57602009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5761
5762 * gdb.texinfo (Types In Python): Describe "is_base_class".
5763
57642009-12-03 Tom Tromey <tromey@redhat.com>
5765
5766 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5767
57682009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5769
5770 * observer.texi: New memory_changed observer.
5771
57722009-12-01 Tom Tromey <tromey@redhat.com>
5773
5774 * gdb.texinfo (Reverse Execution): Fix typo.
5775
57762009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5777
5778 PR gdb/8704
5779
5780 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5781 are allowed after the breakpoint condition.
5782
57832009-11-23 Tom Tromey <tromey@redhat.com>
5784
5785 PR python/10782:
5786 * gdb.texinfo (Types In Python): Document Type.pointer.
5787
57882009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5789
5790 * gdb.texinfo (Machine Code): Adjust.
5791
57922009-11-11 Pedro Alves <pedro@codesourcery.com>
5793
5794 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5795 (Using Agent Expressions): Delete cross reference.
5796
57972009-11-07 Joel Brobecker <brobecker@adacore.com>
5798
5799 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5800 and @settitle directives up to help makeinfo find them.
5801
58022009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5803
5804 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5805 (Auto-loading): Use plural and note one can use multiple components now.
5806
58072009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5808
5809 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5810 -stack-list-arguments have the same documentation for parameter
5811 as -stack-list-locals. Add comas.
5812
58132009-10-27 Tom Tromey <tromey@redhat.com>
5814 Eli Zaretskii <eliz@gnu.org>
5815
5816 PR python/10781
5817
5818 * gdb.texinfo (Values From Inferior): Document cast method.
5819
58202009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5821
5822 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5823 and adjust example.
5824
58252009-10-22 Michael Snyder <msnyder@vmware.com>
5826
5827 * gdb.texinfo (Process Record and Replay): Document new form of
5828 info record command. Also document the new save and restore
5829 commands.
5830
58312009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5832
5833 * gdb.texinfo (Machine Code): Mention current pc marker.
5834 (Memory): Likewise.
5835
58362009-10-19 Pedro Alves <pedro@codesourcery.com>
5837 Stan Shebs <stan@codesourcery.com>
5838
5839 * observer.texi (new_inferior): Rename to...
5840 (inferior_appeared): ... this.
5841
5842 * gdb.texinfo (Inferiors): Rename node to ...
5843 (Inferiors and Programs): ... this. Mention running multiple
5844 programs in the same debug session.
5845 <info inferiors>: Mention the new 'Executable' column if "info
5846 inferiors". Update examples. Document the "add-inferior",
5847 "clone-inferior", "remove-inferior" and "maint info
5848 program-spaces" commands.
5849 (Process): Rename node to...
5850 (Forks): ... this. Document "set|show follow-exec-mode".
5851
58522009-10-11 Michael Snyder <msnyder@vmware.com>
5853
5854 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5855 (ReverseContinue): Ditto.
5856
58572009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5858
5859 * gdb.texinfo (Server): Document libthread-db-search-path.
5860
58612009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5864
58652009-10-06 Michael Eager <eager@eagercon.com>
5866
5867 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5868 (Embedded Processors): Add MicroBlaze.
5869 (MicroBlaze): New. Describe Xilinx MicroBlaze
5870
58712009-10-04 Pedro Alves <pedro@codesourcery.com>
5872
5873 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5874
58752009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5876
5877 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5878
58792009-09-23 Joel Brobecker <brobecker@adacore.com>
5880
5881 * observer.texi (solib_unloaded): Document explicitly the fact that
5882 this observer is called before the associated symbols are unloaded.
5883
58842009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5885
5886 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5887 -stack-list-variables.
5888
58892009-09-18 Tom Tromey <tromey@redhat.com>
5890
5891 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5892 is experimental.
5893
58942009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5895
5896 * gdb.texinfo (convenince variables): Mention
5897 $_siginfo could be empty.
5898
58992009-09-15 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.texinfo (GDB/MI Variable Objects): Document
5902 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5903 Expand -var-update documentation.
5904
59052009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5906
5907 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5908 feature.
5909
59102009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5911
5912 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5913
59142009-09-10 Michael Snyder <msnyder@vmware.com>
5915
5916 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5917 ReverseStep replies to the qSupported query.
5918
59192009-09-10 Joel Brobecker <brobecker@adacore.com>
5920
5921 Add documentation for set/show interactive-mode.
5922 * gdb.texinfo (Other Misc Settings): New node.
5923
59242009-09-01 Doug Evans <dje@google.com>
5925
5926 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5927 non-stop mode's affect on remote caching.
5928
59292009-08-31 Jacob Potter <jdpotter@google.com>
5930 Doug Evans <dje@google.com>
5931
5932 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5933 Mark `set/show remotecache' options as obsolete.
5934 Document new `set/show stack-cache' option.
5935 Update text for `info dcache'.
5936
59372009-08-27 Doug Evans <dje@google.com>
5938
5939 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5940 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5941
59422009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5943
5944 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5945 about autoconf.
5946
59472009-08-25 Pedro Alves <pedro@codesourcery.com>
5948
5949 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5950 small example, and describe its columns. Replace "inferior-id" by
5951 "infno" throughout.
5952
59532009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5954
5955 * gdbint.texinfo (Releasing GDB): Point to
5956 README-maintainer-mode file for required autoconf version.
5957 * configure.ac: Do not substitute datarootdir, htmldir,
5958 pdfdir, docdir. Do not process --with-datarootdir,
5959 --with-htmldir, --with-pdfdir, --with-docdir.
5960 * configure: Regenerate.
5961
5962 * configure: Regenerate.
5963
59642009-08-20 Reid Kleckner <reid@kleckner.net>
5965
5966 * gdb.texinfo: Add chapter on JIT interface.
5967
59682009-08-07 Nick Roberts <nickrob@snap.net.nz>
5969
5970 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5971 confirmation request.
5972
59732009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5974
5975 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5976 CRC definitions.
5977
59782009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5979
5980 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5981 -break-commands.
5982
59832009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5984
5985 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5986 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5987
59882009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5989
5990 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5991 "set spu stop-on-load" and "show spu stop-on-load" commands.
5992
59932009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5994
5995 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5996
59972009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5998
5999 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6000 org.gnu.gdb.arm.neon.
6001
60022009-07-20 Pedro Alves <pedro@codesourcery.com>
6003
6004 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6005 optional element.
6006 (subsection OS ABI): New subsection.
6007
60082009-07-14 Stan Shebs <stan@codesourcery.com>
6009
6010 * gdb.texinfo (Tracepoint Conditions): New section.
6011 (General Query Packets): Describe ConditionalTracepoints.
6012 (Tracepoint Packets): Describe condition field.
6013 (Maintenance Commands): Describe maint agent-eval.
6014 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6015
60162009-07-11 Hui Zhu <teawater@gmail.com>
6017
6018 * gdb.texinfo (disassemble): Add a new modifier /r
6019 to "disassemble" command to make it print the raw instructions
6020 in hex as well as in symbolic form.
6021
60222009-07-09 Tom Tromey <tromey@redhat.com>
6023
6024 * gdbint.texinfo (Testsuite): Document parallel make check.
6025
60262009-07-09 Tom Tromey <tromey@redhat.com>
6027
6028 * gdbint.texinfo (Testsuite): Document test transcripts.
6029
60302009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6031
6032 * gdb.texinfo (Values From Inferior): Add length parameter
6033 description.
6034
60352009-07-04 Chris Genly <chris@genly.us>
6036
6037 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6038 in -var-list-children. Fix example according to what the code
6039 does.
6040
60412009-07-02 Pedro Alves <pedro@codesourcery.com>
6042
6043 * gdb.texinfo (Debugging multiple inferiors): Document the
6044 "inferior", "detach inferior" and "kill inferior" commands.
6045 (Debugging Programs with Multiple Processes): Adjust to mention
6046 generic "inferior" commands. Delete mention of "detach fork" and
6047 "delete fork". Cross reference to "Debugging multiple inferiors"
6048 section.
6049
60502009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6051
6052 * gdbint.texinfo (Item Output Functions): Update signature
6053 for ui_out_field_core_addr.
6054
60552009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6056
6057 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6058 Update example code extrated from breakpoint.c.
6059
60602009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6061
6062 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6063 MI commands.
6064 (GDB/MI Symbol Query): Likewise.
6065 (GDB/MI File Commands): Likewise.
6066 (GDB/MI File Transfer Commands): Likewise.
6067 (GDB/MI Target Manipulation): Likewise.
6068 (GDB/MI Miscellaneous Commands): Likewise.
6069
60702009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6071
6072 * gdb.texinfo (Debugging Optimized Code): New chapter.
6073 (Compiling for Debugging): Reference it. Move some
6074 text to the new section.
6075
60762009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6077
6078 * doc/gdb.texinfo (Calling): Document
6079 set-unwind-on-terminating-exception usage.
6080
60812009-06-11 Pedro Alves <pedro@codesourcery.com>
6082
6083 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6084 command.
6085
60862009-06-07 Pedro Alves <pedro@codesourcery.com>
6087
6088 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6089 references.
6090
60912009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6092
6093 * gdbint.texinfo: Rename formal parameters to gdbarch function
6094 protoypes from "current_gdbarch" to "gdbarch".
6095
60962009-05-28 Tom Tromey <tromey@redhat.com>
6097
6098 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6099
61002009-05-27 Tom Tromey <tromey@redhat.com>
6101
6102 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6103 feature.
6104 (GDB/MI Variable Objects): Document -var-set-visualizer.
6105
61062009-04-02 Tom Tromey <tromey@redhat.com>
6107
6108 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6109 feature.
6110 (GDB/MI Variable Objects): Document -var-set-visualizer.
6111
61122009-05-27 Tom Tromey <tromey@redhat.com>
6113 Thiago Jung Bauermann <bauerman@br.ibm.com>
6114 Phil Muldoon <pmuldoon@redhat.com>
6115
6116 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6117 (Pretty Printing): New node.
6118 (Selecting Pretty-Printers): Likewise.
6119 (Python API): Update.
6120 (Output Formats): Document /r format.
6121
61222009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6123 Tom Tromey <tromey@redhat.com>
6124
6125 * gdb.texinfo (Types In Python): New node.
6126 (Values From Inferior): "type" is now an attribute.
6127 (Python API): Update.
6128
61292009-05-27 Tom Tromey <tromey@redhat.com>
6130 Thiago Jung Bauermann <bauerman@br.ibm.com>
6131 Phil Muldoon <pmuldoon@redhat.com>
6132
6133 * gdb.texinfo: Add @syncodeindex for `tp'.
6134 (Python API): Update.
6135 (Auto-loading): New node.
6136 (Objfiles In Python): New node.
6137
61382009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6139
6140 * gdb.texinfo (Threads): Document libthread-db-search-path.
6141
61422009-05-15 Nick Roberts <nickrob@snap.net.nz>
6143
6144 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6145
61462009-05-12 Pedro Alves <pedro@codesourcery.com>
6147
6148 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6149 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6150 show show-debug-regs' docs.
6151
61522009-05-08 Eli Zaretskii <eliz@gnu.org>
6153
6154 * gdb.texinfo (Process Record and Replay): Add description of
6155 reverse execution.
6156
61572009-05-07 Joel Brobecker <brobecker@adacore.com>
6158
6159 * gdbint.texinfo (Adding support for debugging core files): New node.
6160 (Native Debugging): Remove the ``Native core file Support'' section.
6161
61622009-05-01 Eli Zaretskii <eliz@gnu.org>
6163
6164 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6165 Add index entries.
6166
61672009-04-30 Hui Zhu <teawater@gmail.com>
6168 Michael Snyder <msnyder@vmware.com>
6169
6170 * gdb.texinfo: (Process Record and Replay): Add documentation for
6171 process record and replay.
6172
61732009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6176 a new part on command-line defined macros.
6177
61782009-04-25 Eli Zaretskii <eliz@gnu.org>
6179
6180 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6181 clarify the wording.
6182
61832009-04-23 Tom Tromey <tromey@redhat.com>
6184
6185 * gdb.texinfo (Data Files): New node.
6186 (GDB Files): Update menu.
6187
61882009-04-23 Joel Brobecker <brobecker@adacore.com>
6189
6190 * gdbint.texinfo (Defining Other Architecture Features): Remove
6191 entry for PROCESS_LINENUMBER_HOOK.
6192
61932009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6194
6195 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6196
61972009-04-22 Hui Zhu <teawater@gmail.com>
6198
6199 * gdb.texinfo (disassemble-next-line): Set the default of
6200 disassemble-next-line to off.
6201
62022009-04-21 Joseph Myers <joseph@codesourcery.com>
6203
6204 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6205 --with-htmldir): New.
6206 * configure: Regenerate.
6207 * Makefile.in (datarootdir, docdir): Define.
6208 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6209 instead of $(SET_TEXINPUTS).
6210 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6211 gdbint.info instead of $(SET_TEXINPUTS).
6212 (gdbint/index.html): Use same -I options as for building
6213 gdbint.info.
6214 (stabs.dvi, stabs.pdf): Use same -I options as for building
6215 stabs.info instead of $(SET_TEXINPUTS).
6216 (stabs/index.html): Use same -I options as for building
6217 stabs.info.
6218 (annotate.dvi, annotate.pdf): Use same -I options as for building
6219 annotate.info instead of $(SET_TEXINPUTS).
6220 (annotate/index.html): Use same -I options as for building
6221 annotate.info.
6222
62232009-04-21 David Daney <ddaney@caviumnetworks.com>
6224
6225 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6226
62272009-04-21 Joseph Myers <joseph@codesourcery.com>
6228
6229 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6230
62312009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6232 Joseph Myers <joseph@codesourcery.com>
6233
6234 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6235 (MAKEHTMLFLAGS): Set to empty.
6236 (html__strip_dir): Define.
6237 (HTMLFILES): Define.
6238 (HTMLFILES_INSTALL): Define.
6239 (install-html): Copy new automake rule.
6240 (html): Depend on $(HTMLFILES).
6241 (gdb_toc.html): Rename to gdb/index.html.
6242 (gdbint_toc.html): Rename to gdbint/index.html.
6243 (stabs_toc.html): Rename to stabs/index.html.
6244 (annotate_toc.html): Rename to annotate/index.html.
6245
62462009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6247
6248 * Makefile.in: Set pdfdir and htmldir from configure
6249 substitutions.
6250 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6251 * configure: Regenerate.
6252
62532009-04-16 Joel Brobecker <brobecker@adacore.com>
6254
6255 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6256 This macro is no longer used.
6257
62582009-04-15 Tom Tromey <tromey@redhat.com>
6259
6260 * gdb.texinfo (Character Sets): Document default character set.
6261
62622009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6263
6264 * gdbint.texinfo: Change server name from sources.redhat.com to
6265 sourceware.org throughout.
6266
62672009-04-09 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6270 about a missing dot or coma after @xref.
6271
62722009-04-02 Joel Brobecker <brobecker@adacore.com>
6273
6274 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6275 example, and add a small explanation about it.
6276 (Print Settings): Change the documentation of the "set print
6277 frame-arguments" to reflect the fact that the default is now "scalars".
6278
62792009-04-02 Joel Brobecker <brobecker@adacore.com>
6280
6281 * gdb.texinfo (Print Settings): Add kindex for command "set
6282 print frame-arguments".
6283
62842009-03-31 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6287 breakpoints.
6288 (Set Breaks): Add reference to thread-specific and task-specific
6289 breakpoints.
6290
62912009-03-31 Joel Brobecker <brobecker@adacore.com>
6292
6293 * gdb.texinfo (Ada Tasks): Remove the documentation about
6294 the "Running" state, as this state has been eliminated.
6295 Now all runnable tasks are shown as "Runnable".
6296
62972009-03-30 Stan Shebs <stan@codesourcery.com>
6298
6299 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6300 special case of breakpoints.
6301 (Enable and Disable Tracepoints): Mention deprecation.
6302 (Listing Tracepoints): Update description and example.
6303
63042009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6305
6306 * gdb.texinfo (Frames in Python): New node.
6307 (Python API): Update.
6308
63092009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6310
6311 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6312 from a method to an attribute.
6313
63142009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6315
6316 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6317 attribute.
6318
63192009-03-25 Pedro Alves <pedro@codesourcery.com>
6320
6321 * observer.texi (thread_exit): Add "silent" parameter.
6322
63232009-03-22 Pedro Alves <pedro@codesourcery.com>
6324
6325 * observer.texi (about_to_proceed): New.
6326
63272009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6328
6329 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6330 field throughout to handle types with spaces in them. Fix typos
6331 found by aspell.
6332 (Summary, Requirements, Contributors): New first chapter,
6333 "Summary" added, old Requirements section moved there, and new
6334 section, "Contributors" added.
6335 (Initializing a New Architecture, Register Representation)
6336 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6337 (Porting gdb): These sections extended and updated.
6338 (Compiler Characteristics): This section (empty) deleted.
6339 (Defining Other Architecture Features): This section renamed and
6340 duplicate material removed from (formerly "Target Conditionals").
6341 Use braces {} in @deftypeXX type field throughout to handle types
6342 with spaces in them. Typos found by aspell fixed.
6343
6344 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6345 * stack_frame.pdf: Version of image for PDF output.
6346 * stack_frame.png: Version of image for HTML output and for Emacs.
6347 * stack_frame.txt: Version of image for Info output.
6348 * stack_frame.eps: Version of image for TeX DVI output.
6349
63502009-03-21 Eli Zaretskii <eliz@gnu.org>
6351
6352 * gdb.texinfo (Character Sets): Fix last change.
6353
63542009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6355
6356 * gdb.texinfo (Values From Inferior): Fix optional arguments
6357 markup.
6358 (Commands In Python): Adjust argument names of gdb.Command.__init__
6359 to what the function accepts as keywords.
6360
63612008-03-20 Tom Tromey <tromey@redhat.com>
6362
6363 * gdb.texinfo (Convenience Vars): Document convenience functions.
6364 (Functions In Python): New node.
6365 (Python API): Update.
6366
63672009-03-20 Tom Tromey <tromey@redhat.com>
6368
6369 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6370 set target-wide-charset.
6371 (Requirements): Mention iconv.
6372
63732009-03-17 Hui Zhu <teawater@gmail.com>
6374
6375 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6376
63772009-03-17 Hui Zhu <teawater@gmail.com>
6378
6379 * gdb.texinfo: Add documentation for disassemble-next-line.
6380
63812009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6382
6383 * gdb.texinfo (Commands In Python): Remove tindex entries.
6384
63852009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 * gdb.texinfo (Returning): New description for missing debug info.
6388
63892009-03-14 Pedro Alves <pedro@codesourcery.com>
6390
6391 * gdb.texinfo (Remote Configuration): Document query-attached.
6392 (General Query Packets): Document qAttached.
6393
63942009-03-05 Pedro Alves <pedro@codesourcery.com>
6395
6396 * gdb.texinfo (Background Execution): Better describe the set
6397 target-async command.
6398 (Maintenance Commands): Delete description of the `maint set/show
6399 linux-async' and `maint set/show remote-async' commands.
6400
64012009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6402
6403 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6404 between sentences.
6405
64062009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6407
6408 * gdb.texinfo (GDB/MI Async Records): Document the
6409 =library-loaded and =library-unloaded notifications.
6410
64112009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6412
6413 * observer.texi (test_notification): New observer.
6414
64152009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6416
6417 * observer.texi: Add parameter 'print_frame' to normal_stop
6418 observer.
6419
64202009-02-07 Eli Zaretskii <eliz@gnu.org>
6421
6422 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6423 (Commands In Python): Fix COMMAND_* constants in last change. Use
6424 @kbd for interactive input. Add cross-references and index
6425 entries.
6426
64272009-02-06 Pedro Alves <pedro@codesourcery.com>
6428
6429 * gdb.texinfo (Signals): Document $_siginfo.
6430 (Convenience Variables): Mention $_siginfo.
6431 (Remote Configuration): Document qXfer:siginfo:read,
6432 qXfer:siginfo:write packets, and the read-siginfo-object,
6433 write-siginfo-object commands.
6434
64352009-02-06 Pedro Alves <pedro@codesourcery.com>
6436
6437 * gdbint.texinfo (Values): New chapter.
6438
64392009-02-06 Tom Tromey <tromey@redhat.com>
6440
6441 * gdb.texinfo (Python API): Add entry for Commands In Python.
6442 (Commands In Python): New node.
6443
64442009-02-05 Tom Tromey <tromey@redhat.com>
6445
6446 * gdb.texinfo (Values From Inferior): Document Value.string.
6447
64482009-02-05 Tom Tromey <tromey@redhat.com>
6449
6450 * gdb.texinfo (Basic Python): Document execute's from_tty
6451 argument.
6452
64532009-02-04 Tom Tromey <tromey@redhat.com>
6454
6455 * gdb.texinfo (Basic Python): Document gdb.history.
6456
64572009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6458
6459 * gdb.texinfo (GDB/MI Thread Commands): Document the
6460 'current-thread-id' field. Remove the example with zero threads,
6461 since current GDB won't ever report that if there's inferior.
6462
64632009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6464
6465 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6466 option to -break-insert.
6467
64682009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6469 Jerome Guitton <guitton@adacore.com>
6470
6471 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6472 (System-wide configuration): New section.
6473
64742009-01-26 Pedro Alves <pedro@codesourcery.com>
6475
6476 PR gdb/7580:
6477 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6478 internal-error|internal-warning quit|corefile ask|yes|no".
6479
64802009-01-26 Pedro Alves <pedro@codesourcery.com>
6481
6482 * gdb.texinfo (Using the `gdbserver' Program): Document
6483 --remote-debug.
6484
64852009-01-23 Doug Evans <dje@google.com>
6486
6487 * gdb.texinfo: Add nexti to list of commands that support
6488 background execution.
6489
64902009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6491
6492 * gdb.texinfo (Define, Hooks): Document prefix command support.
6493
64942009-01-14 Joseph Myers <joseph@codesourcery.com>
6495 Carlos O'Donell <carlos@codesourcery.com>
6496
6497 Fixes for makeinfo --html.
6498
6499 * annotate.texinfo: Use @copying and @insertcopying. Use
6500 @ifnottex in place of @ifinfo.
6501 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6502 place of @ifinfo. Use @ifnotinfo for one index entry.
6503 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6504 in place of @ifinfo.
6505 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6506 in place of @ifinfo. Include contents at start unconditionally.
6507
65082009-01-13 Pedro Alves <pedro@codesourcery.com>
6509
6510 * gdb.texinfo (General Query Packets): Remove @var{} around the
6511 "spu" literal string.
6512
65132009-01-07 Pedro Alves <pedro@codesourcery.com>
6514
6515 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6516 program may be running in another process" errors.
6517 * gdbint.texinfo (Native Conditionals): Delete
6518 ONE_PROCESS_WRITETEXT description.
6519
65202009-01-07 Joel Brobecker <brobecker@adacore.com>
6521
6522 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6523 emacs local variable to be placed at the end of the ChangeLog.
6524 Add server.c and gdbreplay.c to the list of files where the
6525 copyright year needs to be updated.
6526
65272009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6528
6529 * gdb.texinfo (Remote Configuration): Document new
6530 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6531 commands.
6532
65332008-12-28 Pedro Alves <pedro@codesourcery.com>
6534
6535 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6536 FETCH_INFERIOR_REGISTERS.
6537 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6538 FETCH_INFERIOR_REGISTERS descriptions. Remove
6539 gdbarch_get_longjmp_target descrition, since already described in
6540 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6541 (Target Conditionals): ... here.
6542
65432008-12-16 Joel Brobecker <brobecker@adacore.com>
6544
6545 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6546 examples.
6547 (Additions to Ada): Likewise. Add the missing opening and closing
6548 parenthesis of the GDB prompt in one of the examples.
6549
65502008-12-14 Joel Brobecker <brobecker@adacore.com>
6551
6552 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6553 about the result of 'Address not being of type System.Address.
6554 This problem has been fixed a while ago.
6555
65562008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6557
6558 MI non-stop and multiprocess docs.
6559
6560 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6561 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6562 Adjust documentation for *stopped, document =thread-created,
6563 =thread-exited, =thread-group-created and =thread-group-exited.
6564 (GDB/MI Thread Commands): Document the 'state' field in
6565 -thread-info output.
6566 (GDB/MI Program Execution): Mention --all and --thread-group
6567 options.
6568 (GDB/MI Variable Objects): Describe floating and fixed variable
6569 objects.
6570 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6571
65722008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6573
6574 * gdb.texinfo (Operating System Information): New appendix.
6575 (Operating System Auxiliary Information): Document 'info os processes'
6576 (Remote Configuration): Document 'osdata'
6577 (General Query Packets): Document qXfer:osdata:read.
6578
65792008-11-27 Tristan Gingold <gingold@adacore.com>
6580
6581 * gdb.texinfo (Darwin): Document Darwin specific features.
6582
65832008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6584
6585 * gdbint.texinfo (Target Conditionals): Extend the
6586 gdbarch_breakpoint_from_pc description.
6587
65882008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6589
6590 * gdb.texinfo (M68K Features): Fix typo.
6591
65922008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6593
6594 * gdb.texinfo (Symbols): Mention printing containing
6595 image name in "info symbol".
6596 (Maint translate-address): Likewise.
6597
65982008-11-18 Joel Brobecker <brobecker@adacore.com>
6599
6600 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6601 commands "catch load" and "catch unload".
6602
66032008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6604
6605 * gdb.texinfo (GDB/MI Async Records): Document
6606 =thread-selected.
6607
66082008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6609
6610 * observer.texi (new_inferior, inferior_exit): New observers.
6611
66122008-10-27 Pedro Alves <pedro@codesourcery.com>
6613
6614 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6615 .mt files, TM_CLIBS or TM_CDEPS.
6616 (x86 Watchpoints): Don't mention TDEPFILES.
6617
66182008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6619
6620 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6621 (Overview): Mention notifications and non-stop mode behavior.
6622 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6623 with non-stop mode behavior. Add vStopped description.
6624 (Stop Reply Packets): Update list of packets that return
6625 stop replies. Mention non-stop behavior.
6626 (General Query Packets): Document QNonStop packet and associated
6627 qSupported query response.
6628 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6629 behavior.
6630 (Notification Packets): New section.
6631 (Remote Non-Stop): New section.
6632 (File-I/O Overview): Mention non-stop behavior.
6633
66342008-10-24 Hui Zhu <teawater@gmail.com>
6635 Pedro Alves <pedro@codesourcery.com>
6636
6637 * gdb.texinfo (displaced-stepping): Describe the auto mode
6638 setting, and say it's the default. This is now a mainstream
6639 setting instead of a maintenance setting.
6640
66412008-10-23 Pedro Alves <pedro@codesourcery.com>
6642
6643 * observer.texi (thread_stop_requested): New.
6644
66452008-10-22 Joel Brobecker <brobecker@adacore.com>
6646
6647 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6648 (Patching): Replace incorrect usage of @samp by @kbd.
6649
66502008-10-17 Michael Snyder <msnyder@vmware.com>
6651
6652 * gdb.texinfo: Add documentation for reverse execution.
6653
66542008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6655 Eli Zaretskii <eliz@gnu.org>
6656
6657 * gdb.texinfo. (Values From Inferior): New subsubsection.
6658
66592008-10-06 Doug Evans <dje@google.com>
6660
6661 * gdb.texinfo (set debug dwarf2-die): Document it.
6662
66632008-10-01 Joel Brobecker <brobecker@adacore.com>
6664
6665 * gdb.texinfo (catch) [exception]: Document how to insert
6666 a breakpoint on user-defined exceptions when the exception
6667 name is identical to one of the language-defined ones.
6668
66692008-09-27 Tom Tromey <tromey@redhat.com>
6670
6671 * gdb.texinfo (Macros): Remove text about stringification,
6672 varargs, and splicing.
6673
66742008-09-27 Tom Tromey <tromey@redhat.com>
6675
6676 * gdbint.texinfo (Language Support): Remove text about omitting
6677 support for a language.
6678
66792008-09-23 Doug Evans <dje@google.com>
6680
6681 * gdb.texinfo (info dcache): Update.
6682
66832008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6684
6685 * gdb.texinfo (Packets): Add info on thread-id syntax and
6686 multiprocess extensions.
6687 <D>: Document multiprocess form of packet.
6688 <H>: Use thread-id syntax.
6689 <T>: Likewise.
6690 <vCont>: Likewise. Note this is required for multiprocess.
6691 <vKill>: New packet.
6692 (Stop Reply Packets) <T>: Use thread-id syntax.
6693 <W>: Document multiprocess form of reply.
6694 <X>: Likewise.
6695 (General Query Packets) <qC>: Use thread-id syntax.
6696 <qfThreadInfo>: Likewise.
6697 <qGetTLSAddr>: Likewise.
6698 <qP>: Likewise.
6699 <qSupported>: Add "multiprocess" feature.
6700 <qThreadExtraInfo>: Use thread-id syntax.
6701
67022008-09-22 Stan Shebs <stan@codesourcery.com>
6703
6704 * gdb.texinfo (Inferiors): New section.
6705
67062008-09-12 Pedro Alves <pedro@codesourcery.com>
6707
6708 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6709
67102008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6711
6712 * gdbint.texinfo (Target Conditionals): Remove documentation
6713 for gdbarch_name_of_malloc.
6714
67152008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6716
6717 * gdb.texinfo (Interrupts): Mention TCP interface for
6718 sending BREAK.
6719
67202008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6721
6722 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6723 argument prefix to "set sysroot".
6724
67252008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6726
6727 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6728 and False.
6729
67302008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6731
6732 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6733 for possible features of -list-features.
6734
67352008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6736
6737 * gdb.texinfo (Background execution): Adjust example
6738 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6739
67402008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6741
6742 * doc/gdb.texinfo (PowerPC): Fix typo.
6743 (PowerPC features): Fix typo.
6744
67452008-08-18 Pedro Alves <pedro@codesourcery.com>
6746
6747 * observer.texi (thread_ptid_changed): New.
6748
67492008-08-18 Luis Machado <luisgpm@br.ibm.com>
6750
6751 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6752 (PowerPC features): Mention feature set for VSX registers.
6753
67542008-08-13 Joel Brobecker <brobecker@adacore.com>
6755
6756 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6757 the direct visibility of all names in user-written packages.
6758
67592008-08-13 Pedro Alves <pedro@codesourcery.com>
6760
6761 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6762 setting, and make it the default.
6763 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6764 non-stop script example.
6765
67662008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6767
6768 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6769 reference to the "Using Different Register and Memory Data
6770 Representation" section.
6771
67722008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6773
6774 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6775 (Remote Protocol): Add Packet Acknowledgment to menu.
6776 (Overview): Mention +/- can be disabled, and point to new section
6777 where this is discussed in detail.
6778 (General Query Packets): Document QStartNoAckMode packet, and
6779 corresponding qSupported reply.
6780 (Packet Acknowledgment): New section.
6781
67822008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6783 Pedro Alves <pedro@codesourcery.com>
6784
6785 * gdb.texinfo (Threads): Move paragraph about automatic thread
6786 selection to All-Stop Mode subsection.
6787 (Thread Stops): Reorganize existing material into subsections.
6788 Add introductory blurb and menu.
6789 (Non-Stop Mode): New subsection.
6790 (Background Execution): New subsection.
6791 (Maintenance Commands): Add cross-references from async mode
6792 commands to the new Background Execution section.
6793
67942008-08-06 Tom Tromey <tromey@redhat.com>
6795
6796 * gdb.texinfo (Extending GDB): New chapter.
6797 (Sequences): Demoted chapter, now a section under the new
6798 Extending GDB chapter.
6799 (Python): New section.
6800
68012008-07-31 Stan Shebs <stan@codesourcery.com>
6802
6803 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6804
68052008-07-29 Stan Shebs <stan@codesourcery.com>
6806
6807 * gdbint.texinfo: General round of cleanup and minor
6808 clarifications.
6809 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6810 (Longjmp Support): Update description to reflect how it is done
6811 for targets without using native header.
6812 (Symbol Handling): Add a little more general explanation.
6813 (COFF, ELF): Mention stabs encapsulation.
6814 (DWARF 3): New section.
6815 (Adding a New Host): Scrub out some obsolete bits.
6816 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6817 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6818 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6819 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6820 SEEK_SET, STOP_SIGNAL, USG.
6821 (Raw and Virtual Register Representations): Ditto for
6822 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6823 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6824 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6825 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6826 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6827 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6828 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6829 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6830 DEPRECATED_USE_STRUCT_CONVENTION.
6831 Describe gdbarch_deprecated_fp_regnum.
6832 Update description of gdbarch_print_insn.
6833 (Adding a New Target): Scrub out obsolete bits.
6834 (Obsolete Conditionals): Remove entire section.
6835
68362008-07-25 Tom Tromey <tromey@redhat.com>
6837
6838 * observer.texi (GDB Observers): Document new observers:
6839 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6840 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6841 architecture_changed.
6842
68432008-07-21 Stan Shebs <stan@codesourcery.com>
6844
6845 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6846 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6847
68482008-07-21 Tom Tromey <tromey@redhat.com>
6849
6850 * observer.texi (GDB Observers): Remove obsolete comment.
6851 <executable_changed>: Remove argument.
6852
68532008-07-18 Tom Tromey <tromey@redhat.com>
6854
6855 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6856
68572008-07-10 Doug Evans <dje@google.com>
6858
6859 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6860
68612008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * gdb.texinfo (Starting): Document "set disable-randomization".
6864
68652008-07-07 Andreas Schwab <schwab@suse.de>
6866
6867 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6868
68692008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6870
6871 * gdb.texinfo (GDB/MI Target Manipulation): Add
6872 example of -target-attach.
6873
68742008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6875
6876 * observer.texi (target_resumed): New observer.
6877 * gdb.texinfo (GDB/MI Output Records): Document *running.
6878
68792008-06-06 Tom Tromey <tromey@redhat.com>
6880
6881 * gdb.texinfo (Completion): Add field name example.
6882
68832008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6884
6885 * gdb.texinfo (GDB/MI Program Context): Added example
6886 to -exec-arguments
6887
68882008-06-05 Nick Roberts <nickrob@snap.net.nz>
6889
6890 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6891 annotation.
6892
68932008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6894 Nathan Sidwell <nathan@codesourcery.com>
6895 Joseph Myers <joseph@codesourcery.com>
6896
6897 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6898 and ACX_BUGURL.
6899 * configure: Regenerate.
6900 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6901 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6902 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6903 mailing-list-specific text about bug reporting unless
6904 BUGURL_DEFAULT.
6905
69062008-06-05 Pedro Alves <pedro@codesourcery.com>
6907
6908 * gdb.texinfo (-target-select): Remove reference to target async.
6909 (Maintenance Commands): Document "maint set/show remote-async".
6910
69112008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6912
6913 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6914 in -target-file-get section.
6915
69162008-05-22 Pedro Alves <pedro@codesourcery.com>
6917
6918 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6919 killing the inferior when it is already debugging a process.
6920
69212008-05-21 Joel Brobecker <brobecker@adacore.com>
6922
6923 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6924 abbreviation for "finish".
6925
69262008-05-21 Nick Roberts <nickrob@snap.net.nz>
6927
6928 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6929
69302008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6931
6932 * gdbint.texinfo (Target Conditionals): Delete entry for
6933 gdbarch_dwarf_reg_to_regnum.
6934
69352008-05-09 Doug Evans <dje@google.com>
6936
6937 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6938
69392008-05-05 Doug Evans <dje@google.com>
6940
6941 * gdb.texinfo (disassemble): Document /m modifier.
6942
69432008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6944
6945 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6946 will not report the time of commands that run the target.
6947
69482008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6949
6950 * gdb.texinfo (GDB/MI Output Records): Add
6951 missing semicolon.
6952
69532008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6954
6955 * gdb.texinfo (GDB/MI Output Records):
6956 Document =thread-create and =thread-exited.
6957
69582008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6959
6960 * gdb.texinfo (GDB/MI Development and Front Ends):
6961 Remove mention of dmi-discuss.
6962
69632008-05-03 Pedro Alves <pedro@codesourcery.com>
6964
6965 * observer.texi (thread_exit): New.
6966
69672008-05-02 Pedro Alves <pedro@codesourcery.com>
6968
6969 * gdb.texinfo (Debugging Output): Document "set/show debug
6970 displaced".
6971 (Maintenance Commands): Document "maint set/show
6972 can-use-displaced-stepping".
6973
69742008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6975
6976 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6977 and set/show arm force-mode.
6978
69792008-05-02 Andreas Schwab <schwab@suse.de>
6980
6981 * gdbint.texinfo (Algorithms): Describe
6982 target_watchpoint_addr_within_range.
6983
69842008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6985
6986 * gdbint.texinfo (Stack Frames): New chapter.
6987 (Algorithms): Move Frames text to the new chapter.
6988 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6989 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6990
69912008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6992
6993 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6994 output does not necessary include any tokens.
6995
69962008-04-22 Corinna Vinschen <vinschen@redhat.com>
6997
6998 * gdb.texinfo (Set SH Calling convention): New @item.
6999 (Show SH Calling convention): Ditto.
7000
70012008-04-22 Markus Deuling <deuling@de.ibm.com>
7002
7003 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7004
70052008-04-20 Eli Zaretskii <eliz@gnu.org>
7006
7007 * gdb.texinfo (Set Breaks): Mention that multiple location
7008 breakpoints need line number info. Add index entries.
7009
70102008-04-19 Craig Silverstein <csilvers@google.com>
7011
7012 * gdb.texinfo (Requirements): Add an optional requirement on
7013 zlib.
7014 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7015 Compressed DWARF 2.
7016
70172008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7018
7019 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7020 sample output for 'stopped,reason="breakpoint-hit"' message.
7021 (GDB/MI Program Execution): Likewise.
7022
70232008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7024
7025 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7026 -var-set-format. Add -f option to -var-evaluate-expression.
7027
70282008-04-03 Joel Brobecker <brobecker@adacore.com>
7029
7030 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7031 new node "Ambiguous Expressions". Replace references to this
7032 node by references to "Ambiguous Expressions" throughout.
7033 (Ambiguous Expressions): New node.
7034
70352008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7036
7037 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7038
70392008-03-21 Pedro Alves <pedro@codesourcery.com>
7040
7041 * gdb.texinfo (Debugging Output): Document
7042 "set/show debug lin-lwp-async".
7043 (Maintenance Commands): Document "maint set/show linux-async".
7044
70452008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7046
7047 * gdb.texinfo (Expressions): Update description of malloced arrays.
7048
70492008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7050
7051 * gdb.texinfo (Thread Commands): Document
7052 -thread-info. Remove -thread-list-all-threads.
7053
70542008-03-14 Pedro Alves <pedro@codesourcery.com>
7055 Sandra Loosemore <sandra@codesourcery.com>
7056
7057 * gdb.texinfo (Library List Format): Update to mention the
7058 possibility to pass section addresses instead of segment
7059 addresses.
7060
70612008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7062
7063 * gdb.texinfo (Starting): Document "set exec-wrapper".
7064 (Server): Document gdbserver --wrapper.
7065
70662008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7067
7068 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7069 unreadable memory. Delete obsolete SPARClite reference.
7070
70712008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7072
7073 * gdb.texinfo (Starting): Mention always-running targets.
7074 (Target Commands): Add an anchor for load.
7075 (Connecting): Explain continue instead of run.
7076
70772008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7078
7079 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7080
70812008-02-26 Nick Roberts <nickrob@snap.net.nz>
7082
7083 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7084 breakpoint table.
7085
70862008-02-19 Pedro Alves <pedro@codesourcery.com>
7087
7088 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7089 killing the inferior when it is already debugging a process.
7090
70912008-02-13 Markus Deuling <deuling@de.ibm.com>
7092
7093 * gdbint.texinfo (Build Script): New section. Mention new build script
7094 gdb_buildall.sh.
7095
70962008-02-01 Jim Blandy <jimb@red-bean.com>
7097
7098 * gdb.texinfo (Help): Summarize 'info args' correctly.
7099
71002008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7101
7102 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7103 available in PowerPC architecture.
7104 (Embedded Processors): Change node name of PowerPC item in menu.
7105 (PowerPC): Rename to...
7106 (PowerPC Embedded): this.
7107 (Architectures): Add new PowerPC item in menu.
7108 (PowerPC): New node.
7109
71102008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7111
7112 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7113 commands.
7114
71152008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7116
7117 * gdb.texinfo (Setting Catchpoints): Mention features
7118 supported on GNU/Linux.
7119
71202008-01-30 Nick Roberts <nickrob@snap.net.nz>
7121
7122 * gdb.texinfo (GDB/MI File Commands): Describe new output
7123 field for MI command -file-list-exec-source-file.
7124
71252008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7126
7127 * gdb.texinfo (Using the `gdbserver' Program): Add security
7128 warning. Rearrange into subsections and subsubsections. Document
7129 --multi and --debug. Correct --with-sysroot typo. Update --attach
7130 usage. Make load reference clearer. Document monitor exit.
7131 (Remote Configuration): Document set remote exec-file, attach-packet,
7132 and run-packet.
7133 (Packets): Document vAttach and vRun.
7134
71352008-01-29 Nick Roberts <nickrob@snap.net.nz>
7136
7137 * gdb.texinfo (Processes): Mention process command.
7138 detach-on-follow -> detach-on-fork.
7139
71402008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7141
7142 * gdbint.texinfo (Native Conditionals): Remove
7143 SHELL_COMMAND_CONCAT and SHELL_FILE.
7144
71452008-01-26 Eli Zaretskii <eliz@gnu.org>
7146
7147 * gdb.texinfo (Specify Location): Improve wording.
7148
71492008-01-23 Chris Demetriou <cgd@google.com>
7150
7151 * gdb.texinfo (Threads): Document new "set print thread-events"
7152 and "show print thread-events" commands.
7153
71542008-01-19 Eli Zaretskii <eliz@gnu.org>
7155
7156 * gdb.texinfo (Specify Location): New section.
7157 (Delete Breaks, Edit, Set Breaks): Remove description of
7158 locations. Instead, add a reference to "Specify Location".
7159 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7160 (Symbols): Refer to "Specify Location" for the valid forms of
7161 linespecs and locations.
7162
71632008-01-18 Markus Deuling <deuling@de.ibm.com>
7164
7165 * gdbint.texinfo (Target Conditionals): Replace the description of
7166 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7167
71682008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7169
7170 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7171 about &&var, which is rejected by the expression parser.
7172
71732008-01-09 Luis Machado <luisgpm@br.ibm.com>
7174
7175 * gdb.texinfo (Output): Update documentation on using printf with DFP
7176 types.
7177
71782008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7179
7180 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7181 subsubsection.
7182 (Decimal Floating Point format): New subsubsection.
7183
71842008-01-05 Pedro Alves <pedro@codesourcery.com>
7185
7186 * gdb.texinfo (File Options): Remove mention of the attempt to
7187 open a core file with the -p option. Don't list -c as a valid
7188 option to attach to a process.
7189
71902008-01-05 Pedro Alves <pedro@codesourcery.com>
7191
7192 * gdbint.texinfo (Host Conditionals): Remove mention of
7193 ALIGN_STACK_ON_ENTRY.
7194
71952008-01-05 Joel Brobecker <brobecker@adacore.com>
7196
7197 * gdbint.texinfo (Start of New Year Procedure): Add item
7198 describing how to update the source and documentation copyright
7199 notices.
7200
72012007-12-18 Jim Blandy <jimb@codesourcery.com>
7202
7203 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7204 watchpoint explanation into the main description of the watchpoint
7205 command; update synopses of 'watch', 'rwatch', and 'awatch'
7206 commands.
7207
72082007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7209
7210 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7211 Document 'pending-breakpoints' feature of
7212 -list-features.
7213
72142007-12-17 Luis Machado <luisgpm@br.ibm.com>
7215
7216 * gdb.texinfo: Add new parameter's description.
7217
72182007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7219
7220 * gdb.texinfo (Overview): Clarify run-length encoding
7221 example. Remove the restriction on "+" and "-" characters.
7222
72232007-12-15 Eli Zaretskii <eliz@gnu.org>
7224
7225 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7226
72272007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7228
7229 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7230 the -f option for -break-insert, remove -r option,
7231 and clarify specification of location.
7232
72332007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7234
7235 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7236 formatting.
7237 (Remote Debugging): Add File Transfer section.
7238 (Remote Configuration): Document Host I/O packets.
7239 (GDB/MI): Add GDB/MI File Transfer Commands section.
7240 (Host I/O Packets): New section in "Remote Protocol".
7241 (Packets): Add vFile.
7242
72432007-11-17 Eli Zaretskii <eliz@gnu.org>
7244
7245 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7246 breakpoints with multiple locations.
7247 (Breakpoint Menus): Improve wording.
7248 (Output): Fix last change.
7249
72502007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7251
7252 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7253
72542007-11-15 Doug Evans <dje@google.com>
7255
7256 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7257
72582007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7259
7260 * gdbint.texinfo (Native Conditionals): Remove
7261 mention of CLEAR_SOLIB.
7262
72632007-11-11 Joel Brobecker <brobecker@adacore.com>
7264
7265 * gdb.texinfo (Print Settings): Add documentation for "set/show
7266 print frame-arguments".
7267
72682007-11-05 Luis Machado <luisgpm@br.ibm.com>
7269
7270 * gdb.texinfo (Output): Update printf command's description.
7271
72722007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7273
7274 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7275 powerpc soft-float".
7276
72772007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7278
7279 * gdb.texinfo (Files): Correct formatting. Mention Expat
7280 requirement.
7281 (Requirements for Building GDB): Expand the list of Expat
7282 uses.
7283 (Library List Format, Memory Map Format): Mention Expat.
7284 (Target Descriptions): Update Expat wording.
7285
72862007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7287
7288 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7289 Document that gdbarch_convert_register_p should return zero for no-op
7290 conversions.
7291
72922007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7293
7294 * gdbint.texi (Compiler Characteristics): Move documentation
7295 of set_gdbarch_sofun_address_maybe_missing back to ...
7296 (Target Conditionals): ... here to fix build break.
7297
72982007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7299
7300 * gdbint.texi (Target Conditionals): Remove documentation of
7301 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7302 (Compiler Characteristics): ... documentation of
7303 set_gdbarch_sofun_address_maybe_missing.
7304
73052007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7306
7307 * gdbint.texinfo (Target Conditionals): Use
7308 frame_unwind_register_unsigned in examples instead of
7309 frame_unwind_unsigned_register.
7310
73112007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7312
7313 * gdb.texinfo (Predefined Target Types): Add int128
7314 and uint128.
7315 (Standard Target Features): Add PowerPC features.
7316
73172007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7318
7319 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7320
73212007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7322
7323 * gdbint.texi (Target Conditionals): Remove documentation
7324 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7325 gdbarch_extract_return_value, and gdbarch_store_return_value.
7326
73272007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7328
7329 * gdbint.texi (Target Conditionals): Remove documentation of
7330 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7331
73322007-10-11 Kazu Hirata <kazu@codesourcery.com>
7333
7334 * gdb.texinfo: Mention that inaccessible-by-default is on by
7335 default.
7336
73372007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7338
7339 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7340
73412007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7342
7343 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7344 multi-threaded watchpoints.
7345 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7346 checked. Describe sticky notification. Expand description
7347 of steppable and continuable watchpoints.
7348 (Watchpoints and Threads): New subsection.
7349
73502007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7351
7352 * gdb.texinfo (Setting Breakpoints): Revise
7353 documentation for pending breakpoints. Document
7354 breakpoints with multiple locations.
7355
73562007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7357
7358 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7359 Document -list-features.
7360
73612007-09-15 Eli Zaretskii <eliz@gnu.org>
7362
7363 * gdb.texinfo (Output): Spell out which features of C's printf are
7364 not supported by GDB's printf.
7365 (Separate Debug Files): More accurate wording regarding build ID
7366 and a reference to the ld manual rather than the Fedora wiki.
7367
73682007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7369 Jim Blandy <jimb@codesourcery.com>
7370
7371 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7372 (Examining Memory): Update mentions of the 's' format.
7373 (Automatic Display): Likewise.
7374
73752007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7376
7377 * gdb.texinfo: Update the FSF's Back-Cover Text.
7378
73792007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7380 Eli Zaretskii <eliz@gnu.org>
7381
7382 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7383 Fixed the ``build ID'' name. New binaries build instructions for the
7384 build ID inclusion. Explain how the commands are specific to the build
7385 ID vs. debug link.
7386
73872007-09-01 Eli Zaretskii <eliz@gnu.org>
7388
7389 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7390 indexing for ``build ID'' support.
7391
73922007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7393
7394 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7395 Enlisted BUILD ID to the debug file searching example.
7396 Included a BUILD ID `.note.gnu.build-id' section description.
7397 Updated/added the debug files splitting instructions for OBJCOPY.
7398
73992007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7400
7401 * gdb.texinfo (Variable Objects): Adjust docs
7402 for -var-info-expression and document
7403 -var-info-path-expression.
7404
74052007-08-20 Jim Blandy <jimb@codesourcery.com>
7406
7407 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7408 (title page): Include the dedication in the printed manual, as a
7409 separate page after the copyright notice.
7410
7411 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7412 don't break a @var across a line.
7413
74142007-07-25 Maciej W. Rozycki <macro@mips.com>
7415
7416 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7417 for include files.
7418
74192007-07-12 Nick Roberts <nickrob@snap.net.nz>
7420
7421 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7422 in annotate.texinfo.
7423 (Command History): Link to new node.
7424
74252007-07-05 Markus Deuling <deuling@de.ibm.com>
7426
7427 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7428
74292007-07-05 Eli Zaretskii <eliz@gnu.org>
7430
7431 * gdbint.texinfo (Target Conditionals): Fix last change.
7432
74332007-07-03 Markus Deuling <deuling@de.ibm.com>
7434
7435 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7436 routines:
7437 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7438 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7439 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7440 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7441 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7442 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7443 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7444 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7445 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7446 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7447 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7448 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7449 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7450 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7451 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7452 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7453 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7454 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7455 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7456 (SOFTWARE_SINGLE_STEP_P)
7457
7458 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7459 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7460
7461 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7462 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7463 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7464 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7465 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7466 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7467 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7468 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7469 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7470 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7471
7472 (Converting an existing Target Architecture to Multi-arch): Remove
7473 section.
7474
7475 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7476 (gdbarch_addr_bits_remove): Add code example.
7477
7478 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7479
74802007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7481
7482 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7483 Add other missing entries. Adjust the table size to fit.
7484 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7485 stop reasons including the new "library" event.
7486 (General Query Packets): Adjust table widths for qSupported. Mention
7487 qXfer:libraries:read reply to qSupported and document the new packet.
7488 (Library List Format): New section.
7489
74902007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7491
7492 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7493
74942007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7495
7496 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7497
74982007-06-25 Nick Roberts <nickrob@snap.net.nz>
7499
7500 * gdbint.texinfo (Register and Memory Data): Break sections
7501 into nodes and add a menu.
7502
75032007-06-21 Maciej W. Rozycki <macro@mips.com>
7504
7505 * gdb.texinfo (Examining Memory): Document the new behaviour.
7506
75072007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7508
7509 * gdb.texinfo (Standard Target Features): Document
7510 m68k features.
7511
75122007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7513
7514 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7515
75162007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7517
7518 * gdb.texinfo (Target Description Format): Add version attribute
7519 for <target>.
7520
75212007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7522
7523 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7524
75252007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7526
7527 * gdb.texinfo (MIPS Features): New subsection.
7528
75292007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7530 Markus Deuling <deuling@de.ibm.com>
7531
7532 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7533 and qXfer:spu:write packets and mention them under qSupported.
7534
75352007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7536 Markus Deuling <deuling@de.ibm.com>
7537
7538 * gdb.texinfo (Architectures): Add new SPU section to document
7539 Cell Broadband Engine SPU architecture specific commands.
7540
75412007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7542
7543 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7544 comments.
7545
75462007-06-07 Nick Roberts <nickrob@snap.net.nz>
7547
7548 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7549
75502007-05-29 Jim Blandy <jimb@codesourcery.com>
7551
7552 * gdb.texinfo (Overview): Doc fix.
7553
75542007-05-22 Maciej W. Rozycki <macro@mips.com>
7555
7556 * gdb.texinfo (Remote Configuration): Document "set/show
7557 remoteflow".
7558
75592007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7560
7561 * gdb.texinfo (MIPS): Remove documentation for set mips
7562 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7563 stack-arg-size.
7564
75652007-05-14 Bob Wilson <bob.wilson@acm.org>
7566
7567 * all-cfg.texi (GDBTUI): New.
7568 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7569 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7570 (TUI Configuration): Edit to improve clarity and fix problems of
7571 both style and content.
7572
75732007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7574
7575 * observer.texi (GDB Observers): New observer "new_objfile".
7576
75772007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7578
7579 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7580
75812007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7582
7583 * gdb.texinfo (GDB/MI Variable Objects): Document
7584 frozen variables objects.
7585
75862007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7587
7588 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7589 (Character Sets, Caching Data of Remote Targets): Likewise.
7590 (Targets): Delete Remote node. Move its text...
7591 (Debugging Remote Programs): ...to here. Delete description
7592 of the "remote" command.
7593 (Remote configuration): Delete description of "set remotedevice"
7594 and "show remotedevice".
7595 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7596
75972007-04-11 Bob Wilson <bob.wilson@acm.org>
7598
7599 * gdb.texinfo (Contributors, Continuing and Stepping)
7600 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7601 (General Query Packets, File-I/O Remote Protocol Extension)
7602 (Protocol Basics, The F Reply Packet, Write)
7603 (Protocol-specific Representation of Datatypes, Memory Transfer):
7604 Fix hyphenation, punctuation and grammar problems.
7605 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7606 'section' instead of 'subsection' in the text.
7607 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7608 (i386): Remove period from section name.
7609 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7610 (Config Names, Configure Options): Use @file{configure}.
7611
76122007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7613
7614 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7615 and tab expansion.
7616
76172007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7618
7619 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7620
76212007-04-02 Bob Wilson <bob.wilson@acm.org>
7622
7623 * gdb.texinfo: Consistently capitalize all significant words in
7624 node names, chapter titles, section titles, and headings. Update
7625 cross references to match.
7626 (Starting and Stopping Trace Experiment): Make node name plural.
7627 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7628
76292007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7630
7631 * gdb.texinfo (WinCE): Delete obsolete subsection.
7632
76332007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7634
7635 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7636 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7637 references.
7638
76392007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7640
7641 * gdb.texinfo (Startup): Delete references to some alternate
7642 names for .gdbinit.
7643 (Thread): Remove LynxOS reference.
7644 (Tandem ST2000): Delete target-specific documentation.
7645 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7646 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7647 and GDB_OSABI_LYNXOS.
7648
76492007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7650
7651 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7652
76532007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7654
7655 * gdbint.texinfo (Target Conditionals): Remove mention of
7656 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7657 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7658
76592007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7660
7661 * Makefile.in: Add "pdfdir" installation
7662 directory, PDFTEX macro, support for "install-pdf" target,
7663 and rules for making a pdf version of refcard.texi.
7664 * refcard.tex: Specify paper size for PDF output.
7665
76662007-03-26 Bob Wilson <bob.wilson@acm.org>
7667
7668 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7669
76702007-03-26 Bob Wilson <bob.wilson@acm.org>
7671
7672 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7673 (Source Path, Character Sets, Macros, Define)
7674 (GDB/MI Result Records, GDB/MI Simple Examples)
7675 (GDB/MI Program Execution, GDB/MI File Commands)
7676 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7677 (Bug Reporting): Use @value{GCC}.
7678
76792007-03-26 Bob Wilson <bob.wilson@acm.org>
7680
7681 * gdb.texinfo (Help): Fix formatting of examples.
7682 (Variables): Use @ifnotinfo instead of @iftex.
7683 (Non-debug DLL symbols): Use @ref instead of @pxref.
7684 (Sparclet File): Use @samp instead of quotes.
7685
76862007-03-26 Bob Wilson <bob.wilson@acm.org>
7687
7688 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7689
76902007-03-26 Bob Wilson <bob.wilson@acm.org>
7691
7692 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7693 the order of the nodes.
7694 (C Operators, C Constants, Debugging C): Remove extra menus.
7695 (Method Names in Commands): Do not specify next/prev/up nodes.
7696
76972007-03-26 Bob Wilson <bob.wilson@acm.org>
7698
7699 * gdb.texinfo (File Options): Add missing parenthesis.
7700 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7701
77022007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7703
7704 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7705
77062007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7707
7708 * gdb.texinfo (Standard Target Features): Mention
7709 case insensitivity.
7710 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7711
77122007-02-18 Nick Roberts <nickrob@snap.net.nz>
7713
7714 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7715 (Files): Add section name to argument list for pxref.
7716 (Non-debug DLL symbols): Don't use `see' for pxref.
7717 (Embedded Processors): Fix typo.
7718 (GDB/MI Breakpoint Commands): Execution commands generate
7719 *stopped not ^done.
7720
77212007-02-13 Nick Roberts <nickrob@snap.net.nz>
7722
7723 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7724 values for in_scope. Mention that only root variables can be
7725 updated.
7726 (GDB/MI Development and Front Ends): Explain new values may be
7727 added to existing fields.
7728
77292007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7730
7731 * gdb.texinfo (-target-disconnect): Use @smallexample.
7732 (Requirements): Add anchor for Expat. Update description.
7733 (Target Descriptions): Mention Expat.
7734 (Target Description Format): Document new elements. Use
7735 @smallexample.
7736 (Predefined Target Types, Standard Target Features): New sections.
7737 * gdbint.texinfo (Target Descriptions): New section.
7738
77392007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7740
7741 * gdb.texinfo (Target Description Format): Add section on XInclude.
7742
77432006-02-03 Nick Roberts <nickrob@snap.net.nz>
7744
7745 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7746 command -enable-timings.
7747
77482007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7749
7750 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7751 descriptions for new/deleted elements in gdb_osabi. Add missing
7752 description for function generic_elf_osabi_sniff_abi_tag_sections.
7753
77542007-01-29 Joel Brobecker <brobecker@adacore.com>
7755
7756 * gdb.texinfo (Maintenance Commands): Add documentation for
7757 the new "maint print target-stack" command.
7758
77592007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7760 Eli Zaretskii <eliz@gnu.org>
7761
7762 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7763
77642007-01-26 Eli Zaretskii <eliz@gnu.org>
7765
7766 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7767 Use @value{NGCC} instead of @value{GCC}.
7768
77692007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7770
7771 * agentexpr.texi: Fix typos.
7772 * annotate.texinfo: Likewise.
7773 * gdb.texinfo: Likewise.
7774 * gdbint.texinfo: Likewise.
7775 * observer.texi: Likewise.
7776 * stabs.texinfo: Likewise.
7777
77782007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7779
7780 * gdbint.texinfo (Support Libraries): Remove mmalloc
7781 entry. Describe readline library.
7782
77832007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7784
7785 * gdb.texinfo (Target Descriptions): New section.
7786 (General Query Packets): Add QPassSignals anchor. Mention
7787 qXfer:features:read under qSupported. Expand mentions of
7788 qXfer:memory-map:read and QPassSignals. Document
7789 qXfer:features:read.
7790
77912007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7792
7793 * gdb.texinfo (Commands to specify files): Describe
7794 "set sysroot" and "show sysroot".
7795 (Using the `gdbserver' program): Lowercase argument
7796 to @var. Expand description of setting up GDB on the
7797 host.
7798
77992007-01-05 Joel Brobecker <brobecker@adacore.com>
7800
7801 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7802 catch exception, catch exception unhandled, and catch assert
7803 commands.
7804
78052007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7806
7807 * gdb.texinfo (Debugging Output): Document "set debug xml"
7808 and "show debug xml".
7809
78102007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7811
7812 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7813
78142007-01-01 Joel Brobecker <brobecker@adacore.com>
7815
7816 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7817
78182006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7819
7820 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7821 note in @ignore, to be removed later if nobody complains.
7822
78232006-12-04 Nick Roberts <nickrob@snap.net.nz>
7824
7825 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7826 of -var-delete.
7827
78282006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7829
7830 * gdb.texinfo (Setting breakpoints): Document
7831 automatic software/hardware breakpoint usage and
7832 the "set breakpoint auto-hw" command.
7833
78342006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7835
7836 * gdb.texinfo (Memory Access Checking): New.
7837
78382006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7839
7840 * gdb.texinfo (Remote configuration): Mention
7841 "pass-signals-packet".
7842 (General Query Packets): Document QPassSignals. Fix
7843 a typo.
7844
78452006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7846
7847 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7848
78492006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7850
7851 * gdb.texinfo (Remote configuration): Rewrite documentation for
7852 packet configuration commands.
7853 (OS Information): Adjust reference to qXfer:auxv:read.
7854 (General Query Packets): Remove references to read-aux-vector-packet
7855 and set remote get-thread-local-storage-address.
7856
78572006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7858
7859 * gdbint.texinfo (Target Architecture Definition): Add new
7860 Initializing a New Architecture section.
7861
78622006-10-31 David Taylor <dtaylor@emc.com>
7863
7864 * stabs.texinfo (Macro define and undefine): New node describing
7865 stabs for #define and #undef.
7866
78672006-10-27 Andreas Schwab <schwab@suse.de>
7868
7869 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7870
78712006-10-21 Eli Zaretskii <eliz@gnu.org>
7872
7873 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7874 clarify on the possible meanings of ``expression'' watched by
7875 watchpoints. Add indexing.
7876 (Prompting, Errors, Invalidation, Annotations for Running)
7877 (Source Annotations): Fix index entries by adding "annotation" to
7878 them, to discriminate from index entries that point to the more
7879 general topic descriptions.
7880
78812006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7882
7883 * gdbint.texinfo (Target Vector Definition): Move most
7884 content into Existing Targets. Add a menu.
7885 (Existing Targets): New section, moved from Target Vector
7886 Definition. Use @subsection.
7887 (Managing Execution State): New section.
7888
78892006-10-16 Bob Wilson <bob.wilson@acm.org>
7890
7891 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7892
78932006-10-15 Eli Zaretskii <eliz@gnu.org>
7894
7895 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7896 (Command Syntax, Signals, Backtrace, Connecting)
7897 (Remote configuration, Renesas Boards, Console I/O): Fix last
7898 change: use Ctrl- instead of C-, except wrt Emacs.
7899 (File-I/O Examples): Put Ctrl-c in @kbd.
7900 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7901 (Console I/O): Use @samp with Ctrl-.
7902 (Signals, Set Breaks, Set Watchpoints): Document optional
7903 arguments to `info signals' `handle', `info breakpoints', and
7904 `info watchpoints'.
7905
79062006-10-14 Eli Zaretskii <eliz@gnu.org>
7907
7908 * gdb.texinfo (Backtrace): Fix last change.
7909
79102006-10-14 Nick Roberts <nickrob@snap.net.nz>
7911
7912 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7913
79142006-10-10 Bob Wilson <bob.wilson@acm.org>
7915
7916 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7917 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7918 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7919
79202006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7921 Daniel Jacobowitz <dan@codesourcery.com>
7922
7923 * gdb.texinfo (Packets): Document vFlashErase,
7924 vFlashWrite and vFlashDone packets.
7925 (General Query Packets): Document qXfer:memory-map:read.
7926 Add a new feature for qXfer:memory-map:read.
7927 (Memory map format): New section.
7928 (Target Commands): Mention that gdb can write flash.
7929
79302006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7931 Daniel Jacobowitz <dan@codesourcery.com>
7932
7933 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7934 memory regions and "mem auto".
7935
79362006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7937
7938 * gdbint.texinfo (Array Containers): New section.
7939
79402006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7941
7942 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7943 -stack-list-arguments HIGH_FRAME argument can be larger then the
7944 actual number of frames.
7945
79462006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7947
7948 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7949 -stack-list-locals HIGH_FRAME argument can be larger then the
7950 actual number of frames.
7951
79522006-09-02 Bob Wilson <bob.wilson@acm.org>
7953
7954 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7955 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7956
79572006-09-02 Eli Zaretskii <eliz@gnu.org>
7958
7959 * gdbint.texinfo (Overall Structure): New section "Source Tree
7960 Structure".
7961
79622006-08-17 Jim Blandy <jimb@codesourcery.com>
7963
7964 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7965 responses.
7966
79672006-08-08 Joel Brobecker <brobecker@adacore.com>
7968
7969 * gdb.texinfo (Source Path): Add documentation for new
7970 substitute-path commands.
7971
79722006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7973
7974 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7975 (Running Configure): ...here.
7976 (Requirements): New node. Mention expat.
7977
79782006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7979
7980 * gdb.texinfo (Target Commands): Remove
7981 'set download-write-size' and 'show download-write-size'.
7982
79832006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 * stabs.texinfo (Member Type Descriptor): Correct example for
7986 pointer to member types.
7987
79882006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7989
7990 * gdb.texinfo (Optional warnings and messages): Add
7991 'set/show trace-commands'.
7992 (Command files): Add '-v' to source command.
7993
79942006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7995
7996 * gdb.texinfo (OS Information): Update qPart reference to
7997 qXfer.
7998 (Remote configuration): Likewise.
7999 (Overview): Move @cindex to the start of a paragraph. Talk
8000 about binary data encoding.
8001 (Packets): Refer to the overview for the details of the X
8002 packet encoding.
8003 (General Query Packets): Remove qPart description. Add qXfer
8004 description. Add an anchor to qSupported. Correct feature
8005 table title. Add a new feature for qXfer:auxv:read.
8006 (Interrupts): Add a missing parenthesis.
8007
80082006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8009
8010 * gdb.texinfo (KOD): Remove node.
8011 (GDB/MI Kod Commands): Remove commented out node.
8012
80132006-07-01 Eli Zaretskii <eliz@gnu.org>
8014
8015 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8016 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8017 (GDB/MI Thread Commands, GDB/MI Program Execution)
8018 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8019 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8020 (GDB/MI File Commands, GDB/MI Target Manipulation)
8021 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8022 since the MI prompt is hard-wired into the code.
8023
80242006-07-01 Nick Roberts <nickrob@snap.net.nz>
8025
8026 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8027 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8028 (GDB/MI Data Manipulation): Remove description of unimplemented
8029 display related commands as variable objects perform this function
8030 and are superior: -display-delete, -display-disable,
8031 -display-enable, -display-insert and -display-list. Move
8032 -environment-cd, -environment-directory, -environment-path
8033 and -environment-pwd to "Program Context".
8034 (GDB/MI Program Control): Rename to "Program Execution". Move
8035 -exec-arguments -exec-abort to...
8036 (GDB/MI Program Context): ...here. New node split from "Data
8037 Manipulation".
8038
80392006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8040
8041 * gdb.texinfo (Remote configuration): Document set / show
8042 remote supported-packets.
8043 (General Query Packets): Document qSupported packet.
8044
80452006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8046
8047 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8048 and font markup.
8049 (Protocol basics): Likewise.
8050 (The F request packet): Likewise.
8051 (The F reply packet): Likewise.
8052 (Memory transfer): Move this node to be a subsubsection of
8053 "Protocol specific representation of datatypes".
8054 (The Ctrl-C message): More copy editing.
8055 (Console I/O): Likewise.
8056 (The isatty call): Delete this node, and merge its content into
8057 the "isatty" node. Fixed references elsewhere.
8058 (The system call): Delete this node, and merge its content into
8059 the "system" node. Fixed references elsewhere.
8060 (open): Reformat to use @table, and add appropriate font markup.
8061 (close): Likewise.
8062 (read): Likewise.
8063 (write): Likewise.
8064 (lseek): Likewise.
8065 (rename): Likewise.
8066 (unlink): Likewise.
8067 (stat/fstat): Likewise.
8068 (gettimeofday): Likewise.
8069 (isatty): Likewise.
8070 (system): Likewise, plus minor changes to fix confusing wording.
8071 (Integral datatypes): Fix font markup.
8072 (Pointer values): Likewise.
8073 (struct stat): Fix markup to use @table, plus minor copy editing.
8074 (struct timeval): Fix font markup, plus minor copy editing.
8075 (Constants): Minor copy editing.
8076 (Errno values): Add font markup.
8077 (File-I/O Examples): Likewise.
8078
80792006-06-10 Nick Roberts <nickrob@snap.net.nz>
8080
8081 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8082 (GDB/MI Simple Examples): Move node up one level. Use real
8083 examples.
8084 (GDB/MI Compatibility with CLI): Update.
8085 (GDB/MI Result Records): Add "connected" and "exit" result
8086 classes.
8087 (GDB/MI Stream Records): Clarify target output.
8088 (GDB/MI Command Description Format): Modify example description.
8089 (GDB/MI Breakpoint Table Commands): Rename to...
8090 (GDB/MI Breakpoint Commands): ...this
8091 (GDB/MI Breakpoint Commands): Add optional thread field.
8092 (GDB/MI Program Control): Add an introduction. Move "Program
8093 termination" examples into exec-run description.
8094 (GDB/MI File Commands): Mention similar CLI commands.
8095 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8096 is similar to "-gdb-version".
8097
80982006-06-09 Eli Zaretskii <eliz@gnu.org>
8099
8100 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8101
81022006-06-02 Nick Roberts <nickrob@snap.net.nz>
8103
8104 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8105 sourceware.org for mailing lists.
8106 (GDB/MI File Commands): New node split from Program Control.
8107
81082006-06-01 Nick Roberts <nickrob@snap.net.nz>
8109
8110 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8111
81122006-05-22 Eli Zaretskii <eliz@gnu.org>
8113
8114 * gdb.texinfo (Cygwin Native): Fix last change.
8115
81162006-05-22 Christopher Faylor <cgf@timesys.com>
8117
8118 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8119
81202006-05-15 Nick Roberts <nickrob@snap.net.nz>
8121
8122 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8123 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8124
81252006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8126
8127 * gdb.texinfo (General Query Packets): Recommend not starting
8128 new packets with qC and clarify.
8129
81302006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8131
8132 * gdb.texinfo (M2 Types): New section.
8133
81342006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8135
8136 * agentexpr.texi: Add a copyright and license notice.
8137 * observer.texi: Likewise, with GPL clause for function prototypes.
8138 Remove trailing whitespace.
8139
81402006-05-05 Jim Blandy <jimb@codesourcery.com>
8141
8142 * gdb.texinfo (General Query Packets): Document conventions for
8143 terminating packet names, and their violations.
8144
81452006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8146
8147 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8148 * gdb.texinfo: Likewise.
8149
81502006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8151
8152 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8153 and "show remotedebug".
8154 (Debugging Output): Add additional index entries.
8155
81562006-04-27 Michael Snyder <msnyder@redhat.com>
8157
8158 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8159
81602006-04-22 Andrew Cagney <cagney@redhat.com>
8161
8162 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8163 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8164
81652006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8166
8167 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8168 and remove breakpoint prototypes.
8169 (Watchpoints): Move description of target_insert_hw_breakpoint and
8170 target_remove_hw_breakpoint ...
8171 (Breakpoints): ... to here. Document target_insert_breakpoint and
8172 target_remove_breakpoint.
8173
81742006-04-17 Jim Blandy <jimb@codesourcery.com>
8175
8176 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8177 and C packets are optional.
8178
81792006-04-14 Frederic Riss <frederic.riss@st.com>
8180
8181 * gdb.texinfo (Specifying source directories): Update the description
8182 of the source file search to reflect the fact that the source path
8183 always contains at least $cdir and $cwd.
8184
81852006-03-31 Michael Snyder <msnyder@redhat.com>
8186
8187 * gdb.texinfo: Update copyright dates.
8188
81892006-03-31 Eli Zaretskii <eliz@gnu.org>
8190
8191 * gdb.texinfo (Overview): Add an index entry to "empty response".
8192
81932006-03-28 Jim Blandy <jimb@codesourcery.com>
8194
8195 * gdbint.texinfo (Prologue Analysis): New section.
8196
81972006-03-07 Jim Blandy <jimb@red-bean.com>
8198
8199 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8200
8201 * gdb.texinfo (Target Commands): Update text describing how to
8202 specify a target. Refer to the detailed section on remote
8203 debugging, not the brief mention.
8204
8205 * gdb.texinfo (Connecting): Organize the different 'target remote'
8206 connection methods into a table. Add a 'target remote' index
8207 entry. (!!!)
8208
82092006-02-17 Fred Fish <fnf@specifix.com>
8210
8211 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8212 'ptype' commands to reflect the fact that the only significant
8213 difference between them is that ptype prints the complete type
8214 description instead of just the name.
8215
82162006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8217
8218 * gdbint.texinfo (Watchpoints): Delete
8219 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8220
82212006-02-10 Nick Roberts <nickrob@snap.net.nz>
8222
8223 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8224 times fields where needed. Fix typos. Update general form given
8225 for output of -break-insert.
8226 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8227
82282006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8229
8230 * gdbint.texinfo (Symbol Handling): Add a section
8231 on memory management.
8232
82332006-02-06 Vladimir Prus <ghost@cs.msu.su>
8234
8235 * gdb.texinfo (Breakpoint table commands): Document the fullname
8236 field in -break-list output.
8237
82382006-02-03 Eli Zaretskii <eliz@gnu.org>
8239
8240 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8241 debugging information produced by the various "set debug..."
8242 options.
8243
82442006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8245
8246 * gdb.texinfo (Files): Remove obsolete bits from the description
8247 of "symbol-file".
8248
82492006-01-25 Jim Blandy <jimb@redhat.com>
8250
8251 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8252
82532006-01-24 Jim Blandy <jimb@redhat.com>
8254
8255 * gdbint.texinfo (Frames): Document the basics of GDB's register
8256 unwinding model, and explain the existence of the "sentinel" frame.
8257
82582006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8259
8260 * gdb.texinfo (Choosing files): Mention that -directory is used
8261 for script files.
8262 (Specifying source directories): Likewise.
8263 (Command files): Explain how script files are found.
8264
82652006-01-21 Eli Zaretskii <eliz@gnu.org>
8266
8267 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8268 the threads in a multi-threaded program.
8269 (Threads): The threadno argument of "thread apply" can be a range
8270 of numbers.
8271
82722006-01-18 Jim Blandy <jimb@redhat.com>
8273
8274 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8275 of warning flags.
8276
82772006-01-13 Eli Zaretskii <eliz@gnu.org>
8278
8279 * gdb.texinfo (Sequences): Improve menu annotations.
8280 (Define): Add index entries for arguments of user-defined
8281 commands. Move the description of flow-control commands...
8282 (Command Files): ...to here. Document loop_break and
8283 loop_continue.
8284 (Define, Command Files): Document `end' and add index entries for
8285 it.
8286
82872006-01-04 Michael Snyder <msnyder@redhat.com>
8288
8289 * gdb.texinfo: Add documentation for linux-fork.
8290 * gdbint.texinfo: Add internal documentation for checkpoints.
8291
82922006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8293
8294 * gdb.texinfo (Omissions from Ada): Document that there is now
8295 limited aggregate support.
8296
82972005-12-28 Eli Zaretskii <eliz@gnu.org>
8298
8299 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8300 registers and the likes.
8301
83022005-12-24 Eli Zaretskii <eliz@gnu.org>
8303
8304 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8305 (Symbols): Fix usage of "e.g.".
8306 (Memory Region Attributes): Fix usage of "etc."
8307
8308 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8309 (Coding): Fix usage of "e.g.".
8310
83112005-12-23 Eli Zaretskii <eliz@gnu.org>
8312
8313 * stabs.texinfo:
8314 * refcard.tex:
8315 * gpl.texi:
8316 * gdbint.texinfo:
8317 * gdb.texinfo:
8318 * gdb-cfg.texi:
8319 * fdl.texi:
8320 * annotate.texinfo:
8321 * all-cfg.texi:
8322 * Makefile.in: Add (C) after Copyright. Update the FSF
8323 address.
8324
83252005-12-03 Eli Zaretskii <eliz@gnu.org>
8326
8327 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8328 extend GDB with commands for external monitor.
8329
83302005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8331
8332 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8333
83342005-11-25 Joel Brobecker <brobecker@adacore.com>
8335
8336 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8337
83382005-11-21 Jim Blandy <jimb@redhat.com>
8339
8340 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8341 placement of 'R' actions in tracepoint action packets; document
8342 dependence of 'X' and 'M' actions on a preceding 'R' action for
8343 their registers.
8344
83452005-11-19 Jim Blandy <jimb@redhat.com>
8346
8347 * gdb.texinfo (Tracepoint Packets): New node.
8348 (General Query Packets): Add entries for the tracepoint packets,
8349 referring to the "Tracepoint Packets" node.
8350 (Tracepoints): Add reference to "Tracepoint Packets".
8351
83522005-11-18 Kevin Buettner <kevinb@redhat.com>
8353
8354 * gdb.texinfo (set remotebreak): Add anchor.
8355 (X packet): Likewise.
8356 (Remote Protocol): Add new section `Interrupts' and new index
8357 entry `interrupts (remote protocol)'.
8358
83592005-11-18 Jim Blandy <jimb@redhat.com>
8360
8361 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8362 entries into the General Query Packets section. Add a
8363 cross-reference to that section. Drop description of replies, as
8364 these are covered in the descriptions of each packet.
8365 (General Query Packets): Add introductory text. Explain naming
8366 conventions, and how the end of a name is recognized.
8367
83682005-11-17 Kevin Buettner <kevinb@redhat.com>
8369
8370 * gdb.texinfo (Remote configuration): Fix typo in description of
8371 "set remotebreak" command.
8372
83732005-11-16 Jim Blandy <jimb@redhat.com>
8374
8375 * gdb.texinfo (Packets, Stop Reply Packets)
8376 (General Query Packets): Various formatting cleanups.
8377 - Use @samp for packet contents.
8378 - Drop summaries from packet @item lines; the same information appears
8379 immediately below in the description.
8380 - Delete paragraph breaks after packet @item commands, so that the
8381 description appears directly to the right of the packet prototype
8382 in the printed manual, if it fits.
8383 - Place spaces in packet prototypes between @vars and non-@var
8384 letters, and explain that they're just for formatting.
8385 - Use @dots{} instead of '...'.
8386 - Fix uses of @code where @var was needed.
8387 - Replace "deprecated" markers with English text spelling out the
8388 packet's status and the preferred alternatives.
8389 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8390 what this ever meant.
8391 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8392 this for a long time.
8393 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8394 implemented several times, and have been in use for years.
8395
83962005-11-15 Jim Blandy <jimb@redhat.com>
8397
8398 * gdb.texinfo (Packets): Add index entries for 'm' packet
8399 disclaimers.
8400
8401 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8402 of stub when processing an 'm' packet.
8403
8404 * gdb.texinfo (Packets): Mention that packets beginning with
8405 letters are reserved once, at the top, instead of actually listing
8406 them all and saying "reserved".
8407
84082005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8409
8410 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8411 Change @var{$arg0 to @code{$arg0.
8412
84132005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8414
8415 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8416
84172005-11-12 Jim Blandy <jimb@redhat.com>
8418
8419 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8420 order. Remove extraneous 'z'.
8421
84222005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8423
8424 * gdb.texinfo (Choosing files): Add --eval-command.
8425
84262005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8427
8428 * gdb.texinfo (Choosing modes): Add --return-child-result.
8429
8430
84312005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8432
8433 * gdb.texinfo (Choosing modes): Add --batch-silent.
8434
84352005-10-28 Eli Zaretskii <eliz@gnu.org>
8436
8437 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8438 "The -var-update Command".
8439
84402005-10-03 Joel Brobecker <brobecker@adacore.com>
8441
8442 * gdb.texinfo (Print Settings): Add documentation for set/show
8443 print array-indexes.
8444
84452005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8446
8447 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8448 6.2 and 6.3.
8449
84502005-08-27 Eli Zaretskii <eliz@gnu.org>
8451
8452 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8453 since 19-Jan-2004.
8454 (Files): Likewise.
8455 (Variables, Symbols): Document the "<incomplete type>" message and
8456 its reasons.
8457
84582005-08-01 Fred Fish <fnf@specifix.com>
8459
8460 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8461
84622005-07-15 Nick Roberts <nickrob@snap.net.nz>
8463
8464 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8465 option for -var-list-children and -var-update.
8466 (GDB/MI Stack Manipulation): Simplify description of
8467 print-values option for -stack-list-locals.
8468 (GDB/MI Command Description Format): Clarify.
8469 (Mode Options): Spelling of superseded.
8470
84712005-07-12 Bob Rossi <bob@brasko.net>
8472
8473 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8474 corresponding GDB command comment.
8475
84762005-07-06 Bob Rossi <bob@brasko.net>
8477
8478 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8479 and -inferior-tty-show.
8480 (Input/Output): Document "set/show inferior-tty" and tty alias.
8481
84822005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8483
8484 * gdb.texinfo (Packets): Change description of 'D' packet to note
8485 that GDB does wait for a response.
8486
84872005-06-22 Nick Roberts <nickrob@snap.net.nz>
8488
8489 * gdb.texinfo (History) Rename "Command History".
8490 (Command History): Move node "Server Prefix" from section on
8491 Annotations here.
8492
84932005-06-19 Nick Roberts <nickrob@snap.net.nz>
8494
8495 * gdb.texinfo (GDB/MI Stack Manipulation):
8496 Re-instate -stack-info-frame with example. Say that it gets
8497 info on selected frame, not current frame.
8498
84992005-06-18 Eli Zaretskii <eliz@gnu.org>
8500
8501 * gdb.texinfo (Server): Clarify that `file' should be used before
8502 connecting to the server.
8503 (Files): Add an xref to the above description.
8504 (Output Formats): More detailed description of the `c' format.
8505 (Memory): List explicitly all the formats supported by `x'.
8506 (Threads): Add an @cindex entry for "thread apply".
8507 (Files): Document the possibility of loading unlinked object
8508 files. Add more indexing for solib-absolute-prefix and
8509 --with-sysroot.
8510 (Machine Code): Document possible problems with locations in
8511 shared libraries.
8512 (Backtrace): Document that free-standing environments do not need
8513 to have a `main' function.
8514
85152005-06-18 Nick Roberts <nickrob@snap.net.nz>
8516
8517 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8518 -stack-info-frame.
8519
85202005-06-07 Andrew Cagney <cagney@gnu.org>
8521
8522 * gdb.texinfo (Contributors): Note the original multi-arch
8523 contributors.
8524
85252005-06-03 Eli Zaretskii <eliz@gnu.org>
8526
8527 * gdb.texinfo (Registers): Add index entries for the standard
8528 registers.
8529 (Frames): Add cross-reference from frame pointer description to
8530 the Registers node.
8531 (Annotations Overview): Fix the reference to GDB name.
8532
85332005-06-01 Eli Zaretskii <eliz@gnu.org>
8534
8535 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8536 can-use-hw-watchpoints.
8537
85382005-05-28 Bob Rossi <bob@brasko.net>
8539
8540 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8541 the possible reasons why an exec async record would be returned to FE.
8542
85432005-05-26 Andrew Cagney <cagney@gnu.org>
8544
8545 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8546 Andrew Cagney implemented the original GDB/MI.
8547
85482005-05-23 Orjan Friberg <orjanf@axis.com>
8549
8550 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8551 documentation. Add documentation for cris-mode.
8552
85532005-05-20 Eli Zaretskii <eliz@gnu.org>
8554
8555 * gdb.texinfo (Numbers): Explain the example and make the wording
8556 more acurate.
8557
85582005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8559 Dennis Brueni <dennis@slickedit.com>
8560
8561 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8562 (GDB/MI Data Manipulation, GDB/MI Program Control)
8563 (GDB/MI Stack Manipulation): Update examples to include the fullname
8564 attribute in stack frames.
8565
85662005-05-12 Eli Zaretskii <eliz@gnu.org>
8567
8568 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8569 do with other non-standard names of init files.
8570
85712005-05-11 Eli Zaretskii <eliz@gnu.org>
8572
8573 * gdb.texinfo (Command Files): Move the description of the startup
8574 from here...
8575 (Startup): ...to this new subsection of the Invocation chapter.
8576 Rearrange the description of init files more logically and add a
8577 cross-reference to "Command Files". Document the special gdbinit
8578 name for CISCO 68k. Expand the description of what GDB does
8579 during startup.
8580 (History): Add index entry for HISTSIZE.
8581
85822005-05-02 Mark Kettenis <kettenis@gnu.org>
8583
8584 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8585
85862005-05-02 Eli Zaretskii <eliz@gnu.org>
8587
8588 * gdb.texinfo (SVR4 Process Information, The isatty call)
8589 (The system call): Don't use foo(N) notation for man pages and
8590 functions.
8591 (Compilation, DJGPP Native): Improve wording.
8592
85932005-04-27 Eli Zaretskii <eliz@gnu.org>
8594
8595 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8596 were optimized away.
8597
85982005-04-22 Eli Zaretskii <eliz@gnu.org>
8599
8600 * gdb.texinfo (Remote configuration): Document "set/show
8601 get-thread-local-storage-address". Add cross-reference to the
8602 description of the qGetTLSAddr packet.
8603 (General Query Packets): Mention "set remote
8604 get-thread-local-storage-address" and add a reference to its
8605 description.
8606
86072005-04-19 Nick Roberts <nickrob@snap.net.nz>
8608
8609 * gdb.texinfo (Backtrace): Describe 'bt full'.
8610
86112005-04-17 Nick Roberts <nickrob@snap.net.nz>
8612
8613 * gdb.texinfo (Mode Options): Fix typo.
8614 (GDB/MI): Describe how to invoke GDB/MI.
8615
86162005-04-16 Eli Zaretskii <eliz@gnu.org>
8617
8618 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8619 references changed. Add description of "info udot".
8620 (Files): Document "set/show stop-on-solib-events".
8621 (M32R/D): Document "set/show download-path", "set/show
8622 board-address", "set/show server-address", "upload", "tload".
8623 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8624 "use_mon_code", "use_ib_break", "use_dbt_break".
8625 (Maintenance Commands): Improve indexing.
8626 (Target Commands): Document "set/show hash", "set/show debug
8627 monitor".
8628 (SVR4 Process Information): Document "info pidlist" and "info
8629 meminfo". Document "set/show procfs-tarce" and "set/show
8630 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8631 (Symbols, The Print Command with Objective-C): Improve indexing.
8632 (Objective-C): Add references to "info classes" and "info
8633 selectors".
8634 (Debugging Output): Improve wording. Document "set/show debug
8635 solib-frv". Fix "set/show debugvarobj".
8636 (Set Breaks): Add index entry for "hardware breakpoints".
8637 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8638 and "set/show usehardbreakpoints".
8639 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8640 monitor-prompt", "set/show monitor-warnings", "pmon".
8641 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8642 rdiromatzero", "set/show rdiheartbeat".
8643 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8644 "sds".
8645 (Embedded Processors): Document the "sim" command.
8646 (Remote): Document the "remote" command.
8647 (DJGPP Native): Document the "info serial" command.
8648 (Threads): Document "maint info sol-threads".
8649 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8650 (Set Breaks): Improve indexing.
8651 (Command Syntax): Add a reference to dont-repeat.
8652 (Define): Document "dont-repeat".
8653 (TUI Commands): Document "tabset".
8654 (WinCE): New subsection. Document "set/show remotedirectory",
8655 "set/show remoteupload", "set/show remoteaddhost".
8656
86572005-04-15 Eli Zaretskii <eliz@gnu.org>
8658
8659 * gdb.texinfo (Hurd Native): New subsection, documents
8660 Hurd-specific commands.
8661 (Maintenance Commands): Add cross-reference to "Debugging Output".
8662 (Debugging Output): Document "set/show debug lin-lwp".
8663 (MIPS): Improve documentation of heuristic-fence-post. Document
8664 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8665 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8666 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8667 (ARM): Document ARM-specific commands.
8668 (AVR): New section. Document "info io_registers".
8669 (CRIS): New section. Document "set/show cris-version" and
8670 "set/show cris-dwarf2-cfi".
8671 (HPPA): New section. Document "set/show debug hppa" and "maint
8672 print unwind".
8673 (Neutrino): New subsection. Document "set/show debug nto-debug".
8674 (Super-H): New section. Document the "regs" command.
8675 (Debugging Output): Document "set/show debug aix-thread".
8676
86772005-04-09 Eli Zaretskii <eliz@gnu.org>
8678
8679 * gdb.texinfo (Print Settings): Document "set/show print
8680 pascal_static-members", "set print repeats", "show print
8681 null-stop". Improve indexing. Fix documentation of "set print
8682 union".
8683 (Pascal): New section.
8684 (Supported languages): Rename from "Support"; all references
8685 updated. Add a menu item for Pascal.
8686 (Numbers): Document "set radix.
8687 (Screen Size): Document "set/show pagination".
8688 (MIPS Embedded): Remove "set processor" documentation.
8689 (Remote configuration): Document "set/show X/P/Z-packet",
8690 "set/show read-aux-vector-packet", "set/show remote
8691 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8692 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8693 remotedebug", "set/show remotebreak", "set/show remotedevice",
8694 "set/show remotelogfile".
8695 (Auxiliary Vector): Add reference to the description of the
8696 read-aux-vector-packet setting.
8697 (Set Watchpoints): Add a cross-reference to "set remote
8698 hardware-breakpoint-limit".
8699 (General Query Packets): Add indexing of requests and
8700 cross-references to related commands in "Remote configuration".
8701 (File-I/O Overview, The system call): Fix wording and typos.
8702 (Thread Stops): Add index entries.
8703 (Continuing and Stepping): Document "show step-mode".
8704 (i386): New node. Document "set/show struct-convention".
8705 (Files): Document "show trust-readonly-sections".
8706 (Calling): Document "set/show unwindonsignal".
8707 (Messages/Warnings): Add index entries.
8708 (Maintenance Commands): Document "set/show watchdog".
8709 (Annotations Overview): Document "show annotate".
8710 (Set Watchpoints): Add index entries.
8711 (Symbols): Fix doc of case-sensitive.
8712 (ABI): Document "show coerce-float-to-double".
8713 (Convenience Vars, Help): Improve indexing.
8714 (Machine Code): Document "show disassembly-flavor".
8715 (Debugging C plus plus): Document "show overload-resolution".
8716 (Value History, Signaling): Add index entries.
8717
87182005-04-08 Eli Zaretskii <eliz@gnu.org>
8719
8720 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8721 (Processes): Fix wording.
8722 (History, List, Logging output, Define, Symbols, Print Settings):
8723 Improve indexing.
8724
87252005-04-03 Eli Zaretskii <eliz@gnu.org>
8726
8727 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8728 redundant index entry for "target" command.
8729 (Backtrace): Add index entries.
8730 (Symbols, Fortran): Document the "set case-sensitive" command.
8731 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8732 (Print Settings): Add index entry for "set demangle-style".
8733 (Target Commands): Document "set download-write-size".
8734 (Debugging Output): Document "set exec-done-display".
8735
87362005-04-02 Eli Zaretskii <eliz@gnu.org>
8737
8738 * gdb.texinfo (Files): Fix the name and documentation of
8739 add-shared-symbol-files. Document its alias assf. Update the
8740 list of OSs where GDB supports shared libraries. Fix markup.
8741 (Continuing and Stepping): Add reference to @var{location} in the
8742 text.
8743 (Dump/Restore Files): Fix reference to @{filename}.
8744 (Help): Fix wording.
8745 (Attach): Ditto.
8746 (Set Watchpoints): Ditto.
8747 (Backtrace): Remove redundant index entries. Improve index
8748 entries.
8749 (Delete Breaks): Fix wording.
8750 (Memory): Document the compare-sections command.
8751 (Memory Region Attributes): Improve wording.
8752 (Disabling): Improve wording.
8753 (Fortran): New subsection. Document the "info common" command.
8754 (Help): Document aliases "info copying" and "info warranty".
8755 (Caching Remote Data): New section. Document the "set/show
8756 remotecache" and "info dcache" commands.
8757 (Show): Fix wording of the documentation of the "set
8758 extension-language" command.
8759 (Signals): Add index entry for "info handle".
8760 (Memory Region Attributes): Fix punctuation.
8761 (Symbols): Change the arg name to "location" and refer to it in
8762 the text. Fix wording of "info types" doc.
8763 (Threads): Fix usage of @enumerate @item's.
8764 (Listing Tracepoints): Add index entry for "info tp".
8765 (Set Watchpoints): Add xref to "info break" description.
8766 (Macros): Add an index entry for "macro exp1". Document the
8767 "macro list" command.
8768 (Maintenance Commands): Document "flushregs", "maint agent",
8769 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8770 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8771 "maint print architecture", "maint print objfiles", "maint print
8772 statistics", "maint print type", "maint show-debug-regs", "maint
8773 space", "maint time", and "maint translate-address".
8774 (Connecting): Document the "monitor" command.
8775 (Annotations Overview): Describe the "set annotate" command.
8776
87772005-04-01 Eli Zaretskii <eliz@gnu.org>
8778
8779 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8780 Rearrange index entries and improve wording about support for
8781 hardware watchpoints.
8782
87832005-03-10 Bob Rossi <bob@brasko.net>
8784
8785 * gdb.texinfo: Update copyright
8786
87872005-02-09 Theodore A. Roth <troth@openavr.org>
8788
8789 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8790 error.
8791
87922005-02-03 Kevin Buettner <kevinb@redhat.com>
8793
8794 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8795
87962005-01-17 Michael Snyder <msnyder@redhat.com>
8797
8798 * gdb.texinfo: Fix spelling, infinte -> infinite.
8799
88002005-01-08 Mark Kettenis <kettenis@gnu.org>
8801
8802 * observer.texi (GDB Observers): Document "solib_loaded".
8803
88042005-01-07 Andrew Cagney <cagney@gnu.org>
8805
8806 * configure.ac: Rename configure.in, require autoconf 2.59.
8807 * configure: Re-generate.
8808
8809 * configure.in: Replace configdirs with multiple references to
8810 AC_CONFIG_SUBDIRS.
8811 * configure: Re-generate.
8812
88132005-01-04 Andrew Cagney <cagney@gnu.org>
8814
8815 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8816 part of the version number.
8817
88182004-12-24 Mark Kettenis <kettenis@gnu.org>
8819
8820 * gdbint.texinfo (Algorithms): Remove description of
8821 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8822
88232004-12-07 Jim Blandy <jimb@redhat.com>
8824
8825 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8826 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8827 numbers.
8828
88292004-12-07 Andreas Schwab <schwab@suse.de>
8830
8831 * gdb.texinfo (Mode Options): Document -l option.
8832
88332004-12-04 Eli Zaretskii <eliz@gnu.org>
8834
8835 * gdbint.texinfo (Algorithms): More accurate description of
8836 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8837 is not needed unless data-read and data-access watchpoints are
8838 supported. Add a description of how GDB checks whether the
8839 inferior stopped because a watchpoint was hit.
8840
88412004-11-23 Eli Zaretskii <eliz@gnu.org>
8842
8843 * gdb.texinfo (Files): Add cross-reference to description of
8844 -readnow command-line switch.
8845
88462004-11-10 Randolph Chung <tausq@debian.org>
8847
8848 * gdb.texinfo: Document set/show backtrace past-entry commands.
8849 Rearrange index entries for set/show backtrace past-main.
8850
88512004-11-10 Jon Beniston <jon@beniston.com>
8852
8853 Committed by Andrew Cagney <cagney@gnu.org>.
8854 * gdb.texinfo (Remote Serial Protocol): Further describe
8855 binary transfer escaping mechanism .
8856
88572004-11-08 Randolph Chung <tausq@debian.org>
8858
8859 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8860 and "show debug infrun". Add index entries.
8861
88622004-10-23 Eli Zaretskii <eliz@gnu.org>
8863
8864 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8865 "info proc" that are already implemented. Add index entries.
8866 (Working Directory): Add a cross-reference to "info proc" command.
8867 (Files): Add a tip for decreasing memory used for symtabs from
8868 shared libraries.
8869 (Starting): Fix whitespace; make "elaboration" stand out where it
8870 is first used, and add an index entry for the term.
8871 (Calling): Expand and elaborate text. Add "print". Add the
8872 description of problems with weak aliases.
8873 (Core File Generation): New section.
8874
88752004-10-12 Andrew Cagney <cagney@gnu.org>
8876
8877 * gdbint.texinfo (Versions and Branches): New chapter.
8878 (Releasing GDB): Delete "Versions and Branches" section.
8879 (Top): Add "Versions and Branches".
8880
88812004-10-08 Eli Zaretskii <eliz@gnu.org>
8882
8883 * gdb.texinfo (Editing, History): Add cross-references to the
8884 included Readline and History user documentation. Remove
8885 references to the symbol have-readline-appendices which is unused
8886 and undefined.
8887 (History): Fix indexing.
8888
88892004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8890
8891 * gdbint.texinfo (target_stopped_data_address): Update to
8892 new prototype.
8893 (i386_stopped_data_address): Update prototype and description.
8894 (i386_stopped_by_watchpoint): New function and description.
8895
88962004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8897
8898 * gdb.texinfo (Filenames): Add Ada suffixes.
8899 (Ada) New section.
8900
89012004-09-27 Andrew Cagney <cagney@gnu.org>
8902 Robert Picco <Robert.Picco@hp.com>
8903
8904 * gdb.texinfo (Packets): Document the "p" packet.
8905
89062004-09-21 Jason Molenda (jmolenda@apple.com)
8907
8908 * gdb.texinfo (Paths and Names of the Source Files): Document the
8909 meaning of values in the 'desc' field of a SO stab.
8910
89112004-09-20 Daniel Jacobowitz <dan@debian.org>
8912
8913 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8914 max-cache-age" and "maint show dwarf2 max-cache-age".
8915
89162004-09-16 Eli Zaretskii <eliz@gnu.org>
8917
8918 * gdb.texinfo (Set Breaks): Add index entry for setting
8919 breakpoints on overloaded C++ functions that are not members of
8920 any classes. Add an example and an index entry for setting
8921 breakpoints on all program functions.
8922 (Character Sets, Macros, Overlay Commands)
8923 (Non-debug DLL symbols, GDB/MI Output Syntax)
8924 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8925 Use "(@value{GDBP})" instead of a literal "(gdb)".
8926
89272004-09-12 Andrew Cagney <cagney@gnu.org>
8928
8929 * gdbint.texinfo (Native Debugging): Delete description of
8930 FILES_INFO_HOOK.
8931
89322004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8933
8934 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8935 to hex_string_custom (not historically correct, but more
8936 understandable, given the current code).
8937
89382004-09-03 Andrew Cagney <cagney@gnu.org>
8939
8940 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8941
89422004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8943
8944 * observer.texi (solib_unloaded): New observer.
8945
89462004-08-24 Andrew Cagney <cagney@gnu.org>
8947
8948 * gdbint.texinfo (Target Architecture Definition): Add missing
8949 comma.
8950
89512004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8952
8953 * (Using the Testsuite): build != host is supported,
8954 but some test scripts do not support build != host.
8955
89562004-08-14 Mark Kettenis <kettenis@gnu.org>
8957
8958 * gdbint.texinfo (Host Definition): Delete description of
8959 FCLOSE_PROVIDED and GETENV_PROVIDED.
8960
89612004-08-05 Mark Kettenis <kettenis@chello.nl>
8962
8963 * gdbint.texinfo (Host Definition): Delete description of
8964 NO_SYS_FILE.
8965 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8966 PTRACE_FP_BUG.
8967
89682004-08-05 Andrew Cagney <cagney@gnu.org>
8969
8970 * gdbint.texinfo (Target Architecture Definition): Delete
8971 reference to deprecated_read_fp.
8972
89732004-08-02 Andrew Cagney <cagney@gnu.org>
8974
8975 * gdbint.texinfo (Target Architecture Definition): Delete
8976 description of DEPRECATED_REGISTER_BYTES.
8977
89782004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8979
8980 * gdb.texinfo (Source Path): Document the new behavior of
8981 searching for the source files.
8982
89832004-07-17 Eli Zaretskii <eliz@gnu.org>
8984
8985 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8986 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8987 (Auto Display): Improve indexing.
8988
89892004-07-16 Andrew Cagney <cagney@gnu.org>
8990
8991 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8992 "-noasync".
8993
89942004-07-09 Eli Zaretskii <eliz@gnu.org>
8995
8996 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8997 have the same prefix have only their prefix in the index.
8998
89992004-07-03 Mark Kettenis <kettenis@gnu.org>
9000
9001 * gdb.texinfo (BSD libkvm Interface): New node (section)
9002 (Native): Add it to the menu.
9003
90042004-07-01 Mark Kettenis <kettenis@gnu.org>
9005
9006 * gdbint.texinfo (Target Architecture Definition): Remove
9007 PCC_SOL_BROKEN.
9008
90092004-06-24 Mark Kettenis <kettenis@gnu.org>
9010
9011 * gdbint.texinfo (Target Architecture Definition): Remove
9012 SUN_FIXED_LBRAC_BUG.
9013
90142004-06-26 Andrew Cagney <cagney@gnu.org>
9015
9016 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9017
90182004-06-20 Andrew Cagney <cagney@gnu.org>
9019
9020 * gdbint.texinfo (Target Architecture Definition): Deprecate
9021 USE_STRUCT_CONVENTION.
9022
90232004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9024
9025 gdb.texinfo (Bug Reporting): Mention session recording,
9026 with the script command or Emacs.
9027
90282004-06-18 Andrew Cagney <cagney@gnu.org>
9029
9030 * gdbint.texinfo (Target Architecture Definition): Deprecate
9031 FUNCTION_START_OFFSET.
9032
90332004-06-14 Andrew Cagney <cagney@gnu.org>
9034
9035 Based on changes from Karl Berry.
9036 * gdb.texinfo: Do not use @sc in a direntry.
9037 * stabs.texinfo: Change @dircateogry to "Software development".
9038 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9039
90402004-06-13 Andrew Cagney <cagney@gnu.org>
9041
9042 * gdbint.texinfo (Target Architecture Definition): Delete
9043 description of RETURN_VALUE_ON_STACK.
9044
90452004-06-09 Andrew Cagney <cagney@gnu.org>
9046
9047 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9048 deleted by previous patch.
9049
90502004-06-08 Andrew Cagney <cagney@gnu.org>
9051
9052 * gdbint.texinfo (Native Debugging): Delete documentation on
9053 ATTACH_DETACH.
9054
90552004-06-06 Randolph Chung <tausq@debian.org>
9056
9057 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9058
90592004-06-06 Randolph Chung <tausq@debian.org>
9060
9061 * gdb.texinfo (push_dummy_call): Update argument list to match
9062 the new push_dummy_call method signature. Describe the function
9063 argument.
9064
90652004-05-24 Joel Brobecker <brobecker@gnat.com>
9066
9067 * gdb.texinfo (Starting): Document new start command.
9068
90692004-05-21 Andrew Cagney <cagney@redhat.com>
9070
9071 * observer.texi (GDB Observers): Document "inferior_created".
9072
90732004-05-08 Andrew Cagney <cagney@redhat.com>
9074
9075 * gdbint.texinfo (Target Architecture Definition): Delete
9076 description of DO_DEFERRED_STORES.
9077
9078 * gdbint.texinfo (Target Architecture Definition): Delete
9079 references to DEPRECATED_FIX_CALL_DUMMY.
9080
9081 * gdbint.texinfo (Target Architecture Definition): Delete
9082 description of DEPRECATED_CALL_DUMMY_WORDS,
9083 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9084
9085 * gdbint.texinfo (Target Architecture Definition): Delete
9086 description of DEPRECATED_PUSH_DUMMY_FRAME.
9087
9088 * gdbint.texinfo (Target Architecture Definition): Delete
9089 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9090
90912004-05-07 Andrew Cagney <cagney@redhat.com>
9092
9093 * observer.texi (GDB Observers): Add "Debugging" section. Include
9094 cross reference to "set/show debug observer".
9095 * gdb.texinfo (Debugging Output): Document "set/show debug
9096 observer".
9097
90982004-05-01 Andrew Cagney <cagney@redhat.com>
9099
9100 * gdbint.texinfo (Target Architecture Definition): Delete
9101 description of DEPRECATED_PC_IN_SIGTRAMP.
9102
91032004-04-30 Andrew Cagney <cagney@redhat.com>
9104
9105 * gdbint.texinfo (Target Architecture Definition): Delete
9106 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9107
91082004-04-30 Orjan Friberg <orjanf@axis.com>
9109
9110 * observer.texi (GDB Observers): Correct spelling.
9111
91122004-04-26 Orjan Friberg <orjanf@axis.com>
9113
9114 * observer.texi (GDB Observers): Add target_changed event.
9115
91162004-04-08 Andrew Cagney <cagney@redhat.com>
9117
9118 * observer.texi (GDB Observers): Rework, provide generic observer
9119 definitions and then a list of observable events.
9120
91212004-04-04 Andrew Cagney <cagney@redhat.com>
9122
9123 * gdbint.texinfo (Host Definition): Delete reference to
9124 NO_SIGINTERRUPT.
9125
91262004-04-02 Andrew Cagney <cagney@redhat.com>
9127
9128 * gdbint.texinfo (Target Architecture Definition): Delete
9129 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9130
91312004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9132
9133 * gdb.texinfo (TUI Commands): Document tui reg commands.
9134
91352004-03-26 Andrew Cagney <cagney@redhat.com>
9136
9137 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9138 "gdbtui".
9139 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9140 (Contributors): Mention both Text and Terminal User Interface.
9141
91422004-03-23 Andrew Cagney <cagney@redhat.com>
9143
9144 * gdbint.texinfo (Target Architecture Definition): Deprecate
9145 references to SIGTRAMP_START and SIGTRAMP_END.
9146
91472004-03-23 Andrew Cagney <cagney@redhat.com>
9148
9149 * gdbint.texinfo (Target Architecture Definition): Deprecate
9150 references to PC_IN_SIGTRAMP.
9151
91522004-03-19 Andrew Cagney <cagney@redhat.com>
9153
9154 * gdbint.texinfo (Target Architecture Definition): Delete
9155 reference to GDB_TARGET_IS_HPPA.
9156
91572004-03-18 Andrew Cagney <cagney@redhat.com>
9158
9159 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9160 describe pre_init and post_init.
9161
91622004-03-09 Daniel Jacobowitz <drow@mvista.com>
9163
9164 * gdb.texinfo (Debugging Output): Document values for "set debug
9165 target".
9166
91672004-02-28 Andrew Cagney <cagney@redhat.com>
9168
9169 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9170
91712004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9172
9173 * gdb.texinfo (breakpoints): Add information about the
9174 new "set breakpoint pending" and "show breakpoint pending"
9175 commands.
9176
91772004-02-26 Andrew Cagney <cagney@redhat.com>
9178
9179 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9180 in Per-architecture module data section.
9181
91822004-02-25 Roland McGrath <roland@redhat.com>
9183
9184 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9185
91862004-02-24 Andrew Cagney <cagney@redhat.com>
9187
9188 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9189 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9190 * fdl.texi: Import Version 1.2, November 2002.
9191
91922004-02-17 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9195
91962004-02-16 Andrew Cagney <cagney@redhat.com>
9197
9198 * gdbint.texinfo (Target Architecture Definition): Deprecate
9199 FRAMELESS_FUNCTION_INVOCATION.
9200
92012004-02-16 Andrew Cagney <cagney@redhat.com>
9202
9203 * gdbint.texinfo (Coding): Mention -Wunused-function.
9204
92052004-02-14 Andrew Cagney <cagney@redhat.com>
9206
9207 * gdbint.texinfo (Target Architecture Definition): Delete
9208 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9209
92102004-02-12 Elena Zannoni <ezannoni@redhat.com>
9211
9212 * gdb.texinfo: Properly quote the name "C++".
9213 * gdbint.texinfo: Ditto.
9214 * stabs.texinfo: Ditto.
9215
92162004-02-11 Elena Zannoni <ezannoni@redhat.com>
9217
9218 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9219 minimal information about libiberty.
9220
92212004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9222
9223 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9224
92252004-02-04 Roland McGrath <roland@redhat.com>
9226
9227 * gdb.texinfo (Auxiliary Vector): New node (section).
9228 (Data): Add it to the menu.
9229
92302004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9231
9232 * gdb.texinfo (Breakpoints): Add information about pending
9233 breakpoint support.
9234
92352004-01-26 Andrew Cagney <cagney@redhat.com>
9236
9237 * gdb.texinfo (Overview): Delete references to the cisco protocol
9238 including the "N" response.
9239
92402004-01-26 Andrew Cagney <cagney@redhat.com>
9241
9242 * gdbint.texinfo (Target Architecture Definition): Rename
9243 EXTRACT_STRUCT_VALUE_ADDRESS to
9244 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9245
92462004-01-24 Eli Zaretskii <eliz@gnu.org>
9247
9248 * gdb.texinfo (KOD): Document "show os". Add index entries for
9249 "set/show os" and "info cisco" commands.
9250
92512004-01-21 Eli Zaretskii <eliz@gnu.org>
9252
9253 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9254
92552004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9256
9257 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9258 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9259
92602004-01-19 Nick Roberts <nick@nick.uklinux.net>
9261
9262 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9263 -stack-list-locals.
9264 (GDB/MI Variable Objects): Describe extension to
9265 -var-list-children.
9266
92672004-01-17 Daniel Jacobowitz <drow@mvista.com>
9268
9269 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9270
92712004-01-17 Andrew Cagney <cagney@redhat.com>
9272
9273 * gdbint.texinfo (Target Architecture Definition): Delete
9274 documentation on DEPRECATED_NPC_REGNUM.
9275
92762004-01-13 Daniel Jacobowitz <drow@mvista.com>
9277
9278 * gdb.texinfo: Update copyright year. Mention that set
9279 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9280 "set follow-fork-mode ask".
9281
92822004-01-13 Andrew Cagney <cagney@redhat.com>
9283
9284 * gdbint.texinfo: Update copyright year.
9285 (Coding): Add -Wunused-label to list of -Werror warnings.
9286
92872004-01-08 Jason Molenda <jmolenda@apple.com>
9288 Eli Zaretskii <eliz@gnu.org>
9289
9290 * gdb.texinfo: Update copyright.
9291 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9292 around names, as appropriate. Minor syntax cleanup of
9293 _NSPrintForDebugger explanation. Two spaces after periods.
9294 GDBN used instead of lit. "gdb". Index entries added for
9295 print-object and _NSPrintForDebugger. @noindent added in one spot.
9296
92972003-11-11 Elena Zannoni <ezannoni@redhat.com>
9298
9299 * stabs.texinfo: Add dircategory and direntry commands.
9300 * annotate.texinfo: Ditto.
9301
93022003-11-10 Andrew Cagney <cagney@redhat.com>
9303
9304 * gdbint.texinfo (Target Architecture Definition): Replace the
9305 return_value method's "inval" and "outval" parameters with
9306 "readbuf" and "writebuf".
9307
93082003-10-28 Jim Blandy <jimb@redhat.com>
9309
9310 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9311 from "The `F' request packet" and "The `F' reply packet", to make
9312 texi2dvi happy.
9313 (File-I/O remote protocol extension): Update menu entries, too.
9314
93152003-10-26 Michael Chastain <mec@shout.net>
9316
9317 * gdb.texinfo (Thread Stops): Document the issue with
9318 premature return from system calls in multi-threaded programs.
9319
93202003-10-24 Andrew Cagney <cagney@redhat.com>
9321
9322 * annotate.texinfo: Fix "fortunatly"[sic].
9323
93242003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9325
9326 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9327 with "Hitachi" and "Mitsubishi".
9328
93292003-10-20 Andrew Cagney <cagney@redhat.com>
9330
9331 * gdbint.texinfo (Target Architecture Definition): Document
9332 gdbarch_return_value. Add cross references from
9333 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9334 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9335
93362003-10-18 Mark Kettenis <kettenis@gnu.org>
9337
9338 * gdbint.texinfo (Target Architecture Definition): Document
9339 regset_from_core_section.
9340
93412003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9342
9343 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9344
93452003-10-15 Kevin Buettner <kevinb@redhat.com>
9346
9347 From Anthony Green <green@redhat.com>:
9348 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9349
93502003-10-14 Kevin Buettner <kevinb@redhat.com>
9351
9352 * gdb.texinfo (Breakpoint related warnings): New node.
9353 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9354
93552003-10-13 Daniel Jacobowitz <drow@mvista.com>
9356
9357 * gdb.texinfo (Remote Protocol): Document v and vCont.
9358
93592003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9360
9361 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9362 * gdbint.texinfo: Ditto.
9363
93642003-10-09 Andrew Cagney <cagney@redhat.com>
9365
9366 From 2003-09-18 David Anderson <davea@sgi.com>:
9367 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9368 "command".
9369
93702003-10-03 Andrew Cagney <cagney@redhat.com>
9371
9372 * gdbint.texinfo (Target Architecture Definition): Deprecate
9373 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9374 just target.
9375
93762003-10-02 Andrew Cagney <cagney@redhat.com>
9377
9378 * gdbint.texinfo (Target Architecture Definition): Rename
9379 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9380 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9381 * gdbint.texinfo (Target Architecture Definition): Rename
9382
93832003-09-30 Andrew Cagney <cagney@redhat.com>
9384
9385 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9386 (Target Architecture Definition):
9387
9388 * gdbint.texinfo (Target Architecture Definition): Rename
9389 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9390
93912003-09-29 Andrew Cagney <cagney@redhat.com>
9392
9393 * gdbint.texinfo (Target Architecture Definition): Delete
9394 documentation for NEED_TEXT_START_END.
9395
9396 * gdbint.texinfo (Target Architecture Definition): Rename
9397 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9398 TARGET_WRITE_PC.
9399
94002003-09-22 Michael Chastain <mec@shout.net>
9401
9402 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9403
94042003-09-21 Anthony Green <green@redhat.com>
9405
9406 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9407
94082003-09-21 Mark Kettenis <kettenis@gnu.org>
9409
9410 * gdbint.texinfo (Target Architecture Definition): Document
9411 stabs_argument_has_addr.
9412
94132003-09-18 Andrew Cagney <cagney@redhat.com>
9414
9415 * gdbint.texinfo (Target Architecture Definition): Delete
9416 documentation on REGISTER_NAMES.
9417
94182003-09-13 Mark Kettenis <kettenis@gnu.org>
9419
9420 * gdbint.texinfo (Target Architecture Definition): Replace
9421 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9422
94232003-09-11 Andrew Cagney <cagney@redhat.com>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Replace
9426 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9427
94282003-08-18 Andrew Cagney <cagney@redhat.com>
9429
9430 * gdbint.texinfo (Target Architecture Definition): Document
9431 "frame_red_zone_size".
9432
94332003-08-09 Andrew Cagney <cagney@redhat.com>
9434
9435 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9436 with "set/show backtrace past-main" and "set/show backtrace
9437 limit".
9438
94392003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9440
9441 * Makefile.in (install-info): Support DESTDIR.
9442 (install-html): Likewise.
9443
94442003-08-07 Andrew Cagney <cagney@redhat.com>
9445
9446 Patch from Nick Roberts.
9447 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9448 bindings. Remove description of send-gdb-command.
9449
94502003-08-07 Andrew Cagney <cagney@redhat.com>
9451
9452 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9453 GDB 6.0.
9454
94552003-08-06 Andrew Cagney <cagney@redhat.com>
9456
9457 * gdb.texinfo (Mode Options): Mention that level three is the
9458 highest available and that level 2 is deprecated.
9459 (Annotations Overview): Mention annotation levels. Cross reference
9460 to "Limitations of the Annotation Interface" in annotate.texi.
9461 (TODO, Value Annotations, Frame Annotations): Delete section.
9462 (Displays, Breakpoint Info): Delete.
9463
94642003-08-04 Andrew Cagney <cagney@redhat.com>
9465
9466 * agentexpr.texi: Delete @bye.
9467 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9468 (stabs.info): Add $(srcdir) to include search path.
9469 (html): Depend on "annotate_toc.html", and not "annotate.html".
9470 * stabs.texinfo: Ditto. Include "fdl.texi".
9471 * gdbint.texinfo: Update copyright statement's list of invariant
9472 sections.
9473
94742003-07-28 Andrew Cagney <cagney@redhat.com>
9475
9476 * Makefile.in (INFO_DEPS): Add annotate.info.
9477 (dvi, ps, html, pdf): Add annotate.
9478 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9479 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9480 (ANNOTATE_DOC_FILES): New macro.
9481 (ANNOTATE_TEX_TMPS): New macro.
9482 (annotate.info, annotate_toc.html): Specify dependencies.
9483 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9484 * annotate.texinfo: Rename annotate.texi. Get building. Add
9485 "Migrating to GDB/MI" and "Limitations of the Annotation
9486 Interface" chapters. Mention why it is not part of the user
9487 guide. Update copyright notice. Include "fdl.texi".
9488
94892003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9490
9491 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9492
94932003-07-24 Daniel Jacobowitz <drow@mvista.com>
9494
9495 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9496
94972003-07-24 Daniel Jacobowitz <drow@mvista.com>
9498
9499 * gdb.texinfo (Server): Mention pidof.
9500
95012003-07-22 Andrew Cagney <cagney@redhat.com>
9502
9503 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9504 list.
9505
95062003-06-28 Daniel Jacobowitz <drow@mvista.com>
9507
9508 * gdb.texinfo (Logging output): New chapter.
9509
95102003-06-24 Joel Brobecker <brobecker@gnat.com>
9511
9512 * gdb.texinfo (Unsupported languages): New section.
9513 (Languages): Add link to new section.
9514
95152003-06-22 Andrew Cagney <cagney@redhat.com>
9516
9517 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9518
95192003-06-22 Daniel Jacobowitz <drow@mvista.com>
9520
9521 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9522
95232003-06-22 Daniel Jacobowitz <drow@mvista.com>
9524
9525 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9526 * agentexpr.texi: Retitle section, and change it to an appendix.
9527 Comment out texinfo initialization. Factor a @var{} into two
9528 pieces to prevent makeinfo warnings.
9529 * gdb.texinfo: Add Agent Expressions appendix.
9530
95312003-06-19 Daniel Jacobowitz <drow@mvista.com>
9532
9533 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9534
95352003-06-18 Daniel Jacobowitz <drow@mvista.com>
9536
9537 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9538 remote target". Document the "detach" and "disconnect" commands.
9539 (Server, Netware, Debug Session): Reference "Connecting to a
9540 remote target".
9541 (GDB/MI Target Manipulation): Document "-target-disconnect".
9542
95432003-06-13 Andrew Cagney <cagney@redhat.com>
9544
9545 * gdbint.texinfo (Target Architecture Definition): Deprecate
9546 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9547 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9548
95492003-06-09 Jim Blandy <jimb@redhat.com>
9550
9551 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9552
95532003-06-08 Andrew Cagney <cagney@redhat.com>
9554
9555 * gdbint.texinfo (Target Architecture Definition): Delete
9556 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9557
95582003-06-08 Andrew Cagney <cagney@redhat.com>
9559
9560 * gdbint.texinfo (Target Architecture Definition): Document
9561 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9562
95632003-06-07 Adam Fedor <fedor@gnu.org>
9564
9565 * gdb.texinfo: Add Objective-C documentation.
9566
95672003-06-01 Andrew Cagney <cagney@redhat.com>
9568
9569 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9570 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9571
95722003-05-21 Andrew Cagney <cagney@redhat.com>
9573
9574 * gdbint.texinfo (Target Architecture Definition): Delete
9575 references to "extract_address" and "store_address".
9576
95772003-05-16 Andrew Cagney <cagney@redhat.com>
9578
9579 * gdbint.texinfo (Target Architecture Definition): Replace
9580 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9581 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9582
95832003-05-14 Theodore A. Roth <troth@openavr.org>
9584
9585 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9586
95872003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9588
9589 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9590 (gdb.dvi): Likewise.
9591 (gdb.pdf): Likewise.
9592 (links2roff): Likewise.
9593
95942003-05-08 Jim Blandy <jimb@redhat.com>
9595
9596 * gdb.texinfo (Dump/Restore Files): Update documentation for
9597 'dump', 'append', and 'restore': note that format argument is
9598 optional; simplify presentation of the command variants; and be
9599 more precise about the formats.
9600
96012003-05-07 Jim Blandy <jimb@redhat.com>
9602
9603 * gdb.texinfo (Symbols): Update documentation: 'maint list
9604 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9605 symtabs' and 'maint info psymtabs'.
9606
96072003-05-05 Andrew Cagney <cagney@redhat.com>
9608
9609 * gdbint.texinfo (Target Architecture Definition): Make
9610 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9611 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9612 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9613
96142003-05-04 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdb.texinfo (Maintenance Commands): Document "maint print
9617 dummy-frames".
9618
96192003-05-04 Andrew Cagney <cagney@redhat.com>
9620
9621 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9622
96232003-05-03 J. Brobecker <brobecker@gnat.com>
9624
9625 Thierry Schneider <tpschneider1@yahoo.com>
9626 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9627 for new MI command.
9628
96292003-05-03 Andrew Cagney <cagney@redhat.com>
9630
9631 * gdbint.texinfo (Target Architecture Definition): Document
9632 push_dummy_code. Add cross references.
9633
96342003-05-02 Elena Zannoni <ezannoni@redhat.com>
9635
9636 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9637 set/show charsets commands.
9638
96392003-04-28 Andrew Cagney <cagney@redhat.com>
9640
9641 * gdbint.texinfo (Target Architecture Definition): Replace
9642 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9643 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9644
96452003-04-28 Andrew Cagney <cagney@redhat.com>
9646
9647 * gdbint.texinfo (Target Architecture Definition): Rename
9648 "tm_print_insn" to "deprecated_tm_print_insn".
9649
96502003-04-09 Jim Blandy <jimb@redhat.com>
9651
9652 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9653 list psymtabs'.
9654
96552003-04-08 Andrew Cagney <cagney@redhat.com>
9656
9657 * gdbint.texinfo (Target Architecture Definition): Delete
9658 references to EXTRA_FRAME_INFO.
9659
96602003-04-08 Andrew Cagney <cagney@redhat.com>
9661
9662 * gdbint.texinfo (Target Architecture Definition): Delete
9663 PRINT_TYPELESS_INTEGER.
9664
96652003-04-02 J. Brobecker <brobecker@gnat.com>
9666
9667 * observer.texi (GDB Observers): Adjust the documentation for the
9668 normal_stop notification to better describe reality. Fix a couple
9669 of minor typos.
9670
96712003-04-02 Bob Rossi <bob_rossi@cox.net>
9672
9673 * gdb.texinfo (GDB/MI Program Control): Add
9674 '-file-list-exec-source-file'
9675
96762003-03-31 Andrew Cagney <cagney@redhat.com>
9677
9678 * gdbint.texinfo (Target Architecture Definition): Delete
9679 references to CALL_DUMMY_P.
9680
96812003-03-30 Andrew Cagney <cagney@redhat.com>
9682
9683 * gdbint.texinfo (Target Architecture Definition): Remove
9684 reference to TARGET_WRITE_SP.
9685
96862003-03-27 Andrew Cagney <cagney@redhat.com>
9687
9688 * gdbint.texinfo (Target Architecture Definition): Remove
9689 references to write_sp.
9690
96912003-03-27 Andrew Cagney <cagney@redhat.com>
9692
9693 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9694 chapter body. Use @smallexample instead of @example.
9695 (Annotations): Ditto.
9696 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9697 annotate.texi.
9698
96992003-03-26 Andrew Cagney <cagney@redhat.com>
9700
9701 * gdbint.texinfo (Target Architecture Definition): Replace
9702 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9703 dummy_addr parameters.
9704
97052003-03-25 Andrew Cagney <cagney@redhat.com>
9706
9707 * gdbint.texinfo (Target Architecture Definition): Delete
9708 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9709 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9710 Add reference to PUSH_ARGUMENTS.
9711
97122003-03-23 Andrew Cagney <cagney@redhat.com>
9713
9714 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9715 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9716
97172003-03-18 J. Brobecker <brobecker@gnat.com>
9718
9719 * gdbint.texinfo (Algorithms): Add new section describing the
9720 Observer paradigm.
9721 (Top): Add menu entry to new observer appendix.
9722 * observer.texi: New file.
9723 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9724 new observer.texi file.
9725
97262003-03-17 Andrew Cagney <cagney@redhat.com>
9727
9728 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9729 that GNU Press update the manual version number.
9730
97312003-03-12 Andrew Cagney <cagney@redhat.com>
9732
9733 * gdbint.texinfo (Target Architecture Definition): Delete
9734 references to get_saved_register. Rename GET_SAVED_REGISTER to
9735 DEPRECATED_GET_SAVED_REGISTER.
9736
97372003-03-13 Andrew Cagney <cagney@redhat.com>
9738
9739 * gdbint.texinfo (Target Architecture Definition): Replace
9740 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9741
97422003-03-12 Andrew Cagney <cagney@redhat.com>
9743
9744 * gdbint.texinfo (Target Architecture Definition): Rename
9745 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9746
97472003-03-10 Corinna Vinschen <vinschen@redhat.com>
9748
9749 * gdb.texinfo: Add File-I/O documentation.
9750
97512003-03-10 Andrew Cagney <cagney@redhat.com>
9752
9753 * gdbint.texinfo (Target Architecture Definition): Cross reference
9754 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9755
97562003-03-07 Andrew Cagney <cagney@redhat.com>
9757
9758 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9759 frame" command.
9760
97612003-03-05 Andrew Cagney <cagney@redhat.com>
9762
9763 * gdbint.texinfo (Target Architecture Definition): Document
9764 unwind_dummy_id. Cross reference unwind_dummy_id and
9765 SAVE_DUMMY_FRAME_TOS.
9766
97672003-03-05 James Ingham <jingham@apple.com>
9768 Daniel Jacobowitz <drow@mvista.com>
9769
9770 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9771 and "show cp-abi".
9772
97732003-03-03 Andrew Cagney <cagney@redhat.com>
9774
9775 * gdbint.texinfo (Target Architecture Definition): Document
9776 register_type.
9777
97782003-03-03 Andrew Cagney <cagney@redhat.com>
9779
9780 * stabs.texinfo (Structures): Use @samp and separate @var's
9781 instead of a single @var containing a comma separated list.
9782 (Unions): Ditto.
9783
97842003-03-02 Daniel Jacobowitz <drow@mvista.com>
9785
9786 * Makefile.in (distclean): Remove config.log.
9787
97882003-03-01 Andrew Cagney <cagney@redhat.com>
9789
9790 * gdbint.texinfo (Target Architecture Definition): Rename
9791 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9792
97932003-03-01 Andrew Cagney <cagney@redhat.com>
9794
9795 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9796 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9797
97982003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9799
9800 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9801 (Non-debug DLL symbols): New node, describing the minimal symbols
9802 loaded from DLLs without real debugging symbols.
9803
98042003-02-20 Andrew Cagney <ac131313@redhat.com>
9805
9806 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9807 hardware-breakpoint-limit".
9808 (Set Watchpoints): Add cross reference to "set remote
9809 hardware-watchpoint-limit".
9810 (Remote configuration options): New section.
9811
98122003-02-04 Andrew Cagney <ac131313@redhat.com>
9813
9814 * gdbint.texinfo (Target Architecture Definition): Delete
9815 descrption of IS_TRAPPED_INTERNALVAR.
9816
9817 From Keith Seitz <keiths@redhat.com>:
9818 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9819 option "-i"/"--interpreter" to this chapter. Include index
9820 entries.
9821
98222003-02-04 David Carlton <carlton@math.stanford.edu>
9823
9824 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9825 (Variables): Recommend stabs+ and DWARF 2.
9826 (C plus plus expressions): Correct info about
9827 compiler versions, debug formats.
9828 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9829 PR symtab/874.
9830
98312003-02-01 Andrew Cagney <ac131313@redhat.com>
9832
9833 * gdbint.texinfo (Target Architecture Definition): Delete
9834 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9835 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9836 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9837 references to nindy and i960.
9838 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9839
98402003-02-01 Andrew Cagney <ac131313@redhat.com>
9841
9842 * gdbint.texinfo (Target Architecture Definition): Delete
9843 FLOAT_INFO.
9844
98452003-01-30 Andrew Cagney <ac131313@redhat.com>
9846
9847 * stabs.texinfo (Member Type Descriptor): Clarify description of
9848 `@'. Suggested by Ben Hutchings.
9849
98502003-01-29 Andrew Cagney <ac131313@redhat.com>
9851
9852 * gdb.texinfo (M68K): Delete reference to es1800.
9853
98542003-01-29 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdb.texinfo (Maintenance Commands): Document `maint print
9857 reggroups' and `maint print register-groups'.
9858 * gdbint.texinfo (Target Architecture Definition): Document
9859 register_reggroup_p.
9860
98612003-01-23 Jim Blandy <jimb@redhat.com>
9862
9863 * gdb.texinfo (Separate Debug Files): New section.
9864
98652003-01-22 Daniel Jacobowitz <drow@mvista.com>
9866
9867 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9868 and "maint show profile".
9869
98702003-01-16 Michael Chastain <mec@shout.net>
9871
9872 * gdb.texinfo (Installing GDB): Warn against
9873 ".../gdb-VERSION/gdb/configure".
9874 (Separate Objdir): Likewise.
9875
98762003-01-15 Andrew Cagney <ac131313@redhat.com>
9877
9878 * gdbint.texinfo (Target Architecture Definition): Delete
9879 definition of PRINT_REGISTER_HOOK.
9880
98812003-01-15 Elena Zannoni <ezannoni@redhat.com>
9882
9883 (OpenRISC 1000): Fix formatting of command names.
9884
98852003-01-15 Elena Zannoni <ezannoni@redhat.com>
9886
9887 * gdb.texinfo (Continuing and Stepping): Add new command
9888 'advance'. Clarify behavior of 'until'.
9889
98902003-01-13 Daniel Jacobowitz <drow@mvista.com>
9891
9892 * gdb.texinfo (Files): Document solib-absolute-prefix and
9893 solib-search-path.
9894
98952003-01-09 Michael Chastain <mec@shout.net>
9896
9897 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9898 (Create a Release): Add new instructions for new @file{src-release}.
9899 Document existing instructions for @file{Makefile.in} as
9900 being for @value{GDBN} 5.3.1 or earlier.
9901
99022003-01-09 Andrew Cagney <ac131313@redhat.com>
9903
9904 * gdbint.texinfo (Target Architecture Definition): Mention
9905 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9906 allocate memory.
9907
99082003-01-04 Daniel Jacobowitz <drow@mvista.com>
9909
9910 * gdb.texinfo (Controlling GDB): Add @kindex for
9911 "show osabi".
9912 (Backtraces): Add @kindex's for backtrace-below-main.
9913
99142003-01-04 Daniel Jacobowitz <drow@mvista.com>
9915
9916 * gdb.texinfo (Controlling GDB): Document "set osabi".
9917
99182003-01-04 Daniel Jacobowitz <drow@mvista.com>
9919
9920 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9921 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9922
99232003-01-04 Daniel Jacobowitz <drow@mvista.com>
9924
9925 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9926 "set coerce-float-to-double".
9927 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9928
99292003-01-02 Andrew Cagney <ac131313@redhat.com>
9930
9931 * stabs.texinfo: Remove obsolete text.
9932 * gdbint.texinfo: Ditto.
9933 * gdb.texinfo: Ditto.
9934
99352002-12-22 Mark Kettenis <kettenis@gnu.org>
9936
9937 * gdbint.texinfo (Target Architecture Definition): Update
9938 description of gdbarch_register_osabi.
9939
99402002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9941
9942 * agentexpr.texi: Fix typos.
9943 * annotate.texi: Likewise.
9944 * fdl.texi: Likewise.
9945
99462002-12-10 Andrew Cagney <cagney@redhat.com>
9947
9948 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9949 DEPRECATED_INIT_FRAME_PC.
9950
99512002-12-01 Andrew Cagney <ac131313@redhat.com>
9952
9953 * gdbint.texinfo (Target Architecture Definition): Delete
9954 PC_IN_CALL_DUMMY.
9955
99562002-11-28 Andrew Cagney <ac131313@redhat.com>
9957
9958 * gdbint.texinfo (Host Definition): Delete documentation on
9959 USE_GENERIC_DUMMY_FRAMES.
9960
99612002-11-26 Elena Zannoni <ezannoni@redhat.com>
9962
9963 Fix PR gdb/723 and PR gdb/245.
9964 * Makefile.in (install-info): Run the install-info command as part
9965 of the post install steps only.
9966 (uninstall-info): New target.
9967 (uninstall): New target.
9968
99692002-11-22 Elena Zannoni <ezannoni@redhat.com>
9970
9971 * Makefile.in (install): Make install do some real work.
9972
99732002-11-19 Andrew Cagney <ac131313@redhat.com>
9974
9975 Fix POSIX problem reported by Paul Eggert.
9976 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9977 Fix PR gdb/527.
9978
99792002-10-26 Andrew Cagney <cagney@redhat.com>
9980
9981 * gdbint.texinfo (Target Architecture Definition): Delete
9982 definition of DO_REGISTERS_INFO.
9983
99842002-10-18 Kevin Buettner <kevinb@redhat.com>
9985
9986 * gdbint.texinfo (Address Classes): Fix problems with insertion
9987 of ``{'' and ``}'' in example.
9988
99892002-10-17 Kevin Buettner <kevinb@redhat.com>
9990
9991 * gdbint.texinfo (Address Classes): New section.
9992 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9993 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9994 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9995 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9996
99972002-10-11 Klee Dienes <kdienes@apple.com>
9998
9999 * gdb.texinfo (Registers): Mention vector registers as well as
10000 floating registers in the documentation for 'info registers' and
10001 'info all-registers'.
10002
100032002-10-11 Daniel Jacobowitz <drow@mvista.com>
10004
10005 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10006
100072002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10008
10009 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10010 interface definition.
10011
100122002-10-03 Marko Mlinar <markom@opencores.org>
10013
10014 * gdb.texinfo (Target Commands): Add or1k target specific
10015 commands.
10016 * gdb.texinfo (Contributors): Add myself to the contributors list.
10017
100182002-10-01 Andrew Cagney <ac131313@redhat.com>
10019
10020 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10021 and "mi1" instead of "mi1" and "mi0".
10022
100232002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10024
10025 * gdb.texinfo (Packets): Fix typos "alligned".
10026 Correct z3/Z3 description. Correct z4/Z4 title.
10027
100282002-09-27 Andrew Cagney <ac131313@redhat.com>
10029
10030 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10031
100322002-09-25 Kevin Buettner <kevinb@redhat.com>
10033
10034 * gdb.texinfo: Use GNU/Linux instead of Linux.
10035
100362002-09-25 Andrew Cagney <ac131313@redhat.com>
10037
10038 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10039
100402002-09-24 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdb.texinfo: Replace @example with @smallexample.
10043
100442002-09-20 Kevin Buettner <kevinb@redhat.com>
10045
10046 From Eli Zaretskii <eliz@gnu.org>:
10047 * gdb.texinfo (Character Sets): Use @smallexample instead of
10048 @example. Use GNU/Linux instead of Linux.
10049
100502002-09-20 Jim Blandy <jimb@redhat.com>
10051
10052 * gdb.texinfo: Add character set documentation.
10053
100542002-09-19 Andrew Cagney <ac131313@redhat.com>
10055
10056 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10057 (Packets): Add cross reference from `b' packet to `z' packets.
10058
100592002-09-19 Andrew Cagney <ac131313@redhat.com>
10060
10061 * gdb.texinfo (Maintenance Commands): Document ``maint
10062 internal-error'' and ``maint internal-warning''.
10063
10064 * gdbint.texinfo (Target Architecture Definition): Revise
10065 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10066
100672002-09-19 Joel Brobecker <brobecker@gnat.com>
10068
10069 * gdbint.texinfo (Target Conditionals): Document the new
10070 NAME_OF_MALLOC macro.
10071
100722002-09-05 Andrew Cagney <ac131313@redhat.com>
10073
10074 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10075 engineer.
10076
100772002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10078
10079 * gdb.texinfo (TUI Overview): Document status line fields.
10080
100812002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10082
10083 * gdb.texinfo (TUI Commands): Document info win command.
10084
100852002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10086
10087 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10088
100892002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10090
10091 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10092 (TUI Keys): Likewise.
10093
100942002-08-25 Andrew Cagney <ac131313@redhat.com>
10095
10096 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10097 for a packet receive.
10098
100992002-08-25 Andrew Cagney <ac131313@redhat.com>
10100
10101 * Makefile.in (clean): Move to end of file.
10102 (distclean, maintainer-clean, realclean): Ditto.
10103 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10104 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10105 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10106 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10107
101082002-08-24 Andrew Cagney <ac131313@redhat.com>
10109
10110 * Makefile.in (GDBINT_TEX_TMPS): Define.
10111 (gdbint.dvi, gdbint.pdf): Use
10112 (GDB_TEX_TMPS): Define.
10113 (gdb.dvi, gdb.pdf): Use.
10114 (STABS_TEX_TMPS): Define.
10115 (stabs.dvi, stabs.pdf): Use.
10116 (GDB_DOC_SOURCE_INCLUDES): New macros.
10117 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10118 (GDBINT_DOC_FILES_INCLUDES): New macros.
10119 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10120 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10121 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10122 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10123 (links2roff): Replace SFILES_INCLUDED with
10124 GDB_DOC_SOURCE_INCLUDES.
10125 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10126 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10127 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10128 dependencies.
10129 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10130 dependencies.
10131 (gdbmi.texinfo): Delete rule.
10132 (inc-hist.texinfo): Delete rule.
10133 (rluser.texinfo): Delete rule.
10134
101352002-08-23 Andrew Cagney <cagney@redhat.com>
10136
10137 * gdbint.texinfo (Target Architecture Definition): Update
10138 STORE_RETURN_VALUE, mention regcache.
10139
101402002-08-21 Andrew Cagney <ac131313@redhat.com>
10141
10142 * gdbint.texinfo (Target Architecture Definition): Document
10143 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10144
101452002-08-19 Andrew Cagney <ac131313@redhat.com>
10146
10147 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10148 Fix minor typos. Add index entries.
10149
101502002-08-18 Andrew Cagney <ac131313@redhat.com>
10151
10152 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10153
101542002-08-15 Andrew Cagney <ac131313@redhat.com>
10155
10156 * gdbint.texinfo (Target Architecture Definition): Document
10157 PRINT_VECTOR_INFO.
10158 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10159
101602002-08-13 Andrew Cagney <ac131313@redhat.com>
10161
10162 * gdb.texinfo (Maintenance Commands): Document "maint print
10163 registers", "maint print raw-registers" and "maint print
10164 cooked-registers".
10165
101662002-08-08 Grace Sainsbury <graces@redhat.com>
10167
10168 From Mark Salter:
10169 * gdb.texinfo (Protocol): Document T packet extension to
10170 allow watchpoint address reporting.
10171
101722002-08-03 Andrew Cagney <ac131313@redhat.com>
10173
10174 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10175
101762002-08-01 Andrew Cagney <cagney@redhat.com>
10177
10178 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10179 to CHILL.
10180
101812002-08-01 Andrew Cagney <ac131313@redhat.com>
10182
10183 * gdbint.texinfo (Coding): Revise section "Include Files".
10184
101852002-07-24 Andrew Cagney <cagney@redhat.com>
10186
10187 * gdbint.texinfo: Obsolete references to m88k.
10188 * gdb.texinfo: Ditto.
10189
101902002-07-10 Joel Brobecker <brobecker@gnat.com>
10191
10192 * gdbint.texinfo (Create a release candiate): Add the location
10193 where the proper version of autoconf can be retrieved.
10194
101952002-07-09 Don Howard <dhoward@redhat.com>
10196
10197 * gdb.texinfo (Command Files): Further describe the behavior of
10198 sourced command files.
10199
102002002-06-27 Andrew Cagney <ac131313@redhat.com>
10201
10202 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10203 (Coding): Clarify ISO C version that GDB assumes.
10204
102052002-06-26 Tom Tromey <tromey@redhat.com>
10206
10207 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10208 add_setshow_cmd_full.
10209
102102002-06-25 Don Howard <dhoward@redhat.com>
10211
10212 * gdb.texinfo (Memory Region Attributes): Document new behavior
10213 for 'mem' command.
10214
102152002-06-11 Jim Blandy <jimb@redhat.com>
10216
10217 * gdb.texinfo (Symbols): Update documentation for `info source'
10218 command.
10219
10220 * gdb.texinfo (Macros): Call the command `info macro', not
10221 `show macro'.
10222
102232002-06-09 Andrew Cagney <ac131313@redhat.com>
10224
10225 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10226 data''.
10227
102282002-06-09 Mark Kettenis <kettenis@gnu.org>
10229
10230 * gdbint.texinfo (Target Architecture Definition): Document
10231 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10232
102332002-06-08 Andrew Cagney <ac131313@redhat.com>
10234
10235 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10236 lists.
10237
102382002-06-08 Andrew Cagney <ac131313@redhat.com>
10239
10240 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10241 Branch''.
10242
102432002-06-01 Andrew Cagney <ac131313@redhat.com>
10244
10245 * gdbint.texinfo (Target Architecture Definition): Add section
10246 ``Converting an existing Target Architecture to Multi-arch''.
10247
102482002-05-30 Andrew Cagney <ac131313@redhat.com>
10249
10250 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10251 to ``Obsoleting code''. Revise.
10252
102532002-05-17 Jim Blandy <jimb@redhat.com>
10254
10255 * gdb.texinfo (C Preprocessor Macros): New chapter.
10256 Include it in the main menu.
10257 (Contributors): Credit Jim Blandy with macro support.
10258 (Compilation): Explain how to get macro information into the
10259 executable.
10260 (Expressions): Note that preprocessor macros are expanded.
10261
102622002-05-14 Daniel Jacobowitz <drow@mvista.com>
10263
10264 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10265 options for `target remote'.
10266
102672002-05-13 Andrew Cagney <ac131313@redhat.com>
10268
10269 * gdbint.texinfo (Target Architecture Definition): Delete
10270 documentation on NNPC_REGNUM.
10271
102722002-05-11 Andrew Cagney <ac131313@redhat.com>
10273
10274 * gdbint.texinfo (Target Architecture Definition): Document
10275 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10276 (Target Architecture Definition): Revise section `Using Different
10277 Register and Memory Data Representations'. Add section `Raw and
10278 Virtual Register Representations'.
10279
102802002-05-11 Andrew Cagney <ac131313@redhat.com>
10281
10282 * gdbint.texinfo (Target Architecture Definition): Mention
10283 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10284 (Target Architecture Definition): Mention same. Add references to
10285 web pages.
10286
102872002-05-08 Michael Snyder <msnyder@redhat.com>
10288
10289 * stabs.texinfo (Attributes): Document new "vector" attribute.
10290
102912002-05-04 Andrew Cagney <ac131313@redhat.com>
10292
10293 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10294
102952002-05-04 Andrew Cagney <ac131313@redhat.com>
10296
10297 * gdb.texinfo: Delete obsolete references to a29k.
10298
102992002-04-24 Andrew Cagney <ac131313@redhat.com>
10300
10301 * gdbint.texinfo (Target Architecture Definition): Replace
10302 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10303
103042002-04-24 David S. Miller <davem@redhat.com>
10305
10306 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10307
103082002-04-21 David S. Miller <davem@redhat.com>
10309
10310 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10311
103122002-04-21 Andrew Cagney <ac131313@redhat.com>
10313
10314 * gdbint.texinfo (Target Architecture Definition): Delete
10315 definition of HAVE_REGISTER_WINDOWS.
10316
103172002-04-19 Eli Zaretskii <eliz@gnu.org>
10318
10319 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10320 "Theodore A. Roth" <troth@verinet.com>.
10321
103222002-04-15 Don Howard <dhoward@redhat.com>
10323
10324 From Eli Zaretskii <eliz@gnu.org>
10325 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10326 Provide a better explaination of this feature.
10327
103282002-04-14 Andrew Cagney <ac131313@redhat.com>
10329
10330 * gdbint.texinfo (Target Architecture Definition): Remove
10331 FRAME_CHAIN_COMBINE.
10332
103332002-04-12 Michael Chastain <mec@shout.net>
10334
10335 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10336 REG_STACK_SEGMENT.
10337
103382002-04-09 Michael Chastain <mec@shout.net>
10339
10340 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10341 PYRAMID_* macros.
10342
103432002-04-07 Andrew Cagney <ac131313@redhat.com>
10344
10345 * gdb.texinfo (Bug Reporting): Document that the web is the
10346 prefered way of submitting bug reports.
10347 (Bug Reporting): Delete the s-mail address as the last resort.
10348
103492002-04-05 Andrew Cagney <ac131313@redhat.com>
10350
10351 * gdbint.texinfo (Target Architecture Definition): Delete
10352 references to TARGET_WRITE_FP and write_fp.
10353
103542002-03-27 Michael Snyder <msnyder@redhat.com>
10355
10356 * gdb.texinfo: Document new commands dump, append, and restore.
10357
103582002-03-27 Andrew Cagney <ac131313@redhat.com>
10359
10360 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10361 Branch'.
10362
103632002-03-18 Andrew Cagney <ac131313@redhat.com>
10364
10365 * gdb.texinfo: Change all examples to @smallexample.
10366 * gdbint.texinfo: Ditto.
10367
103682002-03-18 Andrew Cagney <ac131313@redhat.com>
10369
10370 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10371 Branches''.
10372
103732002-03-18 Andrew Cagney <ac131313@redhat.com>
10374
10375 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10376 Policy''.
10377
103782002-03-04 Fred Fish <fnf@redhat.com>
10379
10380 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10381 expresson, suports, dependant, trhe, perhaphs, situtations,
10382 explictily, taged, oportunity, unfortunatly).
10383
103842002-02-24 Andrew Cagney <ac131313@redhat.com>
10385
10386 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10387 Remove reference to 3.12.
10388
103892002-02-23 Andrew Cagney <ac131313@redhat.com>
10390
10391 * gdbint.texinfo: Include fdl.texi.
10392 (Top): Add GNU Free Documentation License.
10393 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10394 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10395 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10396 (gdbint.info): Add srcdir to include path.
10397 * gdb.texinfo: Include gpl.texi.
10398 (Top): Add Copying.
10399 * gpl.texi: New file.
10400
104012002-02-23 Andrew Cagney <ac131313@redhat.com>
10402
10403 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10404
104052002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10406
10407 * gdb.texinfo: Document Cygwin native specific commands.
10408
104092002-02-15 Daniel Jacobowitz <drow@mvista.com>
10410
10411 * gdb.texinfo: Document gdbserver ``--attach'' command.
10412
104132002-02-07 Michael Snyder <msnyder@redhat.com>
10414
10415 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10416 to @code(_ovly_debug_event).
10417
104182002-02-07 Andrew Cagney <ac131313@redhat.com>
10419
10420 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10421
104222002-02-06 Michael Snyder <msnyder@redhat.com>
10423
10424 * gdb.texinfo (overlays): Mention new magic symbol
10425 '_ovly_debug_event', which allows GDB to keep better track
10426 of overlays.
10427
104282002-02-03 Eli Zaretskii <eliz@gnu.org>
10429
10430 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10431 Suggested by Dmitry Sivachenko.
10432
10433 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10434
104352002-02-01 Michael Snyder <msnyder@redhat.com>
10436
10437 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10438
104392002-01-30 Michael Snyder <msnyder@redhat.com>
10440
10441 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10442 (set trust-readonly-sections): Document.
10443
104442002-01-29 Andrew Cagney <ac131313@redhat.com>
10445
10446 * gdbint.texinfo (Releasing GDB): Revise and update.
10447
104482002-01-28 Andrew Cagney <ac131313@redhat.com>
10449
10450 * gdbint.texinfo (Target Architecture Definition): Delete
10451 description of TARGET_BYTE_ORDER_DEFAULT.
10452
104532002-01-27 Eli Zaretskii <eliz@gnu.org>
10454
10455 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10456 <mitya@cavia.pp.ru>.
10457
104582002-01-23 Andrew Cagney <ac131313@redhat.com>
10459
10460 * libgdb.texinfo: Delete file.
10461
104622002-01-22 Andrew Cagney <ac131313@redhat.com>
10463
10464 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10465 * gdbint.texinfo: Ditto.
10466
10467Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10468
10469 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10470
104712002-01-22 Andrew Cagney <ac131313@redhat.com>
10472
10473 * Makefile.in: Update copyright.
10474 (TEXI2DVI): Define.
10475 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10476 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10477 gdb-cfg.texi.
10478 (TEXINDEX, PDFTEX): Delete makefile variables.
10479
104802002-01-22 Andrew Cagney <ac131313@redhat.com>
10481
10482 * gdb.texinfo (Protocol): Move section to appendix.
10483
104842002-01-21 Andrew Cagney <ac131313@redhat.com>
10485
10486 * gdb.texinfo (Remote Debugging): Create a menu.
10487 (Top): Add ``Remote Debugging'' to menu.
10488
104892002-01-21 Andrew Cagney <ac131313@redhat.com>
10490
10491 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10492 serial protocol'' from here.
10493 (Remote Debugging): To here. New chapter.
10494
104952002-01-20 Andrew Cagney <ac131313@redhat.com>
10496
10497 * gdbint.texinfo (Target Architecture Definition): Delete
10498 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10499
105002002-01-20 Andrew Cagney <ac131313@redhat.com>
10501
10502 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10503 are no longer needed.
10504 (Porting GDB): Add maintainer note about configure.host.
10505
105062002-01-20 Andrew Cagney <ac131313@redhat.com>
10507
10508 * gdbint.texinfo (Target Architecture Definition): Remove
10509 definition of IEEE_FLOAT.
10510
105112002-01-20 Eli Zaretskii <eliz@gnu.org>
10512
10513 * gdb.texinfo: Beautify copyright years; fix a typo.
10514 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10515 <3diff@gnu.org>
10516
105172002-01-19 Andrew Cagney <ac131313@redhat.com>
10518
10519 * gdbint.texinfo (Host Definition): Remove references to
10520 MALLOC_INCOMPATIBLE.
10521
105222002-01-17 Andrew Cagney <ac131313@redhat.com>
10523
10524 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10525 and xyz-xdep.o.
10526
105272002-01-17 Andrew Cagney <ac131313@redhat.com>
10528
10529 * gdb.texinfo (Maintenance Commands): Add appendix.
10530 (Set Breaks): Copy ``maint info breakpoint'' doco to
10531 ``Maintenance Commands'' appendix. Add reference.
10532
105332002-01-17 Andrew Cagney <ac131313@redhat.com>
10534
10535 * fdl.texi: Remove next/prev from @node.
10536
105372002-01-17 Eli Zaretskii <eliz@gnu.org>
10538
10539 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10540 for monstrous @multitable (from Brian Youmans).
10541
10542 * fdl.texi: New file.
10543
10544 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10545
105462002-01-15 Andrew Cagney <ac131313@redhat.com>
10547
10548 * gdbint.texinfo (Releasing GDB): New chapter.
10549
105502002-01-14 Andrew Cagney <ac131313@redhat.com>
10551
10552 * gdb.texinfo (Embedded Processors, Calling program functions):
10553 Obsolete references to a29k.
10554
105552002-01-13 Andrew Cagney <ac131313@redhat.com>
10556
10557 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10558 examples. Document that a code-block should do or discard its
10559 cleanups before exit.
10560
105612002-01-11 Michael Snyder <msnyder@redhat.com>
10562
10563 * gdb.texinfo (Choosing files): Change @samp to @file.
10564
105652002-01-05 Michael Snyder <msnyder@redhat.com>
10566
10567 * gdb.texinfo (--pid): Document new command line option (attach).
10568
105692002-01-07 Eli Zaretskii <eliz@gnu.org>
10570
10571 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10572 in the stub.
10573
105742002-01-04 Andrew Cagney <ac131313@redhat.com>
10575
10576 * gdbint.texinfo (Target Architecture Definition): Replace
10577 BIG_ENDIAN with BFD_ENDIAN_BIG.
10578
105792002-01-03 Andrew Cagney <ac131313@redhat.com>
10580
10581 * gdbint.texinfo (Target Architecture Definition): Replace
10582 value_ptr with struct value pointer.
10583
105842002-01-02 Eli Zaretskii <eliz@gnu.org>
10585
10586 * gdb.texinfo (Free Software): Fix wording.
10587
105882001-12-31 Eli Zaretskii <eliz@gnu.org>
10589
10590 * gdb.texinfo (Free Software): New section ``Free Software Needs
10591 Free Documentation''.
10592
105932001-12-30 Eli Zaretskii <eliz@gnu.org>
10594
10595 * stabs.texinfo:
10596 * gdb.texinfo:
10597 * gdbint.texinfo:
10598 * libgdb.texinfo:
10599 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10600
106012001-12-29 Michael Snyder <msnyder@redhat.com>
10602
10603 * gdb.texinfo (maint info sections): Fix typo.
10604
106052001-12-26 Michael Snyder <msnyder@redhat.com>
10606
10607 * gdb.texinfo (maint info sections): Document.
10608
10609 * gdb.texinfo (info proc): Comment out documentation for
10610 'info proc' sub-options that are currently not implemented.
10611
106122001-12-20 Jim Blandy <jimb@redhat.com>
10613
10614 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10615
106162001-12-15 Andrew Cagney <ac131313@redhat.com>
10617
10618 * gdbint.texinfo (Target Architecture Definition): Replace
10619 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10620
106212001-12-01 Andrew Cagney <ac131313@redhat.com>
10622
10623 * gdbint.texinfo (Host Definition): Delete documentation on
10624 HOST_BYTE_ORDER.
10625
106262001-11-30 Jim Blandy <jimb@redhat.com>
10627
10628 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10629 overlay support. Add to top-level menu.
10630
106312001-11-26 Tom Tromey <tromey@redhat.com>
10632
10633 * gdb.texinfo (Command Syntax): Document C-o binding.
10634
106352001-07-26 Christopher Faylor <cgf@redhat.com>
10636
10637 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10638 use since it is described in the referenced section.
10639
10640 From Eli Zaretskii <eliz@gnu.org>
10641 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10642 clearer when using DJGPP.
10643
106442001-11-24 Christopher Faylor <cgf@redhat.com>
10645
10646 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10647 specifically refer to MS-DOS.
10648 (command files): Mention gdb.ini is only used on MS-DOS.
10649
106502001-11-21 Tom Tromey <tromey@redhat.com>
10651
10652 * gdb.texinfo (Invoking GDB): Document --args.
10653 (Mode Options): Likewise.
10654
106552001-11-21 Jim Blandy <jimb@redhat.com>
10656
10657 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10658 Delete documentation; this macro has been removed from the
10659 sources.
10660
106612001-11-13 Jim Blandy <jimb@redhat.com>
10662
10663 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10664
106652001-11-06 Corinna Vinschen <vinschen@redhat.com>
10666
10667 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10668
106692001-11-05 Michael Snyder <msnyder@redhat.com>
10670
10671 * gdb.texinfo (info functions): Document use of backslash to
10672 quote regexp chars in function names such as "operator*()".
10673
106742001-11-01 Fred Fish <fnf@redhat.com>
10675
10676 * gdbint.texinfo (SOLIB_ADD): Document additional new
10677 "readsyms" arg.
10678
106792001-10-30 Don Howard <dhoward@redhat.com>
10680
10681 * gdb.texinfo: (Command Files) Added documentation for the
10682 behavior of gdb with input redirected from a file.
10683
106842001-10-28 Fred Fish <fnf@redhat.com>
10685
10686 * gdb.texinfo (auto-solib-add): Change docs to match
10687 implementation change.
10688 (auto-solib-limit): Add docs for new variable.
10689
106902001-10-15 Andrew Cagney <ac131313@redhat.com>
10691
10692 * gdbint.texinfo (Target Architecture Definition): Function
10693 value_as_pointer renamed to value_as_address.
10694
106952001-10-15 Andrew Cagney <ac131313@redhat.com>
10696
10697 * gdbint.texinfo (Target Architecture Definition): Default
10698 POINTER_TO_ADDRESS functions assume unsigned addresses.
10699 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10700 posting by Jim Blandy.
10701
107022001-10-12 Jim Blandy <jimb@redhat.com>
10703
10704 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10705 version of texi2html (1.64) doesn't support this flag any more.
10706
107072001-09-08 Mark Kettenis <kettenis@gnu.org>
10708
10709 * gdbint.texinfo (Host Definition): Remove description of
10710 MEM_FNS_DECLARED.
10711
10712 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10713
10714 * gdbint.texinfo (Host Definition): Remove description of
10715 HAVE_SIGSETMASK.
10716
107172001-09-04 Elena Zannoni <ezannoni@redhat.com>
10718
10719 * gdbint.texinfo (Target Architecture Definition): Add
10720 explanation of TARGET_PRINT_INSN macro.
10721
107222001-08-30 Jim Blandy <jimb@redhat.com>
10723
10724 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10725 Explain what it means to load relocatable files.
10726
107272001-08-28 Jim Blandy <jimb@redhat.com>
10728
10729 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10730 info `top' menu.
10731
10732Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10733
10734 * gdbint.texinfo: Add a cautionary note about macro use.
10735
107362001-08-02 Corinna Vinschen <vinschen@redhat.com>
10737
10738 * gdb.texinfo: Explain omitting the hostname in the
10739 `target remote' command.
10740
107412001-07-30 Daniel Jacobowitz <drow@mvista.com>
10742
10743 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10744 and END-INFO-DIR-ENTRY.
10745
107462001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10747
10748 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10749
107502001-07-25 Andrew Cagney <ac131313@redhat.com>
10751
10752 * gdbint.texinfo (libgdb): Rewrite.
10753
107542001-07-26 Eli Zaretskii <eliz@gnu.org>
10755
10756 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10757
107582001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10759
10760 * gdb.texinfo (TUI): New chapter, document the TUI.
10761 (Mode Options): Document the -tui option.
10762
107632001-07-23 Mark Kettenis <kettenis@gnu.org>
10764
10765 * gdbint.texinfo (Host Definition): Remove description of
10766 NEED_POSIX_SETPGID.
10767
107682001-07-23 Eli Zaretskii <eliz@gnu.org>
10769
10770 * gdb.tex (DJGPP Native): New node, with descriptions of
10771 DJGPP-specific commands.
10772
107732001-07-19 John R. Moore <jmoore@redhat.com>
10774
10775 * gdbint.texinfo: Three misspellings.
10776
107772001-07-06 Andrew Cagney <ac131313@redhat.com>
10778
10779 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10780 `test` expressions on bash. Problem reported by Colin Walters.
10781
107822001-07-04 Andrew Cagney <ac131313@redhat.com>
10783
10784 * gdbint.texinfo (User Interface): Update ui-out documentation to
10785 refelect recent UI/MI updates.
10786
107872001-07-04 Andrew Cagney <ac131313@redhat.com>
10788
10789 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10790 interpreters.
10791
107922001-06-15 Andrew Cagney <ac131313@redhat.com>
10793
10794 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10795 structure and not macros.
10796 (Host Definition): Document that much of this chapter is obsolete.
10797 (Target Architecture Definition): Update list of files that make
10798 up a target architecture.
10799 (Coding): Update.
10800
108012001-06-28 Andrew Cagney <ac131313@redhat.com>
10802
10803 * gdbint.texinfo (Target Architecture Definition): Update
10804 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10805 The latter has been changed to a true predicate.
10806
108072001-06-17 Eli Zaretskii <eliz@gnu.org>
10808
10809 * annotate.texi: Add @noindent where needed. From Dmitry
10810 Sivachenko <dima@Chg.RU>.
10811 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10812
108132001-06-16 Andrew Cagney <ac131313@redhat.com>
10814
10815 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10816
108172001-06-14 Andrew Cagney <ac131313@redhat.com>
10818
10819 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10820 returns ``OK''. Document that the ``R'' packet does not reply.
10821
108222001-06-13 Michael Snyder <msnyder@redhat.com>
10823
10824 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10825
108262001-06-13 Eli Zaretskii <eliz@gnu.org>
10827
10828 * gdb.texinfo (Signals): Clarify the default setting of signal
10829 handling.
10830
108312001-05-14 Andrew Cagney <ac131313@redhat.com>
10832
10833 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10834 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10835
108362001-05-12 Andrew Cagney <ac131313@redhat.com>
10837
10838 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10839
108402001-05-10 Eli Zaretskii <eliz@gnu.org>
10841
10842 * gdbint.texinfo (Clean Design and Portable Implementation):
10843 Renamed from "Clean Design".
10844 (Clean Design and Portable Implementation): Document portable
10845 methods of handling file names, and the associated macros.
10846
108472001-04-02 Eli Zaretskii <eliz@gnu.org>
10848
10849 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10850 command and provide a cross-reference to its description.
10851 (Symbols): Note that "info scope" is useful for trace experiments.
10852
108532001-04-01 Eli Zaretskii <eliz@gnu.org>
10854
10855 * gdb.texinfo (Symbols): Document "info scope".
10856 (Tracepoints): New chapter.
10857 (Contributors): Update for v5.1.
10858 <All nodes>: Change "C++" to "C@t{++}".
10859
10860 * gdbint.texinfo (User Interface): A new section about ui_out
10861 functions, based on text written by Fernando Nasser.
10862
10863 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10864
108652001-03-26 Eli Zaretskii <eliz@gnu.org>
10866
10867 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10868
10869 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10870
10871 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10872 Replace "GDB" with "@value{GDBN}". Fix markup.
10873
10874 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10875
10876 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10877 a cross-reference to its description.
10878 (Symbols): Document "info symbol".
10879
108802001-03-21 Eli Zaretskii <eliz@gnu.org>
10881
10882 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10883 subsection "x86 Watchpoints".
10884 (Target Architecture Definition): Document the macros
10885 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10886 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10887
108882001-03-20 Andrew Cagney <ac131313@redhat.com>
10889
10890 * gdbint.texinfo (Target Architecture Definition): Update
10891 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10892 list.
10893
108942001-03-06 Kevin Buettner <kevinb@redhat.com>
10895
10896 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10897 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10898
108992001-02-21 Eli Zaretskii <eliz@gnu.org>
10900
10901 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10902
109032001-02-11 Eli Zaretskii <eliz@gnu.org>
10904
10905 * gdb.texinfo (Environment): Document that `path' does not change
10906 the value of PATH in GDB's own environment (it did in the past,
10907 but that was changed on March 15, 1994). Reported by Doug Evans
10908 <dje@transmeta.com>.
10909
10910 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10911 its line. Fix markup of commands and macros. Add an Index node
10912 and index entries.
10913
109142001-01-23 J.T. Conklin <jtc@redback.com>
10915
10916 * gdb.texinfo (Memory region attributes): New manual section.
10917
109182001-01-04 Nicholas Duffek <nsd@redhat.com>
10919
10920 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10921
109222000-12-25 Eli Zaretskii <eliz@gnu.org>
10923
10924 * refcard.tex: Version and copyright fixed. From Phil Edwards
10925 <pedwards@disaster.jaj.com>.
10926
10927Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10928
10929 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10930 DWARF2_REG_TO_REGNUM): Document.
10931
10932Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10933
10934 * gdbint.texinfo (Coding): Update current value of
10935 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10936
109372000-11-19 Eli Zaretskii <eliz@gnu.org>
10938
10939 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10940 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10941
109422000-11-10 Christopher Faylor <cgf@cygnus.com>
10943
10944 * gdb.texinfo: Document new 'set step-mode' command.
10945
109462000-10-16 Eli Zaretskii <eliz@gnu.org>
10947
10948 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10949 changes from Dmitry Sivachenko <dima@Chg.RU>.
10950
109512000-09-26 Eli Zaretskii <eliz@gnu.org>
10952
10953 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10954 From Steven Johnson <sbjohnson@ozemail.com.au>.
10955
109562000-08-10 Mark Kettenis <kettenis@gnu.org>
10957
10958 * gdbint.texinfo (Overall Structure): Spelling fix.
10959
109602000-08-10 Eli Zaretskii <eliz@gnu.org>
10961
10962 * gdbint.texinfo (Target Architecture Definition): Document that
10963 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10964 for which REGISTER_CONVERTIBLE returns a zero value.
10965
109662000-07-08 Christopher Faylor <cgf@cygnus.com>
10967
10968 * Makefile.in (install-info): Find files to install in either the
10969 build or source directories (adapted from Makefile.am).
10970
109712000-07-07 Nicholas Duffek <nsd@redhat.com>
10972
10973 * stabs.texinfo: Fix spelling errors.
10974 (String Field): FILE-NUMBER starts from 0, not 1.
10975
109762000-07-05 Eli Zaretskii <eliz@gnu.org>
10977
10978 * refcard.tex: Remove \centerline from the blurb. Patch from
10979 Brian Youmans.
10980
109812000-06-25 Eli Zaretskii <eliz@gnu.org>
10982
10983 * Makefile.in (install-info): Support installation from outside of
10984 the source directory. Reported by Mark Harig
10985 <markh@frazier.landmark.com>.
10986
109872000-06-20 J.T. Conklin <jtc@redback.com>
10988
10989 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10990
10991Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10992
10993 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10994 Generate using pdftex.
10995 (PDFTEX): Define.
10996 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10997 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10998 @contents at the start.
10999
110002000-05-24 Eli Zaretskii <eliz@gnu.org>
11001
11002 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11003 Youmans.
11004
11005Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11006
11007 From Brian Youmans:
11008 * gdb.texinfo: Fix ``et al.''.
11009
11010Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11011
11012 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11013 loop.
11014
110152000-05-19 Jimmy Guo <guo@cup.hp.com>
11016
11017 * configure: Regenerate.
11018
110192000-05-17 Eli Zaretskii <eliz@gnu.org>
11020
11021 * Makefile.in (install-info): Run install-info on installed Info
11022 files.
11023
11024Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11025
11026 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11027 Andrew Cagney.
11028
110292000-05-09 Eli Zaretskii <eliz@gnu.org>
11030
11031 * gdb.texinfo: Proofreading changes from Brian Youmans.
11032
110332000-05-01 Nick Duffek <nsd@cygnus.com>
11034
11035 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11036 startup sequence, minor edits.
11037
110382000-05-01 Eli Zaretskii <eliz@gnu.org>
11039
11040 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11041 TeX.
11042
11043 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11044 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11045 like `n' and `s' which look weird. Convert some of the @kindex to
11046 @vindex, when they refer to variables, not commands.
11047
11048Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11049
11050 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11051
110522000-04-23 Eli Zaretskii <eliz@gnu.org>
11053
11054 * Makefile.in (GDBMI_DIR): New variable.
11055 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11056 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11057 (gdbmi.texinfo): New target, for texi2roff.
11058 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11059 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11060
11061 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11062 gdbmi.texinfo.
11063 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11064 comment.
11065
110662000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11067
11068 * gdb.texinfo (Files): Update description of add-symbol-file
11069 command.
11070
110712000-04-17 Eli Zaretskii <eliz@gnu.org>
11072
11073 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11074 prevents the build (and is generally a Bad Idea).
11075
110762000-04-17 Eli Zaretskii <eliz@gnu.org>
11077
11078 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11079 a comma inside @var.
11080 (Command Files): Index markup changes from Dmitry Sivachenko
11081 <dima@Chg.RU>.
11082
110832000-04-16 Eli Zaretskii <eliz@gnu.org>
11084
11085 * Makefile.in (LN_S): Define.
11086 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11087 invoke "ln -s" unless it is known to work.
11088
11089 * configure.in (AC_PROG_LN_S): Add.
11090
110912000-04-14 Jim Blandy <jimb@redhat.com>
11092
11093 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11094 section.
11095 (Target Conditionals): Document ADDRESS_TO_POINTER,
11096 POINTER_TO_ADDRESS.
11097
110982000-04-11 Daniel Berlin <dan@cgsoftware.com>
11099
11100 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11101 gdb-cfg.texi to get the value.
11102
111032000-04-10 Jim Blandy <jimb@redhat.com>
11104
11105 * gdbint.texinfo (Target Architecture Definition): Fix
11106 cross-references.
11107
111082000-04-08 Jim Blandy <jimb@redhat.com>
11109
11110 * gdbint.texinfo (Using Different Register and Memory Data
11111 Representations): New section.
11112 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11113 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11114 REGISTER_CONVERT_TO_RAW): Document.
11115
11116Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11117
11118 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11119 for acknowledgments.
11120
11121Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11122
11123 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11124 qThreadExtraInfo.
11125
111262000-03-28 J.T. Conklin <jtc@redback.com>
11127
11128 * gdb.texinfo: Clarify which remote debug protocol commands are
11129 required and which are optional.
11130
11131Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11132
11133 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11134 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11135 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11136 * annotate.texi: Update.
11137
111382000-03-28 Stan Shebs <shebs@apple.com>
11139
11140 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11141 expectation of additional changes before release), update
11142 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11143 node links, rephrase and/or shorten lines to fix formatting
11144 problem in both regular and @smallbook formats.
11145 * annotate.texi: Shorten lines in example, use smallexample
11146 consistently everywhere.
11147 * Makefile.in: Add comment about texinfo 4.0 html generation.
11148 (SFILES_INCLUDED): Add annotate.texi.
11149
111502000-03-27 Daniel Berlin <dan@cgsoftware.com>
11151
11152 * gdb.texinfo (Debugging Output): Added new section, documenting
11153 the "set/show debug" commands.
11154
11155Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11156
11157 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11158 entry.
11159
11160 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11161 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11162 @chapter and @node entries.
11163
11164 * gdb.texinfo: Link all top-level nodes.
11165
11166Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11167
11168 * Makefile.in (install-info): Create $(infodir) before installing
11169 files.
11170
111712000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11172
11173 From David Whedon <dwhedon@gordian.com>
11174 * gdbint.texinfo : Added paragraphs about command deprecation.
11175
111762000-03-22 Daniel Berlin <dan@cgsoftware.com>
11177
11178 * gdb.texinfo: Add documentation for the apropos command.
11179
111802000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11181
11182 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11183
111842000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11185
11186 * gdb.texinfo: Add white space to prevent overprinting in
11187 two places.
11188
111892000-03-17 Stan Shebs <shebs@apple.com>
11190
11191 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11192 <dima@Chg.RU>, also clarification of allowed content for
11193 string constants.
11194
111952000-03-16 Eli Zaretskii <eliz@gnu.org>
11196
11197 * gdb.texinfo (main menu): Add Annotations.
11198 (File Options): Add @cindex entries for each command-line option.
11199 Document --epoch, --annotate, --async, --interpreter, --write,
11200 --statistics, and --version.
11201
11202 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11203 of GDB.
11204
112052000-02-23 Jim Blandy <jimb@redhat.com>
11206
11207 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11208
112092000-02-22 Jim Blandy <jimb@redhat.com>
11210
11211 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11212
112132000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11214
11215 * Makefile.in (diststuff): New target.
11216
112172000-02-15 Kevin Buettner <kevinb@redhat.com>
11218
11219 * agentexpr.texi: Fix wording regarding Intel's IA-64
11220 architecture. [From Jim Wilson.]
11221
112222000-01-16 Tom Tromey <tromey@cygnus.com>
11223
11224 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11225 (Delete Breaks): Mention range arguments.
11226 (Disabling): Likewise.
11227
112282000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11229
11230 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11231
11232Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11233
11234 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11235 valid functions.
11236
112371999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11238
11239 * gdb.texinfo: Clarify regular expressions used in rbreak.
11240
112411999-10-15 Kevin Buettner <kevinb@cygnus.com>
11242
11243 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11244 MEMORY_REMOVE_BREAKPOINT): Document.
11245
11246Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11247
11248 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11249 offset re-using the DATA offset instead.
11250
112511999-10-11 Jim Kingdon <kingdon@redhat.com>
11252
11253 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11254
112551999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11256
11257 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11258 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11259 typos.
11260
11261 * gdb.texinfo: Various minor wording and formatting improvements,
11262 mentions of additional command-line options.
11263
112641999-09-30 Fred Fish <fnf@cygnus.com>
11265
11266 * gdb.texinfo: Document additional forms of specifying section
11267 names and addresses for the add-symbol-file command.
11268
112691999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11270
11271 * gdbint.texinfo: Fix typo, add the word "have".
11272
112731999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11274
11275 * gdbint.texinfo (Target Architecture Definition): Document the
11276 SKIP_PERMANENT_BREAKPOINT macro.
11277
112781999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11279
11280 * gdb.texinfo: Fiks speling errers.
11281
11282 * gdb.texinfo: Fix uses of @multitable.
11283
11284 From Eli Zaretskii <eliz@gnu.org>:
11285 * gdb.texinfo: Include details specific to DOS host, clarify
11286 some confusing language, fix @ref/@xref/@pxref usages, add
11287 comments about using with optimization, add more indexing,
11288 fix info about disassembly-flavor.
11289
11290Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11291
11292 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11293 SKIP_SOLIB_RESOLVER): Define.
11294
11295Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11296
11297 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11298 ``g'' packets.
11299
113001999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11301
11302 * gdb.texinfo: Create a new "Configurations" chapter with
11303 platform-specific info, inline remote.texi and move sections of it
11304 into the new chapter, move bits about info proc, heuristic search,
11305 and register stack into the new chapter.
11306 * remote.texi: Remove, now part of gdb.texinfo.
11307 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11308
113091999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11310
11311 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11312 GDB_TARGET_IS_MACH386): These kludges have gone away.
11313
11314Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11315
11316 * gdbint.texinfo (Target Architecture Definition): Mention
11317 TDEPLIBS.
11318
113191999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11320
11321 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11322 surrounding text to fit HP-UX bits into general info.
11323 (HPPA-cfg.texi): Remove, no longer useful.
11324
11325 * gdb.texinfo: Remove explicit links from @node lines, remove
11326 HP-added "Detailed Node Listing" from main menu which confuses
11327 things.
11328
11329 From Dmitry Sivachenko <dima@Chg.RU>:
11330 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11331 in description of `set environment'.
11332
113331999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11334
11335 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11336
113371999-08-12 Ben Elliston <bje@cygnus.com>
11338
11339 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11340
113411999-08-10 Eli Zaretskii <eliz@gnu.org>
11342
11343 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11344 watch, awatch, and rwatch. Explain why the latter two cannot be
11345 set as software watchpoints. Document that watchpoints for local
11346 variables are deleted when the debuggee terminates.
11347
11348Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11349
11350 * remote.texi (Protocol): Further clarification of the "qRcmd"
11351 packet. Allow E.. response packet. "qRcmd" packet is no longer
11352 reserved.
11353
113541999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11355
11356 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11357 * gdb.texinfo: Ditto.
11358
113591999-08-06 Tom Tromey <tromey@cygnus.com>
11360
11361 * gdb.texinfo (KOD): New node.
11362
11363Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11364
11365 * remote.texi (Rcmd): Fix minor formatting typos.
11366
11367Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11368
11369 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11370 packets.
11371
113721999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11373
11374 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11375 fixes.
11376
11377Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11378
11379 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11380
11381Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11382
11383 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11384 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11385 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11386 packets that are not supported on all hosts. Expand examples.
11387 Spell check.
11388
113891999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11390
11391 * Makefile.in: Recognize html, install-html. Add targets
11392 to build HTML versions of documentation via texi2html.
11393
11394Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11395
11396 * gdbint.texinfo (Testsuite): New chapter, information about the
11397 testsuite.
11398
11399Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11400
11401 * remote.texi (Communication Protocol): Rewrite.
11402
11403Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11404
11405 * stabs.texinfo: Fix uses of xref.
11406
11407Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11408
11409 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11410 info about patch submission.
11411
11412Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11413
11414 From Per Bothner <bothner@cygnus.com>:
11415 * gdb.texinfo: Document Chill support.
11416
11417Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11418
11419 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11420 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11421 Document that the value should be greater-than or equal-to zero.
11422 (NO_STD_REGS): Document. Deprecate.
11423
11424Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11425
11426 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11427 Document that these are not used.
11428
11429Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11430
11431 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11432
11433Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11434
11435 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11436 numargs was dropped.
11437
11438Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11439
11440 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11441
11442Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11443
11444 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11445 Update.
11446
11447Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11448
11449 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11450 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11451
11452Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11453
11454 * gdbint.texinfo: Fix typos: $ -> @.
11455
11456Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11457
11458 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11459 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11460 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11461 BREAKPOINT_FROM_PC.
11462
11463Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11464
11465 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11466 CALL_DUMMY_STACK_ADJUST): Document.
11467
11468Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11469
11470 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11471 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11472
114731999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11474
11475 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11476 longer exists.
11477
11478Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11479
11480 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11481 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11482 they make the manual source incomprehensible.
11483 * h8-cfg.texi: Remove, hasn't been used in years.
11484
11485Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11486
11487 * gdb.texinfo: Update the credits.
11488
11489Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11490
11491 * gdb.texinfo: Fix mistakes noticed in printout of last
11492 draft, add Alpha to discussion of heuristic fence post.
11493
11494Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11495
11496 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11497 Edition, merge some HP changes into mainline, describe some
11498 previously undocumented features, describe more of the target
11499 commands available, eliminate obsolete section on renamed
11500 commands.
11501 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11502
11503Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11504
11505 * gdb.texinfo: Make many HPPA conditionals unconditional,
11506 including catchpoint description, since now on for all configs.
11507 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11508 specializations.
11509
11510Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11511
11512 * Makefile.in (GDBvn.texi): Fix match expression to work with
11513 current format of VERSION in gdb/Makefile.in.
11514 * gdb.texinfo: Fix node ref to match new readline.
11515
11516Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11517
11518 * gdb.texinfo: Changes made as part of a project to merge in
11519 changes made by HP. Documentation makes extensive use of
11520 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11521 on remote debugging. There are differences in documentation
11522 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11523 the HP manual discusses catchpoints, hardware watchpoints, and
11524 some HPUX specific limitations for shared library support.
11525
11526 There are also a number of @node changes.
11527
115281999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11529
11530 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11531 (C Usage): Same.
11532
11533Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11534
11535 The following changes were made by Edith Epstein
11536 <eepstein@cygnus.com> as part of a project to merge in changes
11537 made by HP.
11538
11539 * HPPA-cfg.texi: new file.
11540
11541 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11542
11543 * refcard.tex: change documentation about catch.
11544 removed info catch.
11545
11546Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11547
11548 * gdbint.texinfo: Expand on GDB's coding standards,
11549 specify the use of arg names with prototypes.
11550
115511998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11552
11553 * gdb.texinfo: Fix tipo.
11554
11555Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11556
11557 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11558 TARGET_BYTE_ORDER_SELECTABLE_P.
11559
11560Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11561
11562 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11563
115641998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11565
11566 * agentexpr.texi: New file.
11567
11568Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11569
11570 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11571
115721998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11573
11574 * remote.texi: Changed wording that implied that the GDB remote
11575 protocol caches register values instead of GDB itself.
11576
11577Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11578
11579 * gdbint.texinfo: Add some info about symbol readers.
11580 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11581 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11582 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11583 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11584
11585Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11586
11587 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11588
11589Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11590
11591 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11592
11593Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11594
11595 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11596 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11597
11598Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11599
11600 * gdbint.texinfo: Fix minor typos.
11601
11602Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11603
11604 * gdbint.texinfo: Complete overhaul. Group descriptions more
11605 logically, add more info on generic algorithms, remove much
11606 obsolete and/or wrong material.
11607
11608Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11611
11612Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11613
11614 * refcard.tex: Copyright, address updates.
11615
11616Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11617
11618 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11619 for the edition instead of confusing GDB-version-like numbers.
11620
11621Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11622
11623 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11624
11625Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11626
11627 * LRS: Reformat a bit to keep text under 80 columns.
11628
11629Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11630
11631 * gdb.texinfo: Add some credits, mention bug monitor.
11632 * remote.texi: Mention mips monitor targets.
11633 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11634
11635Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11636
11637 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11638 files, finish sorting of host vs target vs native macros, describe
11639 some more of them.
11640
11641Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11642
11643 * gdbint.texinfo (Host Conditionals): Document change from
11644 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11645
11646Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11647
11648 * gdbint.texinfo (Host Conditionals): Document
11649 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11650
11651Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11652
11653 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11654 Document LSEEK_NOT_LINEAR.
11655
11656Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11657
11658 * stabs.texinfo (Stab Section Basics): Make it clear that only
11659 some versions of the GNU linker remove the leading N_UNDF symbol.
11660
11661Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11662
11663 * stabs.texinfo (String Field): Document type number pairs here,
11664 instead of in the Sun specific section.
11665 (Include Files): The GNU linker supports the N_BINCL
11666 optimization. Clarify the N_BINCL value, and what it is used
11667 for.
11668 (Procedures): Document N_FUN with an empty string to mark the end
11669 of a function.
11670 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11671 (Sun Differences): Remove this node, as the information is now
11672 elsewhere in the main document.
11673 (Stab Section Basics): Mention that the GNU linker may optimize
11674 stabs and remove the leading N_UNDF symbol.
11675
11676Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11677
11678 * gdb.texinfo, refcard.tex: Restore author credit
11679
11680Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11681
11682 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11683 documentation to account for START and END macros taking
11684 one arg.
11685
11686Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11687
11688 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11689 * gdb.texinfo (Frames): Fix typo.
11690
11691Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11692
11693 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11694 a target_signal as arg type, not a pid.
11695
11696Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11697
11698 * gdb.texinfo: Document `set assembly-language'.
11699
11700Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11701
11702 * remote.texi: Update list of stubs in the GDB distribution.
11703
11704Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11705
11706 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11707 Also document that some systems can use mmalloc but must define
11708 this if their C runtime allocates memory that is later freed.
11709 (MMCHECK_FORCE): Document new macro.
11710
11711Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11712
11713 * remote.texi: Add documentation for target Sparclet.
11714
11715Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11716
11717 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11718 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11719 * configure.in: Rewritten for autoconf.
11720 * configure: New.
11721
11722Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11723
11724 * Makefile.in (DVIPS): New define, set to dvips.
11725 (dvi): Add stabs.dvi.
11726 (ps): New target.
11727 (all-doc): Depend on info, dvi, and ps targets.
11728 (STAGESTUFF): Add *.ps and *.dvi files.
11729 (clean-info, clean-dvi): Remove.
11730 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11731 rules completely rewritten.
11732 (maintainer-clean): Remove clean-info and clean-dvi
11733 dependencies and put their actions in the rules.
11734 (gdb.ps): New target
11735 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11736 intermediate TeX files, whether they have 2 or 3 character
11737 extensions.
11738 (gdbint.ps): Add target and rules.
11739 (gdb-internals): Delete unused target.
11740 (Makefile): Depends upon config.status also.
11741
11742Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11743
11744 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11745 set.
11746
11747Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11748
11749 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11750 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11751
11752Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11753
11754 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11755
11756Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11757
11758 * gdb.texinfo (Print settings): Document
11759 `set/show print static-members' commands.
11760
11761Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11762
11763 * gdbint.texinfo (Native): Document name change, coredep.c to
11764 core-aout.c.
11765
11766Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11767
11768 * stabs.texinfo (Include Files): Document the values the SunOS4
11769 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11770
11771Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11772
11773 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11774 Fix typo.
11775
11776Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11777
11778 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11779 "gdb.tar.Z".
11780
11781Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11782
11783 * Makefile.in (maintainer-clean): New target, synonym for
11784 realclean.
11785
11786Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11787
11788 * Update all FSF addresses except those in COPYING* files.
11789
11790Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11791
11792 From Richard Earnshaw (rearnsha@armltd.co.uk):
11793 * gdb.texinfo (convenience variables): Document $_exitcode.
11794 (quit): Document optional expression to use as exit code.
11795
11796Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11797
11798 * gdb.texinfo, remote.texi: Brought up to date with various
11799 GDB changes.
11800
11801Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11802
11803 * gdb.texinfo: Update dates and versions, fix comments about
11804 hardware watchpoints in future releases and about the
11805 sharedlibrary command.
11806
11807Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11808
11809 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11810 C_FUN stab. Other cleanups.
11811
11812Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11813
11814 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11815 for the sparc stub.
11816
11817Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11818
11819 * annotate.texi: Clarify which addresses have differing formats
11820 depending on the language and which do not.
11821
11822Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11823
11824 * remote.texi (NetWare): Changed example to use BOARD= instead of
11825 NODE= argument to reflect correspoding change to gdbserve.nlm.
11826
11827Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11828
11829 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11830 GDB, as well as AIX dbx, supports the size type attribute.
11831
11832Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11833
11834 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11835
11836Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11837
11838 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11839 and new 'if' and 'while' commands.
11840
11841Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11842
11843 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11844
11845Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11846
11847 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11848 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11849 NetWare targets. Mostly stolen from the Server node.
11850
11851Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11852
11853 * gdb.texinfo (Setting): Talk about the language of a source file
11854 versus the working language. The old documentation did not match
11855 what GDB did.
11856
11857Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11858
11859 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11860 of a source file.
11861
11862Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11863
11864 * gdb.texinfo (Processes): New node.
11865
11866Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11867
11868 * remote.texi: Update documentation of set/show mipsfpu.
11869
11870Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11871
11872 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11873 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11874
11875Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11876
11877 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11878 obsolete conditionals, described some others.
11879
11880Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11881
11882 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11883 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11884
11885Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11886
11887 * gdbint.texinfo: Put regex conditionals in their own table.
11888
11889Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11890
11891 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11892 described or fixed the descriptions of many others.
11893
11894Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11895
11896 * gdb.texinfo: Add some more credits.
11897 * gdbint.texinfo: Capitalize GDB consistently, describe some
11898 macros and remove some.
11899
11900Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11901
11902 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11903 obsolete conditionals, described some others.
11904
11905Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11906
11907 * gdb.texinfo (help targets): Changed to `help target', which
11908 is the correct gdb command.
11909
11910Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11911
11912 * annotate.texi (TODO): New node, for keeping track of annotations
11913 suggested but not yet implemented.
11914
11915Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11916
11917 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11918 another symbol, it is not the address itself.
11919
11920Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11921
11922 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11923 of stabs-in-coff sections.
11924
11925Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11926
11927 * annotate.texi: Change edition to 0.5 and date to May 1994.
11928 Add index.
11929 (Frames): New node, for frame annotation.
11930 (Displays): New node, for display annotation.
11931
11932 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11933 when waiting for your program to stop.
11934
11935Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11936
11937 * annotate.texi (Breakpoint Info): Document annotation of header
11938 fields and record annotation.
11939
11940Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11941
11942 * annotate.texi: New file, to document annotations.
11943
11944Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11945
11946 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11947 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11948
11949Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11950
11951 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11952 section, and say n_strx field is compilation unit relative.
11953 * stabs.texinfo: Don't use @code for a.out when it is the name of
11954 an object file format.
11955
11956Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11957
11958 * gdb.texinfo: Refer to file names, not path names, per rms
11959 convention.
11960 (Arguments): Fix typo.
11961
11962Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11963
11964 * stabs.texinfo (Global Variables): Talk about stabs in files
11965 where variables are referenced, but not defined.
11966
11967Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11968
11969 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11970 Cplusplus to new nodes Member Type Descriptor and Method Type
11971 Descriptor. Re-write stuff for #.
11972
11973Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11974
11975 * gdb.texinfo (Print Settings): Don't document "set print
11976 fast-symbolic-addr off". The bug which it worked around was fixed
11977 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11978
11979 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11980 N_ENTRY node.
11981
11982 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11983
11984Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11985
11986 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11987 references to ieee-float.c.
11988
11989Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11990
11991 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11992 match what the code actually does.
11993
11994Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11995
11996 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11997
11998Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11999
12000 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12001 i, and b.
12002
12003Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12004
12005 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12006 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12007 as "stabs in sections" rather than just saying "ELF and SOM".
12008 Also make that stuff apply to COFF.
12009
12010Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12011
12012 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12013 Ghostscript.
12014
12015Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12016
12017 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12018 versus functions without line numbers, also mention stepping into
12019 them as well as "step" when you are in them. Tell the user how to
12020 deal with the situation. Add comment about "debugging information".
12021
12022Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12023
12024 * stabs.texinfo (Enumerations): Document restriction on where
12025 enumeration types can appear and still win with GDB.
12026
12027Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12028
12029 * stabs.texinfo (Negative Type Numbers): Document format for type
12030 -16.
12031
12032Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12033
12034 * gdb.texinfo (Selection, Frame Info): Update information about
12035 arbitrary frame specficiations.
12036
12037Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12038
12039 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12040
12041Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12042
12043 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12044
12045Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12046
12047 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12048
12049Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12050
12051 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12052 Differences node to Statics node.
12053 (Statics): Discuss XCOFF use of V symbol descriptor.
12054
12055 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12056 not clean.
12057
12058Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12059
12060 * gdb.texinfo (Print Settings): Document `set print
12061 fast-symbolic-addr' and improve the doc for some other
12062 `set print's.
12063
12064Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12065
12066 * stabs.texinfo (String Field): Talk about defining several type
12067 numbers at once.
12068 Fix lint regarding changing node ELF Transformations to
12069 ELF and SOM Transformations.
12070
12071Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12072
12073 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12074
12075Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12076
12077 * stabs.texinfo (Cross-References): `::' is for nested types only
12078 within <>.
12079 (Structures): Document static members.
12080
12081Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12082
12083 * stabs.texinfo: Document S type attribute.
12084
12085Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12086
12087 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12088
12089Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12090
12091 * gdbint.texinfo: Fix a few typos.
12092
12093Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12094
12095 * gdb.texinfo, remote.texi: formatting improvements
12096
12097 * gdb.texinfo (New Features): mention threads.
12098 (Summary, C): fix xrefs in newly contributed text.
12099 (Threads): index entries, clarifications, example
12100 (passim): minor typos fixed, phrasing improvements
12101
12102 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12103 entries; (Server): explain use of gdbserver w/real-time systems,
12104 add example of conflicting TCP port; (MIPS Remote) break up
12105 running text into table, highlighting commands, and add example.
12106
12107Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12108
12109 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12110
12111Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12112
12113 * stabs.texinfo (Nested Symbols): New node.
12114 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12115
12116Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12117
12118 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12119 to picking which Bbss.bss symbol to use, and (because there seems to
12120 be no good way of doing it) re-write some of the text to make it
12121 sound like Bbss.bss isn't such a great idea after all (as currently
12122 designed).
12123
12124 * gdb.texinfo (C): In addition to saying people have to use g++ for
12125 good results, say they have to use stabs. Specifically say cfront
12126 doesn't work well.
12127 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12128 the gdb README. Add xrefs to places where the support for the various
12129 languages is described in detail.
12130
12131Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12132
12133 * stabs.texinfo: Clean up stuff about visibility and virtual
12134 characters.
12135
12136 * stabs.texinfo (N_M2C): Cite Sun doc.
12137
12138Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12139
12140 * gdb.texinfo: updates re threads.
12141 * remote.texinfo: avoid index entries starting with digits.
12142
12143Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12144
12145 * stabs.texinfo (Enumerations): Talk about large, negative and
12146 octal values. Clean up cross reference to type attributes.
12147 (String Field): Say that GDB 4.11 supports size attribute.
12148
12149Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12150
12151 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12152 is a mandatory step. Make the stuff about that more concise.
12153
12154Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12155
12156 * stabs.texinfo (Class Names): New node.
12157
12158 * gdb.texinfo (Command Files): Explain order of init file reading.
12159
12160 * remote.texi (Bootstrapping): Talk about getting the serial driver
12161 to deal with ^C sent by gdb to stop the remote system.
12162
12163Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12164
12165 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12166
12167 * libgdb.texinfo (Defining Commands): made the DOC arg
12168 to gdb_define_app_command a char * instead of char **
12169 per a suggestion from kingdon.
12170
12171 * libgdb.texinfo: total rewrite from a different starting
12172 premise.
12173
12174Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12175
12176 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12177 floats passed as doubles (to improve clarity).
12178
12179Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12180
12181 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12182
12183 * a4rc.sed: update to work with Andreas Vogel papersize params
12184
12185 * refcard.tex: use Andreas Vogel simplifications of papersize
12186 params; remove useless version info; update copyright date.
12187
12188Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12189
12190 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12191
12192Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12193
12194 * gdb.texinfo (Files): Say what address the load command loads it at.
12195
12196 * stabs.texinfo (Common Blocks): Minor cleanups.
12197
12198 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12199 that Sun has backed away from the linker kludge and thus the relevant
12200 issue is changes to the SunPRO tools, not the Solaris linker.
12201
12202 * stabs.texinfo (Traditional Integer Types): Clean up description
12203 of octal bounds a little bit. Document extra leading zeroes.
12204
12205Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12206
12207 * gdb.texinfo (Signaling): Update for symbolic symbol names
12208 and add a section explaining the difference between the GDB
12209 signal command and the shell kill utility.
12210
12211Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12212
12213 * libgdb.texinfo: added `@' to braces that were unescaped.
12214
12215Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12216
12217 * libgdb.texinfo: new file. Spec for the gdb library.
12218
12219Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12220
12221 * stabs.texinfo (Include Files): Fix typo (start -> end).
12222
12223Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12224
12225 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12226 from Melissa at FSF's editing pass.
12227
12228Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12229
12230 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12231 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12232 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12233
12234Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12235
12236 * remote.texi (Bootstrapping): Discuss 386 call gates.
12237
12238Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12239
12240 * stabs.texinfo (Based Variables): New node.
12241
12242Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12243
12244 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12245 names, sizes, and formats to suggest how not to lose.
12246
12247Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12248
12249 * stabs.texinfo (Methods): Fix typo.
12250
12251Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12252
12253 * gdb.texinfo: Fix a few typos.
12254
12255Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12256
12257 * gdb.texinfo: Clarify how well it works with Fortran.
12258
12259 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12260 More on relocating stabs in ELF files.
12261
12262Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12263
12264 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12265
12266Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12267
12268 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12269 parameters on VAX.
12270
12271Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12272
12273 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12274
12275Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12276
12277 * stabs.texinfo: Make info author notice match the TeX author notice.
12278
12279Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12280
12281 * stabs.texinfo: Initial-caps all words in node names and
12282 non-trivial words in section names.
12283
12284Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * stabs.texinfo: Many minor cleanups.
12287
12288 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12289
12290Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12291
12292 * stabs.texinfo: Remove full description of big example.
12293 It's not really helpful; just use pieces of it where appropriate.
12294 Add more Texinfo formatting directives (@samp, etc.).
12295 Use @deffn to define stab types.
12296 Eliminate some wordiness. Break up some nodes.
12297 Add an (alphabetized) index of symbol types.
12298 Use consistent capitalization style in node and section names.
12299
12300Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12301
12302 * gdb.texinfo: Change typo "Two two" to "The two".
12303
12304Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12305
12306 * stabs.texinfo (XCOFF-differences): Remove references to
12307 non-existent types N_DECL and N_RPSYM.
12308
12309 * stabs.texinfo (String Field): Say that type attributes bug is
12310 fixed in GDB 4.10, since it is.
12311
12312 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12313
12314Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12315
12316 * stabs.texinfo: Formatting cleanups.
12317
12318Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12319
12320 * stabs.texinfo: When explaining the n_type of a stab, standardize
12321 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12322 no tabs, use @r).
12323 (Global Variables): Clean up.
12324
12325Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12326
12327 * stabs.texinfo (Stack Variables): Re-write.
12328
12329Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12330
12331 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12332 addresses of a source file. Also revise formatting.
12333 Change "object module" or "object file" to "source file".
12334 Various: Miscellaneous cleanups.
12335
12336Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12337
12338 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12339
12340Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12341
12342 * gdbint.texinfo: Removed many nonsensical machine-collected
12343 host and target conditionals, described some of the remainder.
12344
12345Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12346
12347 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12348
12349 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12350 paragraph which follows.
12351
12352 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12353 variables. Looks better and avoids overful hbox.
12354
12355Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12356
12357 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12358
12359Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12360
12361 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12362 retransmit-timeout
12363
12364Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12365
12366 * gdbint.texinfo: Update statement about `some ancient Unix
12367 systems, like Ultrix 4.0' to Ultrix 4.2.
12368
12369Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12370
12371 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12372
12373 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12374
12375 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12376 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12377
12378 * remote.texi: new name for former gdbinv-s.texi
12379
12380 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12381
12382Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12383
12384 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12385 variables for MIPS remote debugging protocol.
12386
12387Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12388
12389 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12390
12391Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12392
12393 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12394
12395Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12396
12397 * gdb.texinfo: repair conditional bugs in text markup
12398
12399Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12400
12401 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12402 to select Modula-2 material.
12403
12404Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12405
12406 * stabs.texinfo: Cleanups regarding statics.
12407
12408 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12409 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12410
12411Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12412
12413 * stabs.texinfo: N_MAIN is sometimes used for C.
12414
12415Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12416
12417 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12418
12419Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12420
12421 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12422 removed from the code by Kingdon.
12423
12424Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12425
12426 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12427 input when evaluating breakpoint conditions; the bug has been fixed.
12428
12429 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12430 sets the ignore count to N-1, not to N.
12431
12432Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12433
12434 * refcard.tex (\hoffset): correct longstanding error to match
12435 intended offset; avoids cutting off edge on some printers
12436
12437Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12438
12439 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12440
12441Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12442
12443 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12444
12445Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12446
12447 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12448 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12449 collect sed edits if any, apply to refcard before formatting;
12450 (refcard.ps) stop implying PS fonts if PS output requested;
12451 (lrefcard.ps) delete extra target for variant PS fonts
12452
12453 * refcard.tex: parametrize papersize dependent info, collect
12454 in easily replaced spot
12455
12456 * a4rc.sed: new file, edits to refcard for A4 paper
12457
12458Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12459
12460 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12461
12462Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12463
12464 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12465
12466Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12467
12468 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12469 politely rather than rudely.
12470
12471Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12472
12473 * stabs.texinfo: Document common blocks.
12474
12475Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12476
12477 * stabs.texinfo: Add some basic info about stabs-in-elf.
12478
12479Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12480
12481 * stabs.texinfo (Top): Minor cleanup.
12482
12483Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12484
12485 * Makefile.in (install-info): remove parentdir support
12486
12487Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12488
12489 * gdb.texinfo (Copying): delete this node and references to it;
12490 RMS says this manual need not carry GPL. (passim): Improvements
12491 from last round at FSF, largely due to Ian Taylor review, and
12492 minor formatting improvements.
12493
12494 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12495 largely due to Ian Taylor review. (Debug Session): minor edits to
12496 new text.
12497
12498Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12499
12500 * Makefile.in (realclean): Remove info and dvi files too.
12501
12502Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12503
12504 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12505 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12506 * gdb.texinfo: Change accordingly.
12507
12508 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12509 N_{L,R}BRAC,N_SLINE are relative to.
12510
12511Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12512
12513 * Makefile.in (GDBvn.texi): Update atomically.
12514
12515Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12516
12517 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12518
12519Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12520
12521 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12522 addresses together. Also motivate the set print symbol-filename
12523 command and suggest other solutions.
12524
12525Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12526
12527 * gdb.texinfo (set print elements): Note that the number of
12528 elements is set to unlimited by "set print elements 0".
12529
12530Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12531
12532 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12533 NF_LDOUBLE means.
12534 (Stab Types): Include Solaris stab types.
12535 (Procedures): Document Solaris extensions.
12536
12537Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12538
12539 * gdb.texinfo: Add `set print symbol-filename' doc.
12540
12541Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12542
12543 * stabs.texinfo (Arrays): Talk about type definition vs. type
12544 information.
12545
12546 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12547 the trailing semicolon.
12548
12549Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12550
12551 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12552 and merge in other parts of the document addressing these subjects.
12553 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12554
12555 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12556 at the end of a range type.
12557
12558 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12559 AIX extensions.
12560
12561Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12562
12563 * stabs.texinfo (Stabs Format): Misc fixes.
12564
12565Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12566
12567 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12568 (Traditional builtin types): Document convex convention for long long.
12569 (Negative builtin types): Discuss type names, and misc fixes.
12570
12571Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12572
12573 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12574 point types used with @samp{R} type descriptor.
12575 (Symbol Descriptors): Describe how to handle conflict between
12576 different meanings of @samp{P} symbol descriptor.
12577
12578Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12579
12580 * stabs.texinfo: Remove node Quick Reference and put its children
12581 directly under the main menu.
12582
12583 * stabs.texinfo: Many more changes to bring it into line with
12584 AIX documentation and reality. I think it now has all the
12585 information from the AIX documentation, except that I burned
12586 out when I got to variant records (Pascal and Modula-2) and
12587 all the COBOL types. Oh well, we can add them later when we're
12588 worrying more about those languages.
12589
12590 * stabs.texinfo (Automatic variables): Talk about what it means
12591 to omit the symbol descriptor.
12592
12593Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12594
12595 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12596 gcc2 behavior with promoted args.
12597
12598Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12599
12600 * gdb.texinfo: include readline appendices in info version of manual
12601
12602Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12603
12604 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12605 target remote.
12606
12607 * gdb.texinfo (Machine Code): more index entries for disassemble
12608
12609Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12610
12611 * Clarify the intended use of the gdb-testers and gdb-patches
12612 mailing lists, and shrink gzip comment.
12613
12614Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12615
12616 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12617 DOSHOST configuration of manual.
12618
12619 * gdb.texinfo (MIPS Stack): new node.
12620
12621 * all-config.texi (MIPS) new switch.
12622
12623 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12624 tense; (MIPS Remote) new node.
12625
12626 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12627 bug; (Environment) less passive, other small cleanups in text about
12628 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12629 (Remote) new MIPS Remote menu entry.
12630
12631Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12632
12633 * stabs.texinfo: Many changes to include information from the
12634 AIX documentation.
12635
12636 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12637
12638Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12639
12640 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12641 Move a bunch of information from ../README.
12642 (Getting Started): New node.
12643
12644Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12645
12646 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12647
12648 * gdb.texinfo: advance manual revision dates to present
12649
12650 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12651 stop using silly Roman numerals in @set variable names
12652
12653Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12654
12655 * stabs.texinfo (Parameters): Keep trying to get this right.
12656
12657Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12658
12659 * stabs.texinfo (Parameters): More on "local parameters".
12660
12661Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12662
12663 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12664
12665Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12666
12667 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12668 (Parameters): Rewrite.
12669 (xcoff-differences, Sun-differences): Minor changes.
12670
12671Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12672
12673 * stabs.texinfo: Minor cleanup.
12674
12675Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12676
12677 * gdbint.texinfo: Minor xcoff stuff.
12678
12679Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12680
12681 * gdbint.texinfo: Update for new config directory structure.
12682 Add info about internal type data structures.
12683
12684Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12685
12686 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12687 $(srcdir).
12688 (gdb-config.texi): Depend on file in $(srcdir).
12689
12690Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12691
12692 * stabs.texinfo: Fixes about N_SO.
12693
12694Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12695
12696 * gdb.texinfo: include list of nonstandard init file names
12697
12698 * *-config.texi: new switch GENERIC for text that applies *only*
12699 to (usual) multiple-target version of manual
12700
12701 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12702 h8 config
12703
12704 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12705 in menus (rather than conditionally selected multiple alternative
12706 menus).
12707
12708 * Makefile.in: define and use DOC_CONFIG var to select
12709 configuration for GDB user manual.
12710
12711 * gdb-config.texi: delete from repository, generate from Makefile.
12712
12713 * all-config.texi: normal `generic' configuration file, formerly
12714 stored as gdb-config.texi
12715
12716Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12717
12718 * Makefile.in: add dvi target to build all .dvi files
12719
12720Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12721
12722 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12723
12724Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12725
12726 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12727 host conditionals.
12728 * stabs.texinfo: More array fixes inspired by Jim's.
12729
12730Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12731
12732 * stabs.texinfo: Fixes re arrays and continuations.
12733
12734 * gdbint.texinfo: Add XCOFF node.
12735
12736Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12737
12738 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12739
12740Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12741
12742 * stabs.texinfo: Fix for array types to mention lower bounds.
12743
12744Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12745
12746 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12747
12748Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12749
12750 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12751
12752Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12753
12754 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12755 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12756
12757Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12758
12759 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12760
12761Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12762
12763 * gdb.texinfo, gdbinv-s.texi: misc updates
12764
12765Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12766
12767 * gdbint.texinfo: Brief documentation for longjmp support,
12768 from an email msg by Stu.
12769
12770Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12771
12772 * stabs.texinfo: Fix description of floating point "range"
12773 types (which really define basic types). Reported by Jim Meehan,
12774 <meehan@src.dec.com>.
12775
12776 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12777
12778Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12779
12780 * gdbint.texinfo: Slightly expand section on supporting a new
12781 object file format.
12782
12783Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12784
12785 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12786 intermediate file.
12787
12788Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12789
12790 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12791
12792Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12793
12794 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12795
12796 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12797 as well as Z8002.
12798
12799Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12800
12801 * gdbint.texinfo: Add sections on clean design and on how to send
12802 in changes.
12803
12804Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12805
12806 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12807
12808Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12809
12810 * gdb.texinfo: Fix typo, reported by Karl Berry.
12811
12812Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12813
12814 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12815
12816Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12817
12818 * gdbint.texinfo: fixed a stray email address (needs @@),
12819 added @table @code to node "Native Conditionals"
12820
12821Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12822
12823 * gdbint.texinfo: Describe coding style of GDB.
12824
12825Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12826
12827 * stabs.texinfo: Minor wording changes.
12828
12829Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12830
12831 * gdbint.texinfo: Improve release doc slightly.
12832
12833Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12834
12835 * gdbint.texinfo: Improve doc of GDB config macros.
12836
12837Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12838
12839 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12840 These will be reinserted when examined.
12841
12842Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12843
12844 * gdbint.texinfo: Make a start at documenting all the #if macros
12845 in GDB. At least list them all, and start separating them into
12846 host-specific and target-specific.
12847
12848Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12849
12850 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12851 examples (not consistent w others).
12852 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12853 for generic vn of doc
12854
12855Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12856
12857 * Makefile.in: always create installation directories.
12858
12859Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12860
12861 * gdb.texinfo: in h8 config, do not describe searching commands.
12862
12863Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12864
12865 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12866 conditionals; introduce a few generic switches that may be
12867 useful for other cross-dev or dos-hosted configs.
12868
12869 * gdb.texinfo: fix typo in "info reg" description
12870
12871Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12872
12873 * stabs.texinfo: Minor updates from running TeX over it.
12874 * Makefile.in (stabs.dvi, stabs.ps): Add.
12875
12876Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12877
12878 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12879 First pass at converting it to texinfo.
12880
12881Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12882
12883 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12884 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12885
12886Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12887
12888 * gdbint.texinfo: Add section on partial symbol tables.
12889
12890Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12891
12892 * gdb.texinfo: document `set remotedebug' and `set
12893 rstack_high_address'.
12894
12895Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12896
12897 * gdb.texinfo: slight expansion of new text on reading info files
12898 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12899 H8/300 from DOS.
12900
12901Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12902
12903 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12904
12905Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12906
12907 * gdb.texinfo: Say how to read the `info' files.
12908
12909Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12910
12911 * Makefile.in: gm4 -> m4.
12912
12913Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12914
12915 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12916 Documentation' ahead of `Installing GDB' to match README.
12917 Update shared library doc, -readnow and -mapped, and directory
12918 structure (add glob and mmalloc). Update configure doc.
12919
12920Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12921
12922 * Makefile.in: remove $(srcdir) from gdb.info rule.
12923
12924Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12925
12926 * Makefile.in: commented out gdb-all.texinfo rule. This is
12927 temporary.
12928
12929Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12930
12931 * Makefile.in, configure.in: removed traces of namesubdir,
12932 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12933 copyrights to '92, '13, changed some from Cygnus to FSF.
12934
12935Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12936
12937 * gdb.texinfo: Improve how we ask for bug reports.
12938
12939Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12940
12941 * Makefile.in: infodir belongs in datadir.
12942
12943Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12944
12945 * Makefile.in: remove spaces following hyphens, bsd make can't
12946 cope. install using INSTALL_DATA. added clean-info. added
12947 standards.text support.
12948
12949Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12950
12951 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12952 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12953 and mandir now keyed off datadir by default.
12954
12955\f
12956Local Variables:
12957mode: change-log
12958left-margin: 8
12959fill-column: 74
12960version-control: never
12961coding: utf-8
12962End:
This page took 0.091418 seconds and 4 git commands to generate.